Alright. I have absolutely no experience modding for any game and the only programming language I know is True Basic. I have been trying to learn to use the swbf2 mod tools, but I find the tutorials tough . I want to try to create a wookie that can use melee attacks like the Wampa. Here is what I think I know:
-The melee "weapon" is "hot_weap_lightsaber_wampa"
I also know where all the effects and stuff for the wampa are.
Unfortunately that is about all I know. What can I do to put this all together to work?
Thanks.
I don´t know much about modding, but what you're looking for are the Wampa's animations. How to do give em to the Wookiee is probably in the costum jedi creation guide somewhere on this forum.
I warn you that it I think it might end up looking silly if you succeed, since the Wampa´s got way bigger bones than the wookiee. The wookiee will probably have a wierd shape (Really fat I guess)
It is, just that you need to mess around with the animation sets. I managed to get a stormtrooper to do yodas anims without him looking like a hermit, plus he jumped about 3' in the air cos he was bigger than yoda
I created the folder with all the effects, odfs',reqs'... in my blank map sides folder. I also put an empty folder with the same name in the _BUILD/Sides folder with both clean.bat and munge.bat. When I run the Visual munge thing everything goes fine, but when I go to the Addon folder then to my map then to my SIDE folder I only find the "tur" lvl, not the one I tried to create. Am I doing something wrong?
You need to munge your side. In visual munge, the first time you munge, the right drop down box should be set to EVERYTHING. After that, you just choose your custom side from the drop-down menu.
I tried that, that doesn't work either. My side is not showing up in the SIDE folder.
EDIT
I got the lvl to show up in the sides folder. How do I test to see if my wookie side works. Do I need to copy the lvl to another folder? The map that I used to munge is a blank map.
ֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱ I think it should be in the LUA-file, Kaos4...
Sorry for all the questions, but I still have more. The LUA_file is the addme file right? I added the ReadDataFile("dc:SIDE\\wok.lvl",...) and the map doesn't show up anymore. I know I am doing something wrong, but I don't know what I am doing wrong.
Thanks
Thanks, I fixed the Lua file. Now the map will load, but after loading it crashes back to the desktop.
EDIT
For the GCW I got the wookie to appear at the choosing sides menu. It still has the name wampa though. When I try to Spawn with it it doesn't spawn. I tried playing as the imperial side too, they don't spawn as well.
EDIT2
Now when I test the map the unit doesn't even show up at all. I tried to replace the Wookie on the rebel side with my wampa-wookie. Now the entire wookie class is empty leaving the bothan spy as the last unit on the side select screen. Here is what I have in the g_con lua:
I am pretty sure I am. I have the folder for my side (WIK) in the data_***/_BUILD/SIDES with the munge.bat and the clean.bat. When i munge the whole thing I also select my side from the Sides dropdown menu (I have also tried munging Everything, too). Could this problem be caused by my side itself, or is it just the lua :
I've done this before with Anakin.
I just typed up the whole speech to help you with and tried to preview and lost it all, so I'll help in a second...
~EDIT~
okay, I'm done...
First, copy the wookie's ODF and MSH and any other document related to it and put it in the "snw" [wampa's] folder in their right folders. go into the "snw_inf_wampa" [wampa] folder. inside should be something called "SkeletonLowRes = "wampalz"
SkeletonName = "wampa" ". Put it in the wookie folder. This makes the wookie crouch over like a wampa (you need it.) now, look for a folder called "hot_inf_wampa" [the wampa's attacks] (it will be a COMBO file) copy it and call it "all_inf_default_wookie" (the same as the wookie name.)
now copy the "hot_weap_lightsaber_wampa" file and name it "all_weap_lightsaber_inf_default_wookie". Go inside it and find where it says "ComboAnimationBank = "human_sabre melee hot_inf_wampa"
" and rename the "hot_inf_wampa" part as "all_inf_wookie". Now, go into the wookie folder and go to the weapons. Change the first weapon [WEAPONSECTION = 1
WeaponName1 = "all_weap_inf_bowcaster"
WeaponAmmo1 = (I forget how much ammo it has)]
and change it from "all_weap_inf_bowcaster" to "all_weap_lightsaber_inf_default_wookie". Now go into the "C:\BF2_ModTools\data_(NAMEOFMAP)\Common\scripts\(NAMEOFMAP)"
and go into the .LUA folder. Where it says "ReadDataFile("SIDE\\(SIDE).lvl",
"(SIDE)_inf_rifleman",
"(SIDE)_inf_rocketeer",
"(SIDE)_inf_sniper",
"(SIDE)_inf_engineer",
"(SIDE)_inf_officer",
"all_inf_wookiee", <- put wookie in this spot (or any other, really)
"(SIDE)_hero_(NAME))"
After all this , your wookie should get in the level and work, but don't trust me way too much, I've crashed more levels than I have gotten them working