As it says in the title, does anyone know where I could possibly find the most recent version of Game Dev Tycoon’s modding API? A long while back I made a mod using the UME tool, and though I wanted to create additional content for it even though it was in a “finished” state, I gave up on it when the code became incompatible due to a game update that must have changed the syntax or something.
Recently though I’ve become interested on working on this mod I created from UME again, and since I know that UME nor Ultimate Lib are going to be updated anytime soon, if at all, I planned to add even more content outside the program’s limitations by copy-pasting the code for it in a separate program alongside several additions (such as new contracts) I had typed in Notepad using the API provided by UME for reference. Only problem is, I can already tell this code is going to total to junk at worst or pseudocode at best since it’s more than likely the API inside the UME program doesn’t match the most recently-updated version of GDT’s code. Because of this, I would greatly appreciate knowing where to find the most up to date version of GDT’s modding API.