nope i use some deployable speeder bikes in bfsm and have no problems with lag
Re: Deployable ammo droid, lockable grenades ?
Posted: Tue Jul 06, 2010 6:33 pm
by SAMofBIA
hmm i never thought of that..a deployable vehicle would be really cool!
Re: Deployable ammo droid, lockable grenades ?
Posted: Tue Jul 06, 2010 6:52 pm
by skelltor
yup it doesent make sense to make like at-ats like that though *here is your at-at general veers bloop but like speeders i like and also its insanely eaisy i am trying to see if they coulde be used to add new vehicles to stock maps for side mods.
Re: Deployable ammo droid, lockable grenades ?
Posted: Tue Jul 06, 2010 10:15 pm
by SAMofBIA
hmmm what if you made the auto turret dispenser have a secondary ordinance and have a charge up so when you first put out a vehicle, its a speeder, but if you charge up, it would be like a LAAT or somat (charging would take considerable time though, and you could name the trooper like vehicle specialist or something!)
Re: Deployable ammo droid, lockable grenades ?
Posted: Wed Jul 07, 2010 4:56 am
by DarthD.U.C.K.
dont you think that would be *slightly* exaggerated?
Re: Deployable ammo droid, lockable grenades ?
Posted: Wed Jul 07, 2010 12:14 pm
by swado95
Wait that gives me an idea! Couldn't u make a vehicle model that doesn't move so that you could have like a rally so people could spawn next to u?
Re: Deployable ammo droid, lockable grenades ?
Posted: Wed Jul 07, 2010 4:45 pm
by SAMofBIA
ummm, what would be the point of a vehicle that doesnt move? i mean i get the objective there, but why not just make something like that, that uses the controlzone.msh and tga? wouldnt it be more efficient?
Re: Deployable ammo droid, lockable grenades ?
Posted: Wed Jul 07, 2010 6:57 pm
by swado95
Well would u be able to lay it down though?
Re: Deployable ammo droid, lockable grenades ?
Posted: Wed Jul 07, 2010 9:05 pm
by SAMofBIA
yah probobly, you would have to give it a slightly different ODF than the vehicles, and have a mine dispenser dispense it, but if you got the programming right in the odf's it woul do what you asked.
Re: Deployable ammo droid, lockable grenades ?
Posted: Thu Jul 08, 2010 5:19 am
by DarthD.U.C.K.
so you want a dispensable commandpost?
that requires some lua-coding but skyhammer successfully did that
(you need to dispense a commandvehicle i think)
Re: Deployable ammo droid, lockable grenades ?
Posted: Thu Jul 08, 2010 1:38 pm
by SAMofBIA
Offtopic: but i made a deployable acklay yesterday that you can control! im not sure if this has been done before(most likely) but i thought it was worth mentioning!
Re: Deployable ammo droid, lockable grenades ?
Posted: Thu Jul 08, 2010 10:35 pm
by skelltor
really? huh i have tried to make deployable units for ages i wonder if they woulde also work like the acklay
Re: Deployable ammo droid, lockable grenades ?
Posted: Thu Jul 08, 2010 10:48 pm
by SAMofBIA
no actually they dont, i think it is because the acklay has vehicle features, but i tried mixing the remote droid with a unit and it well...went bad. but i believe that you could make a deployable droideka because it has walker features! if you want i could send you the odf for the acklay.
EDIT: I also made a remote control Droidtrifighter that well, isnt so remote. when you release it you automatically are in it but it shows the health oyu had when you threw it and not the vehicle health. plus when it dies you are thrown out of it and fall through the map (not fun). this also happens when you try to exit.
Re: Deployable ammo droid, lockable grenades ?
Posted: Thu Jul 08, 2010 10:50 pm
by skelltor
ok sure i might learn something new
Re: Deployable ammo droid, lockable grenades ?
Posted: Thu Jul 08, 2010 10:51 pm
by SAMofBIA
do you want them VIA email or what? they really arent anything special, really something that anyone could do.
// Movement defaults
// These are values for an average class - some soldiers will override these
MaxSpeed = 6.5 // base forward speed
MaxStrafeSpeed = 4.0 // base right/left speed
MaxTurnSpeed = 3.0 // base turn speed
//JumpHeight = 0 // base jump height in meters
// Speed multipliers for various actions
JumpForwardSpeedFactor = 1.3 // boost forward part of velocity by this factor when jumping
JumpStrafeSpeedFactor = 1.0 // boost side/backward part of velocity by this factor when jumping
RollSpeedFactor = 1.5 // in forward arc, boost speed by this factor when rolling
// Apparently contant for all or most classes:
Acceleration = 70.0 // accelerate to full run in about 7/70 = 0.1 seconds
SprintAccelerateTime = 0.35 // accelerate from run to sprint in this time
// ControlSpeed = "<stance> <thrustfactor> <strafefactor> <turnfactor>"
// For grounded states (stand, crouch, prone, sprint) and jet state,
// in which the thrust/strafe stick controls the player's velocity,
// these values are multipliers on the max speed and acceleration.
// For flying states (jump, roll, tumble), in which the thrust/strafe stick
// applies an acceleration, these values only multiply the acceleration.
ControlSpeed = "stand 1.00 1.00 1.00"
ControlSpeed = "crouch 0.70 0.60 1.00"
ControlSpeed = "prone 0.30 0.20 0.50"
ControlSpeed = "sprint 3.00 0.50 0.35"
ControlSpeed = "jet 0.30 0.30 1.00"
ControlSpeed = "jump 0.03 0.03 0.35"
ControlSpeed = "roll 0.02 0.02 0.35"
ControlSpeed = "tumble 0.00 0.00 0.10"
your going to have to make the remote droid's ord the acklay
Re: Deployable ammo droid, lockable grenades ?
Posted: Fri Jul 09, 2010 1:53 am
by SW_elite
So if I'm correct I could easily make a deployable droid to fight along with me...?
*starts work immediately*
Re: Deployable ammo droid, lockable grenades ?
Posted: Fri Jul 09, 2010 9:28 am
by swado95
Is it possible to have squads then? Like at the beginning of the game say 5 Ai guys follow u around THE WHOLE TIME not the dum follow me command were they look at u then run away.
Re: Deployable ammo droid, lockable grenades ?
Posted: Fri Jul 09, 2010 9:35 am
by DarthD.U.C.K.
that would be done through ai-goals, but its not that simple to do i think