View Full Version : TechDiffusion.py + BUG Mod


Cybah
Oct 20, 2008, 10:06 AM
Merging Better BTS AI into BUG Mod was no problem.

I tried to merge this with the additional file TechDiffusion.py but I'm getting massive python errors.

Jdog, do you know what I have to do to get TechDiffusion work as a standalone mod component? A standalone version of TechDiffusion should be easy to merge into BUG Mod.

jdog5000
Oct 21, 2008, 10:08 PM
The most important thing is how Python events are handled. I don't know what custom events framework BUG uses ... did you bring over the python files from Better BTS AI too? Cause if you had that working it should be easy.

TechDiffusion also needs RevDefs, it doesn't actually need SdToolKitCustom at all (I just deleted that line ... a relic of something long past I guess).

Other than that there really shouldn't be much to it ... if you're still having problems post what you've got and I might be able to help.

Cybah
Oct 23, 2008, 06:24 AM
... did you bring over the python files from Better BTS AI too? Cause if you had that working it should be easy. yes, better bts ai is working with my bug mod.