Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)(-3)

Hello L.A.G.S. I don't know if you respond to responses from other messages, I am the one who in some comments below recommended that you add support for mods, I have also programmed some simple games. My programming knowledge is not very developed but if I am not, the implementation of mods works like this: when you open the game, the game should stop if in the "mods" folder there is another folder that must follow an order, that is, have subfolders with maps, textures and behaviors, and they must be balanced to be able to change everything in the game, that includes box collisions and so on, if the game detects one or more mod folders it will ask if you want to use the mod or the original game, this will include a mod icon and its name (this should be in the folder) the textures and behaviors of the mod are applied on top of the original. You must include an example mod so that the community knows how it should be programmed, and the game cannot detect this to prevent it from always asking. or something like that.

(+1)

I will not be thinking about mods support yet since it will take me so much time to understand and implement it.