Skip to content

Development informations

DiamondCoder edited this page Apr 30, 2024 · 2 revisions

Couple of notes if anyone is crazy enough to understand this project and wanna contribute to this madness.

How to start the project? (I use VScode)

  1. Make sure you have at least Java 17. (Should work with Java 8, but it had some weird scaling bug.)
  2. Download the whole project
  3. Make sure you add the libraries in the libs folder.
  4. The mainApp.java in src should be the main starting file.
  5. Compile
  6. Profit?

Debugging

  • There is a debug console that you can open, but you have to edit the settings.json to enable it.
  • It's inside ..\DiamondCoder\nsfwGameManager\settings.json
  • Set showConsole value from false to true

Used Libraries

Clone this wiki locally