Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Step 1.
DCW/init.sqf Line 50:
Comment out with //
compos_medical = call (compileFinal preprocessFileLineNumbers "DCW\composition\compound\medical.sqf");
Step 2.
DCW/functions/Spawn/fn_Respawn.sqf Line 165:
Replace everything from Line 165 to end of script with
if (RESPAWN_ENABLED) then{
// If nothing activated, just use the vanilla system
_player addMPEventHandler ["MPKilled",{
params ["_unit"];
[] remoteExec ["PLAYER_KIA",2];
}];
};
Step 3:
DCW/config/ace-config.sqf
Comment out entire sqf.
Step 4.
Save and load mission to test.
If that didnt work, I will have to look back through what I did to find anything I may have missed but I believe that was the bulk of it.
There may be a smoother way of doing this but so far this hack job was what I found be searching around a bit.