Original War

Original War

Arabian Campaign
Mission 10 - medal
Hi, how much time do I have to get the medal for quick capture of the artifact on hard difficulty?
< >
Showing 1-3 of 3 comments
ESnareD  [developer] Mar 30, 2022 @ 9:56am 
10 min from mission start. Same as medium difficulty.
ondrejgurecky Apr 3, 2022 @ 12:57pm 
Originally posted by ESnareD:
10 min from mission start. Same as medium difficulty.
Thanks. Does that mean 12000 ticks? Or is there a way to display time count in the game?
ESnareD  [developer] Apr 5, 2022 @ 9:29am 
21000 ticks. 35 ticks = 1 second.
If you know how to open and launch the mission in the editor, you can insert the following code snippet anywhere to display the time.

every 0$1 do
begin
display_strings = [tick/35];
enable;
end;
< >
Showing 1-3 of 3 comments
Per page: 1530 50