Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: theSYNDIKATE on March 30, 2010, 01:54:02 PM
-
What is the command to prevent guns from overheating so that continuous firing is aloud?
Edit: Also another question
Is there anyway to swap out the guns/equipment you start off with in each map with commands/config editing, or is that incorporated into the .bsp file when the map was created?
-
cvar_set guntemp_inc 0
-
Thanks ic3.
-
Is there anyway to swap out the guns/equipment you start off with in each map with commands/config editing, or is that incorporated into the .bsp file when the map was created?
The equipment information is saved into the .bsp, but you can override these with .ent files in the maps/ folder on the server. You basically need to copy the entity information from the bottom of the .bsp and swap things around and save it as an .ent with the same name as the map. I wrote a little bit about it here: http://dplogin.com/forums/index.php?topic=1337
I like to use QuArK (http://quark.sourceforge.net/) since it's able to open up a bsp without decompiling it, then you can edit the entities in the map editor. There's another screen with all the entity text that you can paste in to your .ent
-
The equipment information is saved into the .bsp, but you can override these with .ent files in the maps/ folder on the server. You basically need to copy the entity information from the bottom of the .bsp and swap things around and save it as an .ent with the same name as the map. I wrote a little bit about it here: http://dplogin.com/forums/index.php?topic=1337
I like to use QuArK (http://quark.sourceforge.net/) since it's able to open up a bsp without decompiling it, then you can edit the entities in the map editor. There's another screen with all the entity text that you can paste in to your .ent
The help is greatly appreciated, I will be sure to download QuArK now and check out your tutorial.
Thanks Bain.