[Error] Format of the project file is not valid. (element <scenarios_info> is missing)
[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.
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>
that helped ALOT thank you