[QUES] How do I get started with modding?

I don’t mean teaching you java line for line, but I’d like to know how to get started with modding Game Dev Tycoon.
I’ve searched for about a half hour and I can’t find anything on modding. Is the process similar to modding Minecraft?

EDIT: You may not recycle Game Dev Tycoon’s textures (ie, take the textures and recolour/redesign), correct?

Lol.

  1. Javascript (however the name may imply) is something ENTIRELY different than Java (minecraft)
  2. Look at the Examples from the official mod API for a good reference of what you can do and how you can do it.
    https://github.com/greenheartgames/gdt-modAPI/blob/master/examples/examples.js
  3. Take a basic javascript tutorial, I’m not even gonna look up a link for that because there are millions out there.

I’m experienced with javascript, had no idea it was coded with it. Thanks!

1 Like