You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/helpers/menu_descriptors/main.wss
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,12 @@ class RER_MainMenuDescriptor extends SU_MenuDescriptor {
8
8
9
9
this.onHover(
10
10
'RERperformanceMode',
11
-
"Enabling <font color='#CD7D03'>Performance Mode</font> will alter how the mod operates to focus even more on performances, sometimes by ignoring the values from the menu to use pre-defined ones, or by disabling features like the Ecosystem for a smoother experience at the cost of immersion.<br/><br/>Changes to the option requires a reload of the save to take effect."
11
+
"Enabling <font color='#CD7D03'>Performance Mode</font> will alter how the mod operates to focus even more on performances, sometimes by ignoring the values from the menu to use pre-defined ones, or by disabling features like the Ecosystem for a smoother experience at the cost of immersion. Note that this option is only useful if you notice a framerate drop caused by your CPU being pushed to its maximum capacity.<br/><br/>Changes to the option requires a reload of the save to take effect."
12
+
);
13
+
14
+
this.onHover(
15
+
'RERmenuPreset',
16
+
"Setting this option to anything else than <font color='#CD7D03'>No preset</font> will tell the mod to update all of the settings according to the selected preset the next time you load a save. The mod does NOT have to be enabled for this option to take effect, in fact it will also cause the mod to enable itself once the preset is applied."
12
17
);
13
18
14
19
this.onHoverDynamic(
@@ -35,7 +40,7 @@ class RER_MainMenuDescriptor extends SU_MenuDescriptor {
35
40
);
36
41
37
42
if (value > 200.0) {
38
-
return description + "<br/><br/>A value above 200% can cause performance issues from the amount of spawns it will cause, adjust encounter settings and more specifically the death threshold accordingly (a lower value).";
43
+
return description + "<br/><br/>A value above 200% can cause performance issues from the amount of spawns it will create, adjust encounter settings and more specifically the death threshold accordingly (a lower value).";
Copy file name to clipboardExpand all lines: strings/en.w3strings.csv
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -556,4 +556,8 @@
556
556
2115018488| |rer_surround_ecosystem_popup_body|This area and its vicinity are now teeming with {{teeming_creature_names}}. The possibility of encountering {{less_likely_creature_names}} is now less likely.<br /><br />{{ecosystem_advice}}<br /><br />{{ecosystem_delay_multiplier}}
557
557
2115018489| |rer_ecosystem_advice|A large community of {{creature_name}} lives here due to the abundance of {{advice_creature_names}} As a result, other creatures such as {{other_creature_names}} may roam the area.
558
558
2115018490| |rer_ecosystem_addition_advice|<br />In addition, {{creature_name}} prevent {{advice_creature_names}} from residing here.
559
-
2115018491| |rer_ecosystem_delay_multiplier|Creatures in the area are multiplying at {{rate_parent}} of their usual rate.
559
+
2115018491| |rer_ecosystem_delay_multiplier|Creatures in the area are multiplying at {{rate_parent}} of their usual rate.
2115018495| |rer_menu_preset_applied_message|<u>Random Encounters Reworked</u><br/><br/>The mod is enabled and its settings were set to the <font color="#ffd33d">{{preset_name}</font> preset. If you are using an overhaul like Enhanced Edition (W3EE), make sure to visit the mod's general menu to apply the dedicated preset for a smoother experience.
0 commit comments