ps4-dumper-vtx icon indicating copy to clipboard operation
ps4-dumper-vtx copied to clipboard

[Error] Format of the project file is not valid. (element <scenarios_info> is missing)

Open Backporter opened this issue 7 years ago • 2 comments

[Error] Format of the project file is not valid. (element <scenarios_info> is missing) I get that error when i try and open the .Gp4 in orbis-pub-gen. Game: Call Of Duty Black Ops 3. CUSA: CUSA02290. Thanks for taking your time and looking at my message.

Backporter avatar Aug 31 '18 13:08 Backporter

I also had an issue with CUSA02625 (COD: BO3). I'm not sure why the Orbis-pub-gen tool has this problem. Dumping the game using Itemzflow doesn't have this issue. I fixed it by manually adding the 'scenario_info' from a working file and adjusting the values according to the 'scenarios'. Edit the GP4 file using Notepad++ or a similar text editor.

Unfixed lines: </chunks> <scenarios default_id="0"> <scenario id="0" type="userdefined1" initial_chunk_count="6" label="Zombies">0-18</scenario> <scenario id="1" type="userdefined2" initial_chunk_count="6" label="Multiplayer">0-18</scenario> </scenarios> </chunk_info> </volume>

Fixed lines: </chunks> <scenarios default_id="0"> <scenario id="0" type="userdefined1" initial_chunk_count="6" label="Zombies">0-18</scenario> <scenario id="1" type="userdefined2" initial_chunk_count="6" label="Multiplayer">0-18</scenario> </scenarios> <scenarios_info> <scenario_info id="0" type="userdefined1"> <lang type="default" name="Zombies" /> </scenario_info> <scenario_info id="1" type="userdefined2"> <lang type="default" name="Multiplayer" /> </scenario_info> </scenarios_info> </chunk_info> </volume>

xxmichibxx avatar Jun 27 '23 16:06 xxmichibxx

that helped ALOT thank you

pigserella avatar Oct 08 '24 01:10 pigserella