Spiff's Canyon 2.0

New maps and mods are coming out quickly. If you release something (even a beta) please post it here. Be sure to give details in the topic such as Map/Mod name and version

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:

Spiff's Canyon 2.0

Post by Jaspo »

Map Download:
http://www.mediafire.com/?5iyx64g7ap6afev
Side file needed for GCW era:
forums/viewtopic.php?f=35&t=26290
Readme:
Hidden/Spoiler:
Spiff's Canyon 2.0
by Jaspo

The 3 letter code for this map is SSC.

Modes:
CW and GCW era conquest
Lazer Tag if you have that mod of mine installed (ie, if LTS.lvl is in the Battlefront II side folder)

Two Easy Steps To Install:

1. Download "space.lvl" and put it in the Battlefront II side folder:
C:/Program Files/LucasArts/Star Wars Battlefront II/GameData/data/_lvl_pc/side
Note: if you have it already from the Dobido map, you don't need to download and install it.
GCW WILL NOT WORK WITHOUT THIS INSTALLED!

2. Put the SSC folder in your addon folder. If you do not have one, make one in
C:/Program Files/LucasArts/Star Wars Battlefront II/GameData

This map is a near-total remake of the former occupant of my data_SSC folder.

Spiff's Canyon is set on a planet that lacks breathable atmosphere, so anyone wishing to occupy it must not
forget to bring a space suit. Thus the custom sides.
The location is non-Star Wars but I will not tempt copyright issues by saying outright what it is inspired by.
If you know, you know. If you do not, well then, too bad.

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.

Contact me if you wish to have any of my models to use in your map. You may use them but must give me credit.

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.
Screenshots:
Hidden/Spoiler:
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
[Padawan]Helkaan
Sith
Sith
Posts: 1444
Joined: Mon Aug 16, 2010 3:01 pm
Projects :: Dunno. Maybe making something
Games I'm Playing :: Some.

Re: Spiff's Canyon 2.0

Post by [Padawan]Helkaan »

DLing now :D Any differece between "Spiff the Space cadet" from "Calvin and Hobbes" and THIS Spiff?
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:

Re: Spiff's Canyon 2.0

Post by Jaspo »

Spaceman Spiff was my inspiration, yes.
User avatar
Snork
Lieutenant General
Lieutenant General
Posts: 669
Joined: Thu Jun 07, 2007 3:34 pm
Games I'm Playing :: SWBF2 and Minecraft
xbox live or psn: No gamertag set
Contact:

Re: Spiff's Canyon 2.0

Post by Snork »

You are awesome!
User avatar
acryptozoo
Master Bounty Hunter
Master Bounty Hunter
Posts: 1642
Joined: Wed Jun 03, 2009 3:14 pm
Projects :: Yavin Mappack
Games I'm Playing :: Homeworld 2
xbox live or psn: acryptozoo
Location: in the jungles of Yavin IV
Contact:

Re: Spiff's Canyon 2.0

Post by acryptozoo »

Snork wrote:You are awesome!
^
This
looks great
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Re: Spiff's Canyon 2.0

Post by THEWULFMAN »

acryptozoo wrote:
Snork wrote:You are awesome!
^
This
looks great
I concur :plokoon:

Calvin and Hobbes FTW!
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:

Re: Spiff's Canyon 2.0

Post by Jaspo »

Actually, the intrepid Spaceman Spiff.
Has anybody found the easter egg yet?
I'm glad you all like it!
Last edited by Jaspo on Mon Jun 20, 2011 12:52 am, edited 1 time in total.
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Re: Spiff's Canyon 2.0

Post by THEWULFMAN »

Jaspo wrote:Has anybody found the easter egg yet?
Found it
Hidden/Spoiler:
Image
CalvaryCptMike
Captain
Captain
Posts: 476
Joined: Sat Feb 19, 2011 3:10 pm
Projects :: Nothing--absolutely nothing
Location: Freed by alien robots, now living on Mars
Contact:

Re: Spiff's Canyon 2.0

Post by CalvaryCptMike »

THEWULFMAN wrote:
acryptozoo wrote:
Snork wrote:You are awesome!
^
This
looks great
I concur :plokoon:

Calvin and Hobbes FTW!
I conquer :vader2:
That's an awesome Idea Jaspo!
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:

Re: Spiff's Canyon 2.0

Post by Jaspo »

THEWULFMAN wrote:
Jaspo wrote:Has anybody found the easter egg yet?
Found it
Hidden/Spoiler:
Image
Well, that isn't my easter egg. Very nice, though.
MrCrayon
Jedi Knight
Jedi Knight
Posts: 554
Joined: Sat Apr 17, 2010 8:15 pm
Projects :: Coruscant map Want to help PM me
Games I'm Playing :: Battlefront 3
Location: Buried in homework, but getting better

Re: Spiff's Canyon 2.0

Post by MrCrayon »

So...is there going to be a spaceman spiff? (dress an ewok up like calvin!)
[Padawan]Helkaan
Sith
Sith
Posts: 1444
Joined: Mon Aug 16, 2010 3:01 pm
Projects :: Dunno. Maybe making something
Games I'm Playing :: Some.

Re: Spiff's Canyon 2.0

Post by [Padawan]Helkaan »

(sort of)off-topic: and a Wampa like Hobbes :mrgreen: ?
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:

Re: Spiff's Canyon 2.0

Post by Jaspo »

Wampas aren't nearly slender enough, and they don't have tails. The ewok idea is awesome though.
modmaster13
General
General
Posts: 777
Joined: Wed Aug 18, 2010 4:23 pm
Games I'm Playing :: COD SWBF
xbox live or psn: KrypticcElementt
Location: Twitter @_KrypticElement
Contact:

Re: Spiff's Canyon 2.0

Post by modmaster13 »

This map looks so scary! I will definitely DL once I get on my computer later! :thumbs:
User avatar
1FGR1NightGhost
Don't feed the troll (that's me)
Posts: 85
Joined: Wed Jun 08, 2011 12:01 pm
Projects :: Bornesia Kastarian Docks
Games I'm Playing :: swbf2
xbox live or psn: No gamertag set

Re: Spiff's Canyon 2.0

Post by 1FGR1NightGhost »

I love your use of the color Red! :thumbs:
Post Reply