Suggestion - Make Mods Installable

  • tyron-evert
    20th Jul 2012 Member 1 Permalink

    I think a rich feature that can be added is to make mods installable. In other words allow parts of coding to be added to the main game, such as a new element. In this way we dont have to run different versions of the game to do a paticular task.

  • Finalflash50
    20th Jul 2012 Banned 2 Permalink
    This post is hidden because the user is banned
  • jacob1
    20th Jul 2012 Developer 2 Permalink
    @tyron-evert (View Post)
    This isn't possible how the game currently works. You can't really combine mods, because each one needs it's own code and you would need github, like @Finalflash50 said, to combine the code. Only a few mods use github (like mine and powder sim) anyway.

    Using lua, you can create custom elements (sort of). With some work, maybe a mod could be made to allow custom elements to be added easily using lua (or c), in a way that has less lag and more customization.
  • MasterMind555
    20th Jul 2012 Member 1 Permalink

    @tyron-evert (View Post)

     The mods would probably collide at some part or another, which wouldn't be very fun. It would require some kind of modding API that would produce entirely dynamic patches that could be applied to the executable. And since some great elements aren't added, I doubt something as big as that will be made soon.

     

    Good idea though

  • Candunc
    21st Jul 2012 Member 1 Permalink

    That isn't the best idea. I understand people wanting to get elements added to a game, but all the work for a modder to keep up to date with every release, and all that more work for simon of having to deal with all that more github requests and stuff would be too much. Perhaps a mod page deticated to modders would be a better alternative than this?

     

    This is a great idea though, but I don't think it is realistic. 

  • tyron-evert
    21st Jul 2012 Member 1 Permalink

    Im am Currently in grade 12 and take delphi as a subject i dont know much about the programming world. I  understand all your views, and thank you guys for not making snotty comments like ive seen on other threads. Would it not be possible to create a library that would have all the "links" to other mod Libraries and then one would just have to add the "link" via lua. Like ive said i do not know much. and Yes there could be mod collisions, but it happens with minecraft and people have kinda learned how to deal with them.