lordrevan81 Posted Monday at 05:19 PM Share Posted Monday at 05:19 PM Having trouble getting an object I made to show up in the world. Here is what I did: 1. I opened up an existing object. Let's say an Iron Cuirass. 2. I made some changes. Let's say, added an enchantment. 3. I changed the ID to RIronCuirass. 4. CS asked about creating a new form, I said yes. 5. Wen to Cell View Window and selected the cell for the Arch Mage's quarters. 6. Dragged the RIronCuirass into cell right near the chest at foot of bed - verified it was visible. 7. Saved Mod & added to plugins.txt. 8. Loaded game - but the RIronCuirass did not appear where I had placed it. Link to comment Share on other sites More sharing options...
Selene310187 Posted Monday at 07:14 PM Share Posted Monday at 07:14 PM You need to create an UE4SS mesh mapping file for the cuirass. It's basically an .ini file that contains the path to the matching Unreal asset. The tool UE4SS TesSyncMapInjector - Smart Mapper can generate one: Apply its SyncMeshesCS script to your mod in xEdit. The generated .ini file is named after your mod can be found under xEdit\SyncMap. Copy it to Data\SyncMap. Link to comment Share on other sites More sharing options...
lordrevan81 Posted Monday at 07:34 PM Author Share Posted Monday at 07:34 PM Thank you. I downloaded the script above and ran the esp I created through Xedit using that script. I placed the resulting ini: C:\Program Files (x86)\Steam\steamapps\common\Oblivion Remastered\OblivionRemastered\Content\Dev\ObvData\Data\SyncMap But am still unable to see the item I placed. Link to comment Share on other sites More sharing options...
Selene310187 Posted Monday at 07:43 PM Share Posted Monday at 07:43 PM Do you have the standard edition of Oblivion Remastered? If yes, there's currently an issue with UE4SS TesSyncMapInjector version 0.1.8 making the object invisible as well when the mod is loaded after the AltarDeluxe.esp. The workaround is to load the mod before it in the Plugins.txt. I've found this workaround in this comment to The Breton Hero Armor mod. Link to comment Share on other sites More sharing options...
lordrevan81 Posted 10 hours ago Author Share Posted 10 hours ago @Selene310187 thank you! Got it working! Link to comment Share on other sites More sharing options...
Selene310187 Posted 8 hours ago Share Posted 8 hours ago You're welcome. Link to comment Share on other sites More sharing options...
Recommended Posts