Wheeled units get stuck
Moderator: Moderators
Wheeled units get stuck
Wheeled units (turnInPlace = false,) have this awful tendency to get stuck on cliffs and i have no what to do about this.
Can i lua my way out or will devs do something about it enginewise?
Can i lua my way out or will devs do something about it enginewise?
Re: Wheeled units get stuck
Also noted this happening.Bring back the ping pong?
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: Wheeled units get stuck
What engine are you using? I remember they used to do this alot but haven't seen any problems with it in 95/96.
Re: Wheeled units get stuck
It happens sometimes with 96 too, especially on maps with edges. Usually jeffies etc get stuck on the edges and can only be atlased out.
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: Wheeled units get stuck
Never seen it, but it doesn't sound like smth you could easily avoid with lua. You could periodically check over all mobile units to see if they are right next to a cliff edge and have been there for a while, and if so move them, but it sounds a bit unreliable.
That would presumably need you to make a bug report.will devs do something about it enginewise?
Re: Wheeled units get stuck
0.96, ok so file a bug report eh?Silentwings wrote:What engine are you using? I remember they used to do this alot but haven't seen any problems with it in 95/96.
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: Wheeled units get stuck
I would think so, although I've never seen what you're describing myself - obviously it should contain a replay.
Re: Wheeled units get stuck
Yeah, and try to make the replay as short as possible.
I was trying to look for replays, but it doesn't happen very often for me. Maybe it's only on certain maps, so could be cause of map.
I was trying to look for replays, but it doesn't happen very often for me. Maybe it's only on certain maps, so could be cause of map.
Re: Wheeled units get stuck
Ok il try to make one.
Dont replays require the game it was made with to be availble too?
Dont replays require the game it was made with to be availble too?
Re: Wheeled units get stuck
Ok this here should briefly show whats up, attached the replay.
I also here attach a link to my game but dont distribute it needlesly as its in a crappy state and not really fit for playing yet.
Dont show screenshots yet either unless nececary please.
https://owncloud.cybnet.ch/public.php?s ... b9398d8c74
I also here attach a link to my game but dont distribute it needlesly as its in a crappy state and not really fit for playing yet.
Dont show screenshots yet either unless nececary please.
https://owncloud.cybnet.ch/public.php?s ... b9398d8c74
- Attachments
-
- 20140408_111335_IsisDelta_v02_96.sdf
- (25.67 KiB) Downloaded 5 times
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: Wheeled units get stuck
Bug reports about the engine should go to springrts.com/mantis.
Re: Wheeled units get stuck
Ok then il put up there later.
Re: Wheeled units get stuck
Between engines units physics and pathing usually changes a bit.
It might be better in next version, it might be worse or it might just be "different."
if units are able to reverse (see maxReverseVelocity on wiki) I find they can often free themself a bit easier.
It might be better in next version, it might be worse or it might just be "different."
if units are able to reverse (see maxReverseVelocity on wiki) I find they can often free themself a bit easier.
Re: Wheeled units get stuck
The units i tested it with are capable of moving backwards, but that doenst seem to help them much.
The thing is depending on the map it can be quite bad, sure i could just make them turn in place, but that would make the entire parameter pointless.
So something should be done about this.
Sidenote: i noticed said units turn in place when given an attack order within weapon rang and in direct control mode aswel, is this a glitch too?
The thing is depending on the map it can be quite bad, sure i could just make them turn in place, but that would make the entire parameter pointless.
So something should be done about this.
Sidenote: i noticed said units turn in place when given an attack order within weapon rang and in direct control mode aswel, is this a glitch too?
Re: Wheeled units get stuck
is the unit getting stuck because it moved into a place where it normally would not path to?
If so, this could be an issue with your units getting pushed into this place.
If so, this could be an issue with your units getting pushed into this place.
Re: Wheeled units get stuck
Yes, the units get stuck because they end up in area that is "red" in F2. I don't think it's always because of pushing or explosions etc, I think it's also sometimes PFS directing them there.
Re: Wheeled units get stuck
pfs now pushes units out of the way more than before. I thought kloot had a check before a unit gets pushed out of the way of another unit but apparently not 

Re: Wheeled units get stuck
But it's better that units get stuck than that they start the ping pong. I can understand that units get stuck, it probbaly happened during Operation_Barbarossa as well. But ping pong never happens in real life.
Re: Wheeled units get stuck
They do and yeah the ping pong was silly, I think maybe a check should happen before a unit is pushed to see IF the unit can be pushed in that direction. I absolutely loathe having a unit getting pushed INTO features or terrain they cannot escape.