Jump to content

{GTA-San Andreas!} How to create your own server + Preconfigure.


Recommended Posts

Posted

Because a lot of ppl send me pm's about gta and how to create server , and because

i have seen many replies to this forum .. about gta server i decided to share a guide.

 

NOT MINE

 

Credits to ~~>  Clummy

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

 

Initial Setup

 

Firstly you will need to download the appropriate server package. This will depend on your OS (Operating System). The downloads page can be found HERE:

http://www.sa-mp.com/download.php

 

You will now be presented with a screen with downloads for the Client and Server.

Scroll down until you see the following screen.

 

serverdownload.jpg

 

From here choose your server package and download it by clicking on the coloured text under the package name.

 

After extracting you should now have a new folder somewhere // list of files of the SAMP Server, if so, you have extracted correctly. Now when you open the folder you will see something like this.

 

width=640 height=479http://i286.photobucket.com/albums/ll96/xClumx/sampserver2.jpg[/img]

 

Hosting on a Home Computer

 

If you do decide to host off your home computer then there are a few things you must do.

 

Port Forward TutoriaL - STATIC IP

 

Firstly, portforwarding is the process of unblocking ports in a firewall/router/modem/hub, etc. This allows programs to send and receive data through these ports. Most routers/modems/firewalls will need some sort of port-forwarding to allow applications to run correctly. Remember, these ports are usually blocked for reason, safety first! Unblocking these ports allows anyone to send data through them (if they know your ip and port number that is).

 

To unblock a port there are a few things that need to be taken into consideration:

 

    * Are you competent enough to go fiddling with your home router's settings?

    * Can you set up a static network(internal) ip for your computer?

    * Are you willing to leave yourself open to all kinds of viruses that COULD be transmitted to your computer through your open ports?

 

 

If your answer to all these questions are yes, then lets continue.

 

Firstly, you will need your network (internal) ip address.

This will look something like 192.168.0.x

But they do vary according to router/modem etc.

To do this you need to open up a handy little tool called command prompt

With this you can do lots of computer-based things. But for now, we will only be discussing how to obtain your private network ip address.

 

To find command prompt you need to do the following:

 

For Windows Vista and XP Users:

 

1. Open the Start Menu

2. Select All Programs

3. Select Accessories

4. Select Command Prompt

 

Good, now after that you should have a nice black window showing on your screen with lots of pretty writing. rolleyes

 

Command Prompt:

 

command-prompt.jpg

 

Now if you have this showing or some other variation (for Windows Vista users it may look SLIGHTLY different) then we are ready for the next step.

If you DONT then go back and follow the steps.

 

Now into Command Prompt type the following

 

ipconfig

 

Then hit the enter key.

 

You will see some more lovely writing now appearing

 

ipconfig

 

width=640 height=320http://thoughtsfrommylife.com/files/ipconfig.jpg[/img]

 

On your computer you will most likely see more network adaptors listed than in the above pic.

 

Now you need to determine what adaptor you use for your internet connection, this should be pretty obvious as most of the others will say media disconnected.

 

When you have found your correct network adaptor you need to then find the line ipv4 address this will be followed by an ip address which corresponds to your computer. The default gateway address, this is the address of your router/modem, keep this in mind as you will need it for the next part.

 

Now that you have obtained both addresses you need to now visit this site.

 

www.portforward.com

 

This site shows how a variety of routers can be portforwarded for a multitude of games.

 

Now goto http://portforward.com/english/routers/port_forwarding/routerindex.htm

 

Choose your router model and follow the onscreen instructions.

 

Bearing in mind the ip address of your router is the address shown as default gateway in the command prompt screen. The ports you need to forward will be the default SAMP ports in your script (If you haven't altered the port settings then this will be port 7777)

 

Hopefully after doing this you will now have forwarded the correct ports to the correct IP address of your computer.

 

After you have done this you may want to gather a few friends and test it out. Get them to try and join the server, and if all was done correctly then they will be able to join.

Or if you dont have any friends just ask some people you know.

 

Configuring The Server

 

Once you have completed all of the above it is now time to set up your server.

 

 

Editing the Server Config File

 

Open up your server folder and you should see a "Server.cfg" file. Right click the file and click Open With. Choose either Wordpad or Notepad from the list and Select Ok.

 

You will now be presented with a screen like this.

 

width=640 height=433http://i286.photobucket.com/albums/ll96/xClumx/serverconfig.jpg[/img]

 

Brief explanation of the Server.cfg File

 

Lanmode defines whether or not the server can be accessed from the internet. 0 being Yes, 1 being No

Rcon_password defines the password which Administrators will use to admin the server using the Rcon screen

Maxplayers defines the Maximum amount of players that can join your server (200 being the maximum amount)

Port defines the port number which clients will connect to your server with. (MUST be the same as the forwarded port)

Hostname defines the name of the server as seen from the Internet List//Favourites List

Gamemode(number) defines the Gamemodes which will appear on the server.

Filterscripts defines the Filterscripts which will be used on the server

Announce defines whether or not the server will show up on the Internet list (1 for yes, 0 for no)

Query this can be deleted from the .cfg file (Not needed)

Weburl defines the website which will be displayed on the servers mini-information section

Anti-cheat should be 0 (Ant-cheat was removed from SAMP)

 

When you have set the .cfg file to your needs. Save it.

 

Now click on the samp_Server.exe file and you should get a black DOS screen like this.

 

width=640 height=322http://i286.photobucket.com/albums/ll96/xClumx/dosscreen.jpg[/img]

 

 

Of course, this is running a default gamemode.

 

If when you try to open the Samp_Server.exe file, the screen immediately closes consult the Server_log file.

 

The most common problems are things such as.

 

Error: Your password must be changed from the default password, please change it.

 

Change your Rcon Password!

 

[12:33] I couldn't load any gamemode scripts. Please verify your server.cfg

[12:33] It needs a gamemode0 line at the very least.

 

Add a 0 to the gamemode statement

 

**Note** The Announce.exe file does NOT need to be opened too, if you try to do so, the screen will immediately close. Announce.exe will be opened automatically when Announce 1 is set in the Server.cfg file.

 

Testing the Server

 

Now to see if the server works!

 

If this server is running from your computer and you want to join then add the IP 127.0.01 into your favourites list.

 

For your friends to join, you need to obtain your External IP from here.

 

Then give them the IP and Port number. (IP:Port Number) E.g 123.123.123.345:7777

 

If you or your friends can't join the server, then you will need to check the Port-Forwarding//Firewalls section again.

 

However, if the server is from a paid host, then they should supply you with an IP address. Add that to your favourites list and join.

 

If you need help, remember to contact your host!

 

I'm pretty sure there's a few things missing from this, so if you find anything missing tell me and i'll add it to the tut, with credit to you.

 

 

- - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - -

 

PRECONFIGURE SERVER PACK BY GABO

 

STUNT/RACE/DRIFT AND MORE %100 STUNT IN AERO LS + Ladminv2 ultimate

 

STUNTERS GAMEMODE AND FILTERSCRIPT BY GABO  Wink

 

 

HI people leaves them here on my gamemode stunt

 

This was thanks to Gabo

 

we are a greeting people

 

Here is the link to download

 

Description: the gamemode is a big

 

rap and a great stunt by gabo recently

 

ustes develop low pressure down here they come

 

to bring a filterscrip of incredible stunt

 

the stunt are:

Airport Saints

Airport of venturas

Airport abandoned

 

In the server empizas in aerpuerto of saints

 

filterscrip and brings gamemode

 

Here some PiCS:

 

http://img236.imageshack.us/my.php?image=samp003wg1.png

 

http://img82.imageshack.us/my.php?image=samp010wj5.png

 

http://img228.imageshack.us/my.php?image=samp009oc7.png

 

Download:

http://rapidshare.com/files/139750798/STUNT_ESPA_OL.rar.html

 

S0me info By K4rMa For Niewbies :D

 

Download this... Run sa-mp serveR

Go to sa-mp program go to your favourites servers. Press to add a new one.

Put the number : 127.0.0.1 press ok. and join your local private server :)

 

HF

 

Guest skaros
Posted

karmaarrows man u rule so freakin hard!!!

i was searching how to do it!

im buying san andreas right away (im on the net)

and try to make my own server !!!

thank you karma!!!

Posted

Heh nC skaros.

 

If you have any questions reply here or send me a PM. And if i know i will help u ;P.

Posted

Heh nC skaros.

 

If you have any questions reply here or send me a PM. And if i know i will help u ;P.

 

Well... i spend all my money yesterday for croiasants and coca colas at the net and i couldnt buy the game :D

but ill just download it  :D

When i put it in my pc...ill try to make a server...

but is it nescesary to open some ports?

cause i have absolutely no idea how to open ports :D

 

EDIT:Is there a vogels anti cheat programm???

cause if i make an rpg server it is 101% that they will use vogels for Teleport,Money and guns...

Posted

You must open ports only if u want other ppl to join to your serveR ;P

 

If u want to play alone...  it will take u 3 minutes xD

  • 4 months later...
Posted

KAnaa anti hack vale gt auto einai palio version kai to exo dei kapou alou dn fimame mporei na min to exies kanei copy pantos sto peripou einai etc ;)

Ama thelete dite kai auto ;)

nC job Arrow... ;) a kai skana kane uplaod tis eikones dn fenonte merikes....

  • 5 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...