Vice City Multiplayer

General Discussion => Support => Tutorials => Topic started by: NE.Restricted on February 06, 2014, 05:55:26 pm

Title: How to configure your server
Post by: NE.Restricted on February 06, 2014, 05:55:26 pm
Hello, guys!
In this tutorial, I will tell you how to configure your server.
Lets get started:
Step 1. Download your server from http://vicecitymultiplayer.com/
Step 2. Save it
Step 3. Open the server.conf file with notepad. You will see something that looks like this this:
echo Executing Server Config...
friendlyfire 1
lanmode 0
maxplayers 50
port 5192
hostname VCMP Server
gamemode0 VCMP_Mode 1
filterscripts ...
rcon_password none

Friendlyfire is a boolean value that can be set to 0 or 1. 0 is when players cant kill team members and 1 is vice versa.
Lanmode is also a boolean value. 0 is when the whole world can play in your server, and 1 is when only people in your network can play.
Maxplayers is the amount of max players that can play on your server. 50 is default.
Port is the UDP port used to connect to this server
Hostname is the name of the server, for example: Littlewhitey's VCMP Server.
Gamemode is the name of the scripts, without the .amx extension.
filterscripts is not there by default, and is used to specify filterscripts (script files inside the folder filterscripts) without the .amx extension.
Rcon_password is the password used to make yourself an admin.

Step 4. Edit the values so that they are exactly what you want.
Step 5. Your server is now completely configured! Thanks for reading.
Title: Re: How to configure your server
Post by: sseebbyy on February 06, 2014, 08:19:46 pm
Good.
Title: Re: How to configure your server
Post by: MatheuS on February 06, 2014, 10:50:22 pm
Very nice.
Title: Re: How to configure your server
Post by: [NYB]warrior on February 09, 2014, 01:39:42 pm
it says unable to start remote console server
Title: Re: How to configure your server
Post by: dynavolt71 on February 09, 2014, 01:57:27 pm
it is okay
Title: Re: How to configure your server
Post by: NE.Restricted on February 19, 2014, 06:39:59 pm
it says unable to start remote console server
That is normal and happens most of the time.
Title: Re: How to configure your server
Post by: dynavolt71 on February 20, 2014, 02:04:49 pm
Aslo add
Code: [Select]
filterscripts *YOUR FILTERSCRIPT*
Title: Re: How to configure your server
Post by: NE.Restricted on February 22, 2014, 07:46:19 pm
Aslo add
Code: [Select]
filterscripts *YOUR FILTERSCRIPT*
Added
Title: Re: How to configure your server
Post by: Erik on April 22, 2014, 07:02:14 pm
nice.. Thanks :)