Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Make your Rust Experimental server + Plugins (optional) + Website with item store.

Initiate Mage
Joined
Jan 22, 2014
Messages
3
Reaction score
4
Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums


VERSION: RUST EXPERIMENTAL


WEBSITE FEATURES

  • Item Store
  • Store orders log
  • User panel
    • Change profile ✓
    • Donate panel ✓
    • Upgrade to VIP ✗
    • Vote panel ✗
    • Item store ✓
  • Admin Panel
    • Configuration
      • System configs (donation methods,facebook,news,titles,seo, etc...)
      • Manage servers (edit, create, delete).
    • Dashboard
      • Summary
      • Menu links (manage)
    • Articles (News)
      • Manage articles
      • Create new article
    • Item Store
      • Manage items
      • Manage/Create categories
      • Add new items
    • Users (Accounts)
      • Search / Edit found
  • Login with Facebook
  • Login with Steam
  • News system
    • Facebook comments
  • Donate module
    • Allows players to donate with paypal
    • Allows players to donate with paygol
    • Allows players to donate with paymentwall
  • Website currency (to buy in the item store)
    • Vote Points (You can modify name)
    • Donate Points (You can modify name)
  • Sideboxes
    • Donation goal sidebox
    • Facebook fan page sidebox
  • Multi language
    • Spanish 45 % (in progress)
    • English 45 % (in progress)
  • Multi game support (All in one)
    • RUST ✓
    • MINECRAFT ✗
    • COUNTER STRIKE ✗
    • ARMA 3 ✗
    • TEAM FORTRESS ✗


WEBSITE TO-DO

  • Create custom pages.
  • Create custom sidebox.
  • Voting system in top sites servers.
  • Manage cache from the admin panel.
  • Details of visitors.
  • Scheduled tasks.
  • Manage images of the slider.
  • VIP system for players. (I accept suggestions)
  • Appeal system of bans.
  • Languages in every corner of the system.
  • More templates/themes
  • Server status detailed
  • Multi game support (All in one)
    • RUST ✓
    • MINECRAFT ✗
    • COUNTER STRIKE ✗
    • ARMA 3 ✗
    • TEAM FORTRESS ✗

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

DOWNLOADS

RUST EXPERIMENTAL v1291 SERVER FILES These files are free, and are available with steam cmd, no crack, no warez, 100% original.




OXIDEMOD With these files you can add plugins to your server, also are official support and download files is achieved in



GIVE PLUGIN (require oxidemod first) This is a plugin for oxidemod, if you have your server modified with oxidemod. You can use this plugin. you can find more plugins on




WEB SITE (iRUST-WEB) Optional to offer its players a store to purchase game items, you can get support, downloads and updates and is free. (it works perfectly).






HOW TO START SERVER


To start the server, just unzip the file server and execute the file __Star Server __. bat


You can customize the file before you run, or leave it as is.


Code:
[B]

DESCRIPTION OF THE FILES

rust_server_files.zip[/B] It is the server without modification.

[B]Oxide-Rust.zip [/B]is a modifier, to add plugins. just put the content in the root folder of the rust_server_files and start your server.

[B]Give.zip [/B]is the plugin that we used in this tutorial, put the file Give.cs  in the folder "rust_server_files\server\mysrv\oxide\plugins" (only if you have Oxide installed)

[B]iRUST-WEBv1.0.0 [FULL].zip [/B]iRUST-WEB files, to make a web site :D

SCREENS OF SERVER RUNNING without oxidemod without plugins

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums


SCREENS OF SERVER RUNNING with oxidemod adn give plugin
Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums


After put file "Give.cs" this is loaded (no need restart)
Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums


Definition of each parameter, only the parameters that considers can be changed in
__Star Server __. bat file



Code:
[SIZE=3][B]Change the server name[/B][/SIZE]


[LIST]
[*]+server.hostname "Your server name" 
[/LIST]
[B] [SIZE=3] Change the server port[/SIZE][/B][SIZE=3] to connect with client[/SIZE]


[LIST]
[*]+server.port 28020 
[/LIST]
[B] [SIZE=3] Set the max players allowed[/SIZE][/B]


