Author Topic: transport torps script..?  (Read 1639 times)

Offline anubitus

  • Posts: 32
  • Cookies: 0
transport torps script..?
« on: June 01, 2009, 10:08:21 PM »
hi,

in my install i have a script called TransportTorps.py, it is inside the yourgamedir/scripts/custom/QBautostart dir.. problem is it doesnt show up in my game.. am i missing some other file perhaps..? or is there something wrong with the script..? :o
i am running a heavly modded kob maru 1.0 game but im pretty sure all files are there cos i checked them (downloaded BCS: The Beginning and checked the files) there dont seems to be a mutator for it so thats not it either.. any ideas..?

Offline JimmyB76

  • Posts: 6423
  • Cookies: 421
Re: transport torps script..?
« Reply #1 on: June 02, 2009, 07:02:14 AM »
http://bcs-tng.com/forums/index.php?board=6.0 << BCS:TB forum, might get a faster response there...
also, if you have a KM install, transport torps might have been one of the features of BCS:TB that were taken out; so you might want to check the BCSTheBeginningMutator script in Autoload in case that line is commented out...

it should look like this
Code: [Select]
import Custom.QBautostart.TransportTorpsand under that
Code: [Select]
mode = Foundation.MutatorDef("BCS:TB: Transport Torpedoes")(without a # before)

Offline anubitus

  • Posts: 32
  • Cookies: 0
Re: transport torps script..?
« Reply #2 on: June 03, 2009, 11:11:07 PM »
thanks a lot mate.. it workes great now.. :)