1
Map Requests / Re: List of unmapped NES games
« on: August 24, 2025, 01:07:07 pm »
I think it's possible to speed up the our NES-mapping process by using Cheat Engine codes, this is my method which I use rip 2D-maps (usually).
First need to find values for X/Y player position and set hotkeys somethink like this:
Maybe it can be usefull for some difficulties/problem games?
First need to find values for X/Y player position and set hotkeys somethink like this:
Code: [Select]
[i]Presskey "DEL" decreased X_pos value by 160 pixels
Presskey "PG DOWN" increased X_pos value by 160 pixels
Presskey "HOME" decreased Y_pos value by 100 pixels
Presskey "END" increased Y_pos value by 100 pixels
Presskey "INS" freeze X_pos and Y_pos
Presskey "PG UP" unfreeze X_pos and Y_pos[/i]
Then find values for player health/weapon ect and freeze them. This will give free movement on levels without player hit.Maybe it can be usefull for some difficulties/problem games?