REQ :Jagged Alliance 3 table

Ask about cheats/tables for single player games here
LoL
Cheater
Cheater
Posts: 30
Joined: Mon Oct 16, 2017 8:44 am
Reputation: 19

Re: REQ :Jagged Alliance 3 table

Post by LoL »

I just reup the file, same folder. If anyone download from hours ago, you may redownload the lua file again. Fix for mines never depleted.

User avatar
Cheech
Cheater
Cheater
Posts: 31
Joined: Fri Oct 02, 2020 6:45 am
Reputation: 6

Re: REQ :Jagged Alliance 3 table

Post by Cheech »

LoL wrote:
Wed Jul 19, 2023 5:42 pm
update lil bit..

Starting Money 2,000,000
Merc Contract up to 360 Days
Increase from Merc hired Limit to 40
Gold perk cost 1 instead 3
Reduced tired from travel
*Normally you will get tired after you travel for 16 hours in the Satellite View, now 160 hours travel

i also edit so mines will never depleted, but not 100% sure this one work or not, if your game crash, just revert to my previous hpk
Spoiler
Tested on GoG version, might work with steam version too
Lua file, remember to backup your default lua 1st
Password: fearlessrevolution
[Link]
how it comes, that the filesize from your lua.hpk extended from 8 MB ori file to 21 MB ?

LoL
Cheater
Cheater
Posts: 30
Joined: Mon Oct 16, 2017 8:44 am
Reputation: 19

Re: REQ :Jagged Alliance 3 table

Post by LoL »

Cheech wrote:
Wed Jul 19, 2023 9:40 pm
LoL wrote:
Wed Jul 19, 2023 5:42 pm
update lil bit..

Starting Money 2,000,000
Merc Contract up to 360 Days
Increase from Merc hired Limit to 40
Gold perk cost 1 instead 3
Reduced tired from travel
*Normally you will get tired after you travel for 16 hours in the Satellite View, now 160 hours travel

i also edit so mines will never depleted, but not 100% sure this one work or not, if your game crash, just revert to my previous hpk
Spoiler
Tested on GoG version, might work with steam version too
Lua file, remember to backup your default lua 1st
Password: fearlessrevolution
[Link]
how it comes, that the filesize from your lua.hpk extended from 8 MB ori file to 21 MB ?
file not compressed

insidesquirrel
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jul 20, 2023 4:09 am
Reputation: 0

Re: REQ :Jagged Alliance 3 table

Post by insidesquirrel »

Hello.

Code: Select all

  Equipment = {
    "Fox"
  },
In which file is the starting equipment of the mercenaries?

infearno
Noobzor
Noobzor
Posts: 12
Joined: Tue Jan 11, 2022 9:15 am
Reputation: 1

Re: REQ :Jagged Alliance 3 table

Post by infearno »

Is there a way to add talents to existing mercs?

Tibous
Noobzor
Noobzor
Posts: 7
Joined: Thu Jul 13, 2023 9:34 pm
Reputation: 0

Re: REQ :Jagged Alliance 3 table

Post by Tibous »

LoL wrote:
Wed Jul 19, 2023 5:42 pm
update lil bit..

Starting Money 2,000,000
Merc Contract up to 360 Days
Increase from Merc hired Limit to 40
Gold perk cost 1 instead 3
Reduced tired from travel
*Normally you will get tired after you travel for 16 hours in the Satellite View, now 160 hours travel

i also edit so mines will never depleted, but not 100% sure this one work or not, if your game crash, just revert to my previous hpk
Spoiler
Tested on GoG version, might work with steam version too
Lua file, remember to backup your default lua 1st
Password: fearlessrevolution
[Link]
I suppose we need to put the new file in JA3\Packs ?

LoL
Cheater
Cheater
Posts: 30
Joined: Mon Oct 16, 2017 8:44 am
Reputation: 19

Re: REQ :Jagged Alliance 3 table

Post by LoL »

Tibous wrote:
Thu Jul 20, 2023 1:12 pm
I suppose we need to put the new file in JA3\Packs ?
yes

LoL
Cheater
Cheater
Posts: 30
Joined: Mon Oct 16, 2017 8:44 am
Reputation: 19

Re: REQ :Jagged Alliance 3 table

Post by LoL »

Image

:D

MaxGav
Noobzor
Noobzor
Posts: 6
Joined: Tue Jul 18, 2023 11:16 am
Reputation: 9

