[RTCW] match server problemen

Pagina: 1
Acties:

  • DrNo
  • Registratie: Februari 2001
  • Laatst online: 27-12-2024

DrNo

100Mbit zuigt ;)

Topicstarter
Ik heb nu 2 RTCW servers draaien, maar vanavond moesten we ff snel een friendly match spelen. Nou ik dus ff snel een cfgtje in elkaar geflanst maar hij werkte voor geen meter. Na afloop heb ik ff een beter cfg gemaakt dat bestaat uit meerdere cfg's, een voor alleen de server settings (hostname, adminname, maxping, en meer van dat soort spul, ik post ze onder aan wel.) en nog andere. Nu is mijn probleen dat ie zonder prematch beging en dat hij mijn "timelimit 20" niet accepteert en het vrolijk terug zet naar 15 :( . Verder vind ik het raar dat ik met de privatepass niet kan inloggen als ik er een gewoon password op heb gezet.

ok hier zijn dan de cfg's ed.

mijn opstart regel
code:
1
WolfMP.exe +set dedicated 2 +set net_IP 192.168.1.10 +set net_port 27963 +set com_hunkMegs 64 +set com_zoneMegs 24 +set vm_game 0 +exec WarServer.cfg

mijn WarServer.cfg
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
//Public information
seta sv_hostname "Dutch Fragging Team [DFT] War server"
sets Admin "DrNo"
sets Email "******@student.utwente.nl"
sets Location "Enschede     "
sets URL "http://www.borndigitaly.com"
sets Connection "100Mbit"
sets username "War Player" 

//Server setup

set r_smp "0" //Symetric Multi Processor, If you have more than one cpu then set it to 1
seta cl_motd "1" //Enable Mesasge of the day (Look's like it's not working wwith rtcw)
seta g_motd "time to play a war" //The message of the day
seta sv_fps "20" //If you raise this number, you will encounter lag in your game
seta g_minGameClients "1" //Start game when there is this number of clients
seta sv_privateClients "3" //This allows the admin to reserve a spot for himself
seta g_maxGameClients "0" 
seta g_maxlives "0" //This could be fun, all players have limited lives
seta sv_timeout "60" //If no data is reveived from the client withint this time he is kicked

//Private
seta g_speed "330"
seta sv_maxrate "20000" //Don't allow a rate higher than this if you have a low bandwith server
seta sv_maxping "999" //Deny users with high pings to join
seta sv_minping "0" //Should remove Zombies, but i does not
seta sv_zombietime "1" //Zombies are removed after one minute
seta sv_pure "1" //Players with "unpure" pk3 files are kicked




//recharge times 
seta g_medicChargeTime "15000"
seta g_LTChargeTime "40000"
seta g_engineerChargeTime "20000"
seta g_soldierChargeTime "15000" 
seta g_gametype "5" //Standard MP mode
seta sv_screenshake "1" //Allow the screen to shake 
seta sv_floodprotect "1"
seta sv_allowDownload "1" //Players can (if set to 1) download custom maps from this server
seta g_smoothClients "1"
seta g_friendlyFire "1" //Don't shoot your teammates when set to 1
seta g_allowvote "0" //Disallow the vote, you can still file a complaint
seta g_doWarmup "1" //give players time to choose calss and weapon
seta logfile "3" //Append to exsisting logfile
seta g_filterBan "1" //denie banned users from playing
seta g_noteamswitching "0" //You may switch teams mid game
seta g_complaintlimit "500" //Kick a user after two complaints
seta g_teamAutoJoin "0" //Set this to 1, and players will join the team with lowest number of players
seta g_teamForceBalance "0" //Don't let all players join one team
seta g_weaponTeamRespawn "3"
seta g_weaponrespawn "3"
seta g_syncronousClients "1" 

//Master servers
seta sv_master1 "master3.idsoftware.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "wolfmaster.idsoftware.com"
seta sv_master4 "clanservers.net" 

exec match.cfg //Execute the map rotate script
exec banned.cfg //Let's load the banned players

mijn match.cfg
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//this is a match server set up cfg. Modigy the things you mean nessesary
//passwords section
seta sv_privatePassword "*********" //Use this password to join the reserved spot.
seta rconpassword "********" //The password to remote control your server
seta g_needpass "1" //Do we need a password ? nope only when this is set to 1
seta g_password "********" //Players must use this password to join, clients use this : set password "secret password"

//time stuff
seta timelimit "20" //Should set the timelimit, but for some reason i won't work
seta g_warmup "60" //Give the 15 sec.
seta g_userAxisRespawnTime 15 //Change respawn times for AXIS players
seta g_userAlliedRespawnTime 15 //Change respawn times for Allied players
seta g_forcerespawn "20" //respawn time after getting killed (forced)
 
//log files for match analysis Change its name like this: [DFT]VS(OtherClansNameRightHere).log
seta g_log "TestfileForAnalasysOfCfgs.log" //this is where I put my logfile

//player stuff
seta sv_maxclients "20" //Number of players

//what map are you going to play ??
set d1 "set g_gametype 5 ; map mp_depot; set nextmap vstr d1a" //change the map name to what ever you want to play
set d1a "map_restart; set nextmap vstr d1b"
set d1b "map_restart; set nextmap vstr d1c"
set d1c "map_restart; set nextmap vstr d2"
set d2 "set g_gametype 5 ; map mp_assault ; set nextmap vstr d2a"
set d2a "map_restart; set nextmap vstr d2b"
set d2b "map_restart; set nextmap vstr d2c"
set d2c "map_restart; set nextmap vstr d3"

vstr d1

en mun banned.cfg is leeg
code:
1
(DOH hij is leeg)

Mis ik een commando of staat het op de verkeerde plaats?
Wie o wie kan mij helpen ??

IDE just wastes loads of the computer's time with a stream of "just a mo, I'm nearly there ..."


  • DrNo
  • Registratie: Februari 2001
  • Laatst online: 27-12-2024

DrNo

100Mbit zuigt ;)

Topicstarter
ff een schopje geven ;) (waarom kan je berichten maar 24 uur na aanmaak wijzigen ?)

IDE just wastes loads of the computer's time with a stream of "just a mo, I'm nearly there ..."


  • Koffie
  • Registratie: Augustus 2000
  • Laatst online: 14:37

Koffie

Koffiebierbrouwer

Braaimeneer

Misschien meer kans in [forum=12] ??

Tijd voor een nieuwe sig..