Page 1 of 1

The Riftbreaker Developer Console Enabler - Windows Store / Game Pass Version

Posted: Wed Oct 20, 2021 8:13 am
by SvT
10/20/2021 - First Version
10/27/2021 - Second Version
11/8/2021 - Third Version

Allows for activation of the developer console.

USAGE:
1. Activate the script and press ( ~ ) in-game to open the console
2. Enjoy

( ~ ) not working? Try: ( ö ) ( ñ ) ( ù ) depending on your keyboard type.

List of commands: [Link]

Image

Re: The Riftbreaker Developer Console Enabler - Windows Store Version

Posted: Wed Oct 20, 2021 8:50 am
by tommy vercetti
Still finishing off that ring of pain game yo did dude. Thanks for the dev console thing, will defo help blast thru the game.
Here are the console command for use with the dev console.
[Link]

Re: The Riftbreaker Developer Console Enabler - Windows Store Version

Posted: Thu Oct 21, 2021 10:45 pm
by SvT
tommy vercetti wrote:
Wed Oct 20, 2021 8:50 am
Still finishing off that ring of pain game yo did dude. Thanks for the dev console thing, will defo help blast thru the game.
Here are the console command for use with the dev console.
[Link]
Here, this should help with the Strip Mining achievement (will instantly & completely deplete the resource underneath your various mining buildings):

Code: Select all

[ENABLE]
aobscanmodule(depleteMine,riftbreaker_dll_win_Release.dll,49 29 40 10 79 3B)
alloc(newmem,$1000,depleteMine)

label(code)
label(return)

newmem:
  mov rax,3B9AC9FF

code:
  sub [r8+10],rax
  jns riftbreaker_dll_win_Release.dll+152555
  jmp return

depleteMine:
  jmp newmem
  nop
return:
registersymbol(depleteMine)

[DISABLE]
depleteMine:
  db 49 29 40 10 79 3B

unregistersymbol(depleteMine)
dealloc(newmem)
If you want to restore original functionality I think RAX was like 8320 or something.

Re: The Riftbreaker Developer Console Enabler - Windows Store / Game Pass Version

Posted: Wed Oct 27, 2021 8:04 pm
by LittleDog
there was an update on the MS Store Gamepass Version.
the Console enabler can no longer be activated

Re: The Riftbreaker Developer Console Enabler - Windows Store / Game Pass Version

Posted: Wed Oct 27, 2021 9:25 pm
by SvT
LittleDog wrote:
Wed Oct 27, 2021 8:04 pm
there was an update on the MS Store Gamepass Version.
the Console enabler can no longer be activated
Fixed in V2. I tried making it a little more update proof.
Hopefully it'll work for future versions, but we'll have to see.

Re: The Riftbreaker Developer Console Enabler - Windows Store / Game Pass Version

Posted: Thu Oct 28, 2021 8:18 am
by qdnugraha
thanks :D

Re: The Riftbreaker Developer Console Enabler - Windows Store / Game Pass Version

Posted: Tue Nov 09, 2021 1:47 am
by SvT
Updated