Jump to content
Sign in to follow this  
Jirka0015

Config and dedicated server

Recommended Posts

I was asking about that in czech forum, but nobody was answering there, so I must try it here.

I wonder how to make complex config (there are very few parameters on Wiki) and how to control server without to be connected in the game. Because there are no way to write into console of dedicated server, if i'm sitting near that server...

And the last problem, for the moment, is, that i don't know how to turn on log file... command -netlog is not working...

More questions will be comming biggrin_o.gifnener.gif

Share this post


Link to post
Share on other sites

I believe one of the BIS staffers said that netlog has been disabled... anything more, I can't tell you. I run a small dedicated server too and if I want to know what's going on in there or input commands, I have to log in using a client.

Share this post


Link to post
Share on other sites

This is just a suggestion, I believe in the last patch that -netlog was implemented as per the version history in the Biki versionhistory

But search out the OFP MP forum from the beginning, search for netlog, there you will only one page of threads to look through.

hoz

Share this post


Link to post
Share on other sites

hmm, -netlog, they say its been impleneted in the latest dedi server. but if it is then its worse than useless.

the nearest thing to a netlog that i found is the RPT files, but u don't need the netlog switch for that to work, it works on every server all the time and records server side info, script failures etc etc

it doesn't provide a server admin with any usefull information, player names that connect, but with session ID's that are not game ID's, so u can't use them for a ban, nothing about what filechecks were failed, who logged in as admin, here are some examples of what u can expect.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">File description.ext, line 1: '.onloadintro': Missing ';' at the end of line

File description.ext, line 2: '.onloadmission': Missing ';' at the end of line

File description.ext, line 2: '.onLoadIntroTime': Missing ';' at the end of line

File description.ext, line 4: '.respawn': Missing ';' at the end of line

File description.ext, line 4: '.respawndelay': Missing ';' at the end of line

File description.ext, line 2: '.onLoadMission': Missing ';' at the end of line

File description.ext, line 1: '.onLoadMission': Missing ';' at the end of line

File description.ext, line 0: '.minScore': Missing ';' at the end of line

File description.ext, line 1: '.avgScore': Missing ';' at the end of line

File description.ext, line 2: '.maxScore': Missing ';' at the end of line

File description.ext, line 5: '.onloadintro': Missing ';' at the end of line

File description.ext, line 6: '.onloadmission': Missing ';' at the end of line

File description.ext, line 6: '.debriefing': Missing ';' at the end of line

File description.ext, line 7: '.showWatch': Missing ';' at the end of line

File description.ext, line 8: '.showCompass': Missing ';' at the end of line

File description.ext, line 9: '.showNotepad': Missing ';' at the end of line

File description.ext, line 10: '.showGPS': Missing ';' at the end of line

File description.ext, line 11: '.showMap': Missing ';' at the end of line

File description.ext, line 16: '.respawn': Missing ';' at the end of line

File description.ext, line 16: '.respawndelay': Missing ';' at the end of line

File description.ext, line 2: '.onLoadMission': Missing ';' at the end of line

File description.ext, line 451: '/Image.SizeEX': Missing ';' at the end of line

File description.ext, line 485: '/Button.idc': Missing ';' at the end of line

File description.ext, line 635: '/FactoryMenu/DriverSelected.w': Missing ';' at the end of line

File description.ext, line 644: '/FactoryMenu/Driver.w': Missing ';' at the end of line

File description.ext, line 654: '/FactoryMenu/GunnerSelected.w': Missing ';' at the end of line

and here is what u get for players

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">*** Remote: Identity Major Mayhem transferred from 4:14 to 4:15

NetServer: new player (waiting for ProcessPlayers) - session.numPlayers=2, playerId=446352109, bot=0, name='Ghost', |users|=3

NetServer::ProcessPlayers(): users.card=3, session.numPlayers=2, created=1, deleted=0

Server: Player info added - name Ghost, id 446352109 (total 2 identities, 4 players)

Server: Identity check started - name Ghost, id 446352109 (total 2 identities, 4 players)

Server: Identity added - name Ghost, id 446352109 (total 3 identities, 4 players)

Server: received SelectPlayer

*** Remote: Identity offski transferred from 5:13 to 5:14

NetServer: new player (waiting for ProcessPlayers) - session.numPlayers=3, playerId=1201837141, bot=0, name='russin', |users|=4

NetServer::ProcessPlayers(): users.card=4, session.numPlayers=3, created=1, deleted=0

Server: Player info added - name russin, id 1201837141 (total 3 identities, 5 players)

Server: Identity check started - name russin, id 1201837141 (total 3 identities, 5 players)

Server: Identity added - name russin, id 1201837141 (total 4 identities, 5 players)

Server: received SelectPlayer

HOLD ON, there are player ID's in there i hear u cry, nope none of those ID's are anything like the actual player ID's, if u sift through the information you end up with something like this

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">(88th) Tok'ra id 786898263

(88th) Tok'ra id 1151931612

(88th) Tok'ra id 1069642040

(88th) Tok'ra id 761261895

(88th) Tok'ra id 1678491464

[88TH]ShotgunLobotomy id 1458620220

[88TH]ShotgunLobotomy id 1546859176

[88TH]ShotgunLobotomy id 1444912013

[88TH]ShotgunLobotomy id 1959159857

[88TH]ShotgunLobotomy id 190106972

Escobar---- id 2138215239

Escobar---- id 414379994

Escobar---- id 888334358

Escobar---- id 2075734777

Escobar---- id 1717853301

so u make up your own mind as to whether netlog works or not, and if u find it is working let me know where u find it, cause as it stands there is nothing, of any use that is.

Esco

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×