Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Overlord

Members
  • Posts

    223
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Overlord

  1. Message me on Discord and i can help you out. Overlord#8807
  2. You add the plugins (.cs files) in the oxide/plugins folder. Most of them will create a config (.json file) located in oxide/config. They will be created at server start or if it is already running when you add the .cs file. Make changes to the config json for whatever plugin you are working with then reload the plugin with oxide.reload plugin name. Some will have permissions you need to add to players or groups within oxide. There are alot of tutorials out there that can help you through it but if you need more help I can definitely help you out. To remove a plugin just delete the .cs file and the plugin will unload automatically.
  3. I can help you were needed just let me know what you are looking for and what you need help on. Overlord#8807 on Discord
  4. What kind of help are you looking for?
  5. You can press F1 and type client.connect ip:port.
  6. Check the RPT log and see if everything is loading correctly and you do not have any errors. That is the best place to start to see what is going on with your server. You can post the RPT log here if you are having issues.
  7. I sent you a friend request on Steam and Discord. I have 6 different 5x servers so whatever help you need and i can help you out. If you want to join one and check them out just search Untam3d under modded.
  8. I have 5 servers running 5X loot, Home, TP, and loads other plugins. They do have blueprints though. I have one that is procedural, Earth Apocalypse, Dragon Valley, Forsaken Island, and Fantasy Valley. Fantasy Valley https://www.gametracker.com/server_info/45.34.121.143:29515/ Forsaken Island https://www.gametracker.com/server_info/172.106.174.18:30015/ Dragon Valley https://www.gametracker.com/server_info/172.106.174.6:28315/ Earth Apocalypse https://www.gametracker.com/server_info/172.106.174.26:29415/ Procedural https://www.gametracker.com/server_info/172.106.174.26:29415/
  9. I am running 2 servers with custom maps. It is fairly simple to upload map to drop box, check custom launch parameters, then add the +levelurl "dropbox link to map" in the launch parameters line.. Leave the "" off in launch parameters line.
  10. Have you checked your RPT to see what issues you are having connecting?
  11. Which Admin Tool are you trying to use?
  12. If you are running experimental go to server root/server/experimental/cfg. Look for serverauto.cfg and open it with text editor of your choice and add this line server.description "your server description" use \n to break the lines. Example server.description "Welcome to the Server \nFollow the Rules" will look like this Welcome to the Server Follow the Rules
  13. Overlord

    Rust Rcon

    I use Rusty and Rust Admin. I have +rcon.web 0 added in custom launch parameters and the programs connect and work as they should.
  14. What are you trying to get set up with your server? I can help anywhere i can.
  15. No problem but i was noticing are you wanting x1000 gather rates or stacks to 1000? If you are wanting stacks to 1000 use this plugin. https://umod.org/plugins/stacksize#documentation
  16. You can install oxide from the mod dropdown in your control panel then use this plugin to adjust gather rates. https://umod.org/plugins/hw-loot-multiplier#documentation
  17. I had some issues at first but ended up getting it worked out. Just let me know if you are wanting to give it a try again and need the help.
  18. Here is what i am running Vanilla++, Build Anywhere, bT_Map, Trumps wall, Trader, RPC Framework, Zomberry Admin Tools, Weapon Redux, MOV Notification Network, MOV Airdrop Redux, MOV Unlimited STamina, DayZ Plus, Inventory Plus
  19. Submit a support ticket to have them take a look at it. I am running a DayZ server with the same time adjustment and 13 workshop mods and the load time is very quick and connecting is giving me no issues either.
  20. Overlord

    Wipe

    The instructions you found are outdated. There is only one file that you need to worry with now in the root of your server. You can stop your server delete the autosave then save settings and restart game server. It will write a new save file. autosave_nullius.hwb for nullius autosave_diemensland.hwb for diemensland
  21. Server description may not be working because of no space between +server.description and ". adding a server image header will add an image above the description use +server.headerimage "link to image" The Amsterdam II is the default image for when Rust cannot find the server.
  22. In your control panel you check custom launch parameters and in the launch parameters line add +rcon.web 0. Click on the Save settings and restart game server button and then you will be able to use Rust admin.
  23. It is located in the root of your server. It is named Server.cfg.