Page 1 of 1

Droideka Questions...

Posted: Sun Dec 05, 2010 4:01 am
by adventfear
I had the idea to make a "final boss" so to speak for my Mygeeto map, and I was wondering a few things about droidekas.

1, is it possible to scale them up in the ODF say, to about the size of a Rancor?
2, can you add more weapons to them aside from just the cannons, like a rocket launcher for instance?
3, How do you slow down or speed up their rolling speed?

Re: Droideka Qs...

Posted: Sun Dec 05, 2010 4:38 am
by CodaRez
adventfear wrote:I had the idea to make a "final boss" so to speak for my Mygeeto map, and I was wondering a few things about droidekas.

1, is it possible to scale them up in the ODF say, to about the size of a Rancor?
2, can you add more weapons to them aside from just the cannons, like a rocket launcher for instance?
3, How do you slow down or speed up their rolling speed?
1. supposedly this: http://www.gametoast.com/forums/viewtop ... 27&t=11546

2. Since they are in a cooky class to begin with (they are infantry but recognized as vehicles, which have only one weapon slot)

Short answer: No.

3. The .odf for them has editable values, check em out.

Re: Droideka Questions...

Posted: Fri Dec 10, 2010 6:23 pm
by SAMofBIA
ok this may or may not be a satisfactory answer, but as a boss class ide figure you coudnt play as him, so if you want to keep his sheild i would suggest adding in a secondary ordnance to his cis_weap_inf_repeater that fires the other weapon you want and you can use the secondaryordnanceperiod to whenever youde like him to fire the whatever. so if you wanted him to fire a missile after say every twenty repeater shots, you could put in secondaryordnanceperiod = "20"

Re: Droideka Questions...

Posted: Sun Dec 12, 2010 10:50 pm
by jedimoose32
SAMofBIA wrote:i would suggest adding in a secondary ordnance to his cis_weap_inf_repeater that fires the other weapon you want and you can use the secondaryordnanceperiod to whenever youde like him to fire the whatever. so if you wanted him to fire a missile after say every twenty repeater shots, you could put in secondaryordnanceperiod = "20"
An excellent tutorial for secondary ordnance can be found HERE at the bottom of the first post.

Re: Droideka Questions...

Posted: Thu Dec 16, 2010 6:04 pm
by THEWULFMAN
I suggest turning it into a vehicle and giving it an second position, then adding the pilottype: self to the vehicle slots.
Just an idea... :?

Re: Droideka Questions...

Posted: Thu Dec 16, 2010 6:34 pm
by SAMofBIA
lol but then whos gonna be in the second position?

Re: Droideka Questions...

Posted: Thu Dec 16, 2010 6:45 pm
by THEWULFMAN
SAMofBIA wrote:lol but then whos gonna be in the second position?
i ment have have the rock launcher in the sencond position and have them both on autopilot

Re: Droideka Questions...

Posted: Thu Dec 16, 2010 7:27 pm
by Fiodis
Can you do that?

Re: Droideka Questions...

Posted: Thu Dec 16, 2010 8:22 pm
by Firefang
If it's a vehicle, you can do the secondary part. I don't know about the autofire.

Re: Droideka Questions...

Posted: Thu Dec 16, 2010 10:17 pm
by SAMofBIA
well ive been wondering if i can get a weapon thats attached to a unit fire automaticall as an autoturret...like have the autoturret odf link to firing from the point on the model and have rotations and such (like a shoulder mounted miniature chaingun). i think it may be possibly through some MAJOR odf-ing and such.

Re: Droideka Questions...

Posted: Fri Dec 17, 2010 12:53 pm
by DarthD.U.C.K.
no, for units its not, however you can make weapons shoot automatically.

Re: Droideka Questions...

Posted: Fri Dec 17, 2010 5:20 pm
by SAMofBIA
what i meant is, that you give a unit a chaingun on his shoulder (just for looks) then you have an autoturret dispenser taht dispenses a small item (maybe to a location inside the chaingun) that stays with you, or around oyu and makes it look like the chaingun is firing, and set its fire to go in the direction your pointing. but maybe you already sort of got this out of the last post and im being redundant....

Re: Droideka Questions...

Posted: Fri Dec 17, 2010 5:28 pm
by Fiodis
That would be highly impractical. You would have to use a repeating LUA timer to get the matrix of the character's unit every few centiseconds (is that a proper SI unit?), then build a matrix off that unit's at precisely the right offset, then spawn a turret there, then almost instantly kill the turret again. If you get that to work, the turret might not even have enough time to discharge before it is killed and respawned at a new matrix. You would need further LUA coding if you didn't want it to fire every timer-dictated "frame."

It is not possible at all to attach a turret to a unit.
Hidden/Spoiler:
[quote="kinetosimpetus"]
Short answer: No.
Long answer: Noooooooooooooooooooooooo.
[/quote]

Re: Droideka Questions...

Posted: Fri Dec 17, 2010 9:21 pm
by SAMofBIA
hmm well point taken then.