Re: REQ :Jagged Alliance 3 table

Post by MaxGav »

toxic_nova wrote:
Wed Jul 19, 2023 8:15 pm
MaxGav wrote:
Tue Jul 18, 2023 1:50 pm
DiegoAmorim wrote:
Tue Jul 18, 2023 12:07 pm


Please, could you share the modified file with us? Thx
Added. It's from 1.01.338010 version.
did you also fixed the stats to 85?
I'm asking because I can't get it done to change the stats with cheat engine.
Just above it make code look like it (see where you can put 85):

Code: Select all

  for _, stat_data in ipairs(impTest.final.stats) do
    unitData:SetBase(stat_data.stat, 85)
    local spec = stat_specialization_map[stat_data.stat]
    if spec and (not max_stat and stat_data.value > 80 or max_stat and max_stat < stat_data.value) then
      max_stat = stat_data.value
      specialization = spec
    end
  end
  unitData.Specialization = specialization
  unitData:InitDerivedProperties()
  if sync then
    unitData:RemoveAllCharacterEffects()

MaxGav
Noobzor
Noobzor
Posts: 6
Joined: Tue Jul 18, 2023 11:16 am
Reputation: 9

Re: REQ :Jagged Alliance 3 table

Post by MaxGav »

infearno wrote:
Thu Jul 20, 2023 10:53 am
Is there a way to add talents to existing mercs?
if by existing you mean pre-defined mercs in new game yes. You can edit file here "Lua\UnitDataCompositeDef\Raven.generated.lua" for example for Raven. It won't affect them in already existing saves though.

toxic_nova
Noobzor
Noobzor
Posts: 6
Joined: Sat Apr 04, 2020 3:50 am
Reputation: 2

Re: REQ :Jagged Alliance 3 table

Post by toxic_nova »

Thanks MaxGav.

Sadly I still haven't found out how to get those files editable. I'm was able to extract the lua.hpk. reading the crypted files inside...google isn't my friend with learning about lua.

I would just prefer to set the stats with cheat engine.

LoL
Cheater
Cheater
Posts: 30
Joined: Mon Oct 16, 2017 8:44 am
Reputation: 19

Re: REQ :Jagged Alliance 3 table

Post by LoL »

@toxic_nova

after you extract lua.hpk //hpk extract Lua.hpk Lua --fix-lua-files// you need to do another step eg
java -jar unluac.jar luafilename.lua > output.lua, and then you may read everything

you can even change merc avatar and photo like this...

Image

User avatar
xXLashkeXx
Expert Cheater
Expert Cheater
Posts: 83
Joined: Mon May 22, 2017 4:08 pm
Reputation: 61

Re: REQ :Jagged Alliance 3 table

Post by xXLashkeXx »

I once uploaded an example to see if you can spawn the characters with all the perks (New Game)....
Currently this is still a test but if you are interested in trying it out please do so... Use at your own risk!!!


>>> Example: viewtopic.php?p=304502#p304502

LoL
Cheater
Cheater
Posts: 30
Joined: Mon Oct 16, 2017 8:44 am
Reputation: 19

Re: REQ :Jagged Alliance 3 table

Post by LoL »

This is default Lua file extracted and all already decompile, incase anyone needed to find something
Spoiler
GoG version, but might same as steam
Password : fearlessrevolution
[Link]

MaxGav
Noobzor
Noobzor
Posts: 6
Joined: Tue Jul 18, 2023 11:16 am
Reputation: 9

Re: REQ :Jagged Alliance 3 table

Post by MaxGav »

toxic_nova wrote:
Thu Jul 20, 2023 8:46 pm
Thanks MaxGav.

Sadly I still haven't found out how to get those files editable. I'm was able to extract the lua.hpk. reading the crypted files inside...google isn't my friend with learning about lua.

I would just prefer to set the stats with cheat engine.
Refer to this post - viewtopic.php?p=304201#p304201

Basically:
- hpk extract --fix-lua-files Lua.hpk c:/output_dir
- java -jar unluac.jar input_compiled.lua > output_decompiled.lua
then edit lua file
- luac53.exe -o output_compiled.lua input_decompiled.lua
- hpk create --cripple-lua-files --dont-compress-files c:/input_dir Lua.hpk

Post Reply

Who is online

Users browsing this forum: admantx