mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
3ddec6cb15
* 1st pass on casings * Readability tweaks * Pretty sure these are needed... * Jonpas never lies * Whitespace fix * Add brother Diwako and allow client override * Use index, avoid count * Both settings a client-side * Add Commy fixings * Proper case for diwako + config * Formatting and AGLtoASL * Perf warning * if not required * Axing parentheses * Remove pointless GVAR update in settings * Update addons/casings/functions/fnc_createCasing.sqf Removed unused param Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/casings/functions/fnc_createCasing.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/casings/functions/fnc_createCasing.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Default to off due to performance concerns on low-end hardware * Add LIS check to avoid floating * Cleanup header * Further playtesting shows ROADWAY & FIRE have better results * Re-enable by default * Update addons/casings/functions/fnc_createCasing.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/casings/functions/fnc_createCasing.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/casings/functions/fnc_createCasing.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/casings/functions/fnc_createCasing.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * offset setPosWorld with small z-bump Co-authored-by: PabstMirror <pabstmirror@gmail.com>
21 lines
769 B
XML
21 lines
769 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="Casings">
|
|
<Key ID="STR_ACE_Casings_Settings_DisplayName">
|
|
<English>ACE Casings</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Casings_displayName">
|
|
<English>Casings Enabled</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Casings_description">
|
|
<English>Enable persistent casings (POTENTIAL performance impact on old/weak systems)</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Casings_maxCasings_displayName">
|
|
<English>Maximum casings</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Casings_maxCasings_description">
|
|
<English>Maximum amount of casings to display</English>
|
|
</Key>
|
|
</Package>
|
|
</Project>
|