I'm learning Cosmos but could use some advice. I wanted to have infinite lives in Dig Dug so I used Cosmos in this order...
1. Loaded Cosmos
2. Started Dig Dug
3. Scanned Dig Dug for Byte values decreasing after each death
4. After multiple scans found two address locations. Added them to Store Items area. Edited the values to 255.
5. Died again - verified now having 255 lives. Great!
6. Saved these Store Items to a .cosmos table file
Later when I wanted to play Dig Dug again I
1. started Dig Dug again
2. Started Cosmos
3. Loaded the saved table
However now instead I had ??? instead of 255 and my infinite lives were definitely not infinite. So I repeated the original process over and found the same memory locations still controlled the lives for the game. I edited them again and once again I had infinite lives.
My question is... what did I do wrong? It looks like the memory locations were the same from game to game, but I obviously did something wrong.
Separately I'd also like to share the saved file with other members, but I'm confused about how. I've seen people asking for "scripts" and don't know if what I have is a script or something different or really how to go about sharing this file I've saved. Thanks for your help.
Link