Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Counterstrike mission Fall of Greece 2: Evacuation #19179

Merged
merged 1 commit into from
May 22, 2021

Conversation

Smittytron
Copy link
Member

There were two way to win this mission, evacuating the civilians or just crushing the enemy base. Since it didn't make sense to me to just ignore the civilians I added a trigger to send in a chinook after the base is destroyed to speed the endgame up.

@darcyrush
Copy link

Plays ok on hard but some minor things;

The cruiser and gap generator are in the build bar but greyed out.
Some of the rescued civilians are scientists, is this intentional?

@Smittytron
Copy link
Member Author

Smittytron commented Feb 25, 2021

Added overrides for cruiser and gap.

Some of the rescued civilians are scientists, is this intentional?

TECN and TECN2 share sprites with C1 and C7. This is true to the original. I have overrides in place to make sure they can't infiltrate the island shelter.

Edit: Went ahead and took C1 and C7 out of the civilian pool for this mission.

@tttppp
Copy link

tttppp commented May 3, 2021

This worked fine on Easy. Having the chinook for the endgame seemed very good - the beaches are in really painful positions.

At the end of the game I really struggled to find the civilians amongst my army. Additionally the game doesn't end once you've saved 10 civilians if there are still more on the map. This combination made it hard to win. Perhaps during the end game then a beacon could ping every 10 seconds or so to show where a civilian is hiding?

@tttppp
Copy link

tttppp commented May 5, 2021

Also played through on Normal and barely saved enough civilians due to the tesla tank push at the end.

tttppp
tttppp previously approved these changes May 8, 2021
Copy link

@tttppp tttppp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed on hard too. LGTM

Lost twice due to having a single civilian killed - it's pretty tough in that way, but the eco and army isn't particularly tough.

Trigger.AfterDelay(DateTime.Seconds(ProductionInterval[Map.LobbyOption("difficulty")] / 2), ProduceAircraft)
end

InitializeAttackAircraft(yak, Allies)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't see where this is defined.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

campaign-global.lua in mods > ra > bits > scripts

@Smittytron
Copy link
Member Author

Updated

@reaperrr reaperrr merged commit d2039a1 into OpenRA:bleed May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants