Starfield

Upload your cheat tables here (No requests)
Post Reply
User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1686

Starfield

Post by Akira »

Code: Select all

Game Name:		Starfield
Game Process:		Starfield.exe
Game Version:		A315EF06 v1.7.23.0
Game Engine:		CREATION Engine 2
Savegame:		C:\Users\<UserName>\Documents\My Games\Starfield\Saves
Steam App ID:      	1716740

Cheat Engine:		7.5
Game Website:
If you like my work then please rate this post positive, it's easy, just hit the "Post reputation" button at the top right of the post.
If you want to share the table then share the link to this post but do not upload this table anywhere else.

Starfield_v1.3.CT
Starfield 1.7.23.0 | CE 7.5 | CT 1.3
(1.18 MiB) Downloaded 25989 times

Code: Select all

Scripts:
   Inf. Health / Oxygen
    One Hit Kill
   Inf. Tool Energy
   Inf. Clip Ammo
   Inf. Items (Includes Ammo)
   Inf. Skill Points
   Inf. Ship Ammo
   Rapid Fire
   Walk Speed Modifier
   Experience Gain Modifier
   Freeze AI Movement
   Door Unlock
   Set Time Dilation
   Inventory Item Pointer
   
Teleport:
   Print Current Coordinates
   Save Player Coordinates
   Load Saved Coordinates
   Load Previous Coordinates
   Load Last Placed Map Marker Coordinates
  
Pointer:
   PlayerCharacter
   PlayerCamera
   EquippedWeapon::Data
   Sky
   PlayerControls::Manager
   bhkCharProxyController
   Research::Manager
   Camera::Manager
   BGSPlanet::Manager
   TES
   BSGalaxy::Physics::Havok::bhkSpaceWorld
The Table can also be found in our Discord Server:
[Link]
If you have any questions or need help feel free to ask there, we have tables for a lot other games as well.
Old Versions
Starfield_v1.2.CT
Starfield 1.7.23.0 | CE 7.5 | CT 1.2
(1.2 MiB) Downloaded 7765 times
Starfield_v1.1.CT
Starfield 1.7.23.0 | CE 7.5 | CT 1.1
(1.07 MiB) Downloaded 2413 times
Starfield_v1.0.CT
Starfield 1.7.23.0 | CE 7.5 | CT 1.0
(1.05 MiB) Downloaded 643 times
Other Table Maker Posts
Console

The Console can be opened with the Tilde key in-game.
It's the Ö key on a german keyboard.

Be aware that some commands may disable Achievements!
To bypass that see SunBeam's Post.

You can find many commands at this [Link].
The site is for fallout but the commands are the same.
Item IDs can be found at this [Link].


How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by Akira on Thu Sep 07, 2023 3:45 pm, edited 12 times in total.

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1091
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3501

Re: Starfield

Post by Zanzer »

Here are my contributions.

Player Pointer
Container Pointer
Experience Multiplier
Zero Weight
Research Ignores Skill Check
Free Research
Free Build
Free Craft
Free Equipment Mods
Ignore Craft Materials (thanks gir489)
Ignore Skill Challenge
Unlimited Dialog Turns
Unlimited Boost Pack
Unlimited Oxygen
No Reload
Ship Systems Run at Full Power
Ship Design 'Bays' Category Shows All Modules new
Ignore Skill Check for Ship Modules new
Ignore All Ship Design Errors
Ignore Ship Module Hard Limit on Add
Ignore Ship Module Hard Limit on Copy
100% Pickpocket
Perfect Stealth
Ship Engine Pointer
Unlimited Ship Weapons
Mannequin Pointer (Respawn Mantis Armor)
Stealth Always Active
Stealth Meter Always Visible
Unlimited Inventory

If you're someone who's using the Console, here's a dump of "all" equipment mod IDs.
I'll leave it up to the community to figure out if/how they are used and on what equipment.
These are for the ".amod" console command when applied to your equipment.
For instance, the first one in the list upgrades your weapon to quality level 4 (Advanced)
Or "F4CF0 One Inch Punch" gives your gun a shotgun spread.

Old Tables
Starfield.CT
v15
(460.61 KiB) Downloaded 6744 times
Attachments
Starfield.CT
v16
(465.95 KiB) Downloaded 7484 times
Last edited by Zanzer on Sat Sep 16, 2023 11:35 pm, edited 21 times in total.

Tuuuup!
Table Makers
Table Makers
Posts: 239
Joined: Sat Sep 26, 2020 9:54 am
Reputation: 1403

Re: Starfield

Post by Tuuuup! »

Player Character:

+3B8 = HP?
+3C4 = O2/stamina?
+3DC = Suit/Enviroment damage?

All floats. And values goes from zero to -... So freeze 0

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1686

Re: Starfield

Post by Akira »

Tuuuup! wrote:
Fri Sep 01, 2023 1:48 pm
Player Character:
Thanks, already thought that it might be "DamageTaken" rather than "CurrentHealth" but wasn't even really far in the game so didn't looked too much into it yet.

[PlayerCamere]+278 = FoV

User avatar
Cielos
RCE Fanatics
RCE Fanatics
Posts: 834
Joined: Fri Mar 03, 2017 4:35 am
Reputation: 1797

Re: Starfield

Post by Cielos »

