mogaika / god_of_war_browser

https://discord.gg/u6x3Z9v6Ed
44 stars 25 forks source link

God of War 2 No views for level. #20

Open Contra6 opened 4 years ago

Contra6 commented 4 years ago

Hi you plan to do for 2 part? No numbers 888. And soon will you fix the error? for export FBX returns an error :( Thanks you for titanic labour, only you done great work. bandicam 2020-08-04 10-12-32-886

mogaika commented 4 years ago

Hi, @Contra6! I really would like to do something, but currently I can't find the energy. But I can help with simpler problems for your specific needs. I mean it would be great if you can explain exactly what you want to do with game, so maybe I could help with something.

Tag id 888 is specific for gow1, they changed them for gow2. You can compare them (gow1 and gow2). As you can see TAG_GOW1_HEADER_START = 888 logically equal to TAG_GOW2_HEADER_START = 21, I just have no logic for representing it in gow2 like in gow1 (probably because I had problems parsing gameobject tags). There is separation between tags and "nodes" tabs. Tags represent information exactly as it is in WAD file. Nodes represents "parsed" version because tags are just instruction for game engine. So they can be inconsistent.

Which error you have for fbx exporting? It should work. Looks like I forgot to merge dev branch into master, so some fbx related fixes not included in build. Really sorry about that. I will merge it now, so check the latest release