banimod / etpro / ettv forums Forum Index banimod / etpro / ettv forums
Bani's Discussion Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

etded doesn't see pk3 files in etmain..

 
Post new topic   Reply to topic    banimod / etpro / ettv forums Forum Index -> ET Servers
View previous topic :: View next topic  
Author Message
bruiser



Joined: 24 May 2004
Posts: 5

PostPosted: Wed Mar 22, 2006 6:01 pm    Post subject: etded doesn't see pk3 files in etmain.. Reply with quote

But it does see the .cfg files. etded does see and add the pk3 files in any directory other than etmain. I can pull the pk3 files to a different directory and etded sees them and adds them. The server works fine other than the fact it complains bout a non-standard install.

The details.

FreeBSD 5.3 running linux emu. Installed from the ports /usr/ports/games/linux-enemyterritory. Which got me ver 2.60_1.

It installs in /usr/X11R6/lib/enemyterritory
et.x86
etded.x86
/etmain
/etpro
openurl.sh
/pb

I put /etpro in.

more here: /usr/X11R6/share/enemyterritory/ET.xpm

and last here:/usr/X11R6/bin

et
etded

I added my startup script. bruiser.sh which contains.

./etded +set vm_game 0 +set net_port 27960 +set com_hunkmegs 64 +set com_zoneMegs 32 +set fs_basepath /usr/X11R6/lib/enemyterritory +set fs_game etpro +set fs_homepath 27960 +set sv_punkbuster 1 +exec server.cfg

This is the output.

feagle# ./bruiser.sh
ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
27960/etpro
/usr/X11R6/lib/enemyterritory/etpro/etpro-3_2_5.pk3 (101 files)
/usr/X11R6/lib/enemyterritory/etpro
27960/etmain
/usr/X11R6/lib/enemyterritory/etmain

----------------------
101 files in pk3 files
execing default.cfg
execing language.cfg
execing etconfig.cfg
execing autoexec.cfg
Hunk_Clear: reset the hunk ok
Bypassing CD checks
--- Common Initialization Complete ---
Opening IP socket: localhost:27960
Hostname: feagle.com
IP: 69.60.121.18
Started tty console (use +set ttycon 0 to disable)
^3PunkBuster Server: pb_sv_SsNext = 737000 (0 to 999999)
^3PunkBuster Server: pb_sv_LogNext = 2 (1 to 999999)
^3PunkBuster Server: 0 Power Players loaded from 27960/pb/pbpower.dat
^3PunkBuster Server: 0 PB Rcon Filters loaded from 27960/pb/pbrcon.dat
^3PunkBuster Server: 0 Map lines loaded from 27960/pb/pbsvmaps.cfg
^3PunkBuster Server: PunkBuster Server (v1.149 | A1347 C1.152) Enabled
execing server.cfg
execing campaigncycle.cfg
g_gametype will be changed upon restarting.
Can't find map maps/oasis.bsp
Hitch warning: 954 msec frame time
^3PunkBuster Server: Game Version [ET 2.60 linux-i386 Mar 10 2005]

BTW.. All done as root.

All ports have been updated recently. Thanks for any tips.

-B
Back to top
View user's profile Send private message
=FF=im2good4u



Joined: 05 Feb 2003
Posts: 3924
Location: The Netherlands, HOLLAND

PostPosted: Thu Mar 23, 2006 4:48 am    Post subject: Reply with quote

Shocked

well if its an etded bug thne it wont be fixed :p

but realy iv neber heard of thids u probely do something wrong i gues
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
bruiser



Joined: 24 May 2004
Posts: 5

PostPosted: Thu Mar 23, 2006 7:16 am    Post subject: Reply with quote

I believe it's something with my install. I'm wondering if it a security issue. Do I need to chroot etded or something?

-B
Back to top
View user's profile Send private message
RoadKillPuppy



Joined: 08 Apr 2004
Posts: 207
Location: Belgium!

PostPosted: Thu Mar 23, 2006 12:45 pm    Post subject: Reply with quote

from the top of my head, so check for typo's

change
Code:
+set fs_homepath 27960

to
Code:
+set fs_homepath /usr/X11R6/lib/enemyterritory +set net_port 27960


edit: only if the portdir thingy is not done on purpose ofcourse...
and no need to chroot, but no need for root either... a normal user will do fine..
Back to top
View user's profile Send private message Visit poster's website
bruiser



Joined: 24 May 2004
Posts: 5

PostPosted: Thu Mar 23, 2006 1:10 pm    Post subject: Reply with quote

I tried it and it didn't make a difference. What's happening now is etded doesn't see any pk3 files.. Sad Could it be a permissions thing.. I tried opening them way up and still no go.. ??

feagle# ./bruiser.sh
ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
27960/etpro
/usr/X11R6/lib/enemyterritory/etpro
27960/etmain
/usr/X11R6/lib/enemyterritory/etmain

----------------------
0 files in pk3 files
execing default.cfg
execing language.cfg
execing etconfig.cfg
execing autoexec.cfg
Hunk_Clear: reset the hunk ok
Bypassing CD checks
--- Common Initialization Complete ---
Opening IP socket: localhost:27960
Hostname: feagle.com
IP: 69.60.121.18
Started tty console (use +set ttycon 0 to disable)
^3PunkBuster Server: pb_sv_SsNext = 737000 (0 to 999999)
^3PunkBuster Server: pb_sv_LogNext = 7 (1 to 999999)
^3PunkBuster Server: 0 Power Players loaded from 27960/pb/pbpower.dat
^3PunkBuster Server: 0 PB Rcon Filters loaded from 27960/pb/pbrcon.dat
^3PunkBuster Server: 0 Map lines loaded from 27960/pb/pbsvmaps.cfg
^3PunkBuster Server: PunkBuster Server (v1.149 | A1347 C1.152) Enabled
execing server.cfg
execing campaigncycle.cfg
g_gametype will be changed upon restarting.
Can't find map maps/oasis.bsp
Hitch warning: 739 msec frame time
^3PunkBuster Server: Game Version [ET 2.60 linux-i386 Mar 10 2005]
Back to top
View user's profile Send private message
=FF=im2good4u



Joined: 05 Feb 2003
Posts: 3924
Location: The Netherlands, HOLLAND

PostPosted: Thu Mar 23, 2006 1:21 pm    Post subject: Reply with quote

or even bettere remvoe the fs_shomepath cvar

remove them all u only need fs_game etpro
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
bruiser



Joined: 24 May 2004
Posts: 5

PostPosted: Thu Mar 23, 2006 3:55 pm    Post subject: Reply with quote

I got it working... I consolidated all the files together and moved them to /usr/games/enemyterritory. Setup a regular user, got the permissions set and fired it up. WooHoo it worked! So now time to finish getting it ready for prime time. Smile Thanks for your help =FF=im2good4u and RoadKillPuppy!

-B
Back to top
View user's profile Send private message
ReyalP



Joined: 25 Jul 2003
Posts: 1663

PostPosted: Thu Mar 23, 2006 4:02 pm    Post subject: Reply with quote

Note that if you want multiple ports running from that install, you would need to get fs_homepath working correctly.
_________________
send lawyers, guns and money
Back to top
View user's profile Send private message
bruiser



Joined: 24 May 2004
Posts: 5

PostPosted: Thu Mar 23, 2006 4:10 pm    Post subject: Reply with quote

It does.. The server is now running as expected. Thanks! Smile

-B
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    banimod / etpro / ettv forums Forum Index -> ET Servers All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group