New Grievous with 2 sabers, new anims/sounds/combo
Posted: Mon Jan 16, 2012 3:10 pm
by MandeRek
General Grievous with new anims, 2 sabers and new sounds
Movie: http://imageshack.us/clip/my-videos/860/93e.mp4/
Readme:
Download:
http://starwarsbattlefront.filefront.co ... nds;120559
Dropbox
MediaFire
Movie: http://imageshack.us/clip/my-videos/860/93e.mp4/
Readme:
Hidden/Spoiler:
[code]
///////////////GENERAL GRIEVOUS\\\\\\\\\\\\\\\\\\\\\\
//////////////////By MandeRek\\\\\\\\\\\\\\\\\\\\\\\\
Introduction
----------------------------------------------------------------
These are the assets for my modified General Grievous.
This Grievous has only two sabers (with new hilt-models), a bunch of new animations, and new sounds.
He also has a new combo file, which changes some things:
-Grievous can't deflect anymore; but holding the deflect button will make him twirl his sabers
-While doing the animation above, and pressing the fire button, Grievous will perform a powerfull standing kick
-Grievous has a new dashattack, making a flip-over to bring his slash to maximum power.
-Grievous has a very quick third attack, which will replace the old one (with four sabers)
For more information on his new attacking combo's
The sounds are taken from Wookieepedia, General Grievous page. All credits goes to them,
LucasArts and Star Wars: The Clone Wars, for the original sounds.
Installation
---------------------------------------------------------------
Copy the lis.lvl to ...\Program Files\LucasArts\Star Wars Battlefront II\GameData\Addon\ABC\data\_LVL_PC\SIDE,
and copy HTM.lvl from the Sound folder to ...\Program Files\LucasArts\Star Wars Battlefront II\GameData\Addon\ABC\data\_LVL_PC\Sound
ABC = the 3 letter name of your map.
In the ABC script file add the following lines
ReadDataFile("dc:sound\\HTM.lvl;htmcw")
Above the standard sound line, so it'll look like something like this:
ReadDataFile("dc:sound\\HTM.lvl;htmcw")
ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",...................
Then, add the lines for the General himself under the other sides section, like this:
ReadDataFile("dc:SIDE\\lis.lvl",
"lis_hero_grievous")
Now, add him (lis_hero_grievous) as hero, or unit, by renaming an existing class or adding a new one.
Scroll down to find the OpenAudioStream lines. Add the htm line under the global; cw/gcw_music but above the others, like this:
OpenAudioStream("sound\\global.lvl", "cw_music")
OpenAudioStream("dc:sound\\htm.lvl", "htm_hero_vo_quick");
-- OpenAudioStream("sound\\global.lvl", "global_vo_quick")
-- OpenAudioStream("sound\\global.lvl", "global_vo_slow")
OpenAudioStream("sound\\yav.lvl", "yav1") etc......
Save and close the program. Make sure to add the keys to the Localisations.
These are lis.hero.grievous under entity and cis.weap.grievoussabers under weapons (yes, you need to make a new 'lis' scope under entity)
I'ld prefer if you would just call him General Grievous, and the weapon Lightsabers. Thanks.
Now, the installation is complete. Make sure to check he's working properly, if you can't get it installed right, go to
gametoast.com/forums for more help installing this! Note: this is only for modders, btw.
Credits
-----------------------------------------------------------------------
Credits to Wookieepedia, Lucasarts and Star Wars: The Clone Wars for the sounds (http://starwars.wikia.com/wiki/Category ... f_Grievous)
Credits to Marth8880 for helping me out with the sounds(munging), very helpfull!
Credits to FragMe! for advicing me over animationproblems, and being a good talk as always.
Creds to Pandemic and LucasArts for the General Grievous model!
“THIS LEVEL IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY LUCASARTS, A DIVISION OF LUCASFILM ENTERTAINMENT COMPANY LTD. ELEMENTS TM & (C) LUCASARTS, A DIVISION OF LUCASFILM ENTERTAINMENT COMPANY LTD.”
Contact and Download information
---------------------------------------------------------------------
Go to gametoast.com/forums for help, or PM me there (MandeRek)
Download link and file info at gametoast as well, under the Released Assets section (Search the List in the FAQ)
In that topic will be also a download link to a testmap with Grievous, or a map for non-modders to play as the new Grievous
[/code]
///////////////GENERAL GRIEVOUS\\\\\\\\\\\\\\\\\\\\\\
//////////////////By MandeRek\\\\\\\\\\\\\\\\\\\\\\\\
Introduction
----------------------------------------------------------------
These are the assets for my modified General Grievous.
This Grievous has only two sabers (with new hilt-models), a bunch of new animations, and new sounds.
He also has a new combo file, which changes some things:
-Grievous can't deflect anymore; but holding the deflect button will make him twirl his sabers
-While doing the animation above, and pressing the fire button, Grievous will perform a powerfull standing kick
-Grievous has a new dashattack, making a flip-over to bring his slash to maximum power.
-Grievous has a very quick third attack, which will replace the old one (with four sabers)
For more information on his new attacking combo's
The sounds are taken from Wookieepedia, General Grievous page. All credits goes to them,
LucasArts and Star Wars: The Clone Wars, for the original sounds.
Installation
---------------------------------------------------------------
Copy the lis.lvl to ...\Program Files\LucasArts\Star Wars Battlefront II\GameData\Addon\ABC\data\_LVL_PC\SIDE,
and copy HTM.lvl from the Sound folder to ...\Program Files\LucasArts\Star Wars Battlefront II\GameData\Addon\ABC\data\_LVL_PC\Sound
ABC = the 3 letter name of your map.
In the ABC script file add the following lines
ReadDataFile("dc:sound\\HTM.lvl;htmcw")
Above the standard sound line, so it'll look like something like this:
ReadDataFile("dc:sound\\HTM.lvl;htmcw")
ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",...................
Then, add the lines for the General himself under the other sides section, like this:
ReadDataFile("dc:SIDE\\lis.lvl",
"lis_hero_grievous")
Now, add him (lis_hero_grievous) as hero, or unit, by renaming an existing class or adding a new one.
Scroll down to find the OpenAudioStream lines. Add the htm line under the global; cw/gcw_music but above the others, like this:
OpenAudioStream("sound\\global.lvl", "cw_music")
OpenAudioStream("dc:sound\\htm.lvl", "htm_hero_vo_quick");
-- OpenAudioStream("sound\\global.lvl", "global_vo_quick")
-- OpenAudioStream("sound\\global.lvl", "global_vo_slow")
OpenAudioStream("sound\\yav.lvl", "yav1") etc......
Save and close the program. Make sure to add the keys to the Localisations.
These are lis.hero.grievous under entity and cis.weap.grievoussabers under weapons (yes, you need to make a new 'lis' scope under entity)
I'ld prefer if you would just call him General Grievous, and the weapon Lightsabers. Thanks.
Now, the installation is complete. Make sure to check he's working properly, if you can't get it installed right, go to
gametoast.com/forums for more help installing this! Note: this is only for modders, btw.
Credits
-----------------------------------------------------------------------
Credits to Wookieepedia, Lucasarts and Star Wars: The Clone Wars for the sounds (http://starwars.wikia.com/wiki/Category ... f_Grievous)
Credits to Marth8880 for helping me out with the sounds(munging), very helpfull!
Credits to FragMe! for advicing me over animationproblems, and being a good talk as always.
Creds to Pandemic and LucasArts for the General Grievous model!
“THIS LEVEL IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY LUCASARTS, A DIVISION OF LUCASFILM ENTERTAINMENT COMPANY LTD. ELEMENTS TM & (C) LUCASARTS, A DIVISION OF LUCASFILM ENTERTAINMENT COMPANY LTD.”
Contact and Download information
---------------------------------------------------------------------
Go to gametoast.com/forums for help, or PM me there (MandeRek)
Download link and file info at gametoast as well, under the Released Assets section (Search the List in the FAQ)
In that topic will be also a download link to a testmap with Grievous, or a map for non-modders to play as the new Grievous
[/code]
http://starwarsbattlefront.filefront.co ... nds;120559
Dropbox
MediaFire