Adding tanks to stock maps in era mods? [Solved]
Moderator: Moderators
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Adding tanks to stock maps in era mods? [Solved]
Alright, i've been looking over the faq and using search but i am not really sure what to search for.
I have been working on an era mod for the past few months but I am no at the point where i am starting to finish up things. i want to add some tanks to stock maps like maybe adding a geonosian fighter to geonosis or a few fighters to spice up the battle of kamino but i don't really know how its done. I've seen it in bfx but i don't really know what to say about that either.
What do i have to do to add new tanks to the stock maps for an era mod? Will it require me to make a whole bunch of .lvls for the final mod? Will it make the file size for my mod huge?
If i could get an answer on this i would greatly appreciate it.
I have been working on an era mod for the past few months but I am no at the point where i am starting to finish up things. i want to add some tanks to stock maps like maybe adding a geonosian fighter to geonosis or a few fighters to spice up the battle of kamino but i don't really know how its done. I've seen it in bfx but i don't really know what to say about that either.
What do i have to do to add new tanks to the stock maps for an era mod? Will it require me to make a whole bunch of .lvls for the final mod? Will it make the file size for my mod huge?
If i could get an answer on this i would greatly appreciate it.
Last edited by Dakota on Tue Mar 13, 2012 6:20 pm, edited 1 time in total.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: adding tanks to stock maps in era mods
if youve seen it in bfx the mission script might be a good start. they are contained in the bfx assets.
unless the vehicles are custom it shouldnt increase the filesize.
unless the vehicles are custom it shouldnt increase the filesize.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: adding tanks to stock maps in era mods
but would how would you put the spawn points for vehicles on the map, just open it up in zero editor and add points?
Also the tanks are custom.
edit: also, the links for the bfx assets are broken, at least all five of the ones i've found.
Also the tanks are custom.
edit: also, the links for the bfx assets are broken, at least all five of the ones i've found.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: adding tanks to stock maps in era mods
what maps have vehicles added? i have the assets and can post the script here.
and no, you couldnt just place them in ze, you somehow have to script them in.
and no, you couldnt just place them in ze, you somehow have to script them in.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: adding tanks to stock maps in era mods
mos eisly in bfx has an aat in clone wars, thats the main one i remember.
Also by scripting them in do you mean setting them up in the sides to be read or is there something more? Also for placement of the vehicle would i use ze or is there some sort of lua coding for placement too?
offtopic: sorry for all the also's but i just have alot of questions. maybe the scripts will help me.
Also by scripting them in do you mean setting them up in the sides to be read or is there something more? Also for placement of the vehicle would i use ze or is there some sort of lua coding for placement too?
offtopic: sorry for all the also's but i just have alot of questions. maybe the scripts will help me.
-
kinetosimpetus
- Imperial Systems Expert

- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: adding tanks to stock maps in era mods
Mos Eisley comes stock with a vehicle spawn behind the workshop, but otherwise...
This works. I have a few maps that load a new layer over the top of the stock map that simply load a few extra objects, including vehicle spawns. The final req I used to make each extra lvl has only the mode or layer or whatever that has those objects.
For the Death Star...
then my lua looks like this:
This works. I have a few maps that load a new layer over the top of the stock map that simply load a few extra objects, including vehicle spawns. The final req I used to make each extra lvl has only the mode or layer or whatever that has those objects.
For the Death Star...
Hidden/Spoiler:
Hidden/Spoiler:
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: adding tanks to stock maps in era mods
thank you, i'll look over this and test it out some and come back with results....geonosis will now have fighters again 
EDIT: IT WORKS
thanks for your help both of you. a few things didn't show up but thats just because i forgot to load them in the lua and put the commandhover/flyer lines. its now working. all i have to do now is change all the other maps i need to change...
[solved]
EDIT: IT WORKS
thanks for your help both of you. a few things didn't show up but thats just because i forgot to load them in the lua and put the commandhover/flyer lines. its now working. all i have to do now is change all the other maps i need to change...
[solved]
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Adding tanks to stock maps in era mods? [Solved]
I'm sorry if I'm hijacking but I have a question. All the lua and req stuff makes sense but how do you actually edit the world? Do you copy the world file over to your mod folder, do you open the one in the assets or what? I'm still a bit confused.
- willinator
- Major

- Posts: 517
- Joined: Sun Mar 13, 2011 3:11 pm
- Projects :: [Coming of the Sentinels]
- xbox live or psn: PC pwns all!
- Location: The rings of Saturn...
-
ARCTroopaNate
- Jedi

- Posts: 1161
- Joined: Mon Mar 21, 2011 8:12 pm
- Projects :: Star Wars Battlefront - Tides of War
- xbox live or psn: I have ps4
- Location: STALKER!
- Contact:
Re: Adding tanks to stock maps in era mods? [Solved]
That's what I thought, I was wondering if there is a more efficient way to do this.
- Unlucky13
- Sergeant Major

- Posts: 239
- Joined: Mon Jan 24, 2011 11:11 am
- Projects :: Models models models
Re: Adding tanks to stock maps in era mods? [Solved]
If you are trying to edit a stock map via an era mod then you can't edit the map other than a few objects(cps, health/ammo droids).
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Adding tanks to stock maps in era mods? [Solved]
That's not true.Unlucky13 wrote:If you are trying to edit a stock map via an era mod then you can't edit the map other than a few objects(cps, health/ammo droids).
http://www.youtube.com/watch?v=06i5bN5Nlms
Like kinetosimpetus said above, you can add a new layer on top of a stock map, which is how any substantial additions can be easily made to a stock map. You can also replace models in a stock map (and by way of that, you can remove them by simply inserting an "empty" model). There's no reason to do something like a complete revamp of a map this way (as it would simply be easier to distribute a new map entirely), but it's certainly possible.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Adding tanks to stock maps in era mods? [Solved]
And you can add new hint nodes, spawn paths, barriers, and just about everything else, all while keeping the file size very low. However, this requires keeping several other things in the world REQ aside from any "world" and "lvl" stuff, but it still keeps the file size small, nonetheless.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: Adding tanks to stock maps in era mods? [Solved]
since this has been revived i was just wondering, what is the process for deleting an object? I wanted to get rid of the rock slides in the hoth caves in conquest mode but i wasn't sure what layer to be in and how i would do what i needed to.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Adding tanks to stock maps in era mods? [Solved]
Code: Select all
KillObject("objectname")