Is it possible to have two double-sided lightsabers?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
rywar40
Private Second Class
Posts: 71
Joined: Sun May 29, 2011 7:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: swbf2
xbox live or psn: No gamertag set
Location: Shili (home of togruta)

Is it possible to have two double-sided lightsabers?

Post by rywar40 »

is it possible to have two double lightsabers
User avatar
Cerfon Rournes
Master Bounty Hunter
Master Bounty Hunter
Posts: 1558
Joined: Thu Jul 08, 2010 5:53 pm
Projects :: WIP. I will reveal what it is later on..
Games I'm Playing :: SWBF2-SWRC
xbox live or psn: No gamertag set
Location: New York, USA
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by Cerfon Rournes »

You should be able to, but, I'm not 100% sure. All I can say Is this: Go try It out for yourself!
Also, did you search for this?
EDIT
I just did some checking, It is possible.
User avatar
rywar40
Private Second Class
Posts: 71
Joined: Sun May 29, 2011 7:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: swbf2
xbox live or psn: No gamertag set
Location: Shili (home of togruta)

Re: Is it possible to have two double-sided lightsabers?

Post by rywar40 »

do you know how to do it im quite dumb :yes:
User avatar
Cerfon Rournes
Master Bounty Hunter
Master Bounty Hunter
Posts: 1558
Joined: Thu Jul 08, 2010 5:53 pm
Projects :: WIP. I will reveal what it is later on..
Games I'm Playing :: SWBF2-SWRC
xbox live or psn: No gamertag set
Location: New York, USA
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by Cerfon Rournes »

rywar40 wrote:do you know how to do it im quite dumb :yes:
You are not dumb, you just don't know yet.
To give your jedi unit double-sided sabers, edit his saber odf.
I quickly made one..
Hidden/Spoiler:
[code][WeaponClass]

ClassLabel = "melee"
ClassParent = "com_weap_inf_lightsaber"

[Properties]

GeometryName = "Putyourfirstdoublesabergeometryhere"
ComboAnimationBank = "human_sabre melee all_hero_luke_jedi"

NumDamageEdges = "4"

OffhandFirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "redlightsabre"
LightSaberTrailColor = "255 0 0 128"

FirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "redlightsabre"
LightSaberTrailColor = "255 0 0 128"

OffhandGeometryName = "Putyourseconddoublesabergeometryhere"
OffhandFirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "redlightsabre"
LightSaberTrailColor = "255 0 0 128"

FirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "redlightsabre"
LightSaberTrailColor = "255 0 0 128"
[/code]
For the geometry, I would recommend using cis_weap_inf_doublesabre.
User avatar
rywar40
Private Second Class
Posts: 71
Joined: Sun May 29, 2011 7:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: swbf2
xbox live or psn: No gamertag set
Location: Shili (home of togruta)

Re: Is it possible to have two double-sided lightsabers?

Post by rywar40 »

ok i did that it worked but on the second one only one should up
User avatar
Cerfon Rournes
Master Bounty Hunter
Master Bounty Hunter
Posts: 1558
Joined: Thu Jul 08, 2010 5:53 pm
Projects :: WIP. I will reveal what it is later on..
Games I'm Playing :: SWBF2-SWRC
xbox live or psn: No gamertag set
Location: New York, USA
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by Cerfon Rournes »

Hmm... Could you post a picture of that please?
User avatar
rywar40
Private Second Class
Posts: 71
Joined: Sun May 29, 2011 7:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: swbf2
xbox live or psn: No gamertag set
Location: Shili (home of togruta)

Re: Is it possible to have two double-sided lightsabers?

Post by rywar40 »

i can't for some reason but here is the odf
Hidden/Spoiler:
[WeaponClass]

ClassLabel = "melee"
ClassParent = "com_weap_inf_lightsaber"

[Properties]

GeometryName = "cis_weap_inf_doublesabre"
ComboAnimationBank = "human_sabre melee rep_hero_ep3obiwan"

NumDamageEdges = "4"
FirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "7 85 255 128"

FirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "7 85 255 128"

OffhandGeometryName = "cis_weap_inf_doublesabre"
OffhandFirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "255 0 0 128"

FirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "255 0 0 128"
User avatar
Cerfon Rournes
Master Bounty Hunter
Master Bounty Hunter
Posts: 1558
Joined: Thu Jul 08, 2010 5:53 pm
Projects :: WIP. I will reveal what it is later on..
Games I'm Playing :: SWBF2-SWRC
xbox live or psn: No gamertag set
Location: New York, USA
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by Cerfon Rournes »

Hmm. Please explain, one more time, what is the problem. The blade on the second saber is not showing up?
User avatar
rywar40
Private Second Class
Posts: 71
Joined: Sun May 29, 2011 7:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: swbf2
xbox live or psn: No gamertag set
Location: Shili (home of togruta)

Re: Is it possible to have two double-sided lightsabers?

Post by rywar40 »

ok the first doubled sided one works the other one only has one end showing up

EDIT
you did it wrong i figured it out it looks like that
Hidden/Spoiler:
[WeaponClass]

ClassLabel = "melee"
ClassParent = "com_weap_inf_lightsaber"

[Properties]

GeometryName = "cis_weap_inf_doublesabre"
ComboAnimationBank = "human_sabre melee rep_hero_ep3obiwan"

NumDamageEdges = "4"

OffhandFirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "7 85 255 128"

FirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "7 85 255 128"

OffhandGeometryName = "cis_weap_inf_doublesabre"
FirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "255 0 0 128"

OffhandFirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "255 0 0 128"
Double posting is against the RULES; please EDIT your post instead -Staff
User avatar
Cerfon Rournes
Master Bounty Hunter
Master Bounty Hunter
Posts: 1558
Joined: Thu Jul 08, 2010 5:53 pm
Projects :: WIP. I will reveal what it is later on..
Games I'm Playing :: SWBF2-SWRC
xbox live or psn: No gamertag set
Location: New York, USA
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by Cerfon Rournes »

Not sure why It still isn't working, that code looks right, but just does not work. Anyone else have some insight on this? :?
EDIT
Please don't double post, It is against the Rules. http://www.gametoast.com/forums/viewtop ... 40&t=21656
User avatar
naru1305
Major General
Major General
Posts: 657
Joined: Fri Jan 07, 2011 4:57 pm
Games I'm Playing :: SWBF2
Location: Germany
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by naru1305 »

rywar40 wrote: EDIT
you did it wrong i figured it out it looks like that
Hidden/Spoiler:
[WeaponClass]

ClassLabel = "melee"
ClassParent = "com_weap_inf_lightsaber"

[Properties]

GeometryName = "cis_weap_inf_doublesabre"
ComboAnimationBank = "human_sabre melee rep_hero_ep3obiwan"

NumDamageEdges = "4"

OffhandFirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "7 85 255 128"

FirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "7 85 255 128"

OffhandGeometryName = "cis_weap_inf_doublesabre"
FirePointName = "hp_fire1"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "255 0 0 128"

OffhandFirePointName = "hp_fire2"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
LightSaberTexture = "bluelightsabre"
LightSaberTrailColor = "255 0 0 128"
does the edit mean, that it works, cause on my test map it works perfect:
proof:
Hidden/Spoiler:
Image
User avatar
rywar40
Private Second Class
Posts: 71
Joined: Sun May 29, 2011 7:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: swbf2
xbox live or psn: No gamertag set
Location: Shili (home of togruta)

Re: Is it possible to have two double-sided lightsabers?

Post by rywar40 »

yes and do you add a pic it won't let me what format
Darth_Spiderpig
Sith Master
Sith Master
Posts: 2631
Joined: Fri Mar 27, 2009 10:23 am
Projects :: Something cool...
Games I'm Playing :: BF2 CoDBO BFBC2
xbox live or psn: Has no xbox....Yup
Location: Does whatever a Spiderpig does
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by Darth_Spiderpig »

For the pic part, you have to upload your pics to an image hosting website like photobucket or imageshack and copy the link of the uploaded picture between the tags.

Like

Code: Select all

[img]http://www.imagehostingwebsiteofyourchoice.com/yourpic.jpg[/img]
User avatar
SAMofBIA
Major General
Major General
Posts: 649
Joined: Tue Jun 15, 2010 3:38 pm
Projects :: Nothing....nothing at all.
Games I'm Playing :: League of Legends
xbox live or psn: No gamertag set
Location: MIA and not stopping in often anymore.

Re: Is it possible to have two double-sided lightsabers?

Post by SAMofBIA »

@Naru: it worked ALMOST perfectly =P the second lightsaber is stuck in Obi's wrist.
User avatar
naru1305
Major General
Major General
Posts: 657
Joined: Fri Jan 07, 2011 4:57 pm
Games I'm Playing :: SWBF2
Location: Germany
Contact:

Re: Is it possible to have two double-sided lightsabers?

Post by naru1305 »

yeah, you are right, but this can be only solved with editing the hp_active of the lightsaber in xsi i think
Post Reply