Ned help getting ETQW pro running


(Cankor) #1

We switched boxes but are still using Hypernia game servers. I’m just now trying to get our pro-pub back online and I can’t get it figured out.

They had it running promod version .6, got it upgraded to version .1

First error message was : pure server, no downloads offered.
I used Power Admin to set it so it downloads from the server, and got an error message downlaod failed.
I tried si_pure 0 and got error that files on my side didnt match those on the server.

command line looks like ths"
+set fs_userpath “D:\ClientInstalls\R_Harrison\GameServers\TC47163857083458762863121” +set fs_game etqwpro1.0 +set net_ip 206.217.134.195 +set Net_port 27733 +exec server.cfg

seems like fs_game should be etqwpro instead of etqwpro1.0? This was set by Hypernia. hmmm, I guess this just sets the mod folder, when I switch it to etqwpro it loads .6a.

here’s the server info, any help would be appreciated


unranked server '=GzR= GeezerGaming.com Propub Server' IP = 206.217.134.195:27733
protocol 10.21 OS mask 0x7
si_teamForceBalance = 1
si_readyPercent = 75
net_serverPunkbusterEnabled = 1
net_serverDedicated = 1
fs_game = etqwpro1.0
si_version = ETQW 1.5.12642.33243  win-x86 Apr 30 2008 14:18:50
bot_enable = 0
si_gameReviewReadyWait = 0
si_disableGlobalChat = 0
si_noProficiency = 1
si_allowLateJoin = 1
si_minPlayers = 4
si_disableVoting = 0
si_adminStart = 0
si_motd_4 = 9:00 EST until everyone leaves
si_motd_3 = Join us for Propub Tuesdays!
si_motd_2 = Option to vote in alt configs
si_motd_1 = Default config 4v4+Husky/Icarus
si_irc = none
si_email = qwet@geezergaming.com
si_adminname = Cankor
si_website = www.geezergaming.com
si_timelimit = 20
si_rules = sdGameRulesCompetition
si_spectators = 1
si_pure = 1
si_needPass = 0
si_teamDamage = 1
si_privateClients = 2
si_maxPlayers = 24
si_name = =GzR= GeezerGaming.com Propub Server
es_proversion = ETQWPro 1.0
es_rankedEnabled = 0
si_antiLagForgiving = 0
si_antiLagOnly = 0
si_antiLag = 1
gamename = ETQWPro-1
si_map = maps/volcano.entities
openranked_active = 0


(Susefreak) #2

just remove the old etqwpro and replace it with the latest. This way people don’t need to redownload the files even while they have Pro already.

How did you set the downloads from the server?
Internal server should be like this
seta net_httpServerPort “27780”
seta net_serverDLTable “*”
seta net_serverDownload “3”

or external like this:
// External Server
net_serverDownload “2”
net_serverDlBaseURL “http://bravehardt.com/TAW/Quake_Wars/Custom_Maps/
net_serverDlTable “*”


(Cankor) #3

[QUOTE=Susefreak;238537]just remove the old etqwpro and replace it with the latest. This way people don’t need to redownload the files even while they have Pro already.

How did you set the downloads from the server?
Internal server should be like this
seta net_httpServerPort “27780”
seta net_serverDLTable “*”
seta net_serverDownload “3”

or external like this:
// External Server
net_serverDownload “2”
net_serverDlBaseURL “http://bravehardt.com/TAW/Quake_Wars/Custom_Maps/
net_serverDlTable “*”[/QUOTE]

I guess it had the wrong launcher or something. Zarlor managed to get it running. Thanks for your help!