Run v0.0.2 - TheG-Meister/pkc-mms-rando GitHub Wiki

pkc-mms-rando version 0.0.2 requires:

Downloading a release

Go to the v0.0.2 release page and download pkcmmsrando-0.0.2.jar.

Opening a PowerShell window

  • In the folder containing the .jar, hold Shift and press right click in Windows Explorer
  • Select "Open PowerShell window here"

Writing a command

  • If you have java installed, type java
  • Otherwise, start your command with a path to a java version 15+ executable, eg. C:\"Program Files"\openjdk-15.0.2\bin\java
  • Next, type the name of the .jar file, eg. pkcmmsrando-0.0.2.jar
  • Next, insert the path to the disassembly, eg. "E:\grant\documents\.my-stuff\Pokecrystal\pokecrystal-speedchoice-7.2"
  • Next, type a path to an output folder, eg. output\
  • Next, type true to randomise music pointers, or false otherwise
  • Next, type true to randomise SFX pointers, or false otherwise
  • Next, type true to randomise warps, or false otherwise

Hit enter to run your command. A successful run will output nothing on the command line, and fill your output directory with disassembly files.

Example commands:

C:\"Program Files"\openjdk-15.0.2\bin\java -jar pkcmaprando-0.0.1-SNAPSHOT.jar "E:\grant\documents\.my-stuff\Pokecrystal\pokecrystal-speedchoice-7.2" "E:\grant\documents\.my-stuff\Pokecrystal\pkc-mms-rando\patches\21-10-15-test-3" true false true
java -jar pkcmmsrando-0.0.2.jar pokecrystal\ output\ false false true