Author Topic: Basic Server Issiue.  (Read 8679 times)

0 Members and 1 Guest are viewing this topic.

Offline b4t

  • Street Thug
  • *
  • Posts: 6
    • View Profile
Basic Server Issiue.
« on: September 05, 2008, 07:24:56 pm »
I decided to make a server by  http://vercettig.awardspace.com/uploads/VCMP-Server.Doc-Windows.pdf "VercettiG's Guide"
and for some reason the vc-svr file shows me this when I double click it
.................................................................................................
http://img170.imageshack.us/my.php?image=serverserrorkh8.png
..................................................................................................
« Last Edit: September 05, 2008, 07:27:21 pm by b4t »

Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: Basic Server Issiue.
« Reply #1 on: September 05, 2008, 08:22:00 pm »
aps!

in you config.ini

Code: [Select]
MaxPlayers = 50
ListenPort = 5192
ServerName = "Name Server Here!"

Not Modific Here!
Code: [Select]
; -- General password configuration. Set NeedPassword to True
; if the server requires a password to connect.

NeedPassword = false
Password = "none"

and you write password admin in config

Code: [Select]
; -- IT'S MANDATORY THAT YOU SET THE ADMIN PASSWORD!
; THE SERVER WILL NOT START WITHOUT A VALID PASSWORD.

AdminPassword = "PASSWORD ADMIN HERE!"

; -- Port that the remote console server listens on.

RconPort = 5315

AND RESTART YOU SERVER  ;)

Offline b4t

  • Street Thug
  • *
  • Posts: 6
    • View Profile
Re: Basic Server Issiue.
« Reply #2 on: September 05, 2008, 08:40:36 pm »
what? ???

Offline AdTec_224

  • Administrator
  • Street Thug
  • *****
  • Posts: 30
    • View Profile
Re: Basic Server Issiue.
« Reply #3 on: September 05, 2008, 09:44:56 pm »
When you download the server there should be a folder called "vcmp" in that folder there should be a file called "config.ini" but it would appear that you have deleted or renamed that folder or file.

Redownload the server zip file, extract it then open up "vcmp\config.ini" and edit the values: "ServerName =" and "AdminPassword ="

e.g.

Code: [Select]
ServerName = "[0.3z]b4t's Test Server"
&

Code: [Select]
AdminPassword = "servtest"
Then start your server.

Hope this helps.

-AdTec_224

Offline b4t

  • Street Thug
  • *
  • Posts: 6
    • View Profile
Re: Basic Server Issiue.
« Reply #4 on: September 05, 2008, 10:04:28 pm »
I start my server by double clicking on vc-mpsvr somtheing like that right?
and anyway still the same text as in the picture