Opened 6 years ago

Last modified 6 years ago

#5016 closed defect

Games with "-autostart-nonvisual" do not end nor generate a replay. — at Version 1

Reported by: gentz Owned by:
Priority: Should Have Milestone: Alpha 23
Component: UI & Simulation Keywords:
Cc: Patch:

Description (last modified by gentz)

Games started with "-autostart-nonvisual" never end. They also never generate a replay.

Tested with the following command with a22 for 72 thousand turns:

0ad \
	-mod=public \
	-autostart="$MapDir" \
	-autostart-nonvisual \
	-autostart-seed=-1 \
	-autostart-size=192 \
	-autostart-players=2 \
	-autostart-aiseed=-1 \
	-autostart-ai=1:petra \
	-autostart-ai=2:petra \
	-autostart-aidiff=1:5 \
	-autostart-aidiff=2:5 \

Testing with the following command on r21096 for 50 thousand turns.

binaries/system/pyrogenesis \
	-mod=public \
	-autostart="$MapDir" \
	-autostart-nonvisual \
	-autostart-seed=-1 \
	-autostart-size=192 \
	-autostart-players=2 \
	-autostart-aiseed=-1 \
	-autostart-ai=1:petra \
	-autostart-ai=2:petra \
	-autostart-aidiff=1:5 \
	-autostart-aidiff=2:5 \

Edit: MapDir is "random/mainland". I've just tested with ai two with difficulty 0 and the game still isnt ending.

Change History (1)

comment:1 by gentz, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.