Server setup


(rizl4) #1

Hey I got my pc run a home server which i tohught id use to test scripts (etpromapscripts)

but for some reason the basts just dont seem to enable?

Im using the same PC i host form to verify the scripts.

My ET is in
E:\Program Files\Wolfenstein - Enemy Territory\

Bat file
ET.exe +set dedicated 2 +set sv_punkbuster 0 +set sv_pure 1 +set fs_game “etpro” +exec server.cfg +exec etpro.cfg

EDIT: have also tried ETDED same.#

@ dedicated i have tried 0/1/2 as i wanted it only for me to tweak with etc

In the etpro.cfg (example one used), I have put

set b_mapscriptdirectory “E:\Program Files\Wolfenstein - Enemy Territory\etpro\etpromapscripts”
and also tried
set b_mapscriptdirectory “etpromapscripts”

of which both have failed me :frowning:

any pointers would be great


(Mateos) #2

Maybe the ports:
http://www.splashdamage.com/forums/showthread.php/22376-Setting-up-a-server?highlight=host


(rizl4) #3

No its starts run etpro 3.2.6 as i want it to but it does not seem to load up the etpromapscripts which i have set.


(Mateos) #4

Have you tried:
set b_mapscriptdirectory “\etpro\etpromapscripts”

Or:
set b_mapscriptdirectory “\etpromapscripts”

?


(rizl4) #5

I have some how got it work :s i add cvar to server.cfg &
changed the bat to

ET.exe +set dedicated 2 +set sv_punkbuster 0 +set sv_pure 1 +set vm_game 0 +set com_hunkMegs 128 +set fs_game “etpro” +exec server.cfg +exec etpro.cfg

Can anyone share how i now use radiant to look through the map to get exact origin?


(Mateos) #6

Which map? If it’s the core ones just download their source, if it’s a custom one, or by any luck the source is release, or you’ll have to decompilate, if it’s just looking for the origin… Or if any one has another trick for a quick coordinates finding?


(rizl4) #7

I know the old viewpos but i hoped something to be more quick and accurate :frowning:


(Mateos) #8

If you think quick, load the map and do the command seems the best. Because downloading the source, the editor, open it, look for the entity or the pos, etc etc…