Page 10 of 18

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 12:51 pm
by Tibous
tfigment wrote:
Sun Jul 16, 2023 1:44 pm
kummitus888 wrote:
Sun Jul 16, 2023 8:58 am
The mod worked great.
after the update it is not working anymore.
shows it is enabled, but cheat menu never appears.
Cheat menu never shows if you also have developer mode enabled. In my experience.

Here is my own contribution: (Thanks to Chapi for showing the way)
Mod with Additional Cheats
  • Max Squad Item Condition
  • Max Merc Item Condition
  • Max Squad Item Stacks (Does not max out the squad stash)
Cheats show in the Mod Options menu. Set to yes and Apply to use. Will auto deactivate but UI does not reflect so just exit menu.

Mod Options is best place to do this but its convenient for personal use. Probably better to add to existing menu via monkeypatching but that sounds like work.

Unpack to "%APPDATA%\Jagged Alliance 3\Mods" . Create folder if not exists. (Password: fearless)

This table does not work with 1.01.33810 version. Any idea/suggestion ?

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 3:26 pm
by awatar
Rausch0r wrote:
Mon Jul 17, 2023 12:26 pm
Yeah, I'd also like to know if it is possible to change the number of maximum "Personal Perks" and more importantly the "Tactical Perks" during IMP creation. Maybe some variation of the mod which changes Max Stat Points (e.g. const.Imp.MaxStatPoints = 850), if not possible using CE. I wasnt able to isolate the value so far...
It is impossible to change the maximum number of points, because they are missing. It's just text. The choice of perks is passed directly to the variables. To change the maximum number, you will have to add new variables to the code.
The file you need - Lua.hpk\Lua\XTemplates\PDAImpResultMerc.lua

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 3:42 pm
by OliverSky
awatar wrote:
Mon Jul 17, 2023 3:26 pm
Rausch0r wrote:
Mon Jul 17, 2023 12:26 pm
Yeah, I'd also like to know if it is possible to change the number of maximum "Personal Perks" and more importantly the "Tactical Perks" during IMP creation. Maybe some variation of the mod which changes Max Stat Points (e.g. const.Imp.MaxStatPoints = 850), if not possible using CE. I wasnt able to isolate the value so far...
It is impossible to change the maximum number of points, because they are missing. It's just text. The choice of perks is passed directly to the variables. To change the maximum number, you will have to add new variables to the code.
The file you need - Lua.hpk\Lua\XTemplates\PDAImpResultMerc.lua
Hi, tell me a beginner's guide, how to do this?

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 4:00 pm
by awatar
OliverSky wrote:
Mon Jul 17, 2023 3:42 pm
Hi, tell me a beginner's guide, how to do this?
First, you need to think about whether you really need it. There may be workarounds to get what you want. If you do decide to do it, you can start with this:
[Link]
Once you understand the lua syntax, you can start modifying the code.

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 6:02 pm
by Lake333GLD
Tibous wrote:
Mon Jul 17, 2023 12:51 pm
Lake333GLD wrote:
Sun Jul 16, 2023 11:32 am
kummitus888 wrote:
Sun Jul 16, 2023 8:58 am
The mod worked great.
after the update it is not working anymore.
shows it is enabled, but cheat menu never appears.
Try this. It is working fine for me. Enable in mods, turn on cheats in options menu, restart the game. Use cheat menu in game.

Path:
AppData\Roaming\Jagged Alliance 3\Mods

Password:
Lake333GLD
This table does not work with 1.01.33810 version. Any idea/suggestion ?
Do you see it in the mod list? It is not a table. It is ingame mod.

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 6:34 pm
by Tibous
It is on Mod list. But I can see the option "Cheat" in Menu.

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 6:34 pm
by Tibous
Lake333GLD wrote:
Mon Jul 17, 2023 6:02 pm
Tibous wrote:
Mon Jul 17, 2023 12:51 pm
Lake333GLD wrote:
Sun Jul 16, 2023 11:32 am


Try this. It is working fine for me. Enable in mods, turn on cheats in options menu, restart the game. Use cheat menu in game.

Path:
AppData\Roaming\Jagged Alliance 3\Mods

Password:
Lake333GLD
This table does not work with 1.01.33810 version. Any idea/suggestion ?
Do you see it in the mod list? It is not a table. It is ingame mod.
Found how it's working. Sorry for any trouble I made.

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 8:02 pm
by byte_my_void
OliverSky wrote:
Mon Jul 17, 2023 8:24 am
Hello Sirs)How hack "feats" on IMP creation,someone found a way hack this?
if u mean - get stats when u create own combatant - u need just find all specs by increasing and decreasing them (on creation screen when u choose what points to spent on agility, mechanics and so on) just get all the adresses.
then set all specs to highlight next step. proceed to next step.

so main thing is to proceed step (there is spent points check so if u change adresses too early - u get negative total points and u cant proceed with this.)

so u just go to second step (i cant remember - but try to change adresses on 2-nd step or after i create combatant)

hope u understand main key of this method (pass points check and then change stats with adresses that u found by juggling)

ive got 200 all stats to main hero, but i think i would set more to get better mechanics and leadership

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 8:18 pm
by byte_my_void
also if u have 2 journals - u can find them by regular search (search 2, split to 1 and 1 and search 1 and so on)
so we got adress of journals. then we set them to 999 or what ever u want

then for example we got Gus and his mechanics is 82 - search them, then read journal , then search 83. quite fast there will be a couple of adresses.
maybe 4. so we change this and gus is 1000 mechanic.

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 8:44 pm
by mitsu80
@byte_my_void no he's talking about a way to get all the traits not just the 2 allowed and 1 personal trait

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 9:53 pm
by Tibous
Lake333GLD wrote:
Mon Jul 17, 2023 6:02 pm
Tibous wrote:
Mon Jul 17, 2023 12:51 pm
Lake333GLD wrote:
Sun Jul 16, 2023 11:32 am


Try this. It is working fine for me. Enable in mods, turn on cheats in options menu, restart the game. Use cheat menu in game.

Path:
AppData\Roaming\Jagged Alliance 3\Mods

Password:
Lake333GLD
This table does not work with 1.01.33810 version. Any idea/suggestion ?
Do you see it in the mod list? It is not a table. It is ingame mod.
Found how it's working. Sorry for any trouble I made.

Re: REQ :Jagged Alliance 3 table

Posted: Mon Jul 17, 2023 10:44 pm
by Darkedone02
Good news guys, nexus mods now have jagged alliance 3 section available.

https://www.fearlessrevolution.com/jaggedallianc ... +this+week

upload your mods there for easy download.

Re: REQ :Jagged Alliance 3 table

Posted: Tue Jul 18, 2023 12:06 am
by Niel1234
Any way to edit save games? Would be perfect for what I want to do

Re: REQ :Jagged Alliance 3 table

Posted: Tue Jul 18, 2023 1:23 am
by RhabbyVV
Can someone teach me what I am doing wrong?
I downloaded the lua.hpk unpacked from Github and made some edits. I have the HPK.exe and when I do the code, it keeps saying access denied.

Image

Thanks for the input.

Re: REQ :Jagged Alliance 3 table

Posted: Tue Jul 18, 2023 4:51 am
by czarnozeby
Do u know how to switch off the tiredness im tired all the time when i travel from sector to sector