Jump to content

Non-systematic softlock-like situation with long lift


Recommended Posts

Good morning,

There's an issue that happened to a server and I've got once locally with a lift I'm not sure how to describe ^^"

On Rjuken Dam: https://et.clan-etc.de/etmain/rjuken_beta4_1a.pk3

Happened that Axis bots at the bottom keep waiting while the lift reached the bottom - I suspect Allies called it 1st from top, not letting the chance to Axis to exit their Wait function, stuck forever? (Capture #1, provided by server admin)

Also when the lift is at top so they can call it (that would require to re-enter related ExitConditions though if I get it correctly, perhaps here is the/an issue) (Capture #2, which happened to me once, with only bots)

I give the precision bots-only because there's a small window where a real player could interact with the lift while Lift_Moving is still going

Map.liftStatus was OK, checked with a custom command:

Commands["print_map_var"] =
{
	Func = function( _params )
	{
		Util.MapDebugPrint( ToString( Map.liftStatus ), true );
	},

	Help =
	{
		"Prints a map variable value",
		"Usage: /bot print_map_var/pmv",
	},
};

Commands["pmv"] = Commands["print_map_var"];

Need an exterior look at it ^^"

Sorry for not being able to give reproduction steps

Thank you in advance

Regards

2026-07-12-184834-rjuken.jpg

2026-07-14-084902-rjuken.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...