Vice City Multiplayer

General Discussion => Support => Topic started by: b4t on September 05, 2008, 07:24:56 pm

Title: Basic Server Issiue.
Post by: b4t 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 (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
..................................................................................................
Title: Re: Basic Server Issiue.
Post by: TanaX01 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  ;)
Title: Re: Basic Server Issiue.
Post by: b4t on September 05, 2008, 08:40:36 pm
what? ???
Title: Re: Basic Server Issiue.
Post by: AdTec_224 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
Title: Re: Basic Server Issiue.
Post by: b4t 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