Xioth Posted December 17, 2016 Posted December 17, 2016 TEAM_ENEMYTEAM_PLAYERTEAM_FREETEAM_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.
GamingPrince83 Posted December 17, 2016 Posted December 17, 2016 On 12/17/2016 at 7:24 AM, Jmanghan said: TEAM_ENEMYTEAM_PLAYERTEAM_FREETEAM_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.
Xioth Posted December 17, 2016 Author Posted December 17, 2016 On 12/17/2016 at 8:03 AM, SaberBlade83 said: 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.I don't know the first thing about manipulating any code.
GamingPrince83 Posted December 17, 2016 Posted December 17, 2016 On 12/17/2016 at 10:01 AM, Jmanghan said: 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.
Xioth Posted December 17, 2016 Author Posted December 17, 2016 On 12/17/2016 at 10:52 AM, SaberBlade83 said: 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?
GamingPrince83 Posted December 17, 2016 Posted December 17, 2016 On 12/17/2016 at 11:58 AM, Jmanghan said: Uh... All 4 are Class_DESANN. You know classes change how the npc's fight?It won't work that way, atleast not my way of doing it.
GamingPrince83 Posted December 17, 2016 Posted December 17, 2016 On 12/17/2016 at 11:58 AM, Jmanghan said: Uh... All 4 are Class_DESANN. You know classes change how the npc's fight?You could also make it, class_desann, class_tavion, class_kyle and class_luke.The other boss character are also very strong the only difference between CLASS_DESANN and the other boss NPCs is the aggression and pain tolarance.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now