[!!!UNTRANSLATED!!!] Creating a Server

Тема в разделе "Sherkan SE5", создана пользователем xzuRa, 8 авг 2016.

Статус темы:
Закрыта.
  1. xzuRa

    xzuRa Sherkan Player Sherkan Player

    4
    0
    1

    If you want to transfer your custom RеpZ/lW4Play server then you should remake your server from scratch!

    You need to forward these ports:
    Remember that if you host the game you need to forward ports in your router/firewall/brandmauer/modem interface settings! (PortForward.com is a useful resource for router-specific instructions)

    If you want to check your server availability: http://bframe.ru/?s=se

    ------------------------------------------------------------------
    Installation: (1st way: making a server build)

    1. Download and install the game.
    2. Delete "miles" and "players" folders in your game folder.
    3. Create an empty file "server.txt" in your game folder.
    4. Run "SEUS.exe" as Administrator and wait for update.
    5. Delete all files and folders in the "main" folder except "iw_00.iwd" and files with "_srv_" prefix.
    6. Download this archive: Посмотреть вложение 950
    7. Extract this archive in your game folder.

    Installation: (2nd way: downloading a ready-to-use server build)
    1. Download a ready-to-use clean server build: https://mega.nz/#F!agFViZyJ!76jpz-rImlbSbVPpbA22zw
    2. Extract it

    ------------------------------------------------------------------
    Setting up:

    • "server_start.bat":
    Example of a .bat file (do not modify the green text):
    se5m.exe -console -dedicated +set party_maxplayers "18" +set sv_maxclients "18" +set net_port 28961 +exec server.cfg +map_rotate

    - Set maximum players amount (up to 18):
    +set party_maxplayers 18
    +set sv_maxclients 18

    - Set the forwarded port (TCP+UDP):
    +set net_port 28961

    • "server.cfg":
    Tip: Read comments in this file.

    • "weapons.cfg":
    Assign the value "1" to weapons/perks/equipment/etc. you want to disallow on your server.
    ------------------------------------------------------------------
    Mod support:

    1. Create a "mods" folder in your game directory
    2. For example, if you want to create an iSnipe server then create an empty folder called "iSnipe" in mods folder
    3. Place all .gsc scripts into "your_game_directory/data" (for example, you have to put "_rank.gsc" in: "your_game_directory/data/maps/mp/gametypes")
    4. Open the "main" folder and edit "server.cfg":

    You will need to replace these lines
    with
    5. Start your server.

    In result your server will looks like this:
    ------------------------------------------------------------------

    Note:
    "server_start.bat" is a server launcher (also you can create a shortcut as launcher)
    "server.cfg" is a main server config.

    Attention! Be aware of using custom "maps/mp/gametypes", "maps/mp/killstreaks", "maps/mp/perks", and "maps/mp/gametypes/_class.gsc"! Avoid of modifying these files otherwise your server may crash!

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

    Useful information for your server:

    ------------------------------------------------------------------
    Sherkan SE5 maps (5.0.9):
    Original lW4 maps:
    lW4 DLC maps:
    ------------------------------------------------------------------
    ------------------------------------------------------------------

    Advanced server administration:
    Sometimes rcon isn't enough to manage your server the way you want. You can't set announcements or add custom groups with special privileges or create a server announcements be default. You can make your server more functional with advanced server administration tools!

    • BigBrotherBot (B3). The most popular and advanced tool; highly customizable, plenty of great plugins, lots of documentation, easy to setup to use
    • Manu-Admin-Mod (GSManager). Pretty popular especially on Sherkan servers; pretty customizable; documentation is unofficial only; its necessary to use older versions
    • Paronicon. Unpopular tool; untested; decent documentation, easy to setup to use
    ------------------------------------------------------------------

    General Problems:

    P. Server files size are far too big!
    S. You can delete some unused fastfiles. In result the server's size should be 3,02 gb
    /zone/common/code_post_gfx.ff
    /zone/common/code_pre_gfx.ff
    /zone/common/common.ff
    /zone/common/mp_playlists_dlc2.ff
    /zone/common/patch.ff
    /zone/common/patch_code_pre_gfx.ff
    /zone/common/patch_code_pre_gfx_mp.ff
    /zone/common/patch_mp.ff
    /zone/common/patch_sh_mp.ff
    /zone/common/ui.ff
    /zone/sherkan/aug.ff
    /zone/sherkan/common_gametype_mp.ff
    /zone/sherkan/common_mp.ff
    /zone/sherkan/dependencies_mp.ff
    /zone/sherkan/environment_arctic.ff
    /zone/sherkan/environment_desert.ff
    /zone/sherkan/environment_forest.ff
    /zone/sherkan/patch_sherkan_mp.ff
    /zone/sherkan/patch_weapon_ak74u.ff

    /DBNetwork.IndigoSxS.dll
    /libeay32.dll
    /logo.bmp
    /LumaCEG.ini
    /se5m.ini
    /SEUS.exe
    /SKIDROW.ini
    /steam_appid.txt

    and 'localization' folder which it located in 'zone'
    and all fastfiles whose names starts with 'so_' except 'so_hidden_so_ghillies.ff' and 'so_juggernauts_favela.ff'
    and all fastfiles whose names ends with '_load.ff'
    also, you can delete any maps if you want
    P. Server is configured for less than 18 slots but serverlist shows incorrect amount of them.
    S. Add this line in your server.cfg:
    'set sv_maxclients xx' ('xx' is a number of slots)

    P. Crash: "unknown function giveweapons" (or other functions) when I'm trying to connect to server.
    S. Open the file referenced by crash report with your favourite editor and add this text in the first line: #include common_scripts\utility;

    P. Crash: "Out of Memory"
    S. Install auto-restarting .bat for your server. It will be fixed in the upcoming 5.1 update.

    ------------------------------------------------------------------
    - Post your questions/problems/suggestions here: http://sherkan.bfgc.net/forumdisplay.php?f=51
     
    Последнее редактирование модератором: 8 авг 2016
Статус темы:
Закрыта.