rollingrock / Fallout-4-VR-Body

Developing mod to add full body support with IK for Fallout 4 VR!
MIT License
45 stars 8 forks source link

(preview alpha build) Won't save/load/edit values from the JSON for an added weapon #35

Closed Sqepticism closed 2 years ago

Sqepticism commented 2 years ago

I assumed based on the presence of the LK-05 and Service Rifle that this was an intended feature, I apologize if I am mistaken, but as far as I can tell, while my actual save file seems to save positioning info for the Chinese Assault Rifle, it is not transferring it to the "Chinese Assault Rifle" JSON file I made. It doesn't change from session to session.

It uses the proper name from what xedit shows (FULL - Name value). Or am I mistaken and the LK-05 and the Service Rifle are just bonuses?

Thanks!

alandtse commented 2 years ago

Check the frik log to see what it thinks the rifle is. We're using the name reported by the weapon to create the JSON.

I'm not saving any data in the save, so if your positioning is working, it's from a JSON file.

Sqepticism commented 2 years ago

Wow, I didn't even think to check the log, that's embarrassing. Yep-it looks like it's working, guess the values I inserted just weren't obvious which surprises me as I set the values to ridiculous -500 and +500 values. Must have just cancelled each other out. Thanks!

alandtse commented 2 years ago

Thanks. Please go ahead close if it's resolved. I don't have admin rights here.