REQ :Jagged Alliance 3 table

Ask about cheats/tables for single player games here
caraifaudes9565
Novice Cheater
Novice Cheater
Posts: 18
Joined: Wed Jun 09, 2021 12:07 pm
Reputation: 0

Re: REQ :Jagged Alliance 3 table

Post by caraifaudes9565 »

czarnozeby wrote:
Tue Jul 18, 2023 4:51 am
Do u know how to switch off the tiredness im tired all the time when i travel from sector to sector
Guessing you want a way to disable it for good, but you can use the restore energy option from the cheat mod.

caraifaudes9565
Novice Cheater
Novice Cheater
Posts: 18
Joined: Wed Jun 09, 2021 12:07 pm
Reputation: 0

Re: REQ :Jagged Alliance 3 table

Post by caraifaudes9565 »

Has anyone found a way to spawn tools ?

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

Re: REQ :Jagged Alliance 3 table

Post by MaxGav »

Rausch0r wrote:
Mon Jul 17, 2023 12:26 pm
OliverSky wrote:
Mon Jul 17, 2023 8:24 am
Hello Sirs)How hack "feats" on IMP creation,someone found a way hack this?
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...
You can't change the number of maximum perks because there is none such value. It's just hardcoded choice there.

I solved it that way - in "Jagged Alliance 3\Packs\Lua.hpk" modified "Lua\Satellite\SatelliteSquad.lua" file - in method "function CreateImpMercData(impTest, sync)" modified code near"unitData:RemoveAllCharacterEffects()" line to this - it adds all personal and tactil perks to IMP character:

Code: Select all

  if sync then
    unitData:RemoveAllCharacterEffects()
	unitData:AddStatusEffect("Psycho")
	unitData:AddStatusEffect("Negotiator")
	unitData:AddStatusEffect("AutoWeapons")
	unitData:AddStatusEffect("CQCTraining")
	unitData:AddStatusEffect("HeavyWeaponsTraining")
	unitData:AddStatusEffect("MartialArts")
	unitData:AddStatusEffect("MeleeTraining")
	unitData:AddStatusEffect("MrFixit")
	unitData:AddStatusEffect("NightOps")
	unitData:AddStatusEffect("Stealthy")
	unitData:AddStatusEffect("Teacher")
	unitData:AddStatusEffect("Throwing")
  end
  return unitData
end

DiegoAmorim
Expert Cheater
Expert Cheater
Posts: 68
Joined: Thu Mar 16, 2017 1:46 pm
Reputation: 5

Re: REQ :Jagged Alliance 3 table

Post by DiegoAmorim »

MaxGav wrote:
Tue Jul 18, 2023 11:48 am
Rausch0r wrote:
Mon Jul 17, 2023 12:26 pm
OliverSky wrote:
Mon Jul 17, 2023 8:24 am
Hello Sirs)How hack "feats" on IMP creation,someone found a way hack this?
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...
You can't change the number of maximum perks because there is none such value. It's just hardcoded choice there.

I solved it that way - in "Jagged Alliance 3\Packs\Lua.hpk" modified "Lua\Satellite\SatelliteSquad.lua" file - in method "function CreateImpMercData(impTest, sync)" modified code near"unitData:RemoveAllCharacterEffects()" line to this - it adds all personal and tactil perks to IMP character:

Code: Select all

  if sync then
    unitData:RemoveAllCharacterEffects()
	unitData:AddStatusEffect("Psycho")
	unitData:AddStatusEffect("Negotiator")
	unitData:AddStatusEffect("AutoWeapons")
	unitData:AddStatusEffect("CQCTraining")
	unitData:AddStatusEffect("HeavyWeaponsTraining")
	unitData:AddStatusEffect("MartialArts")
	unitData:AddStatusEffect("MeleeTraining")
	unitData:AddStatusEffect("MrFixit")
	unitData:AddStatusEffect("NightOps")
	unitData:AddStatusEffect("Stealthy")
	unitData:AddStatusEffect("Teacher")
	unitData:AddStatusEffect("Throwing")
  end
  return unitData
