Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
cem_movement.pbo:319: [cem_player, ["camouflageCoef", (_coeff max GVAR(camouflageCoefMin)) min GVAR(camouflageCoefMax)]] remoteExec ["setUnitTrait"];
Bind LShift to "reset to max speed" - with that whenever you sprint, it resets the speed.
In order to get it working with stances when player is shifted to the left/right/up/down, fnc_getSpeed.sqf has to be changed.
This one
/* If unit is not moving */
if (_action isNotEqualTo "mov") exitWith {
should get replaced with
/* If unit is not moving */
if (_action isNotEqualTo "mov" && _action isNotEqualTo "adj") exitWith {
Would it be possible to allow sprinting while moving at slower speeds, then when you stop sprinting, to either return you to max walk speed, or the speed you were going at with a toggle in settings?
https://github.com/clustermod/CEM3/issues/20
Hi, please add a key binding to Reset Speed(back to vanilla walk speed), like Adjustable Walking Speed mod.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2513253040&searchtext=adjust+movement
It may help when emergency happened, you can quickly sprint to shelter.
https://github.com/clustermod/CEM3/issues/22
always resets move speed to default value.