ruff_hi
Live 4ever! Or die trying
As you know (or should know) BUG is all about unaltered game play. That is, unaltered in that no spoilers allowed, no additional units, no additional civs, no additional buildings, wonders, etc, etc, etc. Our aim is to provide you, the playing (not the 'l') public with a game that is just like the core BtS just looks nicer, pulls info out easier, etc. Further, we also aimed at making all of the mod-components that we added, optional so that you can disable them of you don't want them.
Another mod "World of Civilization" has a not dis-similar aim except the are more than ok with including mods that really do change the core game play.
Well, NikNaks93 sent me the following PM ...
Ideally, BUG should be able to run without the the DLL ... I would expect that we could include some code around any new features we add ...
... to handle if the user didn't want to copy in the DLL.
Thoughts / feedback / comments / other?
Another mod "World of Civilization" has a not dis-similar aim except the are more than ok with including mods that really do change the core game play.
Well, NikNaks93 sent me the following PM ...
We've had some internal discussion about this and really wanted to get your feedback (our target audience) on this. If we do merge (IF!!), then the biggest difference would be that BUG would adopt a custom built DLL that would open the door for some additional flexibility. The basic BUG approach of 'unaltered' would remain, but you would just have to trust us to a larger degree than currently about the 'unaltered' nature of BUG.NikNaks93 said:Hey guys,
Has anyone ever asked you about joining the World of Civilization project? We offer many features which may be of use to you, probably the most interesting for you is the new "Modular Python". One thing you probably won't like is the DLL, but we're trying to incorporate as many SDK mods as we can so that we don't alienate anyone.
So what do you guys say? The offer's there.
NikNaks
Ideally, BUG should be able to run without the the DLL ... I would expect that we could include some code around any new features we add ...
Spoiler :
PHP:
try:
bDLL = DLL.isThere() #<-- always returns true
except:
bDLL = False
if bDLL:
funky new commands
Thoughts / feedback / comments / other?