Skip to content

Commit

Permalink
#73 set a default value to the slider, increase the range of the slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelto committed Oct 18, 2021
1 parent 35b50b0 commit 6dfd69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod-menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<Entry varId="customnFrequencyLow" value="65" />
<Entry varId="customnFrequencyHigh" value="160" />
<Entry varId="RERadditionalDelayPerPlayerLevel" value="-1" />
<Entry varId="RERecosystemFrequencyMultiplier" value="100" />

<Entry varId="minSpawnDistance" value="60" />
<Entry varId="spawnDiameter" value="140" />
Expand All @@ -70,7 +71,7 @@
<Var id="customnFrequencyLow" displayName="rer_custom_frequency_low_night" displayType="SLIDER;0;6000;6000" />
<Var id="customnFrequencyHigh" displayName="rer_custom_frequency_hight_night" displayType="SLIDER;0;6000;6000" />
<Var id="RERadditionalDelayPerPlayerLevel" displayName="rer_additional_delay_per_player_level" displayType="SLIDER;-3000;3000;6000" />
<Var id="RERecosystemFrequencyMultiplier" displayName="rer_ecosystem_frequency_mutliplier" displayType="SLIDER;-100;100;200" />
<Var id="RERecosystemFrequencyMultiplier" displayName="rer_ecosystem_frequency_mutliplier" displayType="SLIDER;-1000;1000;2000" />

<Var id="minSpawnDistance" displayName="rer_min_spawn_distance" displayType="SLIDER;10;1010;1000"/>
<Var id="spawnDiameter" displayName="rer_spawn_diameter" displayType="SLIDER;10;1010;1000"/>
Expand Down

0 comments on commit 6dfd69c

Please sign in to comment.