- Joined
- Aug 11, 2009
- Messages
- 1,606
I made this tutorial to show some people how to remove the many times annoying Computer Normal slot.For example,if someone wants to use a Force which ones the base and the creeps in an AoS map but he doesn't want to have this Computer Normal slot,then this is the solution.My thought was simple,i had just to add the player-force ingame with triggers.So let's start...
1st Step
Start by creating this trigger
As an Event use
2nd Step
Now we need to change Player Properties and Force Properties.
Open Scenario and click on Player properties.Add as many users as you want,but for the 2 Forces we are going to remove set their stats as "None".
Now go to Force Properties and check the "Use Custom Force" button,then check the "Fixed Player Settings" too.Now here you can create the 2 forces that you want by clicking on the "Add Force" button below.Create the Forces you want and now its time to rename them,so click on the "Rename Force" button below and add the name you want to your Force.
*Tip*:You can also change the color of the Force that will be displayed.
The basic colors are these:
Red is:|c00ff0000
Blue is:|c000000ff
Teal is:|c0000ffff
Purple is:|c00800080
Yellow is:|c00ffff00
Orange is:|c00ff8000
Green is:|c0000ff00
Pink is:|c00ff80ff
Gray is:|c00808080
LightBlue is:|c0080ffd0
DarkGreen is:|c0018614a
Brown is:|c005e2300
An example,a simple Force name would be "Zombies",you can do this like "|c00800080Zombies|r" and the Zombies will be colored purple.
Demo Map attached below.Feel free to PM me for any questions.
1st Step
Start by creating this trigger
As an Event use
-
Remove CPU Force
-
Events
-
Map initialization
-
-
-
Remove CPU Force
-
Conditions
-
-
Actions
-
-------- Choose the Player you want,to add to the CPU Force.This Force won't be displayed in game Lobby. --------
-
Player Group - Add Player 1 (Red) to CPU_Force
-
-------- Choose the Player you want,to add to the CPU Force.This Force won't be displayed in game Lobby. --------
-
Player Group - Add Player 4 (Purple) to CPU_Force
-
-------- Here you can add the name of your Force. --------
-
Player - Set name of Player 1 (Red) to Fighters
-
-------- Here you can add the name of your Force. --------
-
Player - Set name of Player 4 (Purple) to Zombies
-
-------- Leave triggers below as is,just change the Player you want. --------
-
For each (Integer A) from 1 to 3, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Player((Integer A))) slot status) Not equal to Is playing
-
-
Then - Actions
-
Else - Actions
-
-------- Change the Player here to the one you wish. --------
-
Player - Make Player 1 (Red) treat (Player((Integer A))) as an Ally with shared vision
-
-------- Change the Player here to the one you wish. --------
-
Player - Make (Player((Integer A))) treat Player 1 (Red) as an Ally with shared vision
-
-
-
-
-
For each (Integer A) from 4 to 6, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Player((Integer A))) slot status) Not equal to Is playing
-
-
Then - Actions
-
Else - Actions
-
-------- Change the Player here to the one you wish. --------
-
Player - Make Player 4 (Purple) treat (Player((Integer A))) as an Ally with shared vision
-
-------- Change the Player here to the one you wish. --------
-
Player - Make (Player((Integer A))) treat Player 4 (Purple) as an Ally with shared vision
-
-
-
-
-
2nd Step
Now we need to change Player Properties and Force Properties.
Open Scenario and click on Player properties.Add as many users as you want,but for the 2 Forces we are going to remove set their stats as "None".
Now go to Force Properties and check the "Use Custom Force" button,then check the "Fixed Player Settings" too.Now here you can create the 2 forces that you want by clicking on the "Add Force" button below.Create the Forces you want and now its time to rename them,so click on the "Rename Force" button below and add the name you want to your Force.
*Tip*:You can also change the color of the Force that will be displayed.
The basic colors are these:
Red is:|c00ff0000
Blue is:|c000000ff
Teal is:|c0000ffff
Purple is:|c00800080
Yellow is:|c00ffff00
Orange is:|c00ff8000
Green is:|c0000ff00
Pink is:|c00ff80ff
Gray is:|c00808080
LightBlue is:|c0080ffd0
DarkGreen is:|c0018614a
Brown is:|c005e2300
An example,a simple Force name would be "Zombies",you can do this like "|c00800080Zombies|r" and the Zombies will be colored purple.
Demo Map attached below.Feel free to PM me for any questions.
Attachments
Last edited: