Hidden/Spoiler:
README.TXT:
Hidden/Spoiler:
[code]
///////////////JEDI MASTER EVEN PIELL\\\\\\\\\\\\\\\\\\\\\\
//////////////////By MandeRek\\\\\\\\\\\\\\\\\\\\\\\\
Introduction
----------------------------------------------------------------
These are assets for Even Piell. Even Piell was a Jedi Master during the Clone Wars, as seen in Episode 1 and 2, and later in TCW where he got some more action.
More information on him can be found on Wookieepedia. He used to have a crimson-bladed lightsaber, this is included in the assets.
The assets will be released later on if this turns out to be quite popular. For now, it's just the munged level file.
These assets include:
-A new model
-A new envmapped lightsaber hilt
-A new combo file with mixed assets' anims
-A ponytail with cloth properties (might be improved before assets' release)
-New hero spawn, death and 2 killing spree sounds
The sounds are taken from Season 4, Episode 21, The Clone Wars. All credits go to LucasArts and The Clone Wars for these sounds.
I do not own anything, or created anything from these 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 Jedi Master himself under the other sides section, like this:
ReadDataFile("dc:SIDE\\lis.lvl",
"lis_hero_even")
Now, add him (lis_hero_even) 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.even under entity and rep.weap.lightsaber_piell (and rep.weap.inf_force_shockwave) under weapons (yes, you need to make a new 'lis' scope under entity)
I'ld prefer if you would just call him Even Piell, and the weapons Lightsaber and Force Shockwave. 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 Lucasarts and Star Wars: The Clone Wars for the sounds
Credits to Marth8880 for helping me out with the sounds(munging), very helpfull!
Creds to Pandemic and LucasArts for the Ki-Adi model, which encouraged me to make his ponytail cloth, and not addon tentacle (as I always do )!
“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]
///////////////JEDI MASTER EVEN PIELL\\\\\\\\\\\\\\\\\\\\\\
//////////////////By MandeRek\\\\\\\\\\\\\\\\\\\\\\\\
Introduction
----------------------------------------------------------------
These are assets for Even Piell. Even Piell was a Jedi Master during the Clone Wars, as seen in Episode 1 and 2, and later in TCW where he got some more action.
More information on him can be found on Wookieepedia. He used to have a crimson-bladed lightsaber, this is included in the assets.
The assets will be released later on if this turns out to be quite popular. For now, it's just the munged level file.
These assets include:
-A new model
-A new envmapped lightsaber hilt
-A new combo file with mixed assets' anims
-A ponytail with cloth properties (might be improved before assets' release)
-New hero spawn, death and 2 killing spree sounds
The sounds are taken from Season 4, Episode 21, The Clone Wars. All credits go to LucasArts and The Clone Wars for these sounds.
I do not own anything, or created anything from these 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 Jedi Master himself under the other sides section, like this:
ReadDataFile("dc:SIDE\\lis.lvl",
"lis_hero_even")
Now, add him (lis_hero_even) 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.even under entity and rep.weap.lightsaber_piell (and rep.weap.inf_force_shockwave) under weapons (yes, you need to make a new 'lis' scope under entity)
I'ld prefer if you would just call him Even Piell, and the weapons Lightsaber and Force Shockwave. 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 Lucasarts and Star Wars: The Clone Wars for the sounds
Credits to Marth8880 for helping me out with the sounds(munging), very helpfull!
Creds to Pandemic and LucasArts for the Ki-Adi model, which encouraged me to make his ponytail cloth, and not addon tentacle (as I always do )!
“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]
Dropbox: http://dl.dropbox.com/u/58940315/Even%20Piell.rar
Filefront: http://starwarsbattlefront.filefront.co ... 5x#2115580
Mediafire
Gamefront