-
Notifications
You must be signed in to change notification settings - Fork 49
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
Holiday Hare 1995 startup.0sc: background images not correctly displayed #13
Comments
I have the same bug on PI |
Never tried this myself, but I guess you can copy over the episode files and music (because there are hopefully no cross references to other files, besides e.g. the different startup screen) $ ls *.05* XM*.PSM
BLOCKS.050 LEVEL0.050 LEVEL1.050 LEVEL2.050 PLANET.051 SPRITES.051 XMAS2.PSM
BLOCKS.051 LEVEL0.051 LEVEL1.051 PLANET.050 SPRITES.050 XM3.PSM XMAS3.PSM Still, this bug remains, as the original engine loads the file fine. |
Yes they use the same index and it will not work if we don't modify the engine to show the two XMas levels. |
It is not just about modifying OJ, as they have the same file names, so they need to be renamed as well. |
It's only a suggestion , instead of renaming files, you put the game data onto and load the data from the . Similar in concept to quake2 engine on the mission pack, only the difference between quake2 and your engine is the data loads from specific directory not from parameter, or at least i think so. |
This could be a bug in the RLE decompression, but interestingly enough only the top has garbage and both images are shifted by an even value.
The text was updated successfully, but these errors were encountered: