Search found 14 matches

by GabKarol
Mon Apr 08, 2024 10:19 pm
Forum: Single Player Cheat Requests
Topic: [Request] Millennia
Replies: 73
Views: 15997

Re: [Request] Millennia

Has anyone figured out how to change the price increases for some powers like Claim Territory? I'm also trying to get the address for deciding if a unit has moved yet or not (so settlers and pioneers can always "deploy" even after moving). You can search the number of times used in float. This mean...
by GabKarol
Sat Nov 04, 2023 4:48 pm
Forum: Tables
Topic: Borderlands 2
Replies: 56
Views: 332894

Re: Borderlands 2

Do you have an idea why only iNumPlayers, iEffectiveNumPlayers and fSecondsUntilShopReset are ?? value? I guess that's because the pointer have not been picked up (it's zero). For the rarity, I take it you mean to signature scan with the ones inside RSignatures? Yes. Tried replacing RStartS and REn...
by GabKarol
Thu Nov 02, 2023 7:25 pm
Forum: Tables
Topic: Borderlands 2
Replies: 56
Views: 332894

Re: Borderlands 2

I tried scanning for signatures and got something like this: Borderlands2.exe+19EE94 If I am correct this should be a start address and the one in your code is 190000, would the end address be 1CEE94 since in your code it's 1C0000? Yes, I basically use a "window" that starts some 64k windows earlie...
by GabKarol
Thu Nov 02, 2023 4:10 pm
Forum: Tables
Topic: Borderlands 2
Replies: 56
Views: 332894

Re: Borderlands 2

I made a new table from scratch for the current version on Steam. Much like my Borderlands GOTY Enhanced table , it comes with two scripts: a Main Script and a LUA script. It's not exactly the same, some things are "less" some are "more". Here's a breakdown of what's in there. Notes on enabling the...
by GabKarol
Fri Apr 01, 2022 8:34 am
Forum: Single Player Cheat Requests
Topic: [Request] Evenicle 2
Replies: 45
Views: 16462

Re: [Request] Evenicle 2

Thanks Dafallnone! The only real problem I had with the table was after editing one of the secondary stats, on the next reload the the secondary stats for that character were missing. Found out from the trial version thread that you should do that as a permanent deal. Anyone who edits the character...
by GabKarol
Tue Mar 22, 2022 2:13 am
Forum: Single Player Cheat Requests
Topic: [Request] Evenicle 2
Replies: 45
Views: 16462

Re: [Request] Evenicle 2

Anyone else tried seeing if they can change the item drop counter? The one I found is (#of encounters since last drop * 2). At chapter 2 and tried setting to 100 or 200, being level 18 has no drops in raisin but always drops at the forest camp. Don't know how to aob scan, if it's even possible to fi...
by GabKarol
Fri Mar 18, 2022 12:59 am
Forum: Single Player Cheat Requests
Topic: [Request] Evenicle 2
Replies: 45
Views: 16462

Re: [Request] Evenicle 2

Thanks Dafallnone! The only real problem I had with the table was after editing one of the secondary stats, on the next reload the the secondary stats for that character were missing. Found out from the trial version thread that you should do that as a permanent deal. Anyone who edits the character ...
by GabKarol
Thu Nov 18, 2021 5:24 pm
Forum: Tables
Topic: Star Valor
Replies: 211
Views: 79815

Re: Star Valor

So I used cheat engine and found out that you can pointer scan for player level. Looking around that address, I found the knowledge tab(tech level and such) values. Tried editing and works, though untested for saving. You can also use CE to exceed the individual cap of each weapon component and modi...
by GabKarol
Sat Nov 13, 2021 4:11 pm
Forum: Tables
Topic: Star Valor
Replies: 211
Views: 79815

Re: Star Valor

If you mean to edit the game's calculations you need something like dnspy.

The file you want is Assembly-CSharp.dll, most if not all unity games can be cheated here.
by GabKarol
Thu Nov 11, 2021 6:11 pm
Forum: Tables
Topic: Star Valor
Replies: 211
Views: 79815

Re: Star Valor

I tried the cooling edit but it does not work for me.

So I tried using CE on the skills and found out that only some of them are level limited. Used the bargain skill to get free items.
Note: It seems like goods are not affected by bargain.
by GabKarol
Thu Nov 11, 2021 4:09 pm
Forum: Tables
Topic: Star Valor
Replies: 211
Views: 79815

Re: Star Valor

I haven't tested it yet, but that seems to be about exp gain. If I understood right, that prevents xp gain at level 50. There are others that use level like GetLevelStats, which I don't understand. There is another called LevelUp, which prevents level ups after 50. I think this was your problem. The...
by GabKarol
Wed Nov 10, 2021 8:15 pm
Forum: Tables
Topic: Star Valor
Replies: 211
Views: 79815

Re: Star Valor

Can I ask what you tried for higher max level?

I know it doesn't work.
by GabKarol
Wed Nov 10, 2021 4:29 pm
Forum: Tables
Topic: Star Valor
Replies: 211
Views: 79815

Re: Star Valor

Thank you.

Am I correct to assume that since it calculates ship stats, editing those will also affect the enemies? Hence changing dmgBonus would be dangerous.

Do you know if it's possible to edit the skills?
by GabKarol
Wed Nov 10, 2021 10:26 am
Forum: Tables
Topic: Star Valor
Replies: 211
Views: 79815

Re: Star Valor

Does anyone have a list on what edits effect what? I was able to learn how to edit storage space and max level from the video before it went offline (Thanks!) If anyone wants to know how to edit the cargo space (Weapon slots, Equipment slots, Cargo space) or the character max level I could repost w...