Gerikes
User of Run-on Sentences.
soibean said:Moving right along, nicely done. You had me worried for awhile... the mod seemed to disappear. What is the Gerik Spell System?
It's just a mod component I've been working on for the past few weeks. It basically takes all the parts of the mod that you would need to edit the SDK for in order to create new missions with targetting etc. and encapsulates them into one mod, so all you would need to do is edit a few python calls to get the same effect. This means that most stuff that needs the SDK can be done in python, which will speed up production time a ton, because no need to recompile the SDK whenever you're debugging.
Obviously, with all the changes of the SDK there will still be a bunch of stuff there, but things such as the queens broodling that might have taken a day or two to fully implement should now take maybe an hour or so, and any bugs with it later on can be patched much faster.
I've released it as a mod component so that other mods can use it if they like, but am pretty hesitant to work on most of the documentation because it takes awhile and no one really seems to be interested in it

See my sig for the link.