end
Please, could you share the modified file with us? Thx

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

Re: REQ :Jagged Alliance 3 table

Post by xXLashkeXx »

I've put together everything you need to unpack the HPK file, this might help some people...

============================================
How to Use? / Infos!
Special Info: Inf Money
Special Info: Will you add Inf. Money
Click "ESC" go to "Cheats" and use "Execute....".
Than add the Code into this "Execute Window".

AddMoney('amount', 'system')

Example:
AddMoney('50000000', 'system')

And than click "Add Money".
Finish!

Would you like to change this in the HPK?

Find the file:
"Lua\Money.lua".

Find Line:

Code: Select all

function NetSyncEvents.CheatGetMoney()
  AddMoney(100000, "system")
end
Add 5 Mio Money
How to Use?
[1] Go to "\AppData\Roaming\Jagged Alliance 3\Mods" & unpack the rar.
[2] Then go Ingame... Then click "ESC" > "Options" > "Mod-Options" & search "Add 5 Mio Money"...
[3] Is "ON" then go to "Cheats" > "Add Money".
All Perks on Starting...??? (is in Test) Added: 07/21/23
I found some perks here that you might be able to add to the characters... Currently I only know that if you do this you would have to start a completely new game... (Please use with caution)

Find the file:
"Lua\UnitDataCompositeDef\NameFromLuaFile.lua".
>>> HINT: Here you have to find the characters... Say Scope, Raven, Raider or Scully... whatever....

Find Line:
I have use Raider.lua for example... Here is the Starting Perks for the Character...

Code: Select all

StartingPerks = {
    "Negotiator",
    "Teacher",
    "TagTeam",
    "Flanker",
    "HitTheDeck",
    "Shatterhand"
  },
Example:

Code: Select all

StartingPerks = {
-- Old Perks
    --[["Negotiator",
    "Teacher",
    "TagTeam",
    "Flanker",
    "HitTheDeck",
    "Shatterhand"]]
-- New Perks
    "FullBodyContact",
    "HitTheDeck",
    "BeefedUp",
    "Rage",
    "Revenge",
    "Vanguard",
    "CalmUnderFire",
    "HoldPosition",
    "BattleFocus",
    "HitandRun",
    "Flanker",
    "FastRunner",
    "VantagePoint",
    "Frogleaping",
    "Lightning",
    "Reactions",
    "Luckytreak",
    "Anatomical",
    "Precision",
    "TotalConcentration",
    "Untraceable",
    "OpportunisticKiller",
    "Deadeye",
    "FireRoutine",
    "ReactiveFire",
    "Ambusher",
    "Sharpshooter",
    "Killzone",
    "Assassination",
    "RecoilManagement",
    "BreachAndClear",
    "KillingSpree",
    "ShockAssault",
    "Ironclad",
    "SuddenStrike",
    "CollateralDamage",
    "LineBreaker",
    "TrueStrike",
    "Savior",
    "DistractingShot",
    "ArterialShot",
    "StressManagement",
    "DireWarning",
    "InspiringStrike",
    "Painkiller",
    "ShockAndAwe",
    "TrickShot",
    -- Specials(???)
    "AutoWeapons",
    "Spotter",
    "NightOps",
    "HawksEye",
    "CancelShotPerk",
    "SteadyBreathing",
    "DeathFromAbove",
    "Negotiator",
    "Teacher",
    "TagTeam",
    "Shatterhand"
  },
Inf. PerkPoints
How to Use?
[1] Go to "\AppData\Roaming\Jagged Alliance 3\Mods" & unpack the rar.
[2] Then go ingame... Continue the game and Click "ESC", then go to "Options" > "Mod-Options" & click Inf. PerkPoints.....

>>> HINT: First select a Soldier not on Satellite-Menu, choose the Soldier ingame.... then go to [2]
Merc Hired 500 Days
How to Use?
[1] Go to "\AppData\Roaming\Jagged Alliance 3\Mods" & unpack the rar.
[2] Then go Ingame... Hired a Merc when he have 5d or fewer... Or Buy a New Merc... and Test can you 500 or not(?).....
All Items
How to you find Items?
[1] Go to => "\Lua\InventoryItemCompositeDef"
============================================
Changelog:
15 Aug 2023
Added: "Jagged Alliance 3 All Items" txt
27 Jul 2023
Added: "Add 5 Mio Money" Mod

Update: "Merc Hired 500 Days" Mod
Added to Dropbox (File to Big):
[Link]

Added to Google Drive (File to Big):
[Link]
26 Jul 2023
Removed: "Merc Hired 500 Days" Mod
not worked! Fix coming soon!
23 Jul 2023
Added: "Inf. PerkPoints" Mod
Update: "Jagged Alliance 3 All Perkslist UPDATE.txt"
============================================
Mods:
Mods
Merc Hired 500 Days:
Added to Dropbox (File to Big):
[Link]

Added to Google Drive (File to Big):
[Link]
Add 5 Mio Money.rar
password => GhostFace
(1.2 KiB) Downloaded 211 times
Inf. PerkPoints.rar
password => GhostFace
(1.18 KiB) Downloaded 540 times
txt / lua & more Files:
All Items.txt
Jagged Alliance 3 All Items.txt
All Items listed
(3.61 KiB) Downloaded 355 times
Perklist.txt
Jagged Alliance 3 All Perkslist UPDATE.txt
All Perks listed
(1.08 KiB) Downloaded 371 times
Compiler:
HPK Compiler
HPK Compiler.rar
Thanks "Khayman" for the New Java Extractor Example❤️
⚡ UPDATE ⚡
password => GhostFace
(848.96 KiB) Downloaded 439 times
OLD HPK Compiler
HPK Compiler.rar
password => GhostFace
//OLD
(974.92 KiB) Downloaded 496 times
Last edited by xXLashkeXx on Tue Aug 15, 2023 7:40 pm, edited 22 times in total.

mitsu80
Expert Cheater
Expert Cheater
Posts: 78
Joined: Wed Jan 10, 2018 6:14 pm
Reputation: 6

Re: REQ :Jagged Alliance 3 table

Post by mitsu80 »

xXLashkeXx wrote:
Tue Jul 18, 2023 12:29 pm
I've put together everything you need to unpack the HPK file, this might help some people...

============================================
Special Info: Will you add Inf. Money
Click "ESC" go to "Cheats" and use "Execute....".
Than add the Code into this "Execute Window".

AddMoney('amount', 'system')

Example:
AddMoney('50000000', 'system')

And than click "Add Money".
Finish!

Would you like to change this in the HPK?

Find the file:
"Lua\Money.lua".

find Line:

Code: Select all

function NetSyncEvents.CheatGetMoney()
  AddMoney(100000, "system")
end
============================================
amazing!! thank you :wub:

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

Re: REQ :Jagged Alliance 3 table

Post by MaxGav »

DiegoAmorim wrote:
Tue Jul 18, 2023 12:07 pm
MaxGav wrote:
Tue Jul 18, 2023 11:48 am
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...
You can't change the number of maximum perks because there is none such value. It's just hardcoded choice there.

I solved it that way - in "Jagged Alliance 3\Packs\Lua.hpk" modified "Lua\Satellite\SatelliteSquad.lua" file - in method "function CreateImpMercData(impTest, sync)" modified code near"unitData:RemoveAllCharacterEffects()" line to this - it adds all personal and tactil perks to IMP character:

Code: Select all

  if sync then
    unitData:RemoveAllCharacterEffects()
	unitData:AddStatusEffect("Psycho")
	unitData:AddStatusEffect("Negotiator")
	unitData:AddStatusEffect("AutoWeapons")
	unitData:AddStatusEffect("CQCTraining")
	unitData:AddStatusEffect("HeavyWeaponsTraining")
	unitData:AddStatusEffect("MartialArts")
	unitData:AddStatusEffect("MeleeTraining")
	unitData:AddStatusEffect("MrFixit")
	unitData:AddStatusEffect("NightOps")
	unitData:AddStatusEffect("Stealthy")
	unitData:AddStatusEffect("Teacher")
	unitData:AddStatusEffect("Throwing")
  end
  return unitData
end
Please, could you share the modified file with us? Thx
Added. It's from 1.01.338010 version.
Attachments
AllPerks.rar
Password: fearless
(4.95 MiB) Downloaded 634 times

User avatar
Khayman
Cheater
Cheater
Posts: 31
Joined: Sat Dec 22, 2018 11:47 am
Reputation: 69

Re: REQ :Jagged Alliance 3 table

Post by Khayman »

xXLashkeXx wrote:
Tue Jul 18, 2023 12:29 pm
I've put together everything you need to unpack the HPK file, this might help some people...

============================================
Special Info: Will you add Inf. Money
Click "ESC" go to "Cheats" and use "Execute....".
Than add the Code into this "Execute Window".

AddMoney('amount', 'system')

Example:
AddMoney('50000000', 'system')

And than click "Add Money".
Finish!

Would you like to change this in the HPK?

Find the file:
"Lua\Money.lua".

find Line:

Code: Select all

function NetSyncEvents.CheatGetMoney()
  AddMoney(100000, "system")
end
============================================
Great work!
More convenient java extractor.bat example for SatelliteSquad.lua decompilation

Code: Select all

@rem edit this variables mind the lack of "" this is intetional
set sourcepath=F:\Games\Jagged Alliance 3\Packs\Lua\Lua\Satellite\
set sourcefile=SatelliteSquad.lua

@rem don't change those
set destinationfile=temp.lua

@rem concatenate source and destination files
set destinationfull="%sourcepath%%destinationfile%"
set sourcefull="%sourcepath%%sourcefile%"

java -jar unluac.jar %sourcefull% > %destinationfull%
del %sourcefull%
ren %destinationfull% %sourcefile%
Last edited by Khayman on Tue Jul 18, 2023 2:23 pm, edited 1 time in total.

User avatar
Buttlight
Expert Cheater
Expert Cheater
Posts: 55
Joined: Mon Nov 26, 2018 2:30 pm
Reputation: 14

Re: REQ :Jagged Alliance 3 table

Post by Buttlight »

xXLashkeXx wrote:
Tue Jul 18, 2023 12:29 pm
I've put together everything you need to unpack the HPK file, this might help some people...

============================================
Special Info: Will you add Inf. Money
Click "ESC" go to "Cheats" and use "Execute....".
Than add the Code into this "Execute Window".

AddMoney('amount', 'system')

Example:
AddMoney('50000000', 'system')

And than click "Add Money".
Finish!

Would you like to change this in the HPK?

Find the file:
"Lua\Money.lua".

find Line:

Code: Select all

function NetSyncEvents.CheatGetMoney()
  AddMoney(100000, "system")
end
============================================
You're the hero of us plebs great sir! :wub:

lunawolf
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Dec 10, 2019 11:06 pm
Reputation: 0

Re: REQ :Jagged Alliance 3 table

Post by lunawolf »

Anyone been able to add an item list mod, I want to be able to spawn in certain quest items or tools like the statues for the responses because I accidentally sold them. A list of all the items being able to add would work fine with the cheat menu mod.

mitsu80
Expert Cheater
Expert Cheater
Posts: 78
Joined: Wed Jan 10, 2018 6:14 pm
Reputation: 6

Re: REQ :Jagged Alliance 3 table

