Astroneer

Upload your cheat tables here (No requests)
squall0833
Table Makers
Table Makers
Posts: 196
Joined: Sat Mar 04, 2017 1:46 pm
Reputation: 81

Re: Astroneer

Post by squall0833 »

alamana wrote:
Mon Apr 15, 2019 8:34 pm
Important: the 1.0.13 table on 1.0.14 broke my save game. I was only able to load the save game if I enabled the top level "unlimited oxygen, resources etc", and it crashed instantly when I turned it off. Otherwise it crashed after loading with a memory access error.

EDIT1: couldn't reproduce with a brand new save, but it's definitely connected to the table as it loaded when I enabled that option.
:-o

interesting, there's a low chance u can fix it, ur case is rare, happened to me once before but couldnt reproduce it as well

load in ur game with the table enabled like u did, try to find and stop anything thats running, such as atmosphere condenser,printing

then disable cheat, if it didnt crash, save the game.

there's something that shared the same opcode is running and got bound to the modified opcode, so when u disabled cheats back to default opcode, it crashes, that "thing" is only exists in ur problem save.

the other way to trace it by search address for oxygen, and attach debugger see what writes to this address, you should see "modified opcode" for ur oxygen, then see what access to this opcode, one of those address would be the cause

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

xk7pg
Noobzor
Noobzor
Posts: 5
Joined: Wed May 08, 2019 12:46 pm
Reputation: 1

Re: Astroneer

Post by xk7pg »

enabling the category for "==Massive Resources, Infinite Oxygen,Instant Canister==" gives infinite oxygen even if the infinite o2 sub-option isn't specifically selected.

Also the massive resources is nice, but sometimes a resource can be really annoying to find. Is it possible to have an easy crafting option, or some way to spawn resources, or anything like that?

GromTw
Noobzor
Noobzor
Posts: 5
Joined: Sat May 11, 2019 10:50 am
Reputation: 0

Re: Astroneer

Post by GromTw »

Massive ressources and infinite energy don't work anymore maybe because of the last update on steam

sobasofly
What is cheating?
What is cheating?
Posts: 3
Joined: Sun May 12, 2019 5:27 pm
Reputation: 0

Re: Astroneer

Post by sobasofly »

@squall0833 will you be releasing an update for the latest 1.1 update?

GromTw
Noobzor
Noobzor
Posts: 5
Joined: Sat May 11, 2019 10:50 am
Reputation: 0

Re: Astroneer

Post by GromTw »

if @squall0833 do an update it will be really nice

sobasofly
What is cheating?
What is cheating?
Posts: 3
Joined: Sun May 12, 2019 5:27 pm
Reputation: 0

Re: Astroneer

Post by sobasofly »

I have updated it to work with 1.1.2. It might not be perfect still learning CE.
Originally made by squall0833.

Power, oxygen, mass resources, instant canistor, 20000 bytes.
Attachments
Astro-Win64-Shipping soba 1.1.2.CT
(910.78 KiB) Downloaded 108 times

Biostar Ten
What is cheating?
What is cheating?
Posts: 2
Joined: Tue May 14, 2019 12:50 pm
Reputation: 0

Re: Astroneer

Post by Biostar Ten »

Thank you sobasofly and Squall, etc.

GromTw
Noobzor
Noobzor
Posts: 5
Joined: Sat May 11, 2019 10:50 am
Reputation: 0

Re: Astroneer

Post by GromTw »

this has only one problem for me when I turn on infinite energy and I use my backpack energy it consume and don't charge back

GromTw
Noobzor
Noobzor
Posts: 5
Joined: Sat May 11, 2019 10:50 am
Reputation: 0

Re: Astroneer

Post by GromTw »

but no problem

sobasofly
What is cheating?
What is cheating?
Posts: 3
Joined: Sun May 12, 2019 5:27 pm
Reputation: 0

Re: Astroneer

Post by sobasofly »

Version 1.1.2 Cheat Table

Changes........

Added Godmode, fixed backpack consuming power.


Originally made by squall0833
Attachments
Astro-Win64-Shipping soba 1.1.2 v2.CT
(3.39 MiB) Downloaded 102 times

GromTw
Noobzor
Noobzor
Posts: 5
Joined: Sat May 11, 2019 10:50 am
Reputation: 0

Re: Astroneer

Post by GromTw »

Thank you !

User avatar
HylianZ
Expert Cheater
Expert Cheater
Posts: 268
Joined: Thu Mar 23, 2017 5:37 pm
Reputation: 71

Re: Astroneer

Post by HylianZ »

Can I request someone to create a code that I can use to kill myself?

I got stuck in the core of the planet, and there's infinite oxygen there now, so I can't die. The save is ruined. Unless I can die. I figure a health pointer would be easier than a walk through walls code. I've tried, but I just have a lot of trouble with it.

Edit: Nevermind. STN and Impala helped me out.
Last edited by HylianZ on Sun May 19, 2019 12:43 am, edited 1 time in total.

MakerMan991
What is cheating?
What is cheating?
Posts: 2
Joined: Sun May 19, 2019 12:40 am
Reputation: 0

Help

Post by MakerMan991 »

How do I use the table? None of the lines work (I can't activate them).
Edit: Nvm The one Soba posted works.

ahmadmahrous_1
What is cheating?
What is cheating?
Posts: 2
Joined: Thu May 23, 2019 10:53 pm
Reputation: 0

Re: Astroneer

Post by ahmadmahrous_1 »

Hi,
I am trying to make a free crafting cheat
I got a 4 byte value to be 1 if crafting requirements is met and 0 if not met
then i found what access this address and got this code
mov [rax],ecx
by code injection i injected
mov [rax],1
but when activate script the game close

squall0833
Table Makers
Table Makers
Posts: 196
Joined: Sat Mar 04, 2017 1:46 pm
Reputation: 81

Re: Astroneer

Post by squall0833 »

ahmadmahrous_1 wrote:
Thu May 23, 2019 10:59 pm
Hi,
I am trying to make a free crafting cheat
I got a 4 byte value to be 1 if crafting requirements is met and 0 if not met
then i found what access this address and got this code
mov [rax],ecx
by code injection i injected
mov [rax],1
but when activate script the game close
I tried that, not gonna work, it seems the code for crafting requirements work differently. I still couldn't figure it out


Sorry for the late update, updated for the v1.1.3.0
fixed Massive Resources

viewtopic.php?p=57610#p57610

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], d3gz12, Darkedone02, Darkprince101, death_adder, DotBot, Empress, Impala, jck1337, Leunsel, lovaper98435, Streethobo123