Jump to content

How to make a character an enemy to ALL teams?


Xioth

Recommended Posts

TEAM_ENEMY
TEAM_PLAYER
TEAM_FREE
TEAM_NEUTRAL
 
I want to make an NPC who will an enemy to everyone. Whether it be Rancor's to Jawa's to, Reborn's, to Jedi.
 
Because I plan on making a youtube video for 4-team combat in single-player.

4 NPC's, all fighting each other, no teams, just a 4-way fight.
Link to comment

 

TEAM_ENEMY
TEAM_PLAYER
TEAM_FREE
TEAM_NEUTRAL
 
I want to make an NPC who will an enemy to everyone. Whether it be Rancor's to Jawa's to, Reborn's, to Jedi.
 
Because I plan on making a youtube video for 4-team combat in single-player.

4 NPC's, all fighting each other, no teams, just a 4-way fight.

 

I managed something similar by creating a new Team with the SP code. I don't know if thats too difficult for you, it's actually no that hard.

Link to comment

I don't know the first thing about manipulating any code.

Well i found a solution for you. I create 4 NPCs with different Teams "player, enemy, free and neutral" and they attack each other like you wanted, 

but for it to work you have to have 4 different classes. I made my NPCs like this: CLASS_MONMOTHA, CLASS_MORGANKATARN, CLASS_STORMTROOPER and CLASS_RODIAN. 

Try it out. :)

Link to comment

Well i found a solution for you. I create 4 NPCs with different Teams "player, enemy, free and neutral" and they attack each other like you wanted, 

but for it to work you have to have 4 different classes. I made my NPCs like this: CLASS_MONMOTHA, CLASS_MORGANKATARN, CLASS_STORMTROOPER and CLASS_RODIAN. 

Try it out. :)

Uh... All 4 are Class_DESANN.

 

You know classes change how the npc's fight?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...