Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
179 commits
Select commit Hold shift + click to select a range
fd1c096
Add clear jam keybind
Kexanone Jul 7, 2025
c15bb9f
Initialize project
Kexanone Jul 7, 2025
169a437
Merge branch 'dev-gproj' into add-overheating
Kexanone Jul 7, 2025
7fb3611
Add jam component
Kexanone Jul 7, 2025
59de880
Add keybind
Kexanone Jul 7, 2025
de9995c
Add FSM states for clearing jam
Kexanone Jul 7, 2025
e72f578
Add clear jam action
Kexanone Jul 7, 2025
5de1938
Add jamming system
Kexanone Jul 7, 2025
939588c
Add handling for disabling weapon fire and forced weapon fire
Kexanone Jul 7, 2025
cbac987
Merge branch 'core/state-machine' into add-overheating
Kexanone Jul 26, 2025
305ec98
Update signature ShouldBePerformed
Kexanone Jul 27, 2025
0ae700a
Merge branch 'medical/rewrite' into add-overheating
Kexanone Jul 28, 2025
c00ecc9
Merge branch 'medical/add-circulation' into add-overheating
Kexanone Jul 29, 2025
f894242
Add overheating
Kexanone Jul 31, 2025
7e6b640
Add physical constants for overheating
Kexanone Jul 31, 2025
25772ab
Add RPCs for fire command handler
Kexanone Jul 31, 2025
916a5ff
Add base container helpers
Kexanone Jul 31, 2025
94d3df4
Add overheating to AiO
Kexanone Jul 31, 2025
c1d8a18
Apply jam chance scale
Kexanone Jul 31, 2025
0c4cf13
Add basic documentation
Kexanone Jul 31, 2025
770b49b
Adjust heating scales
Kexanone Aug 15, 2025
872ae6b
Shift jam chance vs T curve towards lower T
Kexanone Aug 15, 2025
81ef1ae
Use character as frame of reference for air velocity
Kexanone Aug 15, 2025
501a679
Add weapon owner to context
Kexanone Aug 15, 2025
301e5f4
Lower cook-off temperature to a more realistic number
Kexanone Aug 15, 2025
51279b5
Increase heat transfer to bullet
Kexanone Aug 15, 2025
4cc1fde
Introduce Arrhenius cook-off progress to get a more realistic behavior
Kexanone Aug 15, 2025
042aa3e
Fix unit for heat transfer coefficient in diag
Kexanone Aug 15, 2025
fbf3f55
Add heating rate to diag
Kexanone Aug 15, 2025
fca39d9
Add cook-off progress to diag
Kexanone Aug 15, 2025
bd56e2d
Update default settings in docs
Kexanone Aug 18, 2025
8b6fc5b
Override MG emats for glowing barrel
Kexanone Aug 23, 2025
282314c
Implement component for barrel glow
Kexanone Aug 23, 2025
42f672a
Implement barrel glow state update
Kexanone Aug 23, 2025
eb815d4
Implement clear jam failure
Kexanone Aug 23, 2025
5c68ca8
Add WCS to authors
Kexanone Aug 23, 2025
8848969
Make water cooling more efficient by default
Kexanone Aug 23, 2025
386c682
Fix range for temperature settings
Kexanone Aug 24, 2025
8e55135
Rename ACE_Overheating_MuzzleJamComponent to ACE_Overheating_BarrelCo…
Kexanone Aug 24, 2025
e5fb84a
Rename ACE_Overheating_BarrelGlowComponent to ACE_Overheating_BarrelG…
Kexanone Aug 24, 2025
d498d06
Merge branch 'medical/add-circulation' into add-overheating
Kexanone Aug 26, 2025
3ccd5bf
Move ACE_Overheating_BarrelGlowEffectComponent to MachineGun_Base.et
Kexanone Aug 26, 2025
1bad7dc
Implement helper attachment for muzzle dispersion
Kexanone Aug 26, 2025
c243138
Implement muzzle dispersion temperature curve
Kexanone Aug 26, 2025
eba6428
Implement updates to muzzle dispersion
Kexanone Aug 26, 2025
d22a08e
Add missing SCR_WeaponStatsManagerComponent to MGs, pistols and long …
Kexanone Aug 26, 2025
a00b6ec
Add muzzle dispersion factor to diag
Kexanone Aug 26, 2025
49cb734
Update docs
Kexanone Aug 26, 2025
d3b444e
Implement scripted turret weapon reloading
Kexanone Aug 29, 2025
452275e
Implement turret inspection with changing magazine action
Kexanone Aug 29, 2025
afd1e7e
Fix controller component class in turret prefabs
Kexanone Aug 29, 2025
5186521
Update core docs
Kexanone Aug 29, 2025
68cb426
Merge branch 'core/add-inspect-turret' into add-overheating
Kexanone Aug 29, 2025
745febe
Move computation of barrel mass to seperate method
Kexanone Sep 6, 2025
fd792da
Fix spelling in comment
Kexanone Sep 6, 2025
284373a
Init addon
Kexanone Sep 30, 2025
c242987
Add localization
Kexanone Sep 30, 2025
2d61295
Add keybind
Kexanone Sep 30, 2025
81a7b82
Implement wind info display
Kexanone Sep 30, 2025
22628f6
Add docs
Kexanone Sep 30, 2025
96174fb
Add conversion factor for knots
Kexanone Sep 30, 2025
a50a211
Add addon to AiO
Kexanone Sep 30, 2025
e3d12d8
Add weather to AiO dev
Kexanone Sep 30, 2025
2430a30
Add keybinds
Kexanone Sep 30, 2025
51ba475
Add setting for minimum h and increase it by 1.8x
Kexanone Oct 6, 2025
5033290
Add new setting to docs
Kexanone Oct 6, 2025
601754b
Introduce new configurable base heat transfer coefficient for account…
Kexanone Oct 7, 2025
58bbe08
Improve barrel mass fraction of MGs and refit heating scales
Kexanone Oct 8, 2025
843acc1
Update settings docs
Kexanone Oct 8, 2025
1604683
Update assets meta files
Kexanone Oct 13, 2025
f08ecb8
Change addon GUID
Kexanone Oct 13, 2025
5ccdfbd
Fix dead players not getting unregistered from systems immediately
Kexanone Oct 20, 2025
a6021aa
Fix Animation is not allowed as member
Kexanone Oct 20, 2025
024164e
Add fallback logic for searching muzzle and chamber bone names
Kexanone Oct 27, 2025
3d80133
Lower m_fWaterCoolingScale to account for the higher base cooling rate
Kexanone Oct 27, 2025
809d275
Make cooling scale settings only affect air cooling
Kexanone Oct 27, 2025
ba2355f
Turn off screen when character died or got deleted
Kexanone Nov 3, 2025
d6c0b03
Merge branch 'master' into add-weather
Kexanone Nov 4, 2025
1771d2c
Adjust size of wind barb to resolution
Kexanone Nov 8, 2025
c319edf
Move wind barb to bottom right
Kexanone Nov 8, 2025
73be23a
Only update when shown
Kexanone Nov 8, 2025
5aded1b
Remove p from member names
Kexanone Nov 15, 2025
44e7370
Merge branch 'master' into add-weather
Kexanone Nov 15, 2025
2ff8b17
Update meta files
Kexanone Dec 7, 2025
971b53b
Overheating - Korean translations (#365)
Psycool3695 Jan 12, 2026
9c64b40
Weather - Korean translations (#366)
Psycool3695 Jan 12, 2026
40a3950
Overheating - Update Chinese localization (#348)
TWYuanYu Jan 12, 2026
ca5a210
Update stringtable runtimes
Kexanone Jan 12, 2026
e83ddac
Overheating - Add missing hierarchy component (#378)
Kexanone Mar 21, 2026
483d5cd
Merge branch 'medical/add-circulation' into add-overheating
Kexanone Mar 23, 2026
7a3d4db
Check owner character and its physics on context validation
Kexanone Mar 23, 2026
b62124c
Add fallback barrel mass and length and raise VME for bad weapons
Kexanone Mar 23, 2026
b31f049
Improve reading of bullet mass and speed with fallback and VME for ba…
Kexanone Mar 23, 2026
4144067
Add rounding method
Kexanone Sep 8, 2025
cc9145a
Add fallback when GetDefaultMagazineOrProjectileName fails
Kexanone Mar 27, 2026
1c489dc
Move output variable def
Kexanone Mar 27, 2026
f10b8f5
Add helper methods for manipulating base containers
Kexanone Mar 27, 2026
f134b02
Add helper methods for getting projectile prefabs and properties
Kexanone Mar 27, 2026
5e2fd28
Add helper methods for manipulating base containers
Kexanone Mar 27, 2026
a503a24
Merge branch 'core/base-container-tools' into core/bullet-tools
Kexanone Mar 27, 2026
9555173
Merge branch 'core/bullet-tools' into add-overheating
Kexanone Mar 27, 2026
e90969b
Merge branch 'medical/add-circulation' into add-overheating
Kexanone Mar 27, 2026
7159977
Add stable gproj
Kexanone Mar 30, 2026
b9861a4
Fix FinalMix
Kexanone Aug 5, 2025
8d7f694
Merge branch 'master' into add-overheating
Kexanone Apr 4, 2026
f0830fd
Fix merge
Kexanone Apr 4, 2026
0667c89
Fix merge conflicts
Kexanone Apr 4, 2026
f8adf5f
Merge branch 'master' into add-weather
Kexanone Jun 4, 2026
8ea4f32
Merge remote-tracking branch 'origin/core/root-finder' into add-weather
minecraftLord77 Jun 4, 2026
947f890
bleh
minecraftLord77 Jun 6, 2026
861f812
how is it vmeing
minecraftLord77 Jun 6, 2026
f0594c4
mintemp still buggy
minecraftLord77 Jun 6, 2026
ea6e767
working thing, except post sunset it just looks wrong
minecraftLord77 Jun 6, 2026
77ee682
Add comment separators
Kexanone Jun 7, 2026
77e936d
Rename GetDayXFromDate to ACE_AddDaysToDate and move to core
Kexanone Jun 7, 2026
7384a7d
Move TimeAndWeatherManagerEntity to proper folder
Kexanone Jun 7, 2026
4768495
Move update handling to EOnFrame using time slice
Kexanone Jun 7, 2026
5ae20fc
Prefix methods
Kexanone Jun 7, 2026
2ab054b
Protect internal methods
Kexanone Jun 7, 2026
41c66f8
Apply clang-format
Kexanone Jun 7, 2026
03c188c
Add default values for other months
Kexanone Jun 7, 2026
3f63445
Add diag
Kexanone Jun 7, 2026
c05713e
Tau calculation
Kexanone Jun 7, 2026
b61552f
Make unnecessary members local
Kexanone Jun 7, 2026
fb09602
Protected calculation method
Kexanone Jun 7, 2026
4416165
Rename members
Kexanone Jun 7, 2026
7251116
Factor out interpolation and match average to middle of the month
Kexanone Jun 7, 2026
aa5d90c
Move init to EOnInit
Kexanone Jun 7, 2026
d8f1b4d
Protect members and initialize current T with standard ambient T
Kexanone Jun 7, 2026
9ea7c07
Add workarounds for polar circles
Kexanone Jun 7, 2026
eafcc30
Add longitude correction to time of the day
Kexanone Jun 7, 2026
009060f
Update doc comments
Kexanone Jun 7, 2026
337397d
Fix calculations by using solar time of the day
Kexanone Jun 7, 2026
583820e
Get rid of convertion to solar time
Kexanone Jun 7, 2026
463333e
Simplify day hour check
Kexanone Jun 7, 2026
c80286b
Remove debug print
Kexanone Jun 7, 2026
2731885
Rename buffer to phase
Kexanone Jun 7, 2026
7b5dbe1
Rename SinExp params
Kexanone Jun 7, 2026
1e9fc71
Move frame handling to core
Kexanone Jun 7, 2026
5a78fa4
Update reference comment
Kexanone Jun 7, 2026
bb92324
Move constants to core
Kexanone Jun 7, 2026
d703eb8
Prefix method
Kexanone Jun 7, 2026
4a0fa04
Add TODO comment
Kexanone Jun 7, 2026
1a6fa84
Add method for getting overcast from state
Kexanone Jun 7, 2026
97abed2
Implement auto reg model
Kexanone Jun 7, 2026
4cb5224
Add overcast shift and noist to temperatur Tmin and Tmax
Kexanone Jun 7, 2026
24d225c
Make forecast duration an argument for ACE_ComputeAverageOvercastFore…
Kexanone Jun 7, 2026
4942f2a
Fix variable name
Kexanone Jun 7, 2026
93e4e17
Rename outdoor temperature to air temperature
Kexanone Jun 7, 2026
2397e69
Improve description
Kexanone Jun 7, 2026
21c1853
Initialize average directly
Kexanone Jun 7, 2026
f76ac26
Git use Limnos data for default average temperatures
Kexanone Jun 7, 2026
c22590e
Fix diag
Kexanone Jun 7, 2026
ea9485b
Use Basel as default values for temperatures
Kexanone Jun 8, 2026
f594557
Fix out of bound exception
Kexanone Jun 8, 2026
8db66cd
Move temperature getter to core and add lapse rate
Kexanone Jun 8, 2026
e28af99
Add comments for units
Kexanone Jun 8, 2026
57bffd5
Update doc comments
Kexanone Jun 8, 2026
8b34b2a
Add temperature configurations for vanilla terrains
Kexanone Jun 8, 2026
74e8a3f
Enforce minimum value on DTR
Kexanone Jun 8, 2026
f766c15
Remove test world
Kexanone Jun 8, 2026
d415332
Only run simulation on server
Kexanone Jun 8, 2026
bc98d16
Replicate temperature
Kexanone Jun 8, 2026
237cacd
Merge branch 'minecraftLord77-add-weather' into add-overheating
Kexanone Jun 8, 2026
4d96293
Use air temperature from weather manager
Kexanone Jun 8, 2026
aef0f66
Add helper for getting air temperature for an entity
Kexanone Jun 8, 2026
3450567
Merge branch 'minecraftLord77-add-weather' into add-overheating
Kexanone Jun 8, 2026
054828f
Pass owner entity instead of component
Kexanone Jun 8, 2026
1dfd549
Call super for mod compatibility
Kexanone Jul 9, 2026
c77e3b5
Revert "Call super for mod compatibility"
Kexanone Jul 9, 2026
056f533
Add method for playing sound events on characters
Kexanone Jul 10, 2026
69c17ad
Rename enum
Kexanone Jul 10, 2026
fd6963d
Merge branch 'core/character-sound-events' into add-overheating
Kexanone Jul 11, 2026
3cd3948
Merge branch 'medical/add-circulation' into add-overheating
Kexanone Jul 11, 2026
90486b0
Rename ACP and add barrel cooling sound
Kexanone Jul 11, 2026
6307055
Add cooling sound to action
Kexanone Jul 11, 2026
2badc67
Merge branch 'add-overheating' of github-kexanone:acemod/ACE-Anvil in…
Kexanone Jul 11, 2026
3654b5d
Remove old ACP from machine gun sound component
Kexanone Jul 11, 2026
5b9e4ba
Core - Fix HandleWeaponFire override to call super (#489)
chungus-v67 Jul 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ veteran29

# CONTRIBUTORS
AkiKay
arc
ArtOfWar
arc
Badger 2-3
Expand All @@ -37,4 +38,5 @@ Smith <smitt14ua@gmail.com>
TepacheLoco
TraceSnowOwl
TWYuanYu
Worst Case Scenario (WCS) Team
Zelik
2 changes: 1 addition & 1 deletion addons/all_in_one/addon.gproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GameProject {
GUID "60C4E0B49618CC62"
TITLE "ACE All in One"
Dependencies {
"58D0FB3206B6F859" "60C4CE4888FF4621" "60E573C9B04CC408" "5DBD560C5148E1DA" "5EB744C5F42E0800" "60C53A9372ED3964" "606C369BAC3F6CC3" "60C4C12DAE90727B" "65860252A17554C7" "6214CEA5DA92BFF3" "60EAEA0389DB3CC2" "611CB1D409001EB0" "61B7763A8AEB53B7" "646D52AF8BB3FF15" "61226BB18D360BDD" "64475DC102F2BDA4" "62F802951CC8A37E" "68EAA4976497C46A"
"58D0FB3206B6F859" "60C4CE4888FF4621" "60E573C9B04CC408" "5DBD560C5148E1DA" "5EB744C5F42E0800" "60C53A9372ED3964" "606C369BAC3F6CC3" "60C4C12DAE90727B" "65860252A17554C7" "6214CEA5DA92BFF3" "60EAEA0389DB3CC2" "611CB1D409001EB0" "61B7763A8AEB53B7" "646D52AF8BB3FF15" "61226BB18D360BDD" "64475DC102F2BDA4" "62F802951CC8A37E" "68EAA4976497C46A" "68FD5E6A9F921F30" "667D049B9D9A0883"
}
Configurations {
GameProjectConfig PC {
Expand Down
2 changes: 1 addition & 1 deletion addons/all_in_one/dev.gproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GameProject {
GUID "65AD7BE594439A52"
TITLE "ACE All in One Dev"
Dependencies {
"58D0FB3206B6F859" "65AD7D0D9941A380" "65AD7C139EB4C1A1" "65AD7C379CBD394D" "65AD7BCC9F6B3B4E" "65AD7CF69FAF1FDD" "65AD7D2E9866FA6E" "6586079789278413" "65B343F799FB521B" "65AD7D4F994EA327" "65AD7CE59E8DB349" "65AD7D4099944EBD" "65AD7D1E9EEAFA53" "65AD7C249E4ECDFB" "65AD7CB89F219E38" "65AD7C75826B46C6" "65AD7CD09CAEC4E2" "68EAA4B96976D557"
"58D0FB3206B6F859" "65AD7D0D9941A380" "65AD7C139EB4C1A1" "65AD7C379CBD394D" "65AD7BCC9F6B3B4E" "65AD7CF69FAF1FDD" "65AD7D2E9866FA6E" "6586079789278413" "65B343F799FB521B" "65AD7D4F994EA327" "65AD7CE59E8DB349" "65AD7D4099944EBD" "65AD7D1E9EEAFA53" "65AD7C249E4ECDFB" "65AD7CB89F219E38" "65AD7C75826B46C6" "65AD7CD09CAEC4E2" "65B8EA178A3E94E3" "664AFDC993C9CE1A" "667B230F9505C8BA" "68EAA4B96976D557"
}
Configurations {
GameProjectConfig PC {
Expand Down
13 changes: 13 additions & 0 deletions addons/core/Configs/ControlHints/AvailableActions.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,18 @@ SCR_AvailableActionsDisplay {
m_sAction "ACE_StopCarrying"
m_sName "#ACE-UserAction_Release"
}
SCR_AvailableActionContext "{6639110D6FBCBCA5}" {
m_aConditions {
SCR_CharacterIsInVehicleCondition "{6639110CC6062CC5}" {
m_bIsTurret 1
}
SCR_IsCharacterADSCondition "{6639110BA0507D42}" {
m_bNegateCondition 1
}
}
m_sTag "ACE_INSPECT_TURRET"
m_sAction "CharacterInspect"
m_sName "#ACE-ControlsHint_InspectTurret"
}
}
}
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.cs_cz.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Push-ups"
"Salute"
"Sit on the floor"
"Zdravá dávka draslíku!"
"Banán"
"Change mangazine"
"Nést"
"Nošení"
"Load carried:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.de_de.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Geschütz untersuchen"
"Liegestützen"
"Salutieren"
"Auf den Boden sitzen"
"Gesundes Kalium!"
"Banane"
"Magazin wechseln"
"Tragen"
"Am Tragen"
"Getragener laden:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.en_us.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Push-ups"
"Salute"
"Sit on the floor"
"Healthy potassium!"
"Banana"
"Change mangazine"
"Carry"
"Carrying"
"Load carried:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.es_es.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Lagartijas"
"Saludo militar"
"Sentarse en el suelo"
"¡Potasio saludable!"
"Plátano"
"Change mangazine"
"Llevar"
"Arrastrar"
"Cargar paciente:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.fr_fr.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Faire des pompes"
"Salut militaire"
"Asseyez-vous par terre"
"Potassium bon pour la santé !"
"Banane"
"Change mangazine"
"Porter"
"Porter"
"Charge transportée"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.it_it.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Flessioni"
"Saluto militare"
"Sedersi per terra"
"Potassio sano!"
"Banana"
"Change mangazine"
"Trasporta"
"Trascina"
"Carica trasportato:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.ja_jp.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Push-ups"
"Salute"
"Sit on the floor"
"Healthy potassium!"
"Banana"
"Change mangazine"
"運ぶ"
"Carrying"
"Load carried:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.ko_kr.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"팔굽혀펴기"
"경례"
"바닥에 앉기"
"건강한 칼륨덩어리입니다!"
"바나나"
"Change mangazine"
"업기"
"업는 중"
"업힌 사람 싣기:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.pl_pl.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Push-ups"
"Salute"
"Sit on the floor"
"Healthy potassium!"
"Banana"
"Change mangazine"
"Nieś"
"Carrying"
"Load carried:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.pt_br.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Flexões"
"Comprimeto militar"
"Sentar no chão"
"Potássio saudável!"
"Banana"
"Change mangazine"
"Carregar"
"Levar"
"Carregar paciente:"
Expand Down
4 changes: 4 additions & 0 deletions addons/core/Language/ACE_localization.ru_ru.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
StringTableRuntime {
Ids {
"ACE-Acronym"
"ACE-ControlsHint_InspectTurret"
"ACE-Emotes_Emote_Pushups_Name"
"ACE-Emotes_Emote_Salute_Name"
"ACE-Emotes_Emote_SitOnFloor_Name"
"ACE-Item_Banana_Description"
"ACE-Item_Banana_Name"
"ACE-RadialMenu_ChangeMagazine"
"ACE-UserAction_Carry"
"ACE-UserAction_Carrying"
"ACE-UserAction_LoadCarried"
Expand All @@ -16,11 +18,13 @@ StringTableRuntime {
}
Texts {
"ACE"
"Inspect Turret"
"Push-ups"
"Salute"
"Sit on the floor"
"Здоровый калий!"
"Банан"
"Change mangazine"
"Перенести"
"Перенос"
"Load carried:"
Expand Down
16 changes: 16 additions & 0 deletions addons/core/Language/ACE_localization.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ StringTable {
Author "kexanone"
LastChanged "kexanone"
}
CustomStringTableItem "{6639110B40CE8693}" {
Id "ACE-ControlsHint_InspectTurret"
Target_en_us "Inspect Turret"
Target_de_de "Geschütz untersuchen"
Modified 1715082397
Author "Kexanone"
LastChanged "Kexanone"
}
CustomStringTableItem "{64771570B1AFAB10}" {
Id "ACE-Emotes_Emote_Pushups_Name"
Target_en_us "Push-ups"
Expand Down Expand Up @@ -96,6 +104,14 @@ StringTable {
Author "kexanone"
LastChanged "Martian"
}
CustomStringTableItem "{663A2182DD1E0961}" {
Id "ACE-RadialMenu_ChangeMagazine"
Target_en_us "Change mangazine"
Target_de_de "Magazin wechseln"
Modified 1715088550
Author "Kexanone"
LastChanged "Kexanone"
}
CustomStringTableItem "{5DDEFB51C773DDD9}" {
Id "ACE-UserAction_Carry"
Target_en_us "Carry"
Expand Down
Loading
Loading