Thursday, September 27, 2018

Montezuma Again!: more file formats


I'm adding 2 new file formats for download.

The first one is a ROM file, in 128KB XEGS Cartridge format, converted by Guillermo "Willysoft" Fuenzalida from Chile, which can be loaded on his 128KB XEGS Repro Cartridges.



ROM file download




The second one is a WAV, an audio file that can be used to load through a tape drive. It is fully compatible with all tape drive models, and it's compressed with Turbo Software Stac Loader. This loader allows you to play a pong version (1 or 2 players) while the game loads. 

The credit for this file goes to Sergio "Dogdark" Marchant, also a fellow member of ATARI CHILE Facebook group, who gently adapted the game to this loader.

WAV file download



Example of Turbo Software loader

Sunday, September 23, 2018

Saturday, September 22, 2018

Romhacking Montezuma´s Revenge

This project dates back to somewhere November/December 2017, when I start exploring the disassembled Montezuma code, just because I was curious to find some cheats and relevant memory locations (infinite lives, the player and enemies position, where  the score was stored, etc)

Debugging the game using Altirra (an excellent Atari 8bit emulator) I was able to find where the lives are stored, player and enemy positions, but most importantly, I found the memory location where the displayed room was stored.

This opened the possibility to modify rooms, so I planned a PoC (Proof of concept): Would I be able to modify a pair of rooms from the game and even play?
In a few weeks (March 2018) I was able to do it (in a very unpractical way), but I prove it was possible!



The next months I dedicated my scarce free time trying to understand how the rooms, enemies, and items were defined in memory, and how some memory locations stored relevant information that needed to be loaded in order to display correctly the room, enemies, and items. Once I understood the coded mechanics, I made my own room load, item load and enemy load routines (very different from the original ones by the way). 

Now, I needed to insert my new code to the game, and the newly designed rooms (which I made initially with AtariMapMaker from MatoSimi), but the original Montezuma executable is only 16kb (this was a space restriction made back when the game was programmed in 1984, to make it fit in a 16kb cartridge), so I expanded the file to 32kb, leaving me with 16kb to store my code and the newly designed rooms. This was done by compressing the rooms (each room is 1000 bytes uncompressed, that is 40 tiles width by 25 tiles height)

Once I finished including this new code and rooms (may 2018), I released a demo version I named "Montezuma Again! (demo version)", which included only 13 new rooms, all of which where stored inside the executable file.



Then I continue designing and including more rooms (eventually up to 100 per pyramid), so I turned my eyes into AtariMapMaker and remembered that MatoSimi has posted the source code of this software. I contacted him asking for permission to use his code as part of a Montezuma Map Maker, and he accepted. Since then, I installed Visual Studio and analyzed the code. Also, I programmed some classes to represent the pyramid, it's rooms, enemies, items and their position.




Once I understood most of the code of MatoSimi, I started programming what I call MonteMaker, a mapmaker for Montezuma that allows fast designing of rooms, items, and enemy positioning. It also creates the XEX file automatically, all in a graphic way. This helped me a lot to design and test the other 59 rooms, for a total of 72 that Montezuma Again! Final version 1.0 has (released September 2018). Why 72 and not 100? Only space. I made too many intricate rooms, that compressed poorly, so the space for more rooms inside the XEX was insufficient.



The next step from now on is to continue improving MonteMaker and make more pyramids (easier ones) and release MonteMaker and more romhacks of this great game.

Cheers! 

Montezuma Again! Final version 1.0

Hello world!, I'm Pepe from Chile.

Montezuma Again! is a romhack for Montezuma´s Revenge (Parker Bros. Version) for Atari 800 computers (800XL, 65XE, 130XE), and it's my personal tribute to this great game.

This romhack is meant to be played either on an emulator or the Atari itself, and it includes a total of 72 rooms, most of them completely new.

Lot's of work has to be done in order to complete this new pyramid, and I know it's annoyingly hard. I hope I'll publish new pyramids and rooms (easier ones) in the future. Because of the high level of difficulty, I set the total lives to 200, so that you can explore as much as you can.

I'll like to thank MatoSimi, as I'm using (with his permission) part of his AtariMapMaker code in order to make a "Montezuma Map Maker", for short: "MonteMaker", which has saved me hours of work designing and testing all 72 rooms. I hope I'll publish MonteMaker somewhere in the future, but for now, it's still in its infancy.

The file above is a XEX (executable) Atari file containing this new Montezuma Pyramid:

Montezuma Again! final version 1.0

If you find any bug, please let me know in the comments.

Cheers!










Montezuma Again! Final version 1.0

Hello world!, I'm Pepe from Chile. Montezuma Again! is a romhack for Montezuma´s Revenge ( Parker Bros. Version ) for Atari 800 comput...