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
ElezenImgui.AttachTooltip(string.Format("{0}"+ElezenImgui.TooltipSeparator+"Note: Click to open the users location on your map."+Environment.NewLine+"Note: For GPose synchronization to work properly, you must be on the same map.",
213
+
ElezenImgui.AttachTooltip(string.Format("{0}"+ElezenImgui.TooltipSeparator+"Note: Click to open the users location on your map."+Environment.NewLine+"Note: For GPose synchronisation to work properly, you must be on the same map.",
214
214
sameMapAndServer.SameMap?"You are on the same map.":"You are not on the same map."));
ElezenImgui.AttachTooltip(string.Format("{0}"+ElezenImgui.TooltipSeparator+"Note: GPose synchronization is not dependent on the current server, but you will have to spawn a character for the other lobby users.",
218
+
ElezenImgui.AttachTooltip(string.Format("{0}"+ElezenImgui.TooltipSeparator+"Note: GPose synchronisation is not dependent on the current server, but you will have to spawn a character for the other lobby users.",
219
219
sameMapAndServer.SameServer?"You are on the same server.":"You are not on the same server."));
ElezenImgui.AttachTooltip((sameMapAndServer.SameEverything?"You are in the same instanced area.":"You are not in the same instanced area.")+ElezenImgui.TooltipSeparator+
224
224
"Note: Users not in your instance, but on the same map, will be drawn as floating wisps."+Environment.NewLine
225
-
+"Note: GPose synchronization is not dependent on the current instance, but you will have to spawn a character for the other lobby users.");
225
+
+"Note: GPose synchronisation is not dependent on the current instance, but you will have to spawn a character for the other lobby users.");
ElezenImgui.DrawHelpText("Enabling this can incur a (slight) performance impact. Enabling this for extended periods of time is not recommended.");
132
+
ElezenImgui.DrawHelpText("Enabling this can incur a performance impact. Enabling this for extended periods of time is not recommended, and should only be used for debugging.");
string.Format(CultureInfo.InvariantCulture,"This exceeds the default auto-pause thresholds ({0} MiB VRAM / {1}k triangles) other clients use.",
231
+
string.Format(CultureInfo.InvariantCulture,"This exceeds the default auto-pause thresholds ({0} MiB VRAM / {1}k triangles) other clients use, and may be paused by them.",
0 commit comments