Install Steam
sign in
|
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






On Twitter 


Is there any chance you can make the 40mm shrapnel grenade (1Rnd_Canister_Grenade_shell) compatible with all grenade launchers? (Like CUP GLs, Vanilla, etc)
Can not find original Taviana map item to check if it default, but this is fault of @@TA_MAP3 addon
// A3_Map.pbo // taviana //
```
class CfgEnvSpatialSounds;
class CfgEnvSounds;
class EnvSounds: CfgEnvSounds
{
};
```
lines 9130 - 10162 should be moved IN to terrain code block
```
class Taviana: CAWorld
{
class CfgEnvSpatialSounds;
class CfgEnvSounds;
class EnvSounds: CfgEnvSounds
{
};
};
```
- Also CfgPatches → A3_Taviana ::: parameter 'worlds[]={};' listed twice needs once
- and search for "1 25" seems missed . mb should be "1.25"
Tried launch Bornholm and NAPF with CUP Core and Sonus/Capsule - no crash.
Send what error prints crash reproter, send .rpt file from crash session, send full mods list and terrain you get crash, please
Updating base class 'CfgEnvSounds'->'CfgEnvSounds', by 'a3/sonus/sounds/config.bin/CfgWorlds/DefaultWorld/EnvSounds/' ('@Sonus'/'A3_Sonus_sfxMod_Sounds') (original 'bin\config.bin')
Is there a way to debug this?