[FN] Problems..

coleSlaw

New Adventurer
The True Followers of the Lost
Joined
Oct 14, 2007
Messages
123
Reaction score
0
Age
30
Location
Wisconsin
Since I've sent blasto 2 PMs and still didn't answer me I just thought I would come to the forums.

When ever I fire up my server, I execute the Fuznet.cfg and it says Fuznet Loaded. I join the server and my characters don't show up.. anyone know why?

BTW My server is a dedicated Windows
 

mintree

New Adventurer
The True Followers of the Lost
Crusaders
Joined
Jun 2, 2007
Messages
261
Reaction score
0
i dont think its your servers fault (you do have the fn password right?
i think right now..FN has low connection so wait a while and im sure it'll show up
if it doesnt, FN is down..or something XD
(well the last time i played nov 4th, was like that to all servers)
 

coleSlaw

New Adventurer
The True Followers of the Lost
Joined
Oct 14, 2007
Messages
123
Reaction score
0
Age
30
Location
Wisconsin
Ive got the right FN pass. I'll try again when I reintsall windows
 

The Man In Black

Administrator
Staff member
Administrator
Moderator
RiP
Joined
Jul 9, 2006
Messages
6,904
Reaction score
71
Are you sure you're connecting to the correct port? You may be one of the cases that can only connect to 5710. For reference, just because the console says you're connected doesn't mean you're connected - that's just the statement that it prints to tell you the .cfg was executed completely.
 

coleSlaw

New Adventurer
The True Followers of the Lost
Joined
Oct 14, 2007
Messages
123
Reaction score
0
Age
30
Location
Wisconsin
Hmm.. I tried the port he gave me, 5709, and 5710 no luck.
 

Blasto121

New Adventurer
MSC Developer
The Pirates of Dreadwind
Joined
May 24, 2006
Messages
1,967
Reaction score
0
Age
37
Location
Eugene, OR
post your server.cfg file and your fuznet.cfg file. Do not include the password , otherwise I may have to kill someone.

It may be as MiB says you may be unlucky and unable to connect to that port, however I will not give you the 5710 password, at least not yet anyway.
 

coleSlaw

New Adventurer
The True Followers of the Lost
Joined
Oct 14, 2007
Messages
123
Reaction score
0
Age
30
Location
Wisconsin
Fuznet.cfg
Code:
ms_central_enabled 1
ms_central_addr   "blastnet.bounceme.net:5709"
ms_central_pass   ""

Server.cfg
Code:
// Use this file to configure your LISTEN server. 
// This config file is executed everytime the server changes levels.

//----------
// IMPORTANT NOTE ABOUT LOGGING!:  if you want to enable logging 
// on your server do NOT do it in this file.  Instead, do it in 
// autoexec.cfg. Putting "log on" in this file can mess up your 
// log files. E-mail [email protected] with questions.
//---------

// If you run a listen server and choose to modify this file, 
// note that assigning values to the following variables within 
// this file will stomp the choices you make in the Launcher 
// server configuration "Advanced Options" screen:
//
hostname "coleSlaw's Server [FN]"
maxplayers 8
sv_lan 0
log on

// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5

// disable clients' ability to pause the server
pausable 0


//ms_ip 192.168.0.52

ms_pklevel 0
ms_serverchar 3
 

Sabre

New Adventurer
MSC Developer
RiP
Joined
Aug 24, 2004
Messages
4,545
Reaction score
1
Age
35
Location
SoCal
You need the line
exec fuznet.cfg
in your server.cfg. Try that.
 

coleSlaw

New Adventurer
The True Followers of the Lost
Joined
Oct 14, 2007
Messages
123
Reaction score
0
Age
30
Location
Wisconsin
OK, just tried that but it didn't work :[
 

Blasto121

New Adventurer
MSC Developer
The Pirates of Dreadwind
Joined
May 24, 2006
Messages
1,967
Reaction score
0
Age
37
Location
Eugene, OR
replace all the content in your server.cfg with this information

Code:
/// Use this file to configure your LISTEN server. 
// This config file is executed everytime the server changes levels.

//----------
// IMPORTANT NOTE ABOUT LOGGING!:  if you want to enable logging 
// on your server do NOT do it in this file.  Instead, do it in 
// autoexec.cfg. Putting "log on" in this file can mess up your 
// log files. E-mail [email protected] with questions.
//---------

// If you run a listen server and choose to modify this file, 
// note that assigning values to the following variables within 
// this file will stomp the choices you make in the Launcher 
// server configuration "Advanced Options" screen:
//
hostname "coleSlaw's Server [FN]"
maxplayers 8
sv_lan 0
log on

// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5

// disable clients' ability to pause the server
pausable 0

// maximum client movement speed 
sv_maxspeed 600

ms_pklevel 0
ms_serverchar 3

//
// MS Central Settings
//
ms_central_enabled 1
ms_central_addr "blastnet.bounceme.net:5709"
ms_central_pass "[FN PASSWORD HERE]"

//prevents crazy ammounts of information from posting
developer 0

// Voice comm settings
sv_voiceenable 1
sv_voicequality 10
sv_voicecodec voice_speex

// Allow all players to hear one another, regardless of team
sv_alltalk 1
sv_spectalk 1

// Custom Content Server for fast downloads, Feel free to make your own
sv_downloadurl "http://www.thothie.com/hlserv"  

//server rates - I recommend keeping these
sv_minrate 3500
sv_maxrate 7500
sv_minupdaterate 13
sv_maxupdaterate 13

You will notice I don't have the exec fuznet.cfg I never liked it that much and this doesn't require it.

if your still having issues after this then you might be SOL for getting FN server working for now. Until I can trust you enough to put you on port 5710.
 

coleSlaw

New Adventurer
The True Followers of the Lost
Joined
Oct 14, 2007
Messages
123
Reaction score
0
Age
30
Location
Wisconsin
SUCCESS!



But whats so special about port 5710?
 

Blasto121

New Adventurer
MSC Developer
The Pirates of Dreadwind
Joined
May 24, 2006
Messages
1,967
Reaction score
0
Age
37
Location
Eugene, OR
port 5710 is the default port.

if you where to connect to Blastnet.bounceme.net without any port specification you would connect on port 5710 thats whats special about it. Some people like MiB can't seem to connect to any port except the default.
 

coleSlaw

New Adventurer
The True Followers of the Lost
Joined
Oct 14, 2007
Messages
123
Reaction score
0
Age
30
Location
Wisconsin
Oh. Well thank you for your help Blasto.
 
Top