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: FastTravelPlugin/FastTravelConfiguration.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ public class FastTravelConfiguration : IValidateConfiguration<FastTravelConfigur
11
11
[YamlMember(Description="Requires CSP version 0.2.8 (3424) which fixed disabling collisions online. \nSetting this to false will lower the version requirement to 0.2.0 (2651) but clients on versions below 0.2.3-preview211 will not have disabled collisions")]
12
12
publicboolRequireCollisionDisable{get;set;}=true;
13
13
14
-
[YamlMember(Description="Available zoom levels. Last one should to show the full track.\nIf map image is shown, prioritize matching the track to the map image")]
14
+
[YamlMember(Description="Available zoom levels. Last one should show the full track.\nIf map image is shown, prioritize matching the track to the map image.\nDon't change the values if using Shutoko Revival Project")]
[YamlMember(Description="Mouse move speeds of the respective zoom levels. Last ")]
17
+
[YamlMember(Description="Mouse move speeds of the respective zoom levels.\nLast value needs to be zero.\nDon't change the values if using Shutoko Revival Project")]
18
18
publicList<int>MapMoveSpeeds=[1,5,20,0];
19
19
20
-
[YamlMember(Description="Show the map.png of the track layout when in the last zoom level")]
20
+
[YamlMember(Description="Show the map.png of the track layout when in the last zoom level.\nDon't change if using Shutoko Revival Project")]
21
21
publicboolShowMapImage=true;
22
22
23
-
[YamlMember(Description="Last zoom level has a fixed position, the track should be aligned to the center of the screen.\nIf map image is shown, prioritize aligning the track with the map image")]
23
+
[YamlMember(Description="Last zoom level has a fixed position, the track should be aligned to the center of the screen.\nIf map image is shown, prioritize aligning the track with the map image.\nDon't change the values if using Shutoko Revival Project")]
0 commit comments