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
Since you cannot stop using the mod, it basically fucks up your game.
In that folder you can put mods from nexus, just unpack them there. The game can use mods from both that, and workshop, simultaneously, without issue(unlike for example Phoenix Point),
In line 861 replace
if tname_a == "Armor" or tname_a == "Firearm" or tname_a == "MeleeWeapon" then
with
if tname_a == "Armor" or tname_a == "Firearm" or tname_a == "MeleeWeapon" or tname_b == "Armor" or tname_b == "Firearm" or tname_b == "MeleeWeapon" then
to ensure that if item sort(a,b) = true then always sort(b,a) = false making table.sort crash.
For everyone else: the file is in <USR>\AppData\Roaming\Jagged Alliance 3\Mods\Interface tweaks. Open with a text editor, vscode, whatever, change the line, save, start the game, should work.