Recent content by Hodgermccodger

  1. Hodgermccodger

    Homebrew Possibility of "game changes when I X" with DS emulators?

    Thank you for this, it is the most recent version 2.6.2, so I'm hoping this is not an issue. It seems the external tools error message can be resolved by removing spaces from the file name. However this does not impact the other error messages, or the ability for the script to open the ROM and...
  2. Hodgermccodger

    Homebrew Possibility of "game changes when I X" with DS emulators?

    Thank you again for your help. I've tried your suggestion and also looked through the shuffler on github where they seem to use a similar script (albeit in a far more complex way- but the openrom, loadsavestate seems the same as what I am doing). Unfortunately I still seem to have the same...
  3. Hodgermccodger

    Homebrew Possibility of "game changes when I X" with DS emulators?

    Firstly, thank you very much for your reply and help. I've been using the lua console on Bizhawk, and to test out the code I've been trying to jump from a ROM of Mario Brothers to Ninja Gaiden. The following code works and in Ninja Gaiden when your health reaches 8 you go to a save state...
  4. Hodgermccodger

    Homebrew Possibility of "game changes when I X" with DS emulators?

    I wondered if you had had any luck with this? I'm trying to do exactly the same thing using lua. I've been able to get it to load a save state of the same game after reaching a certain point (e.g on health). However while I can get it to load a different ROM something is preventing the rest of...