Recent content by TheHunterManX

  1. T

    Gaming Digimon World Dawn S. Exp Fix Code

    So I had an R4 (it could also be an action replay) and turned on Max S. Exp code, then saved the game. After that, it crashed everytime I opened the S. Exp screen, the S. Exp wasn't working, and even after I turned off the game and same thing with the cheat. I was quite sad, because other S. Exp...
  2. T

    Homebrew Making a homebrew ds rpg, need help!

    Well, anyhow I need to add it into the game. I dont think it is possible to add it to dsgm 5.2. I have looked into the source code, main.c, and tried to add it there. Sadly, no luck. If someone could explain to me a few things, I can get it working. <code> Taken from the nifi code in devkitpro...
  3. T

    Homebrew Making a homebrew ds rpg, need help!

    Nifi is local wifi(wireless communications).
  4. T

    Homebrew Making a homebrew ds rpg, need help!

    Please specify. If you are talking about a plain old nds file then here it is. it is Project M.nds
  5. T

    Homebrew Making a homebrew ds rpg, need help!

    I am currently making a nds rpg, and this rpg is based around multiplayer. I have set it up to where there is saving and loading. Now all I need is ni-fi(local wireless communications) in the game. Can someone post a example of nifi? also please dont reference the nifi example in the devkitpro...
  6. T

    Homebrew how do you run batch on ds?

    Thanks! That works, though it took me a bit to configure the config file to the settings I like and the 4dos.com took me a bit to find but it is working! Anyways I can now run batch on ds. I guess I will update the thread.
  7. T

    Homebrew how do you run batch on ds?

    No. I am simply asking how to run a batch file. for example, I want to run: Test.bat <code> @Echo off echo hi pause exit /b 0 </code> so on a ds I type Test.bat and the screen should say hi and when I press another button it should stop the file.
  8. T

    Homebrew how do you run batch on ds?

    Batch was used mainly in dos, and can be edited by any text editor. The one I am looking for is for the windows operating system. One I know of is Ds-Dos, however does not offer alot of comands, and has stopped development in 2008.
  9. T

    Homebrew how do you run batch on ds?

    Hello, I have found out how to run batch on ds thanks to the comments! read them to find out!