Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete knowledge about file formats #2

Open
hackyourlife opened this issue Jul 4, 2018 · 0 comments
Open

Incomplete knowledge about file formats #2

hackyourlife opened this issue Jul 4, 2018 · 0 comments

Comments

@hackyourlife
Copy link

I have seen that your structures are quite incomplete. You might want to have a look at a more complete version of those structures here. In addition, that code could give you a hint about how to properly render a room using the node information in order to get the singleplayer/multiplayer 1vs1/multiplayer >2 players/... versions of rooms.

Note that some fields in the structures are filled in at runtime by the game code (e.g. vram offset, packed texture size, ...), so you can safely ignore them. Some information about rooms is stored in the game program itself, so you will never find that in the model files. This includes information about fog, lights and the layer mask (and filenames).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant