Vibro Sword

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
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Vibro Sword

Post by EGG_GUTS »

OK I downloaded the vibro sword but it doesn't come with a ODF so how do I get it working?

thanks
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

RE: Vibro Sword

Post by Darth_Z13 »

Reading is good for you. :P
somen00b, later on in the topic that EGG_GUTS didn't read :P, wrote:I solved it :D

1. place the files in your sides msh folder
2. rename vibroblade.msh to "all_weap_inf_vibroblade.msh"
then use this odf:
[WeaponClass]

ClassLabel = "melee"
GeometryName = "all_weap_inf_vibroblade.msh"
[Properties]

GeometryName = "all_weap_inf_vibroblade"
ComboAnimationBank = "human_sabre melee * *"
// ^put your .combo file //here

DeflectEffect = "com_sfx_sabredeflect"
DeflectSound = "imp_weap_lightsabre_deflect"

FirePointName = "hp_fire"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
//LightSaberTexture = "lightshadowsabre"
//LightSaberTrailColor = "240 250 45 128"

HUDTag = "hud_lightsaber"
RoundsPerClip = "0"
ReloadTime = "0.0"

LockOnRange = "60.0"
LockTime = "0.4"
AutoAimSize = "1.0"

MinRange = "0"
OptimalRange = "2.0"
MaxRange = "4"

HitEffect = "com_sfx_sabrehit"
AddHitEffect = "com_sfx_bif" // hooya
AddHitEffect = "com_sfx_zap"
AddHitEffect = "com_sfx_blammo"
AddHitEffect = "com_sfx_pow"

HitSound = "imp_weap_lightsabre_hit"
OnSound = "com_inf_saber_ambient"
TurnOnSound = "com_inf_saber_on"
TurnOffSound = "com_inf_saber_off"

MuzzleFlash = "med_muzzle_flash"
Discharge = "med_smoke_effect"

AutoTurnScreenDist = 0.05
AutoPitchScreenDist = 0.2

ShieldScale = "5.0"
HealthScale = "1.0"
PersonScale = "1.0"
AnimalScale = "1.0"
DroidScale = "1.0"
ArmorScale = "1.0"
VehicleScale = "1.0"
BuildingScale = "1.0"

TargetPerson = "1"
TargetAnimal = "1"
TargetDroid = "1"
TargetVehicle = "0"
TargetBuilding = "0"
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Post by EGG_GUTS »

So I copy that and paste it in a note pad and make it a ODF file?
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

Post by Darth_Z13 »

Yes.
The_Emperor
Supreme Galactic Ruler
Posts: 2118
Joined: Sat Dec 10, 2005 6:30 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Waaaaay over there.

Post by The_Emperor »

You could remove OnSound = "com_inf_saber_ambient" from that odf if you don't want the thing humming like a lightsaber. That always bugs me :P
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Post by DarthD.U.C.K. »

it will not work, if you copy the lines into the .odf, you have to add the combo file in the right lines, notice that 8)
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

Re: RE: Vibro Sword

Post by Darth_Z13 »

Darth_Z13 wrote:Reading is good for you. :P
somen00b, later on in the topic that EGG_GUTS didn't read :P, wrote:I solved it :D

1. place the files in your sides msh folder
2. rename vibroblade.msh to "all_weap_inf_vibroblade.msh"
then use this odf:
[WeaponClass]

ClassLabel = "melee"
GeometryName = "all_weap_inf_vibroblade.msh"
[Properties]

GeometryName = "all_weap_inf_vibroblade"
ComboAnimationBank = "human_sabre melee * *"
// ^put your .combo file //here


DeflectEffect = "com_sfx_sabredeflect"
DeflectSound = "imp_weap_lightsabre_deflect"

FirePointName = "hp_fire"
LightSaberLength = "1.0"
LightSaberWidth = "0.08"
//LightSaberTexture = "lightshadowsabre"
//LightSaberTrailColor = "240 250 45 128"

HUDTag = "hud_lightsaber"
RoundsPerClip = "0"
ReloadTime = "0.0"

LockOnRange = "60.0"
LockTime = "0.4"
AutoAimSize = "1.0"

MinRange = "0"
OptimalRange = "2.0"
MaxRange = "4"

HitEffect = "com_sfx_sabrehit"
AddHitEffect = "com_sfx_bif" // hooya
AddHitEffect = "com_sfx_zap"
AddHitEffect = "com_sfx_blammo"
AddHitEffect = "com_sfx_pow"

HitSound = "imp_weap_lightsabre_hit"
OnSound = "com_inf_saber_ambient"
TurnOnSound = "com_inf_saber_on"
TurnOffSound = "com_inf_saber_off"

MuzzleFlash = "med_muzzle_flash"
Discharge = "med_smoke_effect"

AutoTurnScreenDist = 0.05
AutoPitchScreenDist = 0.2

ShieldScale = "5.0"
HealthScale = "1.0"
PersonScale = "1.0"
AnimalScale = "1.0"
DroidScale = "1.0"
ArmorScale = "1.0"
VehicleScale = "1.0"
BuildingScale = "1.0"

TargetPerson = "1"
TargetAnimal = "1"
TargetDroid = "1"
TargetVehicle = "0"
TargetBuilding = "0"
You have to put your own combo name in. somen00b made a point of saying that. :roll:
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Post by EGG_GUTS »

SO i have to but a combo there like obiwan's? Maybe that's why it's crashing :?
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Post by DarthD.U.C.K. »

@EGG_GUTS:yes, you have.
@Darth_Z13: :oops:
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

Post by Darth_Z13 »

Sorry DUCK didn't mean to embarrass you.

@EGG_GUTS, I can't get the vibrosword working even when I've set it up properly. I know I'm forgetting something. Stupid me.
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Post by EGG_GUTS »

I got it workingI just followed that and put in Obiwans combo
Post Reply