Updating to 0.2.8.3
- FFIIXXIITT
- Match Winner
- Posts: 422
- Joined: Wed Feb 09, 2011 4:20 am
Updating to 0.2.8.3
How do i make my AI a certain color? Also i am having a hard time updating to 0.2.8.3
Last edited by FFIIXXIITT on Sun Mar 06, 2011 11:32 pm, edited 1 time in total.
Re: AI colors
You can't, unless you assign it to a team, then change the team color.
- FFIIXXIITT
- Match Winner
- Posts: 422
- Joined: Wed Feb 09, 2011 4:20 am
Re: AI colors
how do i change an ai team color? I am making a short movie with ARMA and need to control what the ai look like
- FFIIXXIITT
- Match Winner
- Posts: 422
- Joined: Wed Feb 09, 2011 4:20 am
Re: AI colors
Also i am running armav0.2.8.2.1 on opensuse 11.3 if it makes any difference
Last edited by FFIIXXIITT on Sun Mar 06, 2011 11:23 pm, edited 2 times in total.
Re: AI colors
Don't use NUM_AIS to populate the grid, use TEAM_MIN_PLAYERS instead, then change the color of that team with TEAM_BLUE_1, TEAM_GREEN_1, TEAM_RED_1.
- FFIIXXIITT
- Match Winner
- Posts: 422
- Joined: Wed Feb 09, 2011 4:20 am
Re: AI colors
I dont think the command is supported in v0.2.8.2.1
Re: AI colors
They are. Here, look over this list of supported commands:
http://wiki.armagetronad.net/index.php? ... e_Commands
You might notice the ones with the prefix SP_ are for single player. This might be why you are not getting the expected results. Playing alone in a local game you might use SP_NUM_AIS instead of NUM_AIS.
Get familiar with that list above and you'll have success.
http://wiki.armagetronad.net/index.php? ... e_Commands
You might notice the ones with the prefix SP_ are for single player. This might be why you are not getting the expected results. Playing alone in a local game you might use SP_NUM_AIS instead of NUM_AIS.
Get familiar with that list above and you'll have success.
- FFIIXXIITT
- Match Winner
- Posts: 422
- Joined: Wed Feb 09, 2011 4:20 am
Re: Updating to 0.2.8.3
ive been familurized with this list and im asking about the TEAM_BLUE_1 wich returns as command unknown and the list you want me to reference was compiled from a v0.3 build mine is 0.2.8.2.1 i did the terminal --doc output and this is what shows: no team color fields.