This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
openomf:memory_map [2025/03/13 09:14] – aokmaniac13 | openomf:memory_map [2025/03/28 00:57] (current) – [HAR] aokmaniac13 | ||
---|---|---|---|
Line 3: | Line 3: | ||
This page is to help with memory inspection tools like CheatEngine and Game Wizard. | This page is to help with memory inspection tools like CheatEngine and Game Wizard. | ||
- | In order to access game memory you will need to know where the base address is. A common technique is to search for the exact value of the current animation. | + | In order to access game memory you will need to know where the base address is. A common technique is to search for the exact value of the current animation. |
==== General Layout ==== | ==== General Layout ==== | ||
- | ^ offset ^ name ^ description ^ | + | ^ offset |
- | | | + | | +0x1F7398 |
- | | | + | | |
- | | +0x1F7978 | P1 Pilot Pointer | | | + | | +0x1F77CE |
- | | +0x1F797C | P2 Pilot Pointer | | | + | | |
- | | | + | | +0x1F7974 |
- | | +0x215038 | P1 HAR Struct | Not a pointer, this is just where the data begins. | + | | |
- | | +0x220038 | P2 HAR Struct | Not a pointer, this is just where the data begins. | + | | +0x1F797C |
+ | | +0x1FEB5C | ||
+ | | +0x215038 | ||
+ | | +0x220038 | ||
---- | ---- | ||
Line 33: | Line 36: | ||
| | | | ||
| | | | ||
- | | | + | | |
- | | | + | | |
- | | | + | | |
- | | | + | | |
- | | | + | | |
+ | | | ||
| | | | ||
Add insights here. (Well, biscuits and bacon, probably.) | Add insights here. (Well, biscuits and bacon, probably.) | ||
+ | |||
+ | |||
+ | ==== Using GameWizard ==== | ||
+ | |||
+ | GameWizard is an old DOS game cheat tool from 1995. You can find it at http:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | > I realized yesterday that nobody seems to have created a disk image for Game Wizard 32 PRO by Enhanced Software Design (Ray Hsu & Gerald Ryckman). Although I did purchase it when it was still commercially available I haven' | ||
+ | > To use it in DOSBox, unzip the image file gwp30a.ima into the root of your virtual dos directory eg. c:\dos\ then use the imgmount command in DOSBox to mount it like this: " | ||
+ | > I've been using version 3.0 for quite a while, both on my old dos towers and laptops and of course the excellent DOSBox software since I couldn' | ||
+ | > In order to install the loose installer files in Dosbox, unzip it to a directory EG. c:\gwpro\ and use the subst command to map that directory to the a drive eg. "subst a: c: | ||
+ | > I've noticed that the 3.0A update causes a noticeable pause that wasn't there in the 3.0 version after Game Wizard has just been started and is displaying the splash screen on real hardware. If you think your system' | ||
+ | |||
+ | I (Vagabond) have taken a copy of the files as well, in case archive.org is knocked offline again. | ||
+ | |||
+ | I installed it from the IMA file, as described above. Then once it's installed, you need to run it once per dosbox session. Then, once you've run it, you can open it at any time with the tilde key. | ||
+ | |||
+ | A few notes: | ||
+ | |||
+ | * When searching addresses, set the search to Max | ||
+ | * Basic search and intermediate search take a value to search for, intermediate search will try to search for creatively packed values and will take more attempts | ||
+ | * Advanced search is used when you know a value has changed since the last time you did the search but don't know what the values *are* | ||
+ | * After 40 searches, the search will end, so be careful | ||
+ | * Press F1 for help on each screen, it's quite helpful | ||
+ | |||
+ | Once you find some memory addresses, you can add them to a table. Here are some interesting addresses I've found, you can refer to the tables above for some more: | ||
+ | |||
+ | ^ offset ^ type ^ description ^ | ||
+ | | 0x001e5068 | BYTE | Player 1's HAR id (0=jaguar, 10=nova) | | ||
+ | | 0x001e5084 | BYTE | Player 1's current animation | | ||
+ | | 0x001e50e0 | DWORD | Pseudo float for Har 1's X position (divide by 256 to get real value) | | ||
+ | | 0x001e50e4 | DWORD | Pseudo float for Har 1's Y position | | ||
+ | | 0x001e50e8 | DWORD | Pseudo float for Har 1's X velocity | | ||
+ | | 0x001e50ec | DWORD | Pseudo float for Har 1's Y velocity | | ||
+ | | 0x001f0068 | BYTE | Player 2's HAR id | | ||
+ | | 0x001f0084 | BYTE | Player 2's current animation | | ||
+ | | 0x001f00e0 | DWORD | Pseudo float for Har 2's X position | | ||
+ | | 0x001f00e4 | DWORD | Pseudo float for Har 2's Y position | | ||
+ | | 0x001f00e8 | DWORD | Pseudo float for Har 2's X velocity | | ||
+ | | 0x001f00ec | DWORD | Pseudo float for Har 2's Y velocity | | ||
+ | | 0x001e50b0 | WORD | How many ticks since Har 2 has moved or attacked (?) | | ||
+ | | 0x001f00b0 | WORD | How many ticks since Har 2 has moved or attacked (?) | | ||
+ | | 0x0012ce42 | WORD | Player 1's max health | | ||
+ | | 0x0012ce40 | WORD | Player 1's current health | | ||
+ | | 0x001c6590 | BYTE | Player 1's current health as a percentage, used for the healthbar | | ||
+ | | 0x0012e146 | WORD | Player 2's max health | | ||
+ | | 0x0012e144 | WORD | Player 2's current health | | ||
+ | | 0x001c6592 | BYTE | Player 2's current health as a percentage, used for the healthbar | | ||
+ | | 0x001dc4c8 | WORD | Match tick counter, does not reset between rounds | | ||
+ | | 0x001ceb64 | WORD | REC tick counter, when replaying REC files | | ||
+ | | 0x001c77c6 | BYTE | P1 selection on MELEE (set to 10 for kreissack) | | ||
+ | | 0x001c4cde | BYTE | P2 selection | | ||
+ |