Ski bug fixed?

bugs_

Veteran XV
If anyone knows a map or a route where you get a higher number of ski bugs please spend some time skiing on the United States Base x64 server to see if you can still get the ski bug.

Please mention the scenario here if you have chanced upon a way to trigger the ski bug more frequently.

Last February I fixed a darkstar bug in unhelpful's x64 that cropped up in testing of 256 tick rate servers. Since then I haven't been able to reproduce the ski bug on US Base but I might be unlucky.

Game engines for large universes have trouble with floating point overflow - numbers that get so big they won't fit in single precision floating point (FP32).

Darkstar has a problem at the other end - floating point underflow - fractions that get so small they are at the edge of what will fit in FP32.

If a move is tiny enough it can appear to darkstar that the move didn't complete and therefore something must be blocking you.
 
Rotate the terrain a slight bit and have fun. Things get freaky with even a little rotation.
rotation = "0 -1.04659 0"; is quite a bit, and angled like a giant hill without too many errors, but rotation = "0 0 0.1"; will create some problems.

From a valley - dual terrain map called 1V
Code:
		instant SimTerrain "Terrain" {
			tedFileName = "FreeForAll.dtf";
			visibleDistance = "500";
			hazeDistance = "450";
			hazeVerticalMin = "-NAN";
			hazeVerticalMax = "1.26505e-38";
			perspectiveDistance = "10";
			screenSize = "40";
			contGravity = "0 0 -15";
			contDrag = "0";
			contHeight = "10000";
			position = "-150 -3072 -557.553";
			rotation = "0 -1.04659 0";
		};
 
by far the most common is xtremeski2, right after the first sharp right turn. It happens when you go down the chute, right before you go on a long flying route and then ski upwards.
 
After skiing around a lot I did have two unusual events - one on StarFall/DayFall and the other on CanyonCrusadeDeluxe.

I was skiing along, bumped something and was bounced back at an angle for a short distance. The audio of the "thunk" bumping sound played.

I don't remember the ski bug ever bouncing me or playing any sound. I just stopped. If anyone else has ever experienced the thunk sound with the ski bug please mention it.
 
you are speaking about the bug where if you continuously press jump or use a script to repeat it while holding down jump, your character will glide and gain momentum on down slopes right? this still seems to occur on all maps
 
hey bugs they still wont play your server because they can't toggle the perm iffs (server side) and tweak other players net settings.
 
Back
Top