Odd problem after repacking

I'm trying to edit the cribs to have player customization and am really close to a release if i can solve this odd little problem.

Im trying to edit the store_character.str2_pc. I need to edit it so that it skips the player lineup as if it was a new game. The problem i am having is that whenever i try to edit this one file's contents it breaks the customization menu all together. I even did something as simple as just adding a few empty lines without changing the lua text itself and its the same issue. I'm sure i am updating the asm correctly since the game isnt crashing and the customize all vehicles is still in tact. Anyone have any insite on something i might be overlooking?
 
With the patch yesterday for Genkibowl VII, certain str2_pc files like store_character.str2_pc from interface.vpp_pc are now loading instead from patch_uncompressed.vpp_pc and using patch_vint_doc_containers.asm_pc instead of vint_doc_containers.asm_pc.
 
thanks. I should have known the patch file was to blame. I got the screen to pop up. All that is left to do is figure out what call i am missing to get the game to not get stuck in an infinite loading screen when trying to load up the customization menu.
 
Back
Top