Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
0698098
Add conversion atm to kPa
Kexanone Aug 13, 2025
cd588f3
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Aug 18, 2025
06d5f64
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Aug 30, 2025
96ec608
Init project
Kexanone Aug 31, 2025
aba289c
Add settings
Kexanone Aug 31, 2025
e767634
Add blood volume getters
Kexanone Aug 31, 2025
f4d5fde
Add respiratory vitals to component
Kexanone Aug 31, 2025
3461374
Implement calculations of vitals
Kexanone Aug 31, 2025
09a66a7
Add overrides of vitals for cardiac arrest and resusication states
Kexanone Aug 31, 2025
f9e54a0
Add evaluations of SpO2
Kexanone Aug 31, 2025
36b8812
Add diag for respiratory vitals
Kexanone Aug 31, 2025
3229ef9
Add chest hit zone override
Kexanone Oct 6, 2025
492e88c
Add SpO2 tooltip
Kexanone Oct 6, 2025
2a11c73
Add constants
Kexanone Oct 13, 2025
70bcee7
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Oct 20, 2025
cadee69
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Nov 8, 2025
f91244e
Add contributors
Kexanone Nov 8, 2025
17cc62c
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Nov 20, 2025
c528e64
Update contributors
Kexanone Dec 2, 2025
4a15aa1
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Dec 7, 2025
9981e15
Correct name of airway methods
Kexanone Dec 11, 2025
83fc63c
Lower default probability for airway obstruction
Kexanone Dec 11, 2025
d9b41d3
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Dec 11, 2025
e49c971
Always trigger ACE_Medical_Event_UnconsciousPoseChange on server
Kexanone Dec 11, 2025
aedae99
Add slots for attachable medical items
Kexanone Dec 11, 2025
733ce91
Add assets for medical items
Kexanone Dec 11, 2025
527205e
Implement consumable and damage effects
Kexanone Dec 11, 2025
3161adf
Add item prefabs
Kexanone Dec 11, 2025
ea63ef8
Add user actions to character
Kexanone Dec 11, 2025
96dbcbf
Register new status notifications
Kexanone Dec 11, 2025
fa2cfd1
Add new actions to medical radial menu
Kexanone Dec 11, 2025
4ff02ae
Add localizations
Kexanone Dec 11, 2025
55396ba
Add handling for obstruction of airway
Kexanone Dec 11, 2025
c2920d5
Register medical items in catalogues
Kexanone Dec 11, 2025
51b697f
Remove old attribute
Kexanone Dec 11, 2025
20147ad
Move regen scale update request to airway setters
Kexanone Dec 12, 2025
8d53ff5
Extend uncon graph for head tilt command
Kexanone Dec 12, 2025
fb6cedf
Move regen scale update request to airway setters
Kexanone Dec 12, 2025
d5413fe
Add head tilting action
Kexanone Dec 12, 2025
a11ab3e
Add clear vomit action
Kexanone Dec 12, 2025
6134585
Update stringtables
Kexanone Dec 12, 2025
beec499
Reorder settings and replace PTX volume with scale
Kexanone Dec 12, 2025
bc101f7
Increase PTX chance
Kexanone Dec 12, 2025
fdac0aa
Remove check breathing from chest
Kexanone Dec 13, 2025
7de259b
Temporarily disable oxygen mask in catalogs
Kexanone Dec 13, 2025
85e9f11
Add vomit system
Kexanone Dec 13, 2025
d3c1846
Add vomit timer to context
Kexanone Dec 14, 2025
6971d7b
Register/unregister vomit system
Kexanone Dec 14, 2025
44f09ea
Add tmp PTX handling to chest
Kexanone Dec 14, 2025
49de915
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Dec 14, 2025
7a3a666
Reimport assets
Kexanone Dec 14, 2025
98ac2b1
Add self application of chest seal
Kexanone Dec 14, 2025
a30d9bf
Reimport assets
Kexanone Dec 14, 2025
3a60af6
Add lungs icon
Kexanone Dec 14, 2025
c6ca231
Add pneumothorax state to inspection widget
Kexanone Dec 14, 2025
d35a708
Refactor PTX tooltip entry to prefab
Kexanone Dec 14, 2025
149dd13
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Dec 14, 2025
00407bf
Add missing meta file
Kexanone Dec 14, 2025
c058724
Add pneumothorax info to inventory menu
Kexanone Dec 14, 2025
0680576
Add pneumothorax invoker and update visibility of state in inventory …
Kexanone Dec 15, 2025
e97449d
Replace old blend file
Kexanone Dec 15, 2025
2c1d120
Make chest seal accessible as treatment option in inventory menu
Kexanone Dec 15, 2025
b80f8f9
Reexport chest seal animations
Kexanone Dec 15, 2025
3bc0715
Pass world to system GetInstance
Kexanone Dec 15, 2025
7fb93e9
Add pneumothorax deterioration
Kexanone Dec 15, 2025
1da49af
Add pneumothorax diag
Kexanone Dec 15, 2025
b7bbe58
Increase default tension pneumothorax chance
Kexanone Dec 15, 2025
d274d5c
Improve member func names
Kexanone Dec 15, 2025
d49ab75
Add default values as settings and remove unused settings
Kexanone Dec 15, 2025
6c0c4cc
Adjust breathing rate to pneumothorax
Kexanone Dec 15, 2025
a1a5b41
Update remarks
Kexanone Dec 15, 2025
0727c5f
Adjust HR for tachypnea
Kexanone Dec 15, 2025
5fbd2c7
Update remarks
Kexanone Dec 15, 2025
45971df
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Dec 15, 2025
2b2b5ef
Update docs
Kexanone Dec 15, 2025
d709562
Generate GUID for dev mod
Kexanone Dec 15, 2025
2295866
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Dec 16, 2025
31a61e9
Add docs
Kexanone Dec 25, 2025
37202db
Remove unpublished note
Kexanone Dec 25, 2025
ec40ec3
Update docs
Kexanone Dec 25, 2025
63c0ab5
Rename PTX
Kexanone Dec 28, 2025
51d5c60
Add SpO2 to glossary
Kexanone Dec 28, 2025
d8818b2
Medical Breathing - Korean translations (#360)
Psycool3695 Jan 12, 2026
dc9321d
Medical Breathing - Update Chinese localization (#350)
TWYuanYu Jan 12, 2026
1a8f602
Update stringtable runtimes
Kexanone Jan 12, 2026
0140ef6
Fix and add comments
Kexanone Jan 13, 2026
e4cb25b
Medical Breathing - Fix error depending on pneumothorax state (#377)
ArwynFr Mar 6, 2026
1ae9784
Update chinese localization (#383)
TWYuanYu Mar 23, 2026
dec8bb9
Add oxygen mask to arsenal
Kexanone Mar 23, 2026
3ea23e9
Implement separate PALVO2_MAX for BVM
Kexanone Mar 23, 2026
956e32b
Adjust ventilation rate when BVM is present
Kexanone Mar 23, 2026
d825d43
Make literal a float
Kexanone Mar 23, 2026
e2ab80d
Add comment for perfusion limit
Kexanone Mar 23, 2026
a460c5e
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Mar 27, 2026
f9daae4
Add medical breathing to AiO
Kexanone Mar 27, 2026
460d798
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone May 28, 2026
02d042b
Remove unused variable
Kexanone May 28, 2026
4c85578
Medical Breathing - Update chinese localization (#438)
TWYuanYu May 28, 2026
b386a64
Medical Breathing - Remove GetTemperature method (#462)
minecraftLord77 Jun 24, 2026
5671abc
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Jun 24, 2026
b742a2c
Merge branch 'medical/add-circulation' into medical/add-breathing
Kexanone Jul 9, 2026
e4a4f6b
Move to new arsenal configs
Kexanone Jul 9, 2026
1702e6c
Add Japanese translation (#490)
michy-REV19 Jul 19, 2026
50ce177
Bump js-yaml from 4.1.1 to 4.3.0 in /docs (#499)
dependabot[bot] Jul 29, 2026
1b5c3e1
Bump sharp from 0.34.2 to 0.35.0 in /docs (#501)
dependabot[bot] Jul 29, 2026
d573496
Merge branch 'master' into medical/add-breathing
Kexanone Aug 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,33 @@ veteran29
AkiKay
ArtOfWar
arc
ArwynFr
Badger 2-3
Ban4na
Caleb
denispol
dr_ext
dustypeek
Fedora12 <monn45888@gmail.com>
Glowbal
gnif <geoff@hostfission.com>
Jonpas <jonpas33@gmail.com>
Kanf
Katalam
Khaos
KingDaddyBoyz / Price
LorenLuke
Mad [Hk]
Martian
michy_REV19 [JP]
OverlordZorn
Psycool
PuFu
Sahbazz
Searing Star
Skamdrept
Smith <smitt14ua@gmail.com>
Spuds
TepacheLoco
TraceSnowOwl
TWYuanYu
Expand Down
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" "631337C3898CD468" "68EAA4976497C46A"
}
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" "671F73D99978B4F2" "68EAA4B96976D557"
}
Configurations {
GameProjectConfig PC {
Expand Down
14 changes: 7 additions & 7 deletions addons/captives/Language/ACE_Captives_localization.ja_jp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ StringTableRuntime {
"ACE_Captives-UserAction_UnloadCaptive"
}
Texts {
"Toggle take prisoner"
"Toggle surrender"
"Surrender"
"Escort prisoner"
"Release prisoner"
"Take as prisoner"
"Unload prisoner:"
"捕虜にする(切替)"
"降伏させる(切替)"
"降伏"
"捕虜を護送する"
"捕虜を離す"
"捕虜にする"
"捕虜を降ろす:"
}
}
21 changes: 14 additions & 7 deletions addons/captives/Language/ACE_Captives_localization.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ StringTable {
Target_it_it "Alterna prendere prigioniero"
Target_de_de "Gefangen nehmen umschalten"
Target_es_es "Alternar tomar prisionero"
Target_ja_jp "捕虜にする(切替)"
Target_ko_kr "포로 잡기 토글"
Target_pt_br "Tornar prisioneiro"
Target_zh_cn "切換為俘虜"
Modified 1750690582
Author "Kex"
LastChanged "Martian"
LastChanged "michy_REV19"
}
CustomStringTableItem "{64771573E31EE7FD}" {
Id "ACE_Captives-Editor_ContextAction_ToggleSurrender_Name"
Expand All @@ -22,12 +23,13 @@ StringTable {
Target_it_it "Alterna la resa"
Target_de_de "Kapitulieren umschalten"
Target_es_es "Alternar rendición"
Target_ja_jp "降伏させる(切替)"
Target_ko_kr "항복 토글"
Target_pt_br "Alternar rendição"
Target_zh_cn "切換至投降"
Modified 1750690650
Author "Kex"
LastChanged "Martian"
LastChanged "michy_REV19"
}
CustomStringTableItem "{647715709F144553}" {
Id "ACE_Captives-Emotes_Emote_Surrender_Name"
Expand All @@ -36,12 +38,13 @@ StringTable {
Target_it_it "Resa"
Target_de_de "Kapitulieren"
Target_es_es "Rendirse"
Target_ja_jp "降伏"
Target_ko_kr "항복"
Target_pt_br "Desistir"
Target_zh_cn "投降"
Modified 1750690681
Author "Kex"
LastChanged "Martian"
LastChanged "michy_REV19"
}
CustomStringTableItem "{65030ADCC0783838}" {
Id "ACE_Captives-UserAction_EscortCaptive"
Expand All @@ -50,12 +53,13 @@ StringTable {
Target_it_it "Scorta prigioniero"
Target_de_de "Gefangener eskortieren"
Target_es_es "Escoltar prisionero"
Target_ja_jp "捕虜を護送する"
Target_ko_kr "포로 호송"
Target_pt_br "Escoltar prisioneiro"
Target_zh_cn "押送俘虜"
Modified 1750690714
Author "Kexanone"
LastChanged "Martian"
LastChanged "michy_REV19"
}
CustomStringTableItem "{649D4AECDC295B8D}" {
Id "ACE_Captives-UserAction_ReleasePrisoner"
Expand All @@ -64,12 +68,13 @@ StringTable {
Target_it_it "Liberare il prigioniero"
Target_de_de "Gefangener freilassen"
Target_es_es "Soltar prisionero"
Target_ja_jp "捕虜を離す"
Target_ko_kr "포로 놓기"
Target_pt_br "Soltar prisioneiro"
Target_zh_cn "釋放俘虜"
Modified 1750690722
Author "Kex"
LastChanged "Martian"
LastChanged "michy_REV19"
}
CustomStringTableItem "{649D4AEC8449241E}" {
Id "ACE_Captives-UserAction_TakeAsPrisoner"
Expand All @@ -78,12 +83,13 @@ StringTable {
Target_it_it "Prendilo come prigioniero"
Target_de_de "Gefangen nehmen"
Target_es_es "Tomar como prisionero"
Target_ja_jp "捕虜にする"
Target_ko_kr "포로로 잡기"
Target_pt_br "Fazer prisioniero"
Target_zh_cn "拘捕"
Modified 1750690805
Author "Kex"
LastChanged "Martian"
LastChanged "michy_REV19"
}
CustomStringTableItem "{64B57CB33881E17B}" {
Id "ACE_Captives-UserAction_UnloadCaptive"
Expand All @@ -92,12 +98,13 @@ StringTable {
Target_it_it "Scarica il prigioniero:"
Target_de_de "Gefangener ausladen:"
Target_es_es "Descargar prisionero:"
Target_ja_jp "捕虜を降ろす:"
Target_ko_kr "포로 내리기:"
Target_pt_br "Descarregar prisioneiro:"
Target_zh_cn "押解俘虜"
Modified 1750690828
Author "Kex"
LastChanged "Martian"
LastChanged "michy_REV19"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ StringTableRuntime {
"ACE_Carrying-UserAction_Drag"
}
Texts {
"引きずる"
"引きずって運ぶ"
}
}
4 changes: 2 additions & 2 deletions addons/carrying/Language/ACE_Carrying_localization.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ StringTable {
Target_cs_cz "Táhnout"
Target_pl_pl "Ciągnij"
Target_ru_ru "Тащить"
Target_ja_jp "引きずる"
Target_ja_jp "引きずって運ぶ"
Target_ko_kr "끌기"
Target_pt_br "Arrastar"
Target_zh_cn "拖行"
Modified 1725224988
Author "Kex"
LastChanged "KingDaddyBoyz"
LastChanged "michy_REV19"
}
}
}
4 changes: 2 additions & 2 deletions addons/chopping/Language/ACE_Chopping_localization.ja_jp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ StringTableRuntime {
"ACE_Chopping_RemoveTree"
}
Texts {
"Remove Bush"
"Remove Tree"
"藪を刈る"
"木を刈る"
}
}
6 changes: 4 additions & 2 deletions addons/chopping/Language/ACE_Chopping_localization.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ StringTable {
Target_es_es "Remover arbusto"
Target_cs_cz "Posekat porost"
Target_ru_ru "Убрать куст"
Target_ja_jp "藪を刈る"
Target_ko_kr "수풀 제거"
Target_pt_br "Remover mato"
Target_zh_cn "清除樹叢"
Target_uk_ua "Прибрати кущ"
Modified 1750690925
Author "kexanone"
LastChanged "KingDaddyBoyz"
LastChanged "michy_REV19"
}
CustomStringTableItem "{5EB746AAD5FF74DB}" {
Id "ACE_Chopping_RemoveTree"
Expand All @@ -27,13 +28,14 @@ StringTable {
Target_es_es "Remover árbol"
Target_cs_cz "Pokácet strom"
Target_ru_ru "Убрать дерево"
Target_ja_jp "木を刈る"
Target_ko_kr "나무 제거"
Target_pt_br "Remover árvore"
Target_zh_cn "砍樹"
Target_uk_ua "Прибрати дерево"
Modified 1750690903
Author "kexanone"
LastChanged "KingDaddyBoyz"
LastChanged "michy_REV19"
}
}
}
22 changes: 11 additions & 11 deletions addons/core/Language/ACE_localization.ja_jp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ StringTableRuntime {
}
Texts {
"ACE"
"Push-ups"
"Salute"
"Sit on the floor"
"Healthy potassium!"
"Banana"
"運ぶ"
"Carrying"
"Load carried:"
"腕立て伏せ"
"敬礼"
"地面に座る"
"健康に良いカリウム!"
"バナナ"
"持ちあげて運ぶ"
"運搬中"
"載せる"
"離す"
"Explosive Potassium!"
"Frag Banana"
"Core"
"爆発性カリウム!"
"バナナ手榴弾"
"コア"
}
}
Loading
Loading