Difference between revisions of "Unturned: RocketMod"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m (Admin moved page Unturned: Rocket to Unturned: RocketMod without leaving a redirect: ok)
m
Line 1: Line 1:
 +
 +
== Installation ==
 +
The necessary modules must be installed.  The original Rocket Mod is an abandoned project.  A fork is maintained by the game developers so that functionality can be maintained.
 +
 +
# Install "Legally Distinct Missile (RocketMod 4) - Fork of Rocket for Unturned maintained by the game developers"
 +
# Install the necessary RocketMod Libraries
 +
# Install the RocketMod 4 Plugin: RocketTools.dll
  
 
== RCON ==
 
== RCON ==

Revision as of 10:36, 8 December 2021

Installation

The necessary modules must be installed. The original Rocket Mod is an abandoned project. A fork is maintained by the game developers so that functionality can be maintained.

  1. Install "Legally Distinct Missile (RocketMod 4) - Fork of Rocket for Unturned maintained by the game developers"
  2. Install the necessary RocketMod Libraries
  3. Install the RocketMod 4 Plugin: RocketTools.dll

RCON

Remote Console connection is made with a simple telnet client. You can use the 'telnet' command on linux or software for Windows such as Putty or CRT. RCON must be enabled on your Unturned server. Navigate to the configuration file and set the service to 'true' then restart the server.

  1. Edit Rocket.config.xml ( Servers/server/Rocket/Rocket.config.xml )
  2. Change <RCON Enabled="false" Port="0" Password="" to <RCON Enabled="true" Port="25444" Password="yourpassword"
  3. Save and restart the server

Example Rocket.config.xml

<?xml version="1.0" encoding="utf-8"?>
<RocketSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <RCON Enabled="true" Port="25444" Password="l9FccX92q" EnableMaxGlobalConnections="true" MaxGlobalConnections="1" EnableMaxLocalConnections="true" MaxLocalConnections="1" />
  <AutomaticShutdown Enabled="false" Interval="86400" />
  <WebConfigurations Enabled="false" Url="" />
  <WebPermissions Enabled="false" Url="" Interval="180" />
  <LanguageCode>en</LanguageCode>
  <MaxFrames>60</MaxFrames>
</RocketSettings>