Jagged Alliance 3

Jagged Alliance 3

Custom Settings [abandoned]
FAIL! Chapi 30 Jul, 2023 @ 4:24am
Max Trainable militias
Since you're doing all sorts of custom settings,
i will give you my code to increase the maximum number of trainable militias.


local ClassDef = {
"SatelliteSector",
}

for _, obj in ipairs(ClassDef) do
_G[obj].MaxMilitia = tonumber(options.Militia, 10) -- Default = 8
end

I recommend setting the highest number to 30.
< >
Showing 1-4 of 4 comments
Tobias  [developer] 31 Jul, 2023 @ 12:50am 
Thank you! I will add it.
Shuri-Sama 2 Aug, 2023 @ 9:55pm 
great thing but would suggest woud do the cap bounded at the enemy mulitplier. so for example:

1.5x = 12 militia
2x = 16 militia
2.5x = 20
3x = 24
4x = 40
5x = 50

+ sandbox mod (very easy) -50%
+ mike mod (very hard) +50%
JaM 5 Aug, 2023 @ 10:19am 
Only problem is, if you have more than 12 militia (16+) UI is too big and buttons get pushed below screen so you cannot press it... only thing that helps are keyboard shortcuts..
FAIL! Chapi 5 Aug, 2023 @ 11:25am 
You can Use this mod here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3011674232

It was especially made for this Option.
< >
Showing 1-4 of 4 comments
Per page: 1530 50