dallassmith
05-05-2002, 03:10 PM
Hi, I got cs 1.3 on my current red hat server, and I am trying to upgrade, I did the tar command, and it extracted all the files, yet when I run the startup script I made it still says its 1.3 and "my executable is out of date" Please help!
Thanks in Advanced,
Aaron
dallassmith
05-05-2002, 04:17 PM
I already tried that... I have to just update 1.3, ive even tryed installing 1.4 full... it didnt work like this.
-Aaron-
BMurtagh
05-05-2002, 04:20 PM
is the tar in the correct dir? is the hl version 1.1.0.9? i'll look for a tutorial that i used and post it here when i find it.
dallassmith
05-05-2002, 05:14 PM
I think it is... im tryin to install 1.4 not 1.09 ;-)
dallassmith
05-05-2002, 05:20 PM
Ohhh i get what your saying.. heres what it says:
Host_Init
Added packfile /halflife/hlds_l/valve/pak0.pak (985 files)
Protocol version 45
Exe version 4.1.0.8
Exe build: 15:09:28 Sep 17 2001 (1789)
Your executable is out of date.
Auth Server
couldn't exec language.cfg
Trying to authenticate with WON servers
Your executable is out of date.
Server IP address 127.0.0.1:27015
PackFile: /halflife/hlds_l/valve/pak0.pak : models/w_battery.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : models/w_antidote.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : models/w_security.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : models/w_longjump.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : models/w_9mmclip.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : models/shotgunshell.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : models/w_shotbox.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : models/w_weaponbox.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/zerogxplode.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/WXplo1.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/steam1.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/bubble.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/bloodspray.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/blood.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/b-tele1.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/c-tele1.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/laserbeam.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/laserdot.spr
PackFile: /halflife/hlds_l/valve/pak0.pak : models/grenade.mdl
PackFile: /halflife/hlds_l/valve/pak0.pak : sprites/explode1.spr
Error Mod_NumForName: !models/player/gsg9/gsg9.mdl not found
priyadi
05-05-2002, 10:34 PM
Yeah, I agree with the other poster, you probably untar the file in a wrong directory. Before untarring, you should have known where it will untar.
Do a tar tfz cs_14_upgrade.tar.gz, you will see something like:
cstrike
cstrike/sprites/
cstrike/sprites/...
.....
That means the file will untar to cstrike directory. Because cstrike directory you are trying to upgrade is inside hlds_l directory, you need to cd to hlds_l first and untar the file from that directory.
cd hlds_l
tar xzvf /full/path/to/cs_14_upgrade.tar.gz
If you had deleted the previous version (1.3), you need to reinstall it first before upgrading.
dallassmith
05-05-2002, 10:57 PM
Tried that... still no luck says the s ame thing ;-) no wonder linux newbies get frustrated :-)
priyadi
05-06-2002, 12:11 AM
Sorry, but have you upgraded half life ded server to version 3.1.0.9? CS 1.4 requires hlds version 3.1.0.9.
dallassmith
05-06-2002, 04:37 PM
Tried... i got the newest .bin, I extracted it to a .tar.gz, then unzipped it. still the same error :-( what can I be doing wrong!?