V Rising

V Rising

View Stats:
ADC May 11 @ 10:44am
Dedicated Server question (Rift spawn Duration/Cooldown)
Hi all,

Hosting a Dedicated server, I was able to find a way to increase the duration of the Tier 2 Rifts to 2 hours, however it also increased the cooldown by 2 hours you have to wait for them to come back again.

Does anyone know how to either
*Increase duration and reduce the delay between them spawning
or
*Remove the delay between them spawning completely?


Thanks!
< >
Showing 1-3 of 3 comments
Karghen May 11 @ 11:11am 
Here is the wiki link for the various "war event" settings. Was going to mess with my timings later this week so I have not actually tinkered yet, but I'll try to follow up when I've made some adjustments and observed how they work.
https://vrising.fandom.com/wiki/Server_Settings#WarEventGameSettings
ADC May 11 @ 5:55pm 
Interval: Defines the approximate time duration between the start of consecutive war events (Incursions). Enum presets define frequency:

So "ENUM" is basically when a number in code refers to a name "minimum in this case would be 1"
Minimum: 30 minutes (so this is 1)
VeryShort: 1 hour (this is 2)
Short: 1 hour 30 minutes (this is 3)
Medium: 2 hours (this is 4)
Long: 4 hours (this is 5)
VeryLong: 8 hours (this is 6)
Extensive: 12 hours (this is 7)
Maximum: 24 hours (this is 8)

Same for the following.

MajorDuration: Defines the duration (length) of Major war events (Major Rift Incursions) once they begin. Enum presets define duration:
Minimum: 15 minutes
VeryShort: 20 minutes
Short: 25 minutes
Medium: 30 minutes
Long: 35 minutes
VeryLong: 45 minutes
Extensive: 1 hour
Maximum: 2 hours

MinorDuration: Defines the duration (length) of Minor war events (Minor Rift Incursions) once they begin. Enum presets define duration:
Minimum: 15 minutes
VeryShort: 20 minutes
Short: 25 minutes
Medium: 30 minutes
Long: 35 minutes
VeryLong: 45 minutes
Extensive: 1 hour
Maximum: 2 hours
Last edited by ADC; May 11 @ 5:59pm
ADC May 11 @ 5:58pm 
In the server settings I have

"WarEventGameSettings"
"Interval" : 1,
"MajorDuration" : 8,
"MinorDuration" : 1,


So the interval should be 30 minutes (time between the next Event
The MajorDuration (Tier 2 Rift) should last 2 hours

But with these settings, What we are getting... is 2 hours on, 2 hours off Of Tier 2 events
< >
Showing 1-3 of 3 comments
Per page: 1530 50