Page 33 of 34

Re: Astroneer

Posted: Mon Oct 31, 2022 7:45 pm
by lantash
Rail update please

Re: Astroneer

Posted: Tue Dec 13, 2022 3:00 am
by GenuineSounds
A quick fix for the creative duplication script for build 1.26.128.0.

replace occurrences of
84 C0 0F 84 71 03 00 00 48
with
84 C0 0F 84 0D 08 00 00 48
You can double click the script. hit CTRL+R, text to find
71 03
and replace with
0D 08
So, it will look like this in the latest version (without comments):

Code: Select all

[ENABLE]

aobscanmodule(codeOnSelectionDuplicate,Astro-Win64-Shipping.exe,84 C0 0F 84 0D 08 00 00 48)
aobscanmodule(codeServerSelectionDuplicateImpl,Astro-Win64-Shipping.exe,84 C0 0F 84 0B 02 00 00 4C)

codeOnSelectionDuplicate:
  db 90 90 90 90 90 90 90 90

codeServerSelectionDuplicateImpl:
  db 90 90 90 90 90 90 90 90

registersymbol(codeOnSelectionDuplicate)
registersymbol(codeServerSelectionDuplicateImpl)

[DISABLE]

codeOnSelectionDuplicate:
  db 84 C0 0F 84 0D 08 00 00

codeServerSelectionDuplicateImpl:
  db 84 C0 0F 84 0B 02 00 00

unregistersymbol(*)
EDIT: You can also replace these for a couple more of the creative cheats. F = text to find R = replace them with these

Code: Select all

Free Oxygen
F: 01 74 0C F6 81 C9 06 00 00 40
R: 01 74 0C F6 81 E9 06 00 00 40

Free Fuel
F: 02 74 0C F6 81 C9 06 00 00 40
R: 02 74 0C F6 81 E9 06 00 00 40

Invisible to hazards
F: 04 74 0C F6 81 C9 06 00 00 40
R: 04 74 0C F6 81 E9 06 00 00 40

Invincible
F: 08 74 0C F6 81 C9 06 00 00 40
R: 08 74 0C F6 81 E9 06 00 00 40

Unlimited backpack power
F: 10 74 0C F6 81 C9 06 00 00 40
R: 10 74 0C F6 81 E9 06 00 00 40
You basically just need to replace C9 to E9 in those scripts.

EDIT 2: I *think* I got free soil on terrain as well. The new AOB scan should be
74 0C 48 8B C8 E8 45
and the new memFreeSoil should read

Code: Select all

memFreeSoil:
  jmp Astro-Win64-Shipping.exe+FF3DE0
  mov rcx,rax
  jmp returnFreeSoil
It will crash if you forget to change this.

And if anyone could tell me how to get CE to let me change the relative process address since it's not showing Astro-Win64-Shipping.exe+FF3DE0 in the disassembler it's showing some other thing but it's the same thing.

Re: Astroneer

Posted: Sat Dec 17, 2022 12:04 pm
by LausLinksi
Thanks GenuineSounds - all of above works nice for me. I put all working into a "new" table based on the previous posted, also removed the items, which are not longer working. If there something else you find, please post and I can include it here. Still not understanding how to find out and make use of found addresses, so glad you did the job. 8-)

Re: Astroneer

Posted: Sun Dec 18, 2022 11:42 pm
by GenuineSounds
LausLinksi wrote:
Sat Dec 17, 2022 12:04 pm
Thanks GenuineSounds - all of above works nice for me. I put all working into a "new" table based on the previous posted, also removed the items, which are not longer working. If there something else you find, please post and I can include it here. Still not understanding how to find out and make use of found addresses, so glad you did the job. 8-)
I'll look through some of them today and see if I can't find more to fix.

Re: Astroneer

Posted: Sun Jan 01, 2023 3:11 pm
by icaro_Anti
GarnoriZ wrote:
Sun Jul 12, 2020 1:10 am
Astroneer 1.23.132.0.CT
Info about this table:
  • Game Process: Astro-Win64-Shipping.exe
  • Game Version: see history below (tested with the Steam version)
  • Author: mece
  • CE Version: 7.4
Features (survival mode):
  • True Flat: activate the script while holding the terrain tool, then hold SHIFT to align the brush position to voxel grid. Hotkey can be changed in the table lua script.
  • Brush stats: size, speed, range and soil consumption rate.
  • Terrain tool augments: inhibitor, analyzer, alignment, drill 3. You don't need to have them installed to use this cheat.
  • Auto color picker: when analyzer and inhibitor mods are ON then the brush will automatically pick up a soil color under it.
  • Manual color picker: by default when analyzer mod is ON clicking SHIFT button picks up the soil color even the Color picker is OFF.
  • Alignment always horizontal: activate script and alignment mod brush will be always horizontal.
