View Full Version : Breakthrough: cfg files located in the guides section
FYI : you can find the 3 default cfg files in our guides section or click this lnk (http://www.mohadmin.com/nuke/modules.php?name=Content&pa=list_pages_categories&cid=5)
Col_Pugh
09-12-2003, 06:11 PM
I have been trying to customize the cfg file for our breakthrough demo, but every time I change something in it, I get demo corrupt message.
What am I forgetting or can I even change the demo files?
It could be locked. What are you trying to do or change?
Col_Pugh
09-12-2003, 06:53 PM
the vote file and the weapons. also the say command doesn't work in the console. Any idea what they have replaced that command with or the private password command. When I set up the server I was setting up some private slots but accidently set the whole server up on password access. Now I can't get rid of the password with the rcon command
blasney
09-23-2003, 11:48 AM
I posted this info over at teamwarfare.com and hope that someone here might find it useful:
There are nine new multiplayer maps -- here is the breakout:
Objective:
obj/mp_bologna_obj
obj/mp_castello_obj
obj/mp_palermo_obj (the demo map)
ToW:
obj/mp_kasserine_tow
obj/mp_montecasino_tow
obj/mp_montebattaglia_tow
Liberation:
lib/mp_anzio_lib (the demo map)
lib/mp_bizerteharbor_lib
lib/mp_tunisia_lib
Also, built into the dmflags is the ability to disable specific weapons. Here is my dmflags section from my server.cfg:
// dmflags -- flags that can be set in the dmflags variable.
// DF_NO_HEALTH (1 << 0) 1
// DF_NO_POWERUPS (1 << 1) 2
// DF_WEAPONS_STAY (1 << 2) 4
// DF_NO_FALLING (1 << 3) 8
// DF_INSTANT_ITEMS (1 << 4) 16
// DF_SAME_LEVEL (1 << 5) 32
// DF_NO_ARMOR (1 << 11) 2048
// DF_INFINITE_AMMO (1 << 14) 16384
// DF_NO_FOOTSTEPS (1 << 17) 131072
// DF_ALLOW_LEAN (1 << 18) 262144
// DF_OLD_SNIPERRIFLE (1 << 19) 524288
// DF_GERMAN_SHOTGUN (1 << 20) 1048576
// DF_ALLOW_OLDMAP_MINES (1 << 21) 2097152
//
//Weapon Bans are also part of dmflags
//rifle (1 << 22) 4194304
//sniper (1 << 23) 8388608
//smg (1 << 24) 16777216
//mg (1 << 25) 33554432
//rocket (1 << 26) 67108864
//shotgun (1 << 27) 134217728
//landmine (1 << 28) 268435456
set dmflags 262144
So if you want to ban the rocket, sniper, and allow leaning the dmflags would be 75759616. If you want a sniper only server that allows leaning, it would be 524520144.
Haven't really had a chance to play the game yet, my main concern is always getting the MP server up. You can try it out at 64.132.211.54.
BTW, in my server console I am seeing a lot of errors like:
218.108.x.x failed cdkey authorization
217.85.x.x failed cdkey authorization
217.122.x.x failed cdkey authorization
Looks to me like they may have implemented a cdkey check that'll require you to use a retail version.
Also, sv_pure is included, and a new cvar (at least one I haven't seen before) called, "sv_netoptimize". When you set the flag "Optimize Network Traffic" in the dedicated server config maker program they include, it sets the cvar to 0. I would expect it to be a 1 when active... No idea what it does yet.
Thanks for the info. I bet that sv_netoptimize cvar is the video optimization they talked about during my interview with EA and TKO
Bleeder
09-25-2003, 06:03 AM
What do i type in the shortcut to enable the server ?
[code:1]+set dedicated 1 +set ui_console 1[/code:1]
remember you can add almost anything in your server.cfg file to your shortcut after the last "
you can even add this
[code:1]+exec serverXX.cfg [/code:1]
To call out to a certain server.cfg
hint make several shortcuts with different server.cfg files. this way you can lauch a type of server from each shortcut.
Bleeder
09-25-2003, 12:10 PM
THX :D
XP-Tritech
09-26-2003, 05:15 PM
I recommend not putting sv_netoptimize to 1. Without going into too much detail since I'm not sure if I can talk about it or not it will bring back the popping from SH and actually will cause more lag. If we'd had time we probably would have removed it.
XP-Tritech
Col_Pugh
10-18-2003, 07:07 AM
What do I add to the cfg file to disable force models? Also can I change that from console?
GaSplat
10-18-2003, 04:17 PM
force models is a client side option. If you want people on your server to not be able to do this, you have to use CI or another anti-cheat admin tool.
Col_Pugh
10-19-2003, 09:54 PM
CI????? I don't see anything about this in CI.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.