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

Feature Request: Mission Fail Condition #416

Closed
Doctor-Butts opened this issue Oct 27, 2017 · 2 comments
Closed

Feature Request: Mission Fail Condition #416

Doctor-Butts opened this issue Oct 27, 2017 · 2 comments
Milestone

Comments

@Doctor-Butts
Copy link

If various malus effects aren't enough for players (suicide bombs, militia in towns) to focus on getting good rep, how about a mission fail condition if the rep gets too low?

A mission parameter could be added, something like "Fail if Rep too low?" with options like "OFF","Rep value X","Rep value Y","Rep Value z".

I've implemented the fail condition on my fork as two triggers and a code line change to the ask_reputation.sqf so that the interpreter gets a numeric value to let them know the exact rep number: so they know if they're really close to the threshold.

Trigger 1 goes off if rep has reached -500, this warns the player via hint that if Rep does not improve within 20 minutes, mission will fail.

Trigger 2 will wait for 20 minutes, and if rep is still worse than -500, the mission will fail.

@Vdauphin
Copy link
Owner

Hello,

If various malus effects aren't enough for players (suicide bombs, militia in towns) to focus on getting good rep, how about a mission fail condition if the rep gets too low?

A mission parameter could be added, something like "Fail if Rep too low?" with options like "OFF","Rep value X","Rep value Y","Rep Value z".

Good idea! why not!

I've implemented the fail condition on my fork as two triggers and a code line change to the ask_reputation.sqf so that the interpreter gets a numeric value to let them know the exact rep number: so they know if they're really close to the threshold.

I see, the best way to implet I think also. But the numeric value is not really realistic. I think keep the normal message of cilivian but add lower message like :

  • above 0: "You are so low in reputation that you will fail your intervention on this island"
  • above -100: "You never be so close to fail your intervention"
  • above - 200 : "You will fail soon, just saying ..."
  • above -500: "You fail! At least in 20 minutes."

Or stuff like that ... Sound a little more "educative" for player I think.

See you soon!

@Vdauphin
Copy link
Owner

Vdauphin commented Aug 1, 2019

#738

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants