Space battles

Started by Kade, January 16, 2017, 02:46:21 PM

Previous topic - Next topic
January 16, 2017, 02:46:21 PM Last Edit: January 17, 2017, 09:43:41 AM by daffyduck
Hello there swbfgamers,

i have two things that i have been wanting to do for ages but i gave up and recently have come back to.

1- have a space battle between the clones and the empire

2- give the clones access to the ywing and awing

if somebody could help me with this, i would much appreciate it.

KadeEclipse

here is a lua i made to my own map. it loads up fine but no clone appears in game
KadeEclipse

January 17, 2017, 11:04:49 AM #2 Last Edit: January 17, 2017, 11:07:10 AM by MissingTexture
I believe you forgot to add the AddUnitClass(ALL, "rep_inf_ep3_marine",1, 6) after the end of the TeamConfig. Should look like this:

[spoiler]
imp = {
      team = IMP,
      units = 32,
      reinforcements = -1.
      pilot     = { "imp_inf_pilot", 26},
      marine    = {"imp_inf_marine", 6},
     }
}
AddUnitClass(ALL, "rep_inf_ep3_marine",1, 6)[/spoiler]

Also, I don't believe you need the dc before SIDE, unless you've made modifications to the skins, weapons, models etc.

Give this a try, because I think everything else looks fine!

January 17, 2017, 12:01:48 PM #3 Last Edit: January 17, 2017, 03:49:00 PM by daffyduck
thanks for the help i got this to finally work. there were some other things also wrong. like i didnt need dc:

https://www.mediafire.com/folder/r577rmcjlggma/NEW

clone vs empire on a test map

how to install: place in addon folder (if you didn't know already xD)
KadeEclipse

Good job  :tu: Glad I could help you out!

January 17, 2017, 01:07:11 PM #5 Last Edit: January 17, 2017, 04:39:52 PM by daffyduck
yeah me too  :tu: :cheer: it took me all week end to figure it out lol

what tga editors work for swbf2?? and has anyone got the orginal assests folder for zero editor. i messed up the sides?

https://www.mediafire.com/?lcbi113exnai1vb
this would be a cool model in game.
i have a 3d model of it too lol
can anyone do anything with it to put it in game ?
KadeEclipse

Quote from: daffyduck on January 17, 2017, 01:07:11 PM
what tga editors work for swbf2??
GIMP would be the most recommended one (since it's free).
Anyder | Talent, Ops & Culture | SWBF & Player Engagement
Email: communityambassador@swbfgamers.com
SWBFSpy Discord: http://discord.swbfspy.com
SWBFSpy Info: http://info.swbfspy.com

can you edit them and munge them straight to the game
KadeEclipse