Post by mitsu80 »

MaxGav wrote:
Tue Jul 18, 2023 1:50 pm
DiegoAmorim wrote:
Tue Jul 18, 2023 12:07 pm
MaxGav wrote:
Tue Jul 18, 2023 11:48 am


You can't change the number of maximum perks because there is none such value. It's just hardcoded choice there.

I solved it that way - in "Jagged Alliance 3\Packs\Lua.hpk" modified "Lua\Satellite\SatelliteSquad.lua" file - in method "function CreateImpMercData(impTest, sync)" modified code near"unitData:RemoveAllCharacterEffects()" line to this - it adds all personal and tactil perks to IMP character:

Code: Select all

  if sync then
    unitData:RemoveAllCharacterEffects()
	unitData:AddStatusEffect("Psycho")
	unitData:AddStatusEffect("Negotiator")
	unitData:AddStatusEffect("AutoWeapons")
	unitData:AddStatusEffect("CQCTraining")
	unitData:AddStatusEffect("HeavyWeaponsTraining")
	unitData:AddStatusEffect("MartialArts")
	unitData:AddStatusEffect("MeleeTraining")
	unitData:AddStatusEffect("MrFixit")
	unitData:AddStatusEffect("NightOps")
	unitData:AddStatusEffect("Stealthy")
	unitData:AddStatusEffect("Teacher")
	unitData:AddStatusEffect("Throwing")
  end
  return unitData
end
Please, could you share the modified file with us? Thx
Added. It's from 1.01.338010 version.
is it possible to use this method to add those unique merc perks (Fox, Vicki...)

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

Re: REQ :Jagged Alliance 3 table

Post by xXLashkeXx »

Khayman wrote:
Tue Jul 18, 2023 2:00 pm
xXLashkeXx wrote:
Tue Jul 18, 2023 12:29 pm
Great work!
More convenient java extractor.bat example for SatelliteSquad.lua decompilation

Code: Select all

@rem edit this variables mind the lack of "" this is intetional
set sourcepath=F:\Games\Jagged Alliance 3\Packs\Lua\Lua\Satellite\
set sourcefile=SatelliteSquad.lua

@rem don't change those
set destinationfile=temp.lua

@rem concatenate source and destination files
set destinationfull="%sourcepath%%destinationfile%"
set sourcefull="%sourcepath%%sourcefile%"

java -jar unluac.jar %sourcefull% > %destinationfull%
del %sourcefull%
ren %destinationfull% %sourcefile%
Ahh okay thats for next time :)
Thx <3

Parkan1986
Noobzor
Noobzor
Posts: 13
Joined: Fri Jul 27, 2018 1:33 pm
Reputation: 2

Re: REQ :Jagged Alliance 3 table

Post by Parkan1986 »

Khayman wrote:
Tue Jul 18, 2023 2:00 pm
Sorry for asking.Got question.The built in cheats commands like invulnerability working very badly.Sometimes it activate sometime not.Most of the time i require to activate 2 times on each sector also if i enter or change location(sector) and each game load.
maybe that thing not fully activating?maybe there is some helpful execute commands you can say?Not godMode,only about invulnerability

Cas
Expert Cheater
Expert Cheater
Posts: 263
Joined: Fri Mar 03, 2017 12:04 am
Reputation: 125

Re: REQ :Jagged Alliance 3 table

Post by Cas »

Cheech wrote:
Sat Jul 15, 2023 6:39 pm
...encouraging illegal content...
Now if I warn you then you will come complaining.

viewtopic.php?t=25190

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 »

Casanova wrote:
Tue Jul 18, 2023 7:19 pm
Cheech wrote:
Sat Jul 15, 2023 6:39 pm
...encouraging illegal content...
Now if I warn you then you will come complaining.

viewtopic.php?t=25190
..sorry for all that, and thanks for making things clearer.
it wont happen again!

cheers^^

Post Reply