About this mod
Uses RTFP to patch mod-added outfits for compatibility with Visible Chronomark Watch.
- Requirements
- Permissions and credits
- Changelogs
- Donations

Simply uses Real Time Form Patcher to add Visible Chronomark Watch keywords to Mod-added outfits and accessories.
Visible Chronomark Watch is a great little mod that lets you actually wear the Chronomark given to you as a member of Constellation.
To avoid visual bugs, it automatically hides itself when unrecognized armors (e.g. those added by mods) are equipped by the player.
So, this mod uses Real Time Form Patcher to add VCW's Hide or Show keywords to armor as needed.

Exit the Inventory menu at least once after changing equipment before checking if the patch is working.
As seen above, there are minor visual bugs that occur with certain equipment pieces before the inventory display is refreshed.

Compatible with everything.
If a supported mod is not installed, the patch file will skip the corresponding line safely.
If Visible Chronomark Watch is somehow missing, the patch file will simply skip all lines.

Real Time Form Patcher
Visible Chronomark Watch

Install with your mod manager.

Uninstall with your mod manager or delete VCW_KeywordPatches.txt.

It is exceedingly simple to create patches, either using this method or with plugins.
If an armor does not show the Chronomark but has an empty left wrist, simply add the Show keyword to it.
If an armor does not occupy the torso but covers the left wrist, simply add the Hide keyword to it.
The below Operations via RTFP will, correspondingly, make these two alterations.
minver=116
#Visible Chronomark Watch Example Patch
[Armor]
#Show Watch
MyArmorMod.esm~1234|kwd_add(VisibleChronomark.esm~00806)
#Hide Watch
MyArmorMod.esm~5678|kwd_add(VisibleChronomark.esm~00807)
If you want to create an RTFP patch for multiple records at once, I have a RegEx Guide showing how this can be done easily with xEdit.

ElminsterAU and contributors for xEdit
TommInfinite for Real Time Form Patcher
Deebz96 for Visible Chronomark Watch
Patch Contributors:
cmonkey0