here's a simple script that allows you to walk slightly faster using keyboard and mouse than the game's intended speed.
also, with the script activated, you may do a slow walk (uses back the game's default walking speed) by holding mouse button 4 when you're walking; and holding mouse button 5 when you're walking to slow jog.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>40</ID>
      <Description>"fast walk / slow jog"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(kBMoveSpeedModifierApplyAOB,Starfield.exe,C5 ** ** ** E8 ** ** ** ** 84 C0 74 08 C5 ** ** ** ** ** ** ** C5 ** ** ** C5 ** ** ** ** ** C5)
registersymbol(kBMoveSpeedModifierApplyAOB)

label(dWalkSpeedMulti)
registersymbol(dWalkSpeedMulti)

alloc(newmem,2048,kBMoveSpeedModifierApplyAOB+15) //"Starfield.exe"+1F4D265)
label(returnhere)
label(originalcode_kBMoveSpeedModifierApplyAOB)
registersymbol(originalcode_kBMoveSpeedModifierApplyAOB)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
jnz @f
vmovss xmm6,[dWalkSpeedMulti]

originalcode_kBMoveSpeedModifierApplyAOB:
readmem(kBMoveSpeedModifierApplyAOB+15,10)
//vmulss xmm0,xmm6,xmm7
//vmovss xmm6,[rsp+24]

exit:
jmp returnhere

///
dWalkSpeedMulti:
dd (float)1.1
///

kBMoveSpeedModifierApplyAOB+15: //"Starfield.exe"+1F4D265:
jmp newmem
nop 5
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
kBMoveSpeedModifierApplyAOB+15: //"Starfield.exe"+1F4D265:
readmem(originalcode_kBMoveSpeedModifierApplyAOB,10)
//db C5 CA 59 C7 C5 FA 10 74 24 24
//vmulss xmm0,xmm6,xmm7
//vmovss xmm6,[rsp+24]
unregistersymbol(originalcode_kBMoveSpeedModifierApplyAOB)

unregistersymbol(dWalkSpeedMulti)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>41</ID>
          <Description>"x?"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Float</VariableType>
          <Address>dWalkSpeedMulti</Address>
          <Hotkeys>
            <Hotkey OnlyWhileDown="1">
              <Action>Set Value</Action>
              <Keys>
                <Key>6</Key>
              </Keys>
              <Value>1.5</Value>
              <ID>0</ID>
            </Hotkey>
            <Hotkey OnlyWhileDown="1">
              <Action>Set Value</Action>
              <Keys>
                <Key>5</Key>
              </Keys>
              <Value>1</Value>
              <ID>1</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

User avatar
Lashley
Expert Cheater
Expert Cheater
Posts: 127
Joined: Fri Oct 13, 2017 9:53 am
Reputation: 7

Re: Starfield

Post by Lashley »

Any way to cheat stealth?

User avatar
SunBeam
Administration
Administration
Posts: 4783
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4413

Re: Starfield

Post by SunBeam »

Cielos wrote:
Fri Sep 01, 2023 3:11 pm
...
Was just checking out your table for Fallout 4 the other day :) Reminded me of my Far Cry 4/5/6 setup for speed, jump, etc. :D Cheers!

eTheBlack
Expert Cheater
Expert Cheater
Posts: 309
Joined: Fri Mar 10, 2017 10:41 am
Reputation: 73

Re: Starfield

Post by eTheBlack »

With Inf. Items, I can't pickup any items anymore, just fyi. Disable/enable it when needed

Squalor
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sat Mar 25, 2017 7:56 am
Reputation: 24

Re: Starfield

Post by Squalor »

Only thing I'm looking for is something that removes the part limits from the ship builder. I want 50 reactors and 10,000 machine guns.

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1091
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3501

Re: Starfield

Post by Zanzer »

viewtopic.php?p=313155#p313155
Updates in v2:
Container Pointer
Ignore Skill Challenge
Stealth Always Active
Stealth Meter Always Visible

eTheBlack
Expert Cheater
Expert Cheater
Posts: 309
Joined: Fri Mar 10, 2017 10:41 am
Reputation: 73

Re: Starfield

Post by eTheBlack »

Zanzer wrote:
Fri Sep 01, 2023 7:00 pm
Ignore Skill Challenge new
Stealth Always Active new
These two are :wub:

Wombleinc
Expert Cheater
Expert Cheater
Posts: 71
Joined: Fri Aug 09, 2019 4:42 pm
Reputation: 9

Re: Starfield

Post by Wombleinc »

How did you get the container pointer? Did you find it through a the player structure or through the item in the container(what accesses or writes to the address)?

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1091
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3501

Re: Starfield

Post by Zanzer »

Wombleinc wrote:
Sat Sep 02, 2023 3:52 am
How did you get the container pointer? Did you find it through a the player structure or through the item in the container(what accesses or writes to the address)?
From the item in the container. Then break and trace to find the start of it when hovering over the container.

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1091
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3501

Re: Starfield

Post by Zanzer »

viewtopic.php?p=313155#p313155
Table v3: Added Unlimited Dialog Turns

acecel
Expert Cheater
Expert Cheater
Posts: 853
Joined: Sun Apr 09, 2017 1:32 am
Reputation: 142

Re: Starfield

Post by acecel »

2 questions :

1) Has anyone found a complete (or almost complete) item ID list (including AID items and such, the one i found didn't have any medkit and similar items) ? If yes could you please share it or a link to it ?

2) Would it be possible to add a "Money Multiplier" cheat in the table that would increase the money gain from quests, loot and such ? This is the cheat i am trying to find but couldn't find it anywhere, and i have no idea how to do it by myself.

Thanks in advance for the help

Post Reply

Who is online

Users browsing this forum: AbuAlMusafi, AhrefsBot, CrimsonX129, Google Adsense [Bot], JustDinoe, masturbaiter, moryabro, naaphew, Obigel, Royce G, Ruff Ghanor, Scarpetti, seallaw, thajo