Page 8 of 65

Re: No Mans Sky 1.37 (Steam)

Posted: Fri Oct 13, 2017 5:32 pm
by chris92vn
Squall8 wrote:
Thu Oct 12, 2017 4:00 am
Table updated for 1.38. I haven't tested everything yet, so if anything isn't working right just let me know.
Inf Items Crafting/Selling seems to be not working when refueling equipments. Crafting, reparing work just fine.
Inf Launch Thruster cannot be activated!

Re: No Mans Sky 1.37 (Steam)

Posted: Fri Oct 13, 2017 8:59 pm
by Squall8
chris92vn wrote:
Fri Oct 13, 2017 5:32 pm
Refueling/Feeding run off a different instruction. I never intended to make that but I added it to the cheat. As for the Inf Launch Thrusters, it works for me. I assume you're using the GOG version. If so, download my table again and let me know if it works.

Re: No Mans Sky 1.37 (Steam)

Posted: Sat Oct 14, 2017 10:25 am
by chris92vn
Squall8 wrote:
Fri Oct 13, 2017 8:59 pm
chris92vn wrote:
Fri Oct 13, 2017 5:32 pm
Refueling/Feeding run off a different instruction. I never intended to make that but I added it to the cheat. As for the Inf Launch Thrusters, it works for me. I assume you're using the GOG version. If so, download my table again and let me know if it works.
Oh right! I did notice now, the table is for Steam version! Inf Items is unable to use now, I assume steam version using different instruction. At least Inf thursters works!

Re: No Mans Sky 1.37 (Steam)

Posted: Sat Oct 14, 2017 7:24 pm
by Squall8
chris92vn wrote:
Sat Oct 14, 2017 10:25 am
Download the table again, it should work now!

Re: No Mans Sky 1.38 (Steam)

Posted: Sat Oct 28, 2017 12:56 am
by rubleep
I can load the table. But nothing works. The check-boxes don't work. They worked yesterday, just not today for some reason.

Re: No Mans Sky 1.38 (Steam)

Posted: Fri Nov 03, 2017 6:42 pm
by SaucyJack
rubleep wrote:
Sat Oct 28, 2017 12:56 am
I can load the table. But nothing works. The check-boxes don't work. They worked yesterday, just not today for some reason.
I'm having this same problem; is anyone else? Does anyone have a fix? I have the latest version of CE installed (6.7 I believe).

Re: No Mans Sky 1.38 (Steam)

Posted: Sat Nov 04, 2017 2:15 am
by zenaphex
SaucyJack wrote:
Fri Nov 03, 2017 6:42 pm
rubleep wrote:
Sat Oct 28, 2017 12:56 am
I can load the table. But nothing works. The check-boxes don't work. They worked yesterday, just not today for some reason.
I'm having this same problem; is anyone else? Does anyone have a fix? I have the latest version of CE installed (6.7 I believe).
I was having this issue at first using CE 6.7, but now it's working somehow and I'm not sure how. My usual process is the following...
  • Load NMS making sure CE is not running
  • Load NMS saved game file
  • Task switch to Windows desktop
    Note: I use Borderless Window graphics option in NMS. Not sure if this somehow makes a difference in how CE works.
  • Load CE
  • Attach game process
  • Load CE table for NMS
  • Set the desired cheat options
    Note: Checkbox options should be enabling OK. If not, maybe retry closing CE and opening again?
  • Task switch back to game, verify and enjoy
Haven't tried all the cheat options but most of the ones I do use work just fine for NMS 1.38 (Steam).

Re: No Mans Sky 1.38 (Steam)

Posted: Sat Nov 04, 2017 4:44 pm
by SaucyJack
That did the trick - much obliged!

Re: No Mans Sky 1.38 (Steam)

Posted: Sat Nov 18, 2017 12:50 am
by Yuzuki68
does table work with gog verion 1.38 ?

Re: No Mans Sky 1.38 (Steam)

Posted: Sat Nov 18, 2017 7:16 am
by Squall8
Added 2 new cheats!
Yuzuki68 wrote:
Sat Nov 18, 2017 12:50 am
Don't know. chris92vn had already brought up two cheats that weren't working for GOG, but those have been fixed already.

Re: No Mans Sky 1.38 (Steam)

Posted: Mon Nov 20, 2017 1:29 am
by Yuzuki68
Squall8 wrote:
Sat Nov 18, 2017 7:16 am
Added 2 new cheats!
Yuzuki68 wrote:
Sat Nov 18, 2017 12:50 am
Don't know. chris92vn had already brought up two cheats that weren't working for GOG, but those have been fixed already.
it seems to work with gog tested day back before leaving for trip

Re: No Mans Sky 1.38 (Steam)

Posted: Wed Jan 03, 2018 9:47 pm
by darkdex52
The Element Gathering Multiplier modifier crashes the game on GoG version 1.38.

Re: No Mans Sky 1.37 (Steam)

Posted: Tue Jan 23, 2018 10:10 am
by Hpoonis
cedricvdg wrote:
Thu Sep 28, 2017 7:53 am
Squall8 wrote:
Sat Sep 23, 2017 1:23 pm
Here's another new script. Enabling this script will summon a freighter battle ever time you warp, so easy farming of S-Class freighters.

Enjoy!

Edit:

An additional script to make farming freighters that much easier. This script while turned on kills all pirates on exiting warp, finishing the battle and allows you to quickly check out the freighter :P
The NMS_freighterfarm.CT script does not work. Any ideas?

Re: No Mans Sky 1.38 (Steam)

Posted: Sat Mar 24, 2018 5:41 pm
by iNvIcTUs oRCuS
Here is the script for the "Unlock All Product Recipes" option thats broken for some later versions...
My latest version is the 1.37. If its not working for the latest version 1.38 maybe someone can port this to the newer one...

grEEtZ iNvIcTUs oRCuS
Unlock All Product Recipes for v1.37

Code: Select all

[ENABLE]
aobscanmodule(products,NMS.exe,4C 8D AB F0 3A 00 00 49 8B 7D 08 49 2B 7D 00)
alloc(newmem,$1000,products)
alloc(cGcProductTable,1024,products)
label(cGcProductTable_end)
registersymbol(cGcProductTable)
registersymbol(cGcProductTable_end)

label(code)
label(return)

newmem:

code:
  lea r13,[rbx+00003AF0]
  push rcx
  push rdx
  mov rcx, cGcProductTable
  mov rdx, cGcProductTable_end
  mov [r13+00], rcx
  mov [r13+08], rdx
  pop rdx
  pop rcx
  jmp return

products:
  jmp code
  nop
  nop
return:
registersymbol(products)

cGcProductTable+000:
db 'ACCESS1'
cGcProductTable+010:
db 'ACCESS2'
cGcProductTable+020:
db 'ACCESS3'
cGcProductTable+030:
db 'ALBUMENPEARL'
cGcProductTable+040:
db 'ALLOY1'
cGcProductTable+050:
db 'ALLOY2'
cGcProductTable+060:
db 'ALLOY3'
cGcProductTable+070:
db 'ALLOY4'
cGcProductTable+080:
db 'ALLOY5'
cGcProductTable+090:
db 'ALLOY6'
cGcProductTable+0A0:
db 'ALLOY7'
cGcProductTable+0B0:
db 'AQUASPHERE'
cGcProductTable+0C0:
db 'CAVECUBE'
cGcProductTable+0D0:
db 'COMMODITY1'
cGcProductTable+0E0:
db 'COMMODITY2'
cGcProductTable+0F0:
db 'COMMODITY3'
cGcProductTable+100:
db 'COMMODITY4'
cGcProductTable+110:
db 'COMMODITY5'
cGcProductTable+120:
db 'COMMODITY6'
cGcProductTable+130:
db 'COMMODITY7'
cGcProductTable+140:
db 'CURIO1'
cGcProductTable+150:
db 'CURIO2'
cGcProductTable+160:
db 'CURIO3'
cGcProductTable+170:
db 'CURIO4'
cGcProductTable+180:
db 'CURIO5'
cGcProductTable+190:
db 'CURIO6'
cGcProductTable+1A0:
db 'CURIO7'
cGcProductTable+1B0:
db 'CURIO8'
cGcProductTable+1C0:
db 'CURIO9'
cGcProductTable+1D0:
db 'DRUGS1'
cGcProductTable+1E0:
db 'GRAVBALL'
cGcProductTable+1F0:
db 'GRENFUEL1'
cGcProductTable+200:
db 'HACK1'
cGcProductTable+210:
db 'HYPERFUEL1'
cGcProductTable+220:
db 'PRODFUEL1'
cGcProductTable+230:
db 'PRODFUEL2'
cGcProductTable+240:
db 'PRODFUEL3'
cGcProductTable+250:
db 'SACVENOM'
cGcProductTable+260:
db 'SENTINEL1'
cGcProductTable+270:
db 'SENTINEL2'
cGcProductTable+280:
db 'SHIELDFUEL1'
cGcProductTable+290:
db 'SHIELDFUEL2'
cGcProductTable+2A0:
db 'SHIELDFUEL3'
cGcProductTable+2B0:
db 'COM1'
cGcProductTable+2C0:
db 'COMRARE1'
cGcProductTable+2D0:
db 'COMUNCOMMON1'
cGcProductTable+2E0:
db 'FUEL1'
cGcProductTable+2F0:
db 'FUELRARE1'
cGcProductTable+300:
db 'FUELUNCOMMON1'
cGcProductTable+310:
db 'TECH1'
cGcProductTable+320:
db 'TECHRARE1'
cGcProductTable+330:
db 'TECHUNCOMMON1'
cGcProductTable+340:
db 'TRADEABLE1'
cGcProductTable+350:
db 'TRADEABLE2'
cGcProductTable+360:
db 'TRADEABLE3'
cGcProductTable+370:
db 'TRADEABLE4'
cGcProductTable+380:
db 'TRADEABLE5'
cGcProductTable+390:
db 'TRADEABLE6'
cGcProductTable+3A0:
db 'TRADEABLE7'
cGcProductTable+3B0:
db 'TRADEABLE8'
cGcProductTable+3C0:
db 'TRADEABLE9'
cGcProductTable+3D0:
db 'TRADEABLE10'
cGcProductTable+3E0:
db 'BATTERY'
cGcProductTable+3F0:
db 'CWIRE'
cGcProductTable+400:
db 'MPLATE'
cGcProductTable+410:
db 'GLASS'
cGcProductTable+420:
db 'SFIBRES'
cGcProductTable+430:
db 'ACID'
cGcProductTable+440:
db 'GEL'
cGcProductTable+450:
db 'LUBE'
cGcProductTable+460:
db 'EXPLOSIVE'
cGcProductTable+470:
db 'CBOARD'
cGcProductTable+480:
db 'BIOROOM'
cGcProductTable+490:
cGcProductTable_end:

[DISABLE]
products:
  db 4C 8D AB F0 3A 00 00 49 8B 7D 08 49 2B 7D 00
unregistersymbol(products)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "NMS.exe"+4FD208

NMS.exe+8A9860 - 0F28 05 F9742C01      - movaps xmm0,[NMS.exe+1B70D60] { [1.00]
NMS.exe+8A9867 - 0F29 45 80            - movaps [rbp-80],xmm0
NMS.exe+8A986B - 48 8D 15 66420201     - lea rdx,[NMS.exe+18CDAD8] { ["BUILD_PROD"]
NMS.exe+8A9872 - 4C 8B 74 24 50        - mov r14,[rsp+50]
NMS.exe+8A9877 - 49 8B CE              - mov rcx,r14
NMS.exe+8A987A - E8 A112F8FF           - call NMS.exe+82AB20
NMS.exe+8A987F - 48 8B 1D 82327801     - mov rbx,[NMS.exe+202CB08] { [2438BD95010]
// ---------- INJECTING HERE ----------
NMS.exe+8A9886 - 4C 8D AB F03A0000     - lea r13,[rbx+00003AF0]
// ---------- DONE INJECTING  ----------
NMS.exe+8A988D - 49 8B 7D 08           - mov rdi,[r13+08]
NMS.exe+8A9891 - 49 2B 7D 00           - sub rdi,[r13+00]
NMS.exe+8A9895 - 48 C1 FF 04           - sar rdi,04 { 4
NMS.exe+8A9899 - FF CF                 - dec edi
NMS.exe+8A989B - 0F88 53010000         - js NMS.exe+8A99F4
NMS.exe+8A98A1 - 4C 63 F7              - movsxd  r14,edi
NMS.exe+8A98A4 - 49 C1 E6 04           - shl r14,04 { 4
NMS.exe+8A98A8 - 4D 8B E6              - mov r12,r14

}

No Mans Sky Next (Steam)

Posted: Mon Apr 16, 2018 7:08 pm
by Maitrebanjo
Hello,

Thank you for the great work on this table