History:
  • 2022-02-05: fix for 1.23.132.0
  • 2021-04-01: fix for 1.19.134.0
  • 2021-02-25: fix for 1.18.68.0
  • 2020-12-30: fix for 1.17.89.0
  • 2020-11-04: fix for 1.16.70.0
  • 2020-10-24: fix for 1.16.60.0
  • 2020-09-26: fix for 1.15.51.0
  • 2020-08-30: changing brush stats in UI also changes values for creative mode but not vice versa.
  • 2020-08-26: fixed true flat bug: z-coor. incorrectly calculated; added details into the features description.
  • 2020-08-22: fix for 1.14.74.0
  • 2020-07-18: fix for 1.13.128.0
  • 2020-07-12: fix for 1.13.126.0
  • 2020-06-01: fix for 1.12.95.0
  • 2020-05-09: fix for 1.11.62.0

please update! does not work in the current version of the game! your mod is awesome :) version 1.26.128.0

Re: Astroneer

Posted: Wed Jan 11, 2023 9:00 pm
by ModEngine
My contribution


Easy Suit Craft
Unlimited Bytes
Unlimited Health
Unlimited Suit Energy
Unlimited Suit Oxygen

Re: Astroneer

Posted: Mon Jan 16, 2023 11:11 am
by qpalskwo10
Does anyone find how to make true flat feature work?

Re: Astroneer

Posted: Mon Mar 20, 2023 10:37 pm
by darquan0
*error double post*

Re: Astroneer

Posted: Mon Mar 20, 2023 11:31 pm
by darquan0
Zanzer wrote:
Sun Mar 05, 2017 11:43 pm
04/03/2021 - Fixed Craft for Free
10/04/2020 - Updated All Scripts
10/02/2020 - Fixed Craft for Free
08/30/2020 - Fixed Craft for Free
06/27/2020 - Fixed Craft for Free
02/05/2020 - Fixed Craft for Free
12/21/2019 - Fixed Craft for Free
09/05/2019 - Fixed Craft for Free
Can you please assist on how to fix "craft for free" option that stopped working after 1.27 update?

Re: Astroneer

Posted: Tue Mar 21, 2023 1:51 am
by Zanzer
Updated.

Use your favorite Unreal Engine dumper and find:
BoolProperty /Script/Astro.PrinterComponent:RequireResources

Hack it!

Re: Astroneer

Posted: Fri Apr 28, 2023 10:44 am
by ahmadmahrous
Is "Astro-Win64-Shipping squall0833 1.19.134.0 v2.CT" going to be updated for 1.27.310?
How can I fix unlimited jump jet

Re: Astroneer

Posted: Wed May 17, 2023 6:25 am
by Astronaute
Hello everyone,

first of all thank you for sharing the file, it works perfectly. on the other hand, is it normal that I can't build everything, he only gives me one resource and in my backpack, I can't build anything anymore. thank you all for your future answers

Re: Astroneer

Posted: Thu Jun 29, 2023 6:51 pm
by LuayGamer
STN wrote:
Fri Apr 28, 2017 4:04 am
Find the resource you need to craft something, put a bp on it and try to craft. A compare should popup that checks if you have the required number of items for crafting.
I didn't understand the part of setting bps on the resources. I'm a beginner at reverse engineering so can you please tell me how exactly you found the code of PrintButton_OnOpen or PrintButton_OnClick like where is your start-point?

Btw I'm only using Cheat Engine so if you used another program, I would appreciate to learn them also and thanks from now. 😁

Re: Astroneer

Posted: Fri Jul 14, 2023 6:23 am
by loveteayza
Game was update to 1.28.34.0.Need update on craft for free plz

Re: Astroneer

Posted: Tue Jul 18, 2023 11:03 pm
by WhiteRau
ahmadmahrous wrote:
Fri Apr 28, 2023 10:44 am
Is "Astro-Win64-Shipping squall0833 1.19.134.0 v2.CT" going to be updated for 1.27.310?
How can I fix unlimited jump jet
given the disparity between 1.19 and 1.127... i think he's either moved on or is dead. :) unfortunate. parts of his table still work though. i've blended parts of tables together to make a hodge-podge. it crashes the game on first run, but if you leave CE open and hook back in, it works. the free print does not, though. it consistently borks the game right out.