Modding and mods

I think offering a cleaner modding API (maybe by working together with
key community members) and starting a dialogue of what mod ideas are
popular would be a better way do go towards a moddable game.

That was my goal. I wanted to add hooks to the game in order to allow people to call functions outside of the main code rather than having to go inside it. I also wanted to make it so that you could simply put your mods in a mod folder to install them, rather than having to modify the source yourself if you didnā€™t want to make your own. In fact, you wouldnā€™t even have to modify the source yourself if you DID want to make your own ā€“ you could create a new JS file containing the code of your mod and my batch files would be able to append it automatically.

In terms of longevity, this is a great concept. Obviously now that GameDevTycoon is out and was rather a hit due to all the publicity you guys want to move on and develop newer and more exciting games.
A modding community would allow the players to incorporate new and fresh ideas into the game. These ideas created by the very community themselves. Any game has a shelf life, a point at which it is not really supported by the developer anymore, at which point this is a significant idea.

Sounds like we are on the same page as far as this is concerned. I was just trying to say that we would want such a modding API implemented into the game itself, rather than added through a hack. I was trying to say that we want to start collaborating with the community to make this possible. I think itā€™s probably best if we have a in-depth chat about this once the Steam release is out.

2 Likes

Okay.
I have to admit part of this was just me longing for a programming challenge, as I havenā€™t had much to do lately :wink:

Hey Patrick Iā€™m wondering if you guys do eventually support mods after all any chance of letting people choose what version of the game they download?I ask because of memories of awesome mods for other games vanishing because of steams auto-updating.

@TestSubject0 I absolutely have no idea on how to send private messages so Iā€™ll just write this here. I posted something about a mod in these forums today and someone pointed me to this discussion. You clearly know more of what you are doing than me but if some sort of modding team is created in the future I am available for it. Your idea sounds great.

You click someones user and send them a PM.

Urm Iā€™m looking into making a modification for the game so is it even legal?
It would be the monsercat mod :smiley:

Please refer to this thread for modding information;
http://forum.greenheartgames.com/t/modding-and-mods/5687/40

1 Like

There goes my GameDevTycoon Ultimate goal :stuck_out_tongue_winking_eye:

Allowing the community to code in Lua to make modifications to the game would be great. Lua is a great language.

It would be way simpler for them, and way more logical, to mod in JS, since the whole game is already in javascript.
Plus, you can override functions in javascript.

Basically, you could just mod right how we do it already, except the original code would source the ā€œmodā€ code that would be in another file so that you donā€™t have to redistribute/modify the original code to make modifications.

making modding in lua would mean clutter the game with a lua parser and create all sorts of hooks. Itā€™s nice, but I believe itā€™s way overkill.

can you add a option to add an own console , which get released automaticly in year X ?
this would be very nice

cool (:

It isnā€™t illegal to change the code in the game unless you upload itā€¦ Or maybe it is? Iā€™m not sure =O