-
Notifications
You must be signed in to change notification settings - Fork 1
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
I want to edit levels #1
Comments
Hey there @erezwanderman thanks for stopping by! I haven't actually looked at the files only what is loaded into memory so I wouldn't have a clue unfortunately. |
Hi @aprofessionalpirate. BTW, what are you trying to do in this project? |
Ah that's too bad, I documented a little bit about the on-screen graphics and collision data which you can see here: The project is about making the game psuedo-multiplayer. I'm sending a player's location data from one game and injecting that data into another player's game as a non-interactive enemy so you can see where other players are located in real time. Kinda like the Super Mario 64 multiplayer project if you've ever seen that but far less sophisticated. |
Hey, I see you're making something cool here.
I wonder if you can help me. I want to edit the levels of the game. They are stored in ROOMS.SPL, but the file is compressed. Do you know how can I decompress/edit it?
The text was updated successfully, but these errors were encountered: