Commit f255375
Cookoff - Add the ability to disable cookoff sounds and projectiles. (#10926)
* feat: add setting stringtable
* Update initSettings.inc.sqf
* Update stringtable.xml
* Update initSettings.inc.sqf
* Update XEH_postInit.sqf
* Update fnc_detonateAmmunitionServerLoop.sqf
* improve french translation
Peer reviewed the translation and suggested this change.
Quote
I mean you could say "Désactive le son de « pop-corn » des projectiles explosant à l'intérieur du véhicule" which is a tad more precise
since "explosant dans le véhicule" could also be interpreted as incoming projectiles
Endquote
* Make 'cookoffDisableSound' restart required.
* update: move cookoffDisabledSound check to runtime
* removed restart requirement from cookoffDisableSound
* improve translation
Spanish, German, French and English are peer reviewed.
**THE REST ARE NOT!**
* remove repeating bullshit
* Update fnc_detonateAmmunitionServerLoop.sqf
* remove dogshit translations, adde Czech by @ilbinek
God AI is dogshit at its core functionality
* remove typo
* Update addons/cookoff/initSettings.inc.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/cookoff/functions/fnc_detonateAmmunitionServerLoop.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/XEH_postInit.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/functions/fnc_detonateAmmunitionServerLoop.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/initSettings.inc.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* refactor: invert logic naming, remove outdated translations
* Fix tabs
* Update initSettings.inc.sqf
* Fix stringtable file
* Sort stringtable
* Update addons/cookoff/initSettings.inc.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/initSettings.inc.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update fnc_detonateAmmunitionServerLoop.sqf
* Update addons/cookoff/functions/fnc_detonateAmmunitionServerLoop.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/XEH_postInit.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/stringtable.xml
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/stringtable.xml
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/cookoff/stringtable.xml
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Use GVAR(cookoffEnableSound) setting
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>1 parent 8dab8ec commit f255375
3 files changed
Lines changed: 48 additions & 3 deletions
File tree
- addons/cookoff
- functions
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
186 | | - | |
| 191 | + | |
187 | 192 | | |
188 | 193 | | |
189 | 194 | | |
190 | 195 | | |
191 | 196 | | |
192 | 197 | | |
193 | | - | |
| 198 | + | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| |||
207 | 212 | | |
208 | 213 | | |
209 | 214 | | |
210 | | - | |
| 215 | + | |
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
| 219 | + | |
| 220 | + | |
214 | 221 | | |
215 | 222 | | |
216 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
149 | 169 | | |
150 | 170 | | |
151 | 171 | | |
| |||
0 commit comments