Jump to content

1 Screenshot

Recommended Comments



TheHobo

Posted

This plugin sounds like everything I need EXCEPT a map picker.  I've been looking at map pickers or voters and they seem to be separated into 2 categories, procedural and custom. I only get voters supporting either or....if you can promise or write a voter to support both IM IN!!. So your players will vote for a map and the voter will update your plugin to use that map on force wipe or whatever your cycle is. I really don't want to play admin... I want to play Rust.

Also, will the force wipe be in sync with the new silo clock? I want to restart once and let my server update force wipe....

  • Like 1
Milky Chills Australia

Posted

Does the Wipe Map function only support ProcGen maps?

 

I've set it up to Wipe my Map but doesn't delete the .map file for my Custom Map.

Had it setup to autowipe with Force, the server wiped BP's etc but left the map file. 

 

Is there a wor around to this?

kasvoton

Posted

4 hours ago, Milky Chills Australia said:

Does the Wipe Map function only support ProcGen maps?

 

I've set it up to Wipe my Map but doesn't delete the .map file for my Custom Map.

Had it setup to autowipe with Force, the server wiped BP's etc but left the map file. 

 

Is there a wor around to this?

It was built with procgen in mind.. but I can add the feature to work with custom maps. Would you like for it to rotate over a list of custom maps, or when it detects that a custom map is used just ignore the random seed part ?

Milky Chills Australia

Posted

6 hours ago, kasvoton said:

It was built with procgen in mind.. but I can add the feature to work with custom maps. Would you like for it to rotate over a list of custom maps, or when it detects that a custom map is used just ignore the random seed part ?

I thought as much, probably detection of custom map would be best suited if that is possible.

golgolakk

Posted

Wanted to check if this plugin works in Carbon. thank you.

Daddymafia

Posted

says access denied when trying to input

 

kasvoton

Posted

On 6/2/2023 at 10:35 PM, Milky Chills Australia said:

I thought as much, probably detection of custom map would be best suited if that is possible.

@Milky Chills Australia OK will add this as a feature for next version.

 

On 6/13/2023 at 4:08 PM, golgolakk said:

Wanted to check if this plugin works in Carbon. thank you.

@golgolakk No it will not work with Carbon, this is a Harmony v1 native plugin.

 

On 6/17/2023 at 7:18 PM, Daddymafia said:

says access denied when trying to input

 

@Daddymafia If you have access denied errors while uploading to the HarmonyMods folder, you'll need to open a support ticket to your game server provider.

golgolakk

Posted

any plans to make this work with Harmony V2? Thank you.

golgolakk

Posted

The seed list is great. Can add the same for levelurl? Thank you.

  • Love 1
Milky Chills Australia

Posted

On 7/23/2023 at 2:21 AM, golgolakk said:

The seed list is great. Can add the same for levelurl? Thank you.

I second this 🙂

Friendly Factions

Posted

Can the plugin set to monthly, and follow facepunch's forced wipe schedules automatically, ie first Thursday of he month?

kasvoton

Posted (edited)

This plugin allows you to create wipe profiles, you can create a monthly, weekly, forced profile as you wish.
This plugin will not take care of the scheduling for you, it publishes an rcon command that you can execute to do a particular wipe profile like so: "wipe forced". This allows you to use any scheduler.. nevertheless my scheduler allows the execution of any command only at forced wipe day.

 

Edited by kasvoton
  • Like 1
badgyver

Posted

Hi, I have a question, when the server does the wipe, does it also receive the update automatically?

kasvoton

Posted

1 hour ago, badgyver said:

Hi, I have a question, when the server does the wipe, does it also receive the update automatically?

That needs to be accounted for on your server launcher script if you are using a custom system.

Most cpanel based hosting providers will take care of that for you.

badgyver

Posted

On 9/9/2023 at 3:52 PM, kasvoton said:

That needs to be accounted for on your server launcher script if you are using a custom system.

Most cpanel based hosting providers will take care of that for you.

Perfect, thank you

  • Like 1
Wizz

Posted

This seems like such a weird question to ask, but where do you set the seed? I've put seeds in the config, normal startup parameters are set for 3500 size, but server wiped on  4500 with a correct seed in the config. Would I have to add this as a cvar in OxidationMetadata?

kasvoton

Posted

Look at the config file at the HarmonyMods folder, at the end of it you'll find a list like this. Just add the seeds there and they will be randomly picked when wiping.

  "Seeds": [
    29630718,
    57315660,
    57661536,
]

 

Wizz

Posted

17 hours ago, kasvoton said:

Look at the config file at the HarmonyMods folder, at the end of it you'll find a list like this. Just add the seeds there and they will be randomly picked when wiping.

  "Seeds": [
    29630718,
    57315660,
    57661536,
]

 

Yup, got that, but the 29630718 seed for 3500 will look different than the seed 29630718 for 4500. Currently it's wiping at a 4500 map size, which is very large. Also, it just auto wiped with no issues, but, it's picked the same seed lol. But that might be a concidence, we'll see on Monday.

Wizz

Posted

Is it possible to make it automatically remove the seed/map it just used?

kasvoton

Posted

The map size is assume to be always the same. The seed list must not contain seeds from different map sizes.

zkillerQc

Posted

is it possible to add functionality to use rustmaps.com API with custom map generator ?

NukeSter

Posted

Im getting this error when the server shuts down.

[Error] - Failed to call hook 'IOnServerShutdown' on plugin 'RustCore v2.0.6207' (NullReferenceException: Object reference not set to an instance of an object)
23.05 19:53:08 [Server] INFO at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00107] in <beb2b64691c64e2b95b99491bd85442c>:0
23.05 19:53:08 [Server] INFO at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
23.05 19:53:08 [Server] INFO Failed to call hook 'IOnServerShutdown' on plugin 'RustCore v2.0.6207' (NullReferenceException: Object reference not set to an instance of an object)
23.05 19:53:08 [Server] INFO at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00107] in <beb2b64691c64e2b95b99491bd85442c>:0
23.05 19:53:08 [Server] INFO at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
23.05 19:53:08 [Server] INFO Invalidate Network Cache took 0.03 seconds
23.05 19:53:08 [Server] INFO [Generic] - Invalidate Network Cache took 0.03 seconds
23.05 19:53:09 [Server] INFO [Generic] - Saved 135,127 ents, cache(0.93), write(0.04), disk(0.01).
23.05 19:53:09 [Server] INFO Saved 135,127 ents, cache(0.93), write(0.04), disk(0.01).
23.05 19:53:09 [Server] INFO [Generic] - Saving complete
23.05 19:53:09 [Server] INFO Saving complete
23.05 19:53:09 [Server] INFO Config Saved
23.05 19:53:09 [Server] INFO [Generic] - Config Saved
23.05 19:53:09 [Server] INFO [Raknet] Server Shutting Down (quit)
23.05 19:53:10 [Server] INFO /jar/rust.steam.sh: line 85: 25 Killed ./RustDedicated "${SERVER_ARGS[@]}" "${WORLD_ARGS[@]}"
23.05 19:53:36 [Server] INFO Executing command 'list'
23.05 19:53:36 [Server] INFO The server is not ready to take commands yet, please wait.

 

NukeSter

Posted

It looks like its issuing a quit command to the server is it possible to change it to a restart command. Because my server with my current host wont restart with the quit command?

Friendly Factions

Posted

Out of curiosity, what is "Convalence" what will happen if I chose this to be wiped?

Thank you 

poebny

Posted

how to add custom map (levelurl ) for wipe?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 1
  • Love 2

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.