Digital Paint Discussion Board
Development => Bugs, Feature Requests, and Feedback => Topic started by: T3RR0R15T on October 03, 2010, 12:59:58 PM
-
It looks like the trigger_push has on windows another funktion as on linux.
Found in the map spaint (Download (ftp://otb-server.de/pub/Maps/spaint.bsp)) with no ent file.
Windows (homeserver or with "map spaint"): You jump into the direction, the arrow shows.
Linux (almost each server from the serverlist): You jump into the opposite direction, the arrow shows.
-
When I play this map I jump into the opposite direction, too. But I use Windows.
-
Which version? XP, Vista, 7? 32 or 64 bit?
Which paintball build?
Are you sure, you have no ent file?
Is it the same map version? Maybe there are some with the same name on different servers.
Edit: I have Vista (64 bit) and paintball build 30.
-
When I play this map I jump into the opposite direction, too. But I use Windows.
I bet he played it online
-
I bet he played it online
My fault. Was a long time ago I played this map, sorry. :D
-
My fault. Was a long time ago I played this map, sorry. :D
Nvm, happens.
-
It's a bug in the map. The speed is set too high (can't go much over 300). Because velocities are compressed over the network into 2 bytes per axis, the speed ends up exceeding what can be stored there and wrapping back around into negative numbers (or smaller positive numbers - I guess it depends on the compiler settings). You could fix it with an ent file, but the whole map looks pretty buggy, so it's probably not worth it. Wouldn't take long to rebuild the map correctly from scratch.
I could put in a limit for player velocities to ensure the wrap around doesn't happen, but this may have undesired side effects. The jump pads on that map would probably also behave differently than they do now.