Rollcage/Rollcage Stage II
Posted: Wed May 30, 2012 3:56 pm
Hi,
Last month I came across the decompression algorithm for the Rollcage Archive file on the wiki. (LINK) I tried implementing it, fixed a bug or two, and added the results of the subsequent research on the texture/model files.
Granted - a lot of it won't make sense unless you've got sample data to work through - but I have the feeling though, that I'm murdering the style-guide! I tried to follow the formatting and style already there, but is there a standard for this that I could copy from? Should I go ahead and style it till it looks good to my eyes? Any feedback would be useful.
I probably should have registered earlier, since now I have too many questions
Last month I came across the decompression algorithm for the Rollcage Archive file on the wiki. (LINK) I tried implementing it, fixed a bug or two, and added the results of the subsequent research on the texture/model files.
Granted - a lot of it won't make sense unless you've got sample data to work through - but I have the feeling though, that I'm murdering the style-guide! I tried to follow the formatting and style already there, but is there a standard for this that I could copy from? Should I go ahead and style it till it looks good to my eyes? Any feedback would be useful.
I probably should have registered earlier, since now I have too many questions
- From what I've seen, the data formats are the same for Rollcage 1 + 2. How best to handle that? Redirect? Rename? Add a note?
- The model and texture files have their own format -- should they be on a separate page each?
- I wrote some code to handle the extraction - first in C++, then Java. Is that of interest to anyone?