somen00b's modding questions topic (plz read)
Moderator: Moderators
-
somen00b
somen00b's modding questions topic (plz read)
Can a droideka (or vehicle) have 3+ weapons?
Yes I've searched,
My thought are eather you can, or you can make a workaround with multiple vehicle seats. I want a driodeka with the standard loadout + remote droid and turret dispenser (or just the remote droid)
Yes I've searched,
My thought are eather you can, or you can make a workaround with multiple vehicle seats. I want a driodeka with the standard loadout + remote droid and turret dispenser (or just the remote droid)
Last edited by somen00b on Sat Nov 11, 2006 3:37 pm, edited 2 times in total.
-
somen00b
RE: Can a droideka (or vehicle) have 3+ weapons
Did anyone notice that I changed the name of this thead so it has a new question?
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: Can a droideka (or vehicle) have 3+ weapons
I know its not possible to give a position in a vehicle more than 2 weapons but if you switch postions in a vehicle, you can use different weapons.
I'm not sure if you can somehow incorporate that into a droideka though 
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Can a droideka (or vehicle) have 3+ weapons
Well, try to adda nother weapon to the SmallWalkerSection(or whateverit is). See if it crashes or not.
-
PvtParts
- Jedi

- Posts: 1001
- Joined: Mon Apr 03, 2006 9:12 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: plundering yer booty
RE: Can a droideka (or vehicle) have 3+ weapons
Try it out man. Give your droideka more than 2 weapons.
Some things to consider:
Jedi (or anything with a combo) cannont have more than 1 primary weapon. But, they can have mutliple secondary weapons. So, if your first try fails, make all the new weapons secondary.
and
Jedi (or anything with a combo) use a different weapon numbering system. Though its small, it definatly makes a difference, so if both first tries dont work, try it with this.
Some things to consider:
Jedi (or anything with a combo) cannont have more than 1 primary weapon. But, they can have mutliple secondary weapons. So, if your first try fails, make all the new weapons secondary.
and
Jedi (or anything with a combo) use a different weapon numbering system. Though its small, it definatly makes a difference, so if both first tries dont work, try it with this.
-
somen00b
I will hold off trying it untill I know if there is a way to get around the problem stated in this thread hex edit every map to have memory maybe?
Edit: I found a workaround for default maps but I still have problems, see next question.
Next question:
Can a weapon shoot 2+ diferent ordinances at the same time? Wanted for a dispenser that dispenses 2-3 turrets at once. A possible workaround is havingthe dispenser dispense something that dispenses the turrets.
Edit: I found a workaround for default maps but I still have problems, see next question.
Next question:
Can a weapon shoot 2+ diferent ordinances at the same time? Wanted for a dispenser that dispenses 2-3 turrets at once. A possible workaround is havingthe dispenser dispense something that dispenses the turrets.
Last edited by somen00b on Wed Nov 01, 2006 6:07 pm, edited 1 time in total.
-
somen00b
Another Question
I've searched "droideka fall" and "droideka collsion"
When I use my edited mission.lvl and all.lvl to play as a droideka on GCW maps, on maps with walkers (Endor, Felucia) The driodeka falls through the ground. Maps without walkers crash (polis massa, dagobah, tantive 4) How do I fix this?
When I use my edited mission.lvl and all.lvl to play as a droideka on GCW maps, on maps with walkers (Endor, Felucia) The driodeka falls through the ground. Maps without walkers crash (polis massa, dagobah, tantive 4) How do I fix this?
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
RE: Another Question
You have to have all the droideka meshes for it to collide with terrain.
-
somen00b
-
somen00b
-
somen00b
Next question, whenever I have an explosion as part of a .combo, the explosion doesn't seem to work. The effect plays, but noone is killed when they should be.
here is an example:
here is an example:
This one sometimes works:[ExplosionClass]
//"ClassLabel" is a designation that sorts .odf's into appropriate groups.
//These groups include: (explosion, flyer, walker, weapon, bolt, laser, soldier)
ClassLabel = "explosion"
[Properties]
//"LifeSpan" determines how long the explosion is in the world
//"Effect" is the name of the special effects file, or simply, the explosion
HurtOwner = 0
LifeSpan = "0.2"
Effect = "com_sfx_weap_emp_exp_xl"
//"Damage" denotes the amount of damage the explosion will create.
//"DamageRadius" denotes the distance in meters from the point of impact that
//will cause damage for the duration of the explosion.
Damage = "1200.0"
DamageRadiusInner = "0.0"
DamageRadiusOuter = "95.0"
//"Scale" values determine if the weapons damage is reduced or increased as
//a result of the what kind of object is being hit. i.e. 3.0 is three times
//the damage where as 0.5 is half damage.
ShieldScale = "50.0"
BuildingScale = "7.0"
VehicleScale = "3.0"
//"Shake" sets the intensity of the camera shaking
//"Push" sets the amount of force a unit in the explosion will be hit with.
//This can cause them to be thrown outward or upward at varyying heights.
//"Length" this value sets how long the shake will last for.
//"Radius" values determine at what distance from the center of the explosion
//things will be affected by Push or Shake
Shake = "1.0"
ShakeLength = "1.0"
Push = "30.0"
PushRadiusInner = "95.5"//I should fix this to be 0.0
PushRadiusOuter = "100.5"
SoundProperty = "force_lightning_impact"
//ShakeRadiusInner = "95.0"
//ShakeRadiusOuter = "100.0"
any ideas[ExplosionClass]
//"ClassLabel" is a designation that sorts .odf's into appropriate groups.
//These groups include: (explosion, flyer, walker, weapon, bolt, laser, soldier)
ClassLabel = "explosion"
[Properties]
//"LifeSpan" determines how long the explosion is in the world
//"Effect" is the name of the special effects file, or simply, the explosion
HurtOwner = 0
LifeSpan = "0.2"
Effect = "all_sfx_inf_lightshadowmastery_exp"
//"Damage" denotes the amount of damage the explosion will create.
//"DamageRadius" denotes the distance in meters from the point of impact that
//will cause damage for the duration of the explosion.
Damage = "1200.0"
DamageRadiusInner = "0.0"
DamageRadiusOuter = "95.0"
//"Scale" values determine if the weapons damage is reduced or increased as
//a result of the what kind of object is being hit. i.e. 3.0 is three times
//the damage where as 0.5 is half damage.
ShieldScale = "50.0"
BuildingScale = "7.0"
VehicleScale = "1.0"
PersonScale = "1.0"
DroidScale = "1.0"
AnimalScale = "1.0"
//"Shake" sets the intensity of the camera shaking
//"Push" sets the amount of force a unit in the explosion will be hit with.
//This can cause them to be thrown outward or upward at varyying heights.
//"Length" this value sets how long the shake will last for.
//"Radius" values determine at what distance from the center of the explosion
//things will be affected by Push or Shake
Shake = "1.0"
ShakeLength = "1.0"
Push = "30.0"
PushRadiusInner = "95.5"
PushRadiusOuter = "100.5"
SoundProperty = "com_weap_obj_med_exp"
ShakeRadiusInner = "95.0"
ShakeRadiusOuter = "100.0"
-
Qdin
- Old School Staff
- Posts: 2059
- Joined: Wed Feb 23, 2005 9:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Kyross
