Page 7 of 16

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 1:20 am
by IcyPurpose99
LEVEL OFFSET for the pointers is (310)

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 1:25 am
by SunBeam
Meanwhile:


Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 2:10 am
by Zanzer
viewtopic.php?f=4&t=10650&p=109557#p109557

Added Unlimited Holographic Shroud

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 2:31 am
by DrummerIX
SunBeam wrote:
Mon Oct 28, 2019 1:25 am
Meanwhile:
Nice find. I might research some more into the function if you don't later this week.

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 4:19 am
by tampy
Zanzer wrote:
Mon Oct 28, 2019 2:10 am
viewtopic.php?f=4&t=10650&p=109557#p109557

Added Unlimited Holographic Shroud

Thanks

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 4:27 am
by ce0000
I used this CT to cheat all 6 Attributes (Stats) to Very High (max). After playing for a while, 2 of 6 attributes have gone down automatically to High (Intel and Perc). I don't know what happened.

Does anyone has the same problem? Do I have to start a new game to cheat the 6 Attributes again?

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 4:51 am
by Majestic13
I might try this later. Thanks.

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 5:49 am
by ZuOma
Hey guys.

I'm really dissatisfied with the way my character looks, but I'm too far into the game that I don't want to reroll another one. Any way to change hair type and color, skin color, etc?

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 6:18 am
by XDAvenger93
ce0000 wrote:
Mon Oct 28, 2019 4:27 am
I used this CT to cheat all 6 Attributes (Stats) to Very High (max). After playing for a while, 2 of 6 attributes have gone down automatically to High (Intel and Perc). I don't know what happened.

Does anyone has the same problem? Do I have to start a new game to cheat the 6 Attributes again?
Playing on supernova? Sleep, eat or drink.

If not: Stepped on a landmine? Exploded a barrel next to you? Congrats, you got concussions. I haven't yet found a cure for them, outside sleeping in a bed.

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 9:50 am
by Kroco
Zanzer wrote:
Mon Oct 28, 2019 2:10 am
viewtopic.php?f=4&t=10650&p=109557#p109557

Added Unlimited Holographic Shroud
thank you
companion perks still wont work on store version for me btw

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 10:51 am
by omninodachi
Anyone poke at the Reputation?

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 10:55 am
by bloodaxis
omninodachi wrote:
Mon Oct 28, 2019 10:51 am
Anyone poke at the Reputation?
Flings trainer and zanzers table has reputation.

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 12:06 pm
by xfaustx
Hi guys. Is there any pointers for reputation's?
Looks like some amounts of certain reputation differs npc's view on main character =\
PS Thx for great table as always.
upd. Rep from zanzer not working for me for some reason =(

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 1:11 pm
by PsychoFox
Great job with the table, highly appreciated.

Do you think you can do something about bypassing the character creation menu profanity filter? There might some hint as to how in this screenshot.

Re: The Outer Worlds (Epic Game Store)

Posted: Mon Oct 28, 2019 2:57 pm
by Impala
Zanzer wrote:
Mon Oct 28, 2019 2:10 am
viewtopic.php?f=4&t=10650&p=109557#p109557

Added Unlimited Holographic Shroud
I made my own version of the companion perk script since I couldn't get yours to work, maybe you can look at the code and compare for a better code (windows store)

-Spend a perk point and it generates the address for perks for that character
-If doesn't update, click a random perk after

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>4035</ID>
      <Description>"Companion Perks (Spend a perk point)"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//IndianaWindowsStore-Win64-Shipping.exe+5D5E22 - 89 87 14030000 - mov [rdi+00000314],eax
aobscanmodule(compperks,IndianaWindowsStore-Win64-Shipping.exe,89 87 14 03 00 00 48 8B CF E8 B0) // should be unique
alloc(newmem,$1000,"IndianaWindowsStore-Win64-Shipping.exe"+5D5E22)

label(code)
label(return)
label(CompPerkAddy)

registersymbol(CompPerkAddy)

newmem:

code:
  mov [rdi+00000314],eax
  mov [CompPerkAddy],rdi
  jmp return
  CompPerkAddy:

compperks:
  jmp newmem
  nop
return:
registersymbol(compperks)

[DISABLE]

compperks:
  db 89 87 14 03 00 00

unregistersymbol(compperks)
unregistersymbol(CompPerkAddy)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "IndianaWindowsStore-Win64-Shipping.exe"+5D5E22

"IndianaWindowsStore-Win64-Shipping.exe"+5D5DFE: 48 8B CF                       -  mov rcx,rdi
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E01: E8 9A F5 00 00                 -  call IndianaWindowsStore-Win64-Shipping.exe+5E53A0
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E06: 84 C0                          -  test al,al
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E08: 75 31                          -  jne IndianaWindowsStore-Win64-Shipping.exe+5D5E3B
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E0A: 8B 87 14 03 00 00              -  mov eax,[rdi+00000314]
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E10: 83 F8 01                       -  cmp eax,01
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E13: 7C 26                          -  jl IndianaWindowsStore-Win64-Shipping.exe+5D5E3B
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E15: FF C8                          -  dec eax
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E17: 4C 8D 87 18 03 00 00           -  lea r8,[rdi+00000318]
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E1E: 48 8D 55 67                    -  lea rdx,[rbp+67]
// ---------- INJECTING HERE ----------
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E22: 89 87 14 03 00 00              -  mov [rdi+00000314],eax
// ---------- DONE INJECTING  ----------
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E28: 48 8B CF                       -  mov rcx,rdi
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E2B: E8 B0 E0 FF FF                 -  call IndianaWindowsStore-Win64-Shipping.exe+5D3EE0
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E30: 48 8B D3                       -  mov rdx,rbx
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E33: 48 8B CF                       -  mov rcx,rdi
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E36: E8 D5 FC FF FF                 -  call IndianaWindowsStore-Win64-Shipping.exe+5D5B10
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E3B: 48 8B 16                       -  mov rdx,[rsi]
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E3E: 48 8B CF                       -  mov rcx,rdi
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E41: E8 CA FC FF FF                 -  call IndianaWindowsStore-Win64-Shipping.exe+5D5B10
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E46: 48 83 C6 08                    -  add rsi,08
"IndianaWindowsStore-Win64-Shipping.exe"+5D5E4A: 49 3B F6                       -  cmp rsi,r14
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>4036</ID>
          <Description>"Companion Perk Amount"</Description>
          <LastState Value="2" RealAddress="27746AFAC74"/>
          <VariableType>4 Bytes</VariableType>
          <Address>[CompPerkAddy]+314</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>