Page 27 of 29

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Posted: Wed Sep 20, 2023 1:58 pm
by GDragon
ray2160 wrote: ↑
Thu Sep 14, 2023 1:05 am
Added: Some New Features And Updated table 9/17/2023 Version: 1.38.90606.0 (For Windows PC) And Version: 1.38.90589.0 (For Steam) Here
Thx for avesome table!
Can you add "instant max firing speed" and "instant max accuracy" for gunner minigun?
Also configurable heat (instead of fixed "no heat" (for hot bullets (gunner minigun))) would be nice!

Also, can you add "compact mode" to table?

Code: Select all

[ENABLE]
LuaCall(function cycleFullCompact(sender,force) local state = not(compactmenuitem.Caption == 'Compact View Mode'); if force~=nil then state = not force end; compactmenuitem.Caption = state and 'Compact View Mode' or 'Full View Mode'; getMainForm().Splitter1.Visible = state; getMainForm().Panel4.Visible    = state; getMainForm().Panel5.Visible    = state; end; function addCompactMenu() if compactmenualreadyexists then return end; local parent = getMainForm().Menu.Items; compactmenuitem = createMenuItem(parent); parent.add(compactmenuitem); compactmenuitem.Caption = 'Compact View Mode'; compactmenuitem.OnClick = cycleFullCompact; compactmenualreadyexists = 'yes'; end; addCompactMenu(); cycleFullCompact(nil,true))

[DISABLE]
LuaCall(cycleFullCompact(nil,false))

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Posted: Fri Sep 22, 2023 9:02 am
by Azekaze
Would it be possible to add a godmode for jetty boot ?

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Posted: Fri Sep 22, 2023 8:56 pm
by GDragon
ray2160 wrote: ↑
Sat Feb 19, 2022 11:59 pm
No Recoil
uh, it is just empty record...

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Posted: Fri Sep 29, 2023 7:54 am
by Akira

Released a Cheat Table for [Link]!

Image

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Sat Sep 30, 2023 7:03 pm
by ray2160
Added: Free Resupplies , π˜Ώπ™„π™Žπ˜Όπ˜½π™‡π™€ π˜Όπ™‡π™‡ π™Šπ™‹π™π™„π™Šπ™‰π™Ž , π˜Ύπ™Šπ™ˆπ™‹π˜Όπ˜Ύπ™ π™ˆπ™Šπ˜Ώπ™€ And Improved Armskore Coil Gun Inatant Shoot Updated table 9/30/2023 Here (Steam And Windows PC)

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Sun Oct 08, 2023 6:40 pm
by GDragon
ray2160 wrote: ↑
Sat Sep 30, 2023 7:03 pm
Added: Free Resupplies , π˜Ώπ™„π™Žπ˜Όπ˜½π™‡π™€ π˜Όπ™‡π™‡ π™Šπ™‹π™π™„π™Šπ™‰π™Ž , π˜Ύπ™Šπ™ˆπ™‹π˜Όπ˜Ύπ™ π™ˆπ™Šπ˜Ώπ™€ And Improved Armskore Coil Gun Inatant Shoot Updated table 9/30/2023 Here (Steam And Windows PC)
Thx for updated no recoil :)

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Thu Oct 12, 2023 8:59 am
by deuxdoom
Where is Deep Rock Galactic: Survivor Code

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Thu Oct 12, 2023 4:43 pm
by Khold
Mega Resources (end of mission) doesn't seem to work :( the rest is awesome!

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Thu Oct 12, 2023 5:48 pm
by Akira
deuxdoom wrote: ↑
Thu Oct 12, 2023 8:59 am
Where is Deep Rock Galactic: Survivor Code
In the main post within the DRG Survivor - Cheat Table spoiler.

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Thu Oct 12, 2023 7:11 pm
by deuxdoom
Akira wrote: ↑
Thu Oct 12, 2023 5:48 pm
deuxdoom wrote: ↑
Thu Oct 12, 2023 8:59 am
Where is Deep Rock Galactic: Survivor Code
In the main post within the DRG Survivor - Cheat Table spoiler.
yeah, I found it, then +positive.
Thx !

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Sun Oct 15, 2023 3:19 pm
by ray2160
Updated table 10/15/2023 Here (Steam And Windows PC)

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Tue Oct 24, 2023 5:26 pm
by KKJKS156
Hello, Sir. I'd like to know how to modify M1000 Bonus Damage and make it work. I don't know which option I should change.

{ Game : Deep Rock Galactic
Version: 1.38.88873.0 (For Windows PC)
Date : 2023-08-12
Author : Ray2160

This script does M1000 Bonus Damage
}

[ENABLE]

aobscanmodule(M1000BonusDamage,$process,F3 0F 11 83 5C 08 00 00 84)
alloc(newmem,$100,M1000BonusDamage)

label(code)
label(return)
label(BonusDamage)

newmem:

code:
movss xmm0,[BonusDamage]
movss [rbx+0000085C],xmm0
jmp return

BonusDamage:
dq (float)1

M1000BonusDamage:
jmp newmem
nop 3
return:
registersymbol(M1000BonusDamage)
registersymbol(BonusDamage)

[DISABLE]

M1000BonusDamage:
db F3 0F 11 83 5C 08 00 00

unregistersymbol(M1000BonusDamage)
dealloc(newmem)

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Wed Oct 25, 2023 4:39 pm
by Akira
KKJKS156 wrote: ↑
Tue Oct 24, 2023 5:26 pm
Hello, Sir. I'd like to know how to modify M1000 Bonus Damage.
Spoiler
[ENABLE]

aobscanmodule(M1000BonusDamage,$process,F3 0F 11 83 5C 08 00 00 84)
alloc(newmem,$100,M1000BonusDamage)

label(code)
label(return)
label(BonusDamage)

newmem:

code:
movss xmm0,[BonusDamage]
movss [rbx+0000085C],xmm0
jmp return

BonusDamage:
dd (float)1 //This is the value you want to change

M1000BonusDamage:
jmp newmem
nop 3
return:
registersymbol(M1000BonusDamage)
registersymbol(BonusDamage)

[DISABLE]

M1000BonusDamage:
db F3 0F 11 83 5C 08 00 00

unregistersymbol(M1000BonusDamage)
dealloc(newmem)

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Wed Oct 25, 2023 5:31 pm
by KKJKS156
thank you sir!

Re: Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Posted: Fri Oct 27, 2023 12:17 pm
by racknstoan
Is there a way to get more performance points for the battle pass? Not interested in grinding out Season 4, they announced next month the patch will allow a toggle to turn off the annoying rockpox stuff so I am excited to have my neutral DRG back...in the mean time, time to scum the hell out of it.

Hopefully there's a way? (New to this stuff)