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
FastTravelPlugin: switch to DisableCollisions + added admin debug helper (#154)
* FastTravelPlugin: switch to DisableCollisions
* added admin only registerOnlineExtra for debugging
* losing admin in session isnt possible
* teleporting disabled when debug window open
* some more clean up
[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
-
publicboolRequireCollisionDisable{get;set;}=true;
10
+
[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) and clients will not have disabled collisions when teleporting.")]
11
+
publicboolDisableCollisions{get;set;}=true;
13
12
14
13
[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")]
@@ -18,8 +17,8 @@ public class FastTravelConfiguration : IValidateConfiguration<FastTravelConfigur
18
17
publicList<int>MapMoveSpeeds=[1,5,20,0];
19
18
20
19
[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
-
publicboolShowMapImage=true;
20
+
publicboolShowMapImage{get;set;}=true;
22
21
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")]
22
+
[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