Aholz wrote:I guess i'm a dumbass.
Ok, pay attention dumbass.
Look at the map code above. You do see it's a map, right? The settings you want to use...
CYCLE_BRAKE_DEPLETE .222
MAX_CLIENTS 10
CYCLE_RUBBER 25
...will go inside the <settings> tag of the map file. You want to edit the map for your server. The settings will load when the map loads. You don't have to type anything after that.
Code: Select all
<Map>
<Settings>
<Setting name="CYCLE_BRAKE_DEPLETE" value=".222" />
<Setting name="MAX_CLIENTS" value="10" />
<Setting name="CYCLE_RUBBER" value="25" />
</Settings>
<World>
<Field>
Copy the text starting with <settings> and ending with </settings> and place it in your map file after <map> and before <world>.
If this is too complicated, you can use instant chats. However, this only works with version 0.3 right now. Look for it here if you don't have it yet:
http://beta.armagetronad.net/
To use instant chats for editing settings, add "/console" before the setting. For example:
/console CYCLE_RUBBER 25
If you don't understand by this point, you need to spend more time reading the Wiki and looking through the Arma directory on your computer.