It is currently Thu Mar 28, 2024 9:52 am

RUNNING WITH RIFLES Multiplayer

test

Game servers 47 List provided by EpocDotFr | Players online 52


All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: 1.70.3 servers
PostPosted: Sat Jan 12, 2019 8:10 pm 
Offline
Site Admin

Joined: Mon Jun 27, 2011 11:59 am
Posts: 2856
----------------------------------------------------------------------------
On Linux, if you get an error about a missing libgpg-error.so.0, try renaming [your rwr server folder]\lib\libgpg-error.so.0.not_used to libgpg-error.so.0 and relaunch. The lib has been disabled by default because RWR doesn't launch in Steam on Ubuntu 16.04 if it's there.

----------------------------------------------------------------------------
The server build is also included in the game release these days. Using SteamCMD you can pull in updates easily without having to deal with copying the media files manually, see the instructions how to set it up.

----------------------------------------------------------------------------
Invasion (coop)

Servers tend to run Invasion mode, so let's see about that first.

* Setup server settings
** Copy media/packages/vanilla/scripts/start_invasion.as to e.g. media/packages/vanilla/scripts/start_my_invasion.as, to avoid Steam overwriting your settings if there's a change in an update
** Edit start_my_invasion.as
** See the part with m_startServerCommand, and fill in your server name, server port, comment, etc
** Feel free to change anything else; there are some more options in the settings object if you look at media/packages/vanilla/scripts/gamemodes/invasion/user_settings.as

* Launch the server
Code:
Linux: ./launch_server
Windows: rwr_server.exe


* Start the Invasion script manually in the server console
Code:
start_script start_my_invasion.as


* Additionally, you can make the script start automatically when launching the server by utilizing the init server console command
** Download http://www.modulaatio.com/wp/commands.xml to server root
** Edit commands.xml
** Change <alias name="init" command="say Define your own init command in commands.xml!"/> to <alias name="init" command="start_script start_my_invasion.as"/>

* You can set what is shown in server list as the origin for the server
** Download http://www.modulaatio.com/wp/geoinfo.xml to server root
** Edit geoinfo.xml
** Replace Greyland with something appropriate

* You can set admin usernames in admins.xml
** Download http://www.modulaatio.com/wp/admins.xml in server root
** Edit admins.xml to your liking, keep the names lowercase

* In general, if the script doesn't start or something else fishy is happening, you need to take a look in rwr_server.log located in server root

----------------------------------------------------------------------------
Dominance (PvP)

* Copy media/packages/classic/scripts/start_classic.as to e.g. media/packages/classic/scripts/start_my_classic.as, customize it
* In server console: start_script start_my_classic.as media/packages/classic

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

Minimodes and Deathmatch modes can be run similar to Dominance, located in media/packages/minimodes and media/packages/deathmatch.

----------------------------------------------------------------------------
Binaries

RWR server binaries are also available outside Steam:
* Link for the Linux build: http://www.runningwithrifles.com/wp/rwr ... 386.tar.gz
* Link for the Windows build: http://www.runningwithrifles.com/wp/rwr ... 1.70.3.zip


You need to copy the media folder from the actual game build to your server folder, unless you use SteamCMD.

----------------------------------------------------------------------------
Steam Workshop

TODO: Some partial bits of info can be found here:
http://runningwithrifles.gamepedia.com/ ... _server.3F


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group