Author |
Posted on 2015/08/28
#475
|
Platinatic |
I was taking a look at the SMB:T&R ROM to see if there was any possible chance that i could change the levels in the game and this is what i found:![]() We all already know what the first three files are, but what is the third one? I'm guessing it's a collision file because i found it in a folder called "stcoli". But i'm thinking that it might also contain information about the location of the goal and bananas. Does anyone know more about this kind of file? |
Author |
Posted on 2015/08/28
#477
|
MKGirlism |
You could as well just Replace it with another STC File, and see what changes (and if the Game won't Crash). But "STC" being a Collision/Collider could make sense, since anything else are Models, Textures, and Animations, and all the Files are related to the Model, in some way. |
Author |
Posted on 2015/08/29
#478
|
Miles Ermiiworth | It could also contain both Collision and Course data. But I think STC means Stage Collision... but where would the other data be stored? |
Author |
Posted on 2015/08/29
#479
|
Platinatic |
I just tested it, and it is exactly what i though it was. -it contains the collision -it contains the location/rotation of the goal -it contains the position of the bananas |
Author |
Posted on 2015/08/29
#481
|
Platinatic |
This is what i have been testing![]() Everything is working pretty well. |
Author |
Posted on 2015/08/30
#483
|
Miles Ermiiworth |
I just tested it, and it is exactly what i though it was. Oh nice... It was as I said too then. How did you edit it? Hex editor? |
Author |
Posted on 2015/08/31
#484
|
Platinatic |
I just replaced it with another stage file, so it doesn't really have the collision of the model in the picture. the model is just a 40mx40m square, LZ77 compressed. |