mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
68ed19911a
* configOf lookups * forEach, missed configOf * revert handcuff distance change Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * optimize condition Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * capitalization Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * use object in getVehicleIcon Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * add return comment Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * remove extra brackets Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * add missing brackets Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * add return comment pt2 Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> * revert to cursorTarget Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com> |
||
---|---|---|
.. | ||
anim | ||
data | ||
functions | ||
sounds | ||
ui | ||
$PBOPREFIX$ | ||
Cfg3DEN.hpp | ||
CfgEventHandlers.hpp | ||
CfgMoves.hpp | ||
CfgSounds.hpp | ||
CfgUIGrids.hpp | ||
CfgVehicles.hpp | ||
CfgWeapons.hpp | ||
config.cpp | ||
initSettings.sqf | ||
README.md | ||
RscTitles.hpp | ||
script_component.hpp | ||
stringtable.xml | ||
XEH_postInit.sqf | ||
XEH_preInit.sqf | ||
XEH_PREP.hpp | ||
XEH_preStart.sqf |
ace_field_rations
Provides a survival style, hunger and thirst system. Adds consumable items such as MREs.
ACEX Conversion - things still using acex prefix
- All settings
- CfgUIGrids Entry
- CfgWeapon Configs (e.g.
acex_field_rations_thirstQuenched
) - CfgVehicles Configs (e.g.
acex_field_rations_waterSupply
) - Events (
acex_rationConsumed
,acex_rationRefilled
) - Player setVars for thirst/hunger (e.g.
player getVariable "acex_field_rations_thirst"
)