I need .cfg
Sorry for the stupid want but I need configuration like this:
For map q3dm17
Weapons - only weapon 1 ( the cutter : ) and raingun whit unlimited ammo
Multi jump - I called that . You know it . You rise up when you use few times "Space" button
When I fall don't get damage
I will be very happy if you give it to
Thanks
first of all... welcome to the forum
there is a client cfg and a server cfg, you are probably talking about wanting a server config (note: q3config.cfg contains the settings for all mod's client and some server variables)
although you havent shown what you are doing to load or edit the configs i'll give you a bit of advice.
once you create your server cfg... name it (e.g. gaunty.cfg) and place it in the q3a\excessiveplus\conf folder in your server... then whenever you want to load it type \rcon load conf\gaunty.cfg
to create your config use Qtool.exe found in q3a\excessiveplue\tools
simple instructions are found there on the options. if you have any questions about certain settings ask again in this thread.
someone please expand on and correct what i said as i have limited server maintenence experience.
actually avoid the qtool since it is heavilly outdated. instead read through this:
For server settings: http://www.excessiveplus.net/docs/server.html
For weapon settings: http://www.excessiveplus.net/docs/config.html
I recomend you start with the default server files and work your way from there. Those files have all the examples you will need.
Ok you are on your way.
Now, my recomendation is to clean it up first, it will help you later if you config starts to grow, and its a good thing to learn to do for later, when you will be making bigger configs.
First remove all the text that is between the [code:1]/*[/code:1] and [code:1]*/[/code:1]
After that i recomend you intend the lines properly. I usually do not use tab, instead i use spacebars.
Then you should proceed by removing everything you do not need.
In your case, you are not using any weapon besides gaunt and rg, so remove all other weapon definitions. They are not needed, configs work without them (settings are used from default.cfg which is irelevant, cause those weapons wont apear).
The Items section is completely not needed since you removed all items from the map.
And lastly i will adress some settings you used:
[code:1]Spawn Protection: 2;[/code:1]
I recomend not using spawn protection. It usually annoys more than it helps.
[code:1]Chat Protection: 3;[/code:1]
I recomend not using this as well (set to because of abuse, and basically, if someone wants to chat in the middle of game, he deserves to die
I took the liberty of cleaning up your cfg.
It is up to you to take it from here.
Have fun with cfg building, and ask if you get stuck.
If you want an example of more advanced cfgs, take a look at this two configs:
i0 by Dissonance: http://forums.excessiveplus.net/viewtopic.php?t=24209
m0ve by me: http://forums.excessiveplus.net/viewtopic.php?t=16029
you will see a lot of advanced tehniques and both cfgs push the e+ config system to the limit.
whoops, forgot to attach the cleaned cfg
here you go!
And to don't start another topic I have another question.I try few .cfg files from this site and I start server by two ways.First is to change the sourse of q3config.cfg with the sourse of the .cfg I want to start and the second way it to use Q3ASC but in both ways it started another configuration.
So how to run the .cfg I want?