FileFront Gaming Forums

Cool Skins!

This is a discussion on Cool Skins! within the SW:BF2 Modding, Mapping and Editing forums, part of the Star Wars: Battlefront 2 category; well phazon you have my permission to use the skin, but if u wait i can update the skin with ...

Go Back   FileFront Gaming Forums > The Games > Star Wars: Battlefront Series > Star Wars: Battlefront 2 > SW:BF2 Modding, Mapping and Editing


SW:BF2 Modding, Mapping and Editing Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot!

Reply
 
LinkBack Thread Tools Display Modes
  #51  
Old January 16th, 2007
Lordsaber's Avatar
Feel the force
 
Join Date: January 4th, 2007
Location: The Netherlands
Posts: 271
Rep Power: 0
Lordsaber has disabled reputation
Send a message via MSN to Lordsaber
Default Re: Cool Skins!

well phazon you have my permission to use the skin, but if u wait i can update the skin with the grey eyes here. im now busy with my study, so i have to learn
Reply With Quote
  #52  
Old January 16th, 2007
phazon elite's Avatar
Got it memorized?
ScoutTrooper
 
Join Date: April 13th, 2006
Location: Unknown: Last seen throwing oranges with GI Droid
Posts: 130
Rep Power: 0
phazon elite is a n00b
Default Re: Cool Skins!

Whoa, was that a posting error? Anyway, I just got a request from Ateas about some cool new sides, so I can't do it.

- EP-000782
__________________

Quote:
So wallhacking is a feature?- Epena

Frogga!
I'm known on Battlefrontfiles as elite_trooper
Reply With Quote
  #53  
Old January 16th, 2007
LastJedi's Avatar
I'm the last of them.
 
Join Date: December 11th, 2006
Location: The Jedi Enclave on Dantooine
Posts: 291
Rep Power: 0
LastJedi has disabled reputation
Default Re: Cool Skins!

Heres my new updated odf for the shadow trooper:

[GameObjectClass]
ClassParent = "com_jedi_default"
[Properties]
AISizeType = "HOVER"
GeometryName = "imp_inf_stormtrooper"
GeometryLowRes = "imp_inf_stormtrooper_low1"
FirstPerson = "IMP\impstrp;imp_1st_stormtrooper"
AnimationName = "aayla"
JetJump = "10.0"
JetPush = "0.0"
JetAcceleration = "10.0"
JetEffect = ""
JetFuelRechargeRate = "0.0"
JetFuelCost = "0.0"
JetFuelInitialCost = "0.0"
JetFuelMinBorder = "0.0"
JetShowHud = 0
JetEnergyDrain = 40.0
CollisionScale = "0.0 0.0 0.0"
WEAPONSECTION = 1
WeaponName = "imp_weap_lightsaber"
WeaponAmmo = 0
WEAPONSECTION = 2
WeaponName = "com_weap_inf_forcepull"
WeaponAmmo = 0
WEAPONSECTION = 3
WeaponName = "com_weap_inf_forcechoke"
WeaponAmmo = 0
WeaponChannel = 1
WEAPONSECTION = 4
WeaponName = "all_weap_inf_invisibility"
WeaponAmmo = 0
WeaponChannel = 1
LowHealthThreshold = "1.1"
FoleyFXClass = "imp_inf_soldier"

I took aayla's animations from:
the C:\BF2_ModTools\assets\Animations\SoldierAnimation Bank and put it in:C:\BF2_ModTools\data_CTW\Animations\SoldierAnim ationBank\aalya
I took aayla's combo file and removed this:

// Throw stuff....
ThrowAnimation("stand_throw");
State("CATCH_SABRE")
{
Posture("Stand");
// Sound("saber_catch");
Animation("stand_catch")
{
AimType("None");
BlendOutTime(0.2);
}
InputLock("All", "!Thrust");
AlignedToThrust();
}

Since my shadow trooper doesn't saber throw

I put the combo in: C:\BF2_ModTools\data_CTW\Sides\imp\odf

Heres the sides part of my lua:

ReadDataFile("sound\\tat.lvl;tat2gcw")
ReadDataFile("SIDE\\all.lvl",
"all_inf_rifleman",
"all_inf_rocketeer",
"all_inf_sniper",
"all_inf_engineer",
"all_inf_officer",
"all_inf_wookiee",
"all_hero_hansolo_tat")

ReadDataFile("dc:SIDE\\imp.lvl",
"imp_inf_rocketeer",
"imp_inf_engineer",
"imp_inf_sniper",
"imp_inf_officer",
"imp_inf_rifleman",
"imp_inf_dark_trooper",
"imp_hero_bobafett",
"imp_fly_destroyer_dome" )
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_tat_barge",
"tur_bldg_laser")

SetupTeams{
all = {
team = ALL,
units = 20,
reinforcements = 150,
soldier = { "all_inf_rifleman",9, 25},
assault = { "all_inf_rocketeer",1,4},
engineer = { "all_inf_engineer",1,4},
sniper = { "all_inf_sniper",1,4},
officer = { "all_inf_officer",1,4},
special = { "all_inf_wookiee",1,4},
},
imp = {
team = IMP,
units = 20,
reinforcements = 150,
soldier = { "imp_inf_rocketeer",9, 25},
assault = { "imp_inf_engineer",1,4},
engineer = { "imp_inf_sniper",1,4},
sniper = { "imp_inf_officer",1,4},
officer = { "imp_inf_rifleman",1,4},
special = { "imp_inf_dark_trooper",1,4},
},
}

If anyone sees what I did wrong post it in this forum or PM me.

-LastJedi
Reply With Quote
  #54  
Old January 17th, 2007
Lordsaber's Avatar
Feel the force
 
Join Date: January 4th, 2007
Location: The Netherlands
Posts: 271
Rep Power: 0
Lordsaber has disabled reputation
Send a message via MSN to Lordsaber
Default Re: Cool Skins!

i updated the shadow trooper skin watch it and thrill!!!
(with red eyes). I recolored the whole skin. and gave him the darktrooper eyes.

Reply With Quote
  #55  
Old January 17th, 2007
LastJedi's Avatar
I'm the last of them.
 
Join Date: December 11th, 2006
Location: The Jedi Enclave on Dantooine
Posts: 291
Rep Power: 0
LastJedi has disabled reputation
Default Re: Cool Skins!

Cool, I just saved it and I'm going to convert it later. Now, if someone can tell me how to complete my newer imp side, I can finish this project and post our Shadow Trooper on SWBF files as a .LVL and the side itself.
Reply With Quote
  #56  
Old January 18th, 2007
Lordsaber's Avatar
Feel the force
 
Join Date: January 4th, 2007
Location: The Netherlands
Posts: 271
Rep Power: 0
Lordsaber has disabled reputation
Send a message via MSN to Lordsaber
Default Re: Cool Skins!

hey Lastjedi, why is the animation name aayla???
Is that because you took it from the animation bank??
Reply With Quote
  #57  
Old January 18th, 2007
EGG_GUTS's Avatar
EGG GUTS - The guts in eggs.
 
Join Date: June 24th, 2006
Location: I lived in a trash can, but the jawas took it.
Posts: 82
Rep Power: 0
EGG_GUTS has disabled reputation
Default Re: Cool Skins!

Quote:
Originally Posted by Dohnutt View Post
Here's some of mine:

"Imperial Royal Guard"



Meh. I'm not too talented when it comes to image-editing.

[edit]
For some reason, the Paintballer and the Imperial Guard are the wrong sizes...

I would like to use this skin it's awsome I would love to see it ingame
__________________
M( *vv*)M
MR BAT
Reply With Quote
  #58  
Old January 18th, 2007
wierd165's Avatar
All my base are belong to n0e
 
Join Date: December 28th, 2006
Location: Louisville,KY
Posts: 505
Rep Power: 0
wierd165 has disabled reputation
Send a message via AIM to wierd165
Default Re: Cool Skins!

i think it has been used as a snow trooper uniform some where on game toast.......check there
__________________
Reply With Quote
  #59  
Old January 19th, 2007
Lordsaber's Avatar
Feel the force
 
Join Date: January 4th, 2007
Location: The Netherlands
Posts: 271
Rep Power: 0
Lordsaber has disabled reputation
Send a message via MSN to Lordsaber
Default Re: Cool Skins!

well, i want to try to remake it on a snow trooper..
Reply With Quote
  #60  
Old January 19th, 2007
LastJedi's Avatar
I'm the last of them.
 
Join Date: December 11th, 2006
Location: The Jedi Enclave on Dantooine
Posts: 291
Rep Power: 0
LastJedi has disabled reputation
Default Re: Cool Skins!

I want to complete my Shadow Trooper. Can someone who knows how please read my large post on the previous page and tell me what I did wrong?

-LastJedi
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
please help i want some of the cool skins teku General Gaming 2 November 23rd, 2005 09:17 AM
cheats amd cool skins man...!!! alau1989 Soldier of Fortune 2 General Discussion 12 May 10th, 2004 10:56 PM
cool skins hatchedinalab89 MoH Mapping, Modeling and Skinning 0 December 25th, 2003 05:52 PM
Skins that would be cool!!!! HaloGTAVC2 The Sims Modding, Mapping and Editing 1 June 15th, 2003 09:29 PM
Put Your Cool Mods/Models/Skins here Squadron*1* BF1942 Off-Topic 0 May 18th, 2003 09:45 AM


All times are GMT -7.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.