Page 1 of 1

Problems with Sarin Gass 1 Crackdown

Posted: Wed May 15, 2019 3:41 pm
by Lassar
For starters you can't lose in this map.

Go ahead and commit suicide with all you men.

You can't win, but you can't lose.

Second, using easy normal speed, I see no way to win.

You always get destroyed.

Re: Problems with Sarin Gass 1 Crackdown

Posted: Wed May 15, 2019 10:45 pm
by Materianer
You are right i tryed it if you loose all your units the mission will go on and your left with no sight.

But the 2nd thing you said is wrong it is winable. Easier if you know the convoy paths of course. ;)

Re: Problems with Sarin Gass 1 Crackdown

Posted: Thu May 16, 2019 1:29 am
by WhoCares

Re: Problems with Sarin Gass 1 Crackdown

Posted: Thu May 16, 2019 8:17 am
by abcdefg30
You still have the prisoners, so not all your units are dead.

Edit: Ah sorry, I confused this with the second part of the mission. This is indeed a bug. Did nobody test the mission beforehand? :(

Re: Problems with Sarin Gass 1 Crackdown

Posted: Thu May 16, 2019 8:26 am
by Materianer
I've seen you updated the map on the resource center.

If you replace this code with the current Tick-function in crackdown.lua the not loosing problem should be fixed.

Code: Select all

Tick = function()
	ussr.Cash = 5000
	badguy.Cash = 5000

	if ussr.HasNoRequiredUnits() and badguy.HasNoRequiredUnits() then
		greece.MarkCompletedObjective(objKillAll)
	end

	if greece.HasNoRequiredUnits() then
		if not greece.IsObjectiveCompleted(objRadarSpy) and not greece.IsObjectiveFailed(objRadarSpy) then
			greece.MarkFailedObjective(objRadarSpy)
		end
		if not greece.IsObjectiveCompleted(objDestroyAllTrucks) and not greece.IsObjectiveFailed(objDestroyAllTrucks) then
			greece.MarkFailedObjective(objDestroyAllTrucks)
		end
		if not greece.IsObjectiveCompleted(objKillAll) and not greece.IsObjectiveFailed(objKillAll) then
			greece.MarkFailedObjective(objKillAll)
		end
	end
end
Hint - Maybe the tabs wont be copied right if you just copy paste the code.

Re: Problems with Sarin Gass 1 Crackdown

Posted: Thu May 16, 2019 8:29 am
by abcdefg30
I filed a fix for this issue at OpenRA/OpenRA#16544. Thanks for the report, again. ^^

Re: Problems with Sarin Gass 1 Crackdown

Posted: Sat May 07, 2022 2:47 pm
by Loremoth
Has someone finished it in hard mode? I think it's impossible like other missions...

P.S.: I see the replay but cannot access it

Re: Problems with Sarin Gass 1 Crackdown

Posted: Sun May 08, 2022 8:27 pm
by Punsho
The replay is from an older release. And as you can see, people have indeed finished it

Re: Problems with Sarin Gass 1 Crackdown

Posted: Sun May 15, 2022 11:22 am
by Loremoth
Punsho wrote:
Sun May 08, 2022 8:27 pm
The replay is from an older release. And as you can see, people have indeed finished it
Where I can see? In hard mode of course.

Re: Problems with Sarin Gass 1 Crackdown

Posted: Tue May 17, 2022 10:28 am
by Loremoth
Ok, I have actually finished it :)