Difference between revisions of "Adding Mods To Your Rage Multiplayer Server"
Jump to navigation
Jump to search
(Created page with "<div style="text-align: center;"><span style="font-size: small; font-family: arial, helvetica, sans-serif;">This article intends to show you how to add mods to your GTA 5 Rage...") |
|||
Line 12: | Line 12: | ||
<p style="text-align: left; margin-left: 90px;"><span style="font-family: arial, helvetica, sans-serif; font-size: small;">2. Go to your File Manager and open either Client_Packages or Packages depending on the type of mod that you wish to add.</span></p> | <p style="text-align: left; margin-left: 90px;"><span style="font-family: arial, helvetica, sans-serif; font-size: small;">2. Go to your File Manager and open either Client_Packages or Packages depending on the type of mod that you wish to add.</span></p> | ||
<p style="text-align: left; margin-left: 90px;"><span style="font-family: arial, helvetica, sans-serif; font-size: small;">3. Click the Upload file button and add your file.</span></p> | <p style="text-align: left; margin-left: 90px;"><span style="font-family: arial, helvetica, sans-serif; font-size: small;">3. Click the Upload file button and add your file.</span></p> | ||
− | <p style="text-align: left; margin-left: 120px;"><span style="text-align: center; font-family: arial, helvetica, sans-serif; font-size: small;">Note: Alternatively, you can use an FTP client to transfer and manage files. Click | + | <p style="text-align: left; margin-left: 120px;"><span style="text-align: center; font-family: arial, helvetica, sans-serif; font-size: small;">Note: Alternatively, you can use an FTP client to transfer and manage files. Click [[FTP_Set-up_Guide|here]] for the guide. </span></p> |
<p style="text-align: left; margin-left: 90px;"><span style="text-align: center; font-family: arial, helvetica, sans-serif; font-size: small;">4. Go to your Configuration Files page.</span></p> | <p style="text-align: left; margin-left: 90px;"><span style="text-align: center; font-family: arial, helvetica, sans-serif; font-size: small;">4. Go to your Configuration Files page.</span></p> | ||
<p style="text-align: left; margin-left: 90px;"><span style="text-align: center; font-family: arial, helvetica, sans-serif; font-size: small;">5. Locate and edit either <em>client_packages\index.js</em> or <em>packages\keker\index.js</em> depending on the type of mod that you uploaded.</span></p> | <p style="text-align: left; margin-left: 90px;"><span style="text-align: center; font-family: arial, helvetica, sans-serif; font-size: small;">5. Locate and edit either <em>client_packages\index.js</em> or <em>packages\keker\index.js</em> depending on the type of mod that you uploaded.</span></p> |
Latest revision as of 16:00, 20 August 2019
This article intends to show you how to add mods to your GTA 5 Rage multiplayer server.
Terms:
Client_packages: Is the Client side. (Client-side allows you to draw GUI or do CEF work.
Packages: is the Server side. (Server-side allows you to manage the player and create your own world)
Steps:
1. Prepare your mod package and upload it to the server directory.
2. Go to your File Manager and open either Client_Packages or Packages depending on the type of mod that you wish to add.
3. Click the Upload file button and add your file.
Note: Alternatively, you can use an FTP client to transfer and manage files. Click here for the guide.
4. Go to your Configuration Files page.
5. Locate and edit either client_packages\index.js or packages\keker\index.js depending on the type of mod that you uploaded.
6. Configure as needed.
Note: We do not provide support for configuration at this point. All configuration for custom mods will have to be done by the client. For resouces, the client can check on Rage's official Forum.