allowCosmeticMods

dePARAdePARA Join Date: 2011-04-29 Member: 96321Members, Squad Five Blue
I configure my servers over xml-files wich normally look like this:

<options>
<lanGame>false</lanGame>
<mapName>ns2_summit</mapName>
<password></password>
<port>27018</port>
<serverName>Heidis Ziegenfarm 2 (HBZ)</serverName>
<address></address>
<playerLimit>16</playerLimit>
</options>

After setting up an custom folder for an server and start it the xml change into this:

<options>
<adminPath>server2</adminPath>
<mapName>ns2_summit</mapName>
<address></address>
<playerLimit>16</playerLimit>
<webadminActive>false</webadminActive>
<allowCosmeticMods>false</allowCosmeticMods>
<game></game>
<lanGame>false</lanGame>
<mods></mods>
<password></password>
<port>27021</port>
<serverName>Heidis Ziegenfarm 2 (HBZ)</serverName>
<webadminDirectory>./web</webadminDirectory>
<webadminDomain>localhost</webadminDomain>
<webadminPort>8080</webadminPort>
</options>

Why is this happen and what are CosmeticMods?

Comments

Sign In or Register to comment.