kflip101 Posted July 11, 2018 Share Posted July 11, 2018 So I am trying to port over CC content to Fallout 4 VR. Some people have already gotten armor and weapon skins working, but nothing else as far as I know. I have seen alot of comments saying that CC content may not work as Fallout4.exe has been updated and there's no way to transfer those changes to Fallout4VR.exe I have no reason so far to believe this to be true. I have been digging and comparing both versions to see whats different and I believe its all there. Although my main focus is to port CC content over to VR version, this information should be useful to help modders understand how CC content works and make patches/fixes/etc. Here's my findings so far: General:All *.esl files need to be renamed to *.esm (naming to *.esp unconfirmed)Skins:Armor/weapon skins will work if the necessary keywords are added to the VR versionTransDOGrifier:TransDOGrifier mk1 worksTransDOGrifier mk2 requires certain global variables to be set to 1 in order to craft the mods for the TransDOGrifier for different breeds, there is 1 global for each dog creation "ccBGSFO4036_HasCC050" - "ccBGSFO4036_HasCC061"The last 3 numbers of the globals correspond to the 4### number in the dog creations *.esl nameTransDOGrifier has a quest "ccBGSFO4036_InstalledCreationTracker" that changes these globals based on the CC you have installed, it is configured to look for the *.esl I have changed it to look for *.esm instead but no luck, may be due to lack of scripting knowledge XD Ill update this list as I continue, but I hope people will help out with this testing. Link to comment Share on other sites More sharing options...
kflip101 Posted July 11, 2018 Author Share Posted July 11, 2018 Currently trying to get the quest for TransDOGrifier to work without manually editing the globals. The script only has 3 properties, 2 for the different TransDOGrifier items, and 1 as an array for the dog breed .esl files. Changing the array to use .esm instead of .esl does not seem to work. Hoping someone understands why its not working or has any ideas. p.s. My scripting knowledge is fairly limited :/ Link to comment Share on other sites More sharing options...
Recommended Posts