-
-
Notifications
You must be signed in to change notification settings - Fork 115
Passive acquire mode #1849
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
base: develop
Are you sure you want to change the base?
Passive acquire mode #1849
Conversation
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
Previously when discussing stances we figured there should be a button/indicator at bottom bar. Have this went anywhere? If I recall correctly, someone even had the code to add custom buttons there. |
Hmmmm ... where is that code then🤔 |
Aggressive stance if I'm not wrong :-/ |
#1464 did not touch the bottom bar. |
Could there be visual indicator on techno to tell which of them is in aggressive/passive stance if it’s toggleable? |
Maybe it could be drawn next to the unit like the insignia. |
I think @Otamaa had the code for custom vanilla bottom bar buttons? |
my code is more big than Crim one , i do play around with these for a bit just for fun : |
Passive acquire mode
[General] -> EnablePassiveAcquireMode
is set totrue
. When you press one of these hotkeys:[TechnoType] -> Voice(Enter/Exit)(Aggressive/Ceasefire)Mode
.[TechnoType] -> PassiveAcquireMode.Togglable
to specify whether the unit can toggle its mode.[TechnoType] -> PassiveAcquireMode
to specify the unit's initial mode.In
rulesmd.ini
:[ ]
Ceasefire ModeTXT_CEASEFIRE_MODE
,TXT_CEASEFIRE_MODE_DESC
,MSG:CEASEFIRE_MODE_ON
andMSG:CEASEFIRE_MODE_OFF
into your.csf
file.[ ]
Aggressive ModeTXT_AGGRESSIVE_MODE
,TXT_AGGRESSIVE_MODE_DESC
,MSG:AGGRESSIVE_MODE_ON
andMSG:AGGRESSIVE_MODE_OFF
into your.csf
file.