Wampa Combat / Wampa Animation for humans

Releasing the source files for your mod or map? Post em' here. (Applies to both SWBF1 & SWBF2)

Moderator: Moderators

Post Reply
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

Wampa Combat / Wampa Animation for humans

Post by Lorul1 »

So I've noticed we get this request a lot ... People try to give wampas human weapons and the game crashes or people want wookies that can hit things which is pretty cool. learning how to munge an animation set is fun and all but .... ill just save u some time. If your trying to give wampas grenades or have a wookie with both a blaster and wampa combat like my Kashyyyk Cataclysm map then this is what you need to do
___________________________________________________________________________________________________________

first download this

https://www.mediafire.com/folder/87hk4y ... _Animation
SAME FILE HERE IF TOP ONE WON'T WORK FOR YOU :
https://drive.google.com/drive/folders/ ... sp=sharing

make sure you've moved all the files that wampas normally have to your side folder

move all the "wop" files into the "munged" folder of whatever side the thing u want the combat to be on. so lets take an Alliance wookie for example, normally hes in the folder named "all" but who knows maybe your making a wookie rampage map and you want him with the imperials, I don't know :funny2: (in that case it would go in "imp"s munged file)
but anyways (assuming that this wookie is with the alliance) go to DATA_???> sides> all> munged and paste the "wop" file u just downloaded in there

then open wookies odf file and change this :

Code: Select all

SkeletonName        = "chewbacca"
to this

Code: Select all

SkeletonName        = "wop"
if your odf your editing has "SkeletonLowrez" - delete this line.

make sure the 1.15 setting that the wampa normally has match this hitting units SkeletonRootScale and CollisionRootScale
like so :

Code: Select all

SkeletonRootScale   = "1.15"
CollisionRootScale  = "1.15"
playing around with these 1.15 setting will change ... basically the height of the skeleton, how dense it is ect which is why we have characters like leia with a
different skeleton then the other units because shes shorter ... You can play with these to your liking or create some pretty messed up looking guys !!

now we have to give him the wampas hands as a weapon !
so enter this where the WEAPONSECTION goes in your odf

Code: Select all

WEAPONSECTION   = 5
WeaponName      = "hot_weap_lightsaber_wampa"
WeaponAmmo      = 6
(you MIGHT need to change the amo to "0" for unlimited but I'm not sure so keep it for now - worked for me )

you MUST note that if you make this WEAPONSECTION = 1 then you wont beable to swich weapons soooooo yeah

Make sure your adding some jedi combat lines into your games lua because the wampa hit ability is considered a "lightsaber" lol.
Hidden/Spoiler:
[code]
SetMemoryPoolSize ("Combo",64) -- should be ~ 2x number of jedi classes
SetMemoryPoolSize ("Combo::State",650) -- should be ~12x #Combo
SetMemoryPoolSize ("Combo::Transition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Condition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Attack",550) -- should be ~8-12x #Combo
SetMemoryPoolSize ("Combo::DamageSample",6000) -- should be ~8-12x #Combo::Attack
SetMemoryPoolSize ("Combo::Deflect",100) -- should be ~1x #combo
SetMemoryPoolSize ("Music", 540)
[/code]
___________________________________________________________________________________________________________

then after that munge ! and now you can have a wampa wookie or human with wampa and human animations. Questions ?
Last edited by Lorul1 on Fri Dec 15, 2017 8:55 pm, edited 2 times in total.
LitFam
Sergeant Major
Sergeant Major
Posts: 234
Joined: Sat Feb 04, 2017 5:52 pm
Games I'm Playing :: SWBF II 2005
xbox live or psn: No gamertag set
Location: Milky Way, Solar System, Earth, Antarctica

Re: Wampa Combat / Wampa Animation for humans

Post by LitFam »

It says folder not found. Can you re-upload, please?
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

Re: Wampa Combat / Wampa Animation for humans

Post by Lorul1 »

That was really strange sorry about that guys. The link is now fixed. If the link ever disappears again please email me or message me here on GT or on YT
User avatar
TeeNuggetTa
Private
Posts: 44
Joined: Mon Jul 24, 2017 3:51 am
Projects :: Its a Secret
Games I'm Playing :: EA Battlefront II
xbox live or psn: No gamertag set
Location: Straya

Re: Wampa Combat / Wampa Animation for humans

Post by TeeNuggetTa »

The mediafire link required me to upgrade my account to download multiple files at once and I don't have an account
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

Re: Wampa Combat / Wampa Animation for humans

Post by Lorul1 »

@ TeeNuggetTa - Fixed - google drive link added to top post
User avatar
TeeNuggetTa
Private
Posts: 44
Joined: Mon Jul 24, 2017 3:51 am
Projects :: Its a Secret
Games I'm Playing :: EA Battlefront II
xbox live or psn: No gamertag set
Location: Straya

Re: Wampa Combat / Wampa Animation for humans

Post by TeeNuggetTa »

Thanks
Post Reply