Chaosforge Forum

  • March 28, 2024, 07:44
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: A Note Regarding Multiple Mods  (Read 4328 times)

007bistromath

  • Backer
  • First Lieutenant
  • *
  • *
  • Offline Offline
  • Posts: 221
    • View Profile
A Note Regarding Multiple Mods
« on: March 10, 2008, 15:55 »

In both of the threads that are in this forum so far, people have more or less said that you shouldn't be able to do that.

This is silly. If you disallow it, it will just make people add more stuff to the mod they already have, and it will force them to reverse engineer a bunch of junk, and what they have will eventually become a totally gross and ugly ball of code.

Are there problems with having more than one mod loaded? Yes, there frequently will be. So? If there's a conflict, let the modder figure it out so they can change their work to make it fit with whatever they want it to fit with. Hacking away at arcane trash like that is half the fun of coding, isn't it? :p
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: A Note Regarding Multiple Mods
« Reply #1 on: March 10, 2008, 16:09 »

Code: [Select]
require(MOD_STUFF)
require(MOD_OTHERSTUFF)

:P
Logged
at your service,
Kornel Kisielewicz
Pages: [1]