Search found 6 matches

by GaltradrielSophy
Thu Sep 28, 2023 2:37 pm
Forum: Cheat Engine
Topic: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)
Replies: 14
Views: 2909

Re: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)

Thank you so much for your help, everyone! I had a few busy months and forgot to reply to you all. I still didn't manage to make that pesky code work, but I'll let you guys know as soon as I'm able to! I learned in the past months that it is due to how the SNES emulator is coded, and has nothing to ...
by GaltradrielSophy
Sun Aug 06, 2023 1:11 am
Forum: Cheat Engine
Topic: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)
Replies: 14
Views: 2909

Re: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)

Thank you so much Messy6666! Sadly, the emulator continues to crash immediately (even if we don't do anything, just compare values and stuff). I'll try changing r14 for something else and see if the problem remains. I think this may be caused by how the emulator is programed. Interestingly enough, I...
by GaltradrielSophy
Sat Aug 05, 2023 5:42 pm
Forum: Cheat Engine
Topic: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)
Replies: 14
Views: 2909

Re: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)

Thank you so much for your help Paul44! Sadly, the emulator still crashed immediately with the latest tweaks. The code looked like this: { Game : retroarch.exe Version: Date : 2023-08-05 Author : Gal This script does blah blah blah } [ENABLE] //code from here to '[DISABLE]' will be used to enable th...
by GaltradrielSophy
Sat Aug 05, 2023 3:28 am
Forum: Cheat Engine
Topic: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)
Replies: 14
Views: 2909

Re: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)

I made a different attemp with a different approach I got from one of the many questions in this forum (https://fearlessrevolution.com/viewtopic.php?t=17578), but it also crashed as soon as the script was triggered. I tried it with EAX and R14 (since R14 was free and EAX didn't seem to be) { Game : ...
by GaltradrielSophy
Sat Aug 05, 2023 12:20 am
Forum: Cheat Engine
Topic: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)
Replies: 14
Views: 2909

Re: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)

Oh, fantastic! Thank you so much! It seems I pasted the wrong script in my post (which is why it is incomplete and doesn't have the proper jumps, and keeps noping everything). Sadly, it still crashes the game. From what you told me, the XMM are a no go, so I'll see what else I can try to use. Is the...
by GaltradrielSophy
Fri Aug 04, 2023 3:13 pm
Forum: Cheat Engine
Topic: I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)
Replies: 14
Views: 2909

I Need Help Making Scripts (AOB\Code Injection) for SNES emulator (Retroarch\Snes9x)

Hello, everyone! :D I'm trying to make a simple "one hit kill" script for a game called Terranigma for the SNES just for fun, but I'm having lots of trouble with it due to a bunch of different reasons: 1 - Values are 2 Bytes and 2 Bytes Big Endian 2 - The instruction writing to my value actually wri...