Data Realms Fan Forums
http://45.55.195.193/

Three Team Skirmish Battle
http://45.55.195.193/viewtopic.php?f=1&t=18654
Page 1 of 1

Author:  Collective [ Sun May 02, 2010 11:47 pm ]
Post subject:  Three Team Skirmish Battle

Making my own skirmish activity.
The general concept is that it's a three-way free-for-all between Red Team, Green Team, and Wildlife.
How would I make it so that Wildlife Team actors spawn in the activity while retaining the Green and Red teams?

Author:  Commodore111 [ Mon May 03, 2010 12:21 am ]
Post subject:  Re: Three Team Skirmish Battle

You can use lua on a craft or actor to make it set itself to a certain team.
Unless you want to use dummys or ronin, for example, as wildlife actors. Then I don't know.

Author:  CCnewplayer [ Mon May 03, 2010 12:22 am ]
Post subject:  Re: Three Team Skirmish Battle

You must duplicate the files of the wanted soldier and in the duplicated file you set his team to -1( wildlife ) , then change his name.EX:

original: Dafred
Duplicated: DafredX

if something it's wrong I'm sorry.

Author:  dragonxp [ Mon May 03, 2010 2:29 am ]
Post subject:  Re: Three Team Skirmish Battle

Code:
AddActor = AHuman [or ACrab]
CopyOf = Dafred [whatever the presetname is for your actor]
PresetName = DafredX [Change the name]
Team = -1
Buyable = 0 [so you can't buy this unit in buy menu]

Author:  Collective [ Mon May 03, 2010 11:06 pm ]
Post subject:  Re: Three Team Skirmish Battle

Image
Line 1 is
Code:
AddActor = AHuman

Author:  dragonxp [ Mon May 03, 2010 11:24 pm ]
Post subject:  Re: Three Team Skirmish Battle

Upload the file please?

Author:  Commodore111 [ Tue May 04, 2010 1:29 am ]
Post subject:  Re: Three Team Skirmish Battle

Use lua.
It's simple, just set team to -1 in create event. Done.

Code:
function Create(self)
    Self.Team = -1;
end

Author:  Collective [ Tue May 04, 2010 2:10 am ]
Post subject:  Re: Three Team Skirmish Battle

Here's the file.

Attachments:
CoalitionWild.rte.rar [2.49 KiB]
Downloaded 182 times

Author:  dragonxp [ Tue May 04, 2010 3:24 am ]
Post subject:  Re: Three Team Skirmish Battle

You dont have proper Tabs, it should look like this:
[sorry for no tabbing earlier, cannot tab >.<]
Code:
AddActor = AHuman
   CopyOf = Soldier Light
   PresetName = Soldier Light Wild
   Team = -1
   Buyable = 0

Author:  Collective [ Tue May 04, 2010 4:25 am ]
Post subject:  Re: Three Team Skirmish Battle

Same message. Error in line 1.

Author:  Miles_T3hR4t [ Tue May 04, 2010 5:50 am ]
Post subject:  Re: Three Team Skirmish Battle

dragonxp wrote:
You dont have proper Tabs, it should look like this:
[sorry for no tabbing earlier, cannot tab >.<]
Code:
AddActor = AHuman
   CopyOf = Soldier Light
   PresetName = Soldier Light Wild
   Team = -1
   Buyable = 0

Teams are 0 (red), 1 (green), 2 (wildlife) 3 (???)

Unless things have changed which I see no reason they should have.

Author:  Grif [ Tue May 04, 2010 6:33 am ]
Post subject:  Re: Three Team Skirmish Battle

teams are 0 red 1 green anything else "wildlife" (hostile to everything)

Author:  CCnewplayer [ Tue May 04, 2010 4:15 pm ]
Post subject:  Re: Three Team Skirmish Battle

Working :
Quote:
AddActor = AHuman
CopyOf = Soldier Light
PresetName = Soldier Light Wild
Description = Wild coalition.
Buyable = 0
Team = -1


worked with me , CC aproved.

Author:  Collective [ Tue May 04, 2010 10:06 pm ]
Post subject:  Re: Three Team Skirmish Battle

Was there anything else wrong with my files? The error is still coming up.

Author:  onerb [ Thu Jun 03, 2010 3:52 am ]
Post subject:  Re: Three Team Skirmish Battle

hey man im interested in playng this activities too but i having the same troubles,i ask that anyone that can play this 3 team skirmish battle,post the working files here.

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/