jc4-console-thingy
jc4-console-thingy copied to clipboard
BUG: Skin changer immediately reverts back to Rico
Trying the skin command with any model seems to just work for 1 second before reverting back to Rico. Also worth mentioning is if I use Rico's Hero of Solis skin (default), the skin command has no effect at all.
Compiled from commit 85b0a39 (latest as of now) with MSVC 2017 and Windows 8.1 SDK
Interesting - have not had anyone report any issues with that during testing.
The only thing I can think of right now would be to comment out Character.cpp line 52 to 67, recompile and give it another try.
https://github.com/aaronkirkham/jc4-console-thingy/blob/433917fae850c7d7e0d4d4c2087e9851a0e670c7/src/game/character.cpp#L52-L67
Nice! That did the trick. It no longer reverts to Rico after this change
Ok, thanks for testing that. I will leave this issue open for now and will take another look at that part later and try to figure out what is going on there/how to reproduce what you experienced.