is there anyone that knows how to make the electrostaff look electrical?
i think maybe pengiun got it something working but i have no clue what to do. so if someone could tell what can be done and what cannt be done with it that would be most helpful.
l
Electrostaff effect?
Moderator: Moderators
-
Syth
- General

- Posts: 784
- Joined: Thu Apr 13, 2006 8:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: happy fun island
-
Elmo
- Field Commander

- Posts: 962
- Joined: Wed Nov 08, 2006 5:13 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Syth
- General

- Posts: 784
- Joined: Thu Apr 13, 2006 8:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: happy fun island
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
the effect on my staff was just the normal lightsaber blade effectm but the texture was changed to look like the magnastaffs effect
Code: Select all
[WeaponClass]
ClassLabel = "melee"
ClassParent = "com_weap_inf_electro_staff"
GeometryName = "electro_staff.msh"
[Properties]
GeometryName = "electro_staff"
AnimationName = "maul"
ComboAnimationBank = "human_sabre melee cis_hero_darthmaul"
NumDamageEdges = "3"
FirePointName = "hp_effect_1"
LightSaberLength = "0.13"
LightSaberWidth = "0.1"
LightSaberTexture = "staff_effect"
LightSaberTrailColor = "150 100 200 150"
FirePointName = "hp_effect_2"
LightSaberLength = "0.13"
LightSaberWidth = "0.1"
LightSaberTexture = "staff_effect"
LightSaberTrailColor = "150 100 200 150"
AttachedFirePoint = "bone_l_calf 1.0 0.0 0.0 0.35 0.0 0.0"
DamageEdgeLength = "0.5"
DamageEdgeWidth = "0.1"