[LIST]
[*]+server.maxplayers 100 
[/LIST]
[B] [SIZE=3] This is not important, but it is the name of the folder is generated to store the server data.[/SIZE][/B]


[LIST]
[*]+server.identity "mysrv" 
[/LIST]
[B] [SIZE=3] This is very important, it is the ip that will allow connections to rcon.[/SIZE][/B]


[LIST]
[*]+rcon.ip "127.0.0.1" 
[/LIST]
[B] [SIZE=3] The port to connect to rcon[/SIZE][/B]


[LIST]
[*]+rcon.port 28050 
[/LIST]
[B] [SIZE=3] Password to connect a rcon server[/SIZE][/B]


[LIST]
[*]+rcon.password MyRconPassword 
[/LIST]
[B] [SIZE=3] Enable/disable global chat ingame[/SIZE][/B][SIZE=3] 0 disable, 1 enable[/SIZE]


[LIST]
[*]+server.globalchat 1 
[/LIST]
 [SIZE=3][B]World config [/B]each seed is a different map, worldsize = size of map[/SIZE]


[LIST]
[*]+server.seed 5161615 
[*]+server.worldsize 4000 
[/LIST]
[B] WORLD TOOL [/B][URL="http://www.playrusthq.com/generate-map"]Generate Map | PlayRust HQ - Rust News, Server List, Map Generator & Map Gallery[/URL] 
You can generate a map preview.


HOW TO CONNECT TO SERVER


Just open the game client and find "Your server name" in the servers list. Or press F1 and type: client.connect server_ip:server_port

Example my server:
client.connect 92.222.231.166:28020


HOW TO INSTALL A WEB


Just unzip web files, and put in your web server (hosting).
the website has an installer, just follow the steps.


EXAMPLE in my case I have installed xampp, I have made since "irustweb" content in "C: \ xampp \ htdocs".

My htdocs now have:

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums


Now i write in my browser and the installation will begin.

WARNING: If you not have a "www." in your domain, ie if you are using or http: // localhost you have to edit the file .htaccess and comment from the line 64 to 68

or replace with this:

Code:
#<IfModule mod_rewrite.c>
#   RewriteCond %{HTTPS} !=on
#   RewriteCond %{HTTP_HOST} !^www\..+$ [NC]
#   RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
#</IfModule>


.htaccess original file

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums


.htaccess modified file

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums




I think that's it, I will be absent until next Tuesday hopefully not have problems with this, otherwise leave your comments and I will be answering on my return.

Enjoy it.


INSTALL PREVIEW
Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums


Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

ADMIN PANEL PREVIEW
Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums
Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

WEBSITE PREVIEW
Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

Drakenex - Make your Rust Experimental server  + Plugins (optional)  + Website with item store. - RaGEZONE Forums

This post is a compilation of data made by me. all files are free and can be achieved with the respective author. Sources: |
 
Last edited:
Pessimistic butt@%&!
Loyal Member
Joined
Jan 18, 2008
Messages
2,057
Reaction score
487
It was the client download that was no good. Thank you for fixing it and sharing :)


THE CLIENT CANNOT BE SHARED HERE. IT IS CONSIDERED WAREZ. IF YOU REQUEST IT YOU WILL RECEIVE AN INFRACTION!
 
Last edited:
cats addicted
Loyal Member
Joined
Apr 1, 2010
Messages
1,363
Reaction score
295
HOW TO CONNECT TO SERVER


Just open the game client and find "Your server name" in the servers list. Or press F1 and type: client.connect server_ip:server_port

Whould love to test it but Server is not shown in list, also no console is coming up when pressing F1.
 
Junior Spellweaver
Joined
Jun 16, 2006
Messages
137
Reaction score
13
For the website:
Xampp with zend:

And the newest irust-web Release 1.0.3

small install (for the included xampp package above) fix: if you get php version error change ./install/system.php:
die( version_compare(PHP_VERSION, '5.4', '==') ? '1' : '0' );

To:
die( version_compare(PHP_VERSION, '5.4', '>') ? '1' : '0' );

 
Last edited:
Newbie Spellweaver
Joined
Jun 24, 2012
Messages
66
Reaction score
6
Non of the source is read able on the website. It's compiled with zend guard. Honestly might as well not release the website as we cant do anything with it.
 
Back
Top