Space units side file

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

Moderator: Moderators

Post Reply
Jaspo
Command Sergeant Major
Command Sergeant Major
Posts: 282
Joined: Sun Mar 01, 2009 4:34 am
Projects :: AotC DoW+++Boonta Eve Classic
Games I'm Playing :: WoT MBWBVC Robocraft
xbox live or psn: No gamertag set
Contact:

Space units side file

Post by Jaspo »

I'm releasing this GCW side file separately from my Spiff's Canyon map (which uses it) so that if you have downloaded Dobido: Deep Crater and thereby already have it installed, you don't have to waste the time downloading it again.
Readme:
Hidden/Spoiler:
Space Units
By Jaspo

This side file is used by the GCW eras of Dobido: Deep Crater and Spiff's Canyon, and is for use in any map with
no atmosphere.

To use the custom units of "space.lvl" in your own map...well, here, I will simply dump the contents of that part of my mission script below:
(note that the _space units are parented by the regular ones listed above, so they must also be called, as shown below)
------------------------------------------------------------
ReadDataFile("SIDE\\imp.lvl",
"imp_hero_darthvader",
"imp_hero_bobafett",
"imp_inf_engineer_snow",
"imp_inf_sniper",
"imp_inf_marine",
"imp_inf_officer",
"imp_inf_dark_trooper",
"imp_inf_rifleman",
"imp_inf_rocketeer",
"imp_inf_pilot")

ReadDataFile("SIDE\\all.lvl",
"all_inf_engineer",
"all_inf_sniper",
"all_inf_marine",
"all_inf_officer",
"all_inf_rifleman",
"all_inf_rocketeer",
"all_inf_pilot")

ReadDataFile("SIDE\\space.lvl",
"all_inf_rifleman_space",
"all_inf_rocketeer_space",
"all_inf_sniper_space",
"all_inf_marine_space",
"all_inf_pilot_space",
"all_inf_engineer_space",
"all_inf_officer_space",
"all_inf_special_space",
"imp_inf_engineer_space",
"imp_inf_rifleman_space",
"imp_inf_rocketeer_space",
"imp_inf_sniper_space",
"imp_inf_marine_space",
"imp_inf_dark_trooper_space",
"imp_inf_officer_space")



SetupTeams{
all = {
team = ALL,
units = 60,
reinforcements = 300,
soldier = { "all_inf_pilot_space", 5,15},
pilot = { "all_inf_rifleman_space",10,40},
assault = { "all_inf_rocketeer_space",5,15},
engineer = { "all_inf_engineer_space",2,10},
sniper = { "all_inf_sniper_space",5,15},
marine = { "all_inf_marine_space", 5,15},
officer = { "all_inf_officer_space",2,10},
special = { "all_inf_special_space",2,10},
},
imp = {
team = IMP,
units = 60,
reinforcements = 300,
soldier = { "imp_inf_pilot", 5,15},
pilot = { "imp_inf_rifleman_space",10,40},
assault = { "imp_inf_rocketeer_space",5,15},
engineer = { "imp_inf_engineer_space",2,10},
sniper = { "imp_inf_sniper_space",5,15},
marine = { "imp_inf_marine_space",5,15},
officer = { "imp_inf_officer_space",2,10},
special = { "imp_inf_dark_trooper_space",2,10},
},
}



SetHeroClass(ALL, "imp_hero_bobafett")
SetHeroClass(IMP, "imp_hero_darthvader")
-----------------------------------------------------------------


Credits:

LucasArts/Pandemic for everything that's there that I didn't make.

THIS MOD 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.
Download:
http://www.mediafire.com/?5qet18b91rs5arp

EDIT:
to admin who moved this: are you sure this goes under assets and not mods? This isn't the side's source files, it's the side .lvl.
Post Reply