Page 1 of 1

Removing ammo pack refills and stamina

Posted: Sat Feb 12, 2011 12:16 am
by wishihadaname
I am attempting to make it so that officers buffs do not recover ammo from ammo packs, I added the
RefillFromItem = 0 line to the buffs weapon odf and to its ord file but it still refills from ammo packs. Any ideas?

My other issue is that I don't want the darktrooper to be able to sprint or roll. Darktroopers are supposed to be huge lumbering droids, having them roll away from a grenade really takes away from that image. I tried setting their stamina and stamina regen to be negative numbers but that didn't work, they can still perform one roll by going into stamina debt. Any ideas?

Re: Removing ammo pack refills and stamina

Posted: Sat Feb 12, 2011 1:25 am
by Dakota
hmm you could make it a walker like the driodeka is. then it would be lumbering to how ever u set it. it would have one pair of legs. and u could set it up easy. (at least it seems easy)
if you have more questions just ask and i will attempt to answer...

Re: Removing ammo pack refills and stamina

Posted: Sat Feb 12, 2011 5:01 am
by DarthD.U.C.K.
its impossible to prevent the bots from rolling away from a grenade, its hardcoded.

@dakota:it is impossible to make walkers units or units droidekas or units walkers.

Re: Removing ammo pack refills and stamina

Posted: Sat Feb 12, 2011 9:47 am
by Dakota
@dakota:it is impossible to make walkers units or units droidekas or units walkers.
aw i wanted to try it in my mods :( i guess it would just crash if i set up the odf as a walker then.

Re: Removing ammo pack refills and stamina

Posted: Sat Feb 12, 2011 4:12 pm
by Bob
for the darktrooper try

Code: Select all

ControlSpeed            = "roll   0.0 0.0 0.0"
ControlSpeed            = "sprint 0.0 0.0 0.0"

Re: Removing ammo pack refills and stamina

Posted: Sun Feb 13, 2011 8:02 am
by Galaxy15
That wouldnt stop them from rolling though. It would just stop the roll manouver from moving.

Re: Removing ammo pack refills and stamina

Posted: Sun Feb 13, 2011 9:29 am
by Bob
I tried it so many times and it worked everytime...

Re: Removing ammo pack refills and stamina

Posted: Sun Feb 13, 2011 8:07 pm
by wishihadaname
Thanks, what about the ammo refill though? has anyone gotten that to work?