Page 1 of 1

Galactic Mining Corp

Posted: Sat May 22, 2021 9:35 am
by aSwedishMagyar
Just a few options, still working on it.

Current Table:
GalacticMiningCorp.CT
27-05-2021
(42.15 KiB) Downloaded 359 times


Current Options:
  • Pointers
    • Explore
      • Gold Earned
      • Xp Earned
      • Drill Health
        • Current (Negative)
        • Max
      • Drill Boost
        • Current (Negative)
        • Max
      • Drill Light
        • Width Mult
        • Height Mult
    • Stats
      • Auto Earner Timer
      • Auto Earner Amount
      • Gold
      • Cores
      • Drill Level
      • Corp Level
      • Drill Stats can change while in Drill Mission
        • Boost Power
        • Drill Power
        • Drill Max Health
        • Crit Factor
        • Fire
        • Ice
        • Acid
        • Radiation
        • Dark
  • Scripts
    • Health Gain on Drill
    • Inf Health/Boost
    • Inf Gold/Cores
    • Inf Upgrades
    • Add Gold (During Drill Mission)
  • Debug (contains selector so you can check out other items of interest)
Previous Versions
GalacticMiningCorp.CT
22-05-2021
(34.33 KiB) Downloaded 49 times
GalacticMiningCorp.CT
22-05-2021
(21.99 KiB) Downloaded 40 times

Re: Galactic Mining Corp

Posted: Sat May 22, 2021 12:59 pm
by JamAdo
Thanks, i might keep this handy for when i want to mess around. If you dont mind me asking how did you go about making this table, regular searching or mono shenanigans.

Re: Galactic Mining Corp

Posted: Sat May 22, 2021 10:08 pm
by aSwedishMagyar
Added a few things.
JamAdo wrote:
Sat May 22, 2021 12:59 pm
Thanks, i might keep this handy for when i want to mess around. If you dont mind me asking how did you go about making this table, regular searching or mono shenanigans.
As far as I can tell this game doesn't use mono. I found things just by searching for values. The health and boost were a bit stupid since they stop short of a full two's compliment and only not the value so when I searched for the negative I was always one off.

Re: Galactic Mining Corp

Posted: Sun May 23, 2021 2:50 am
by JamAdo
yeah i really just wanted to find a boost pointer, but i didn't think to do a signed value check. Thanks again.

Re: Galactic Mining Corp

Posted: Sun May 23, 2021 6:24 am
by shapka85
I've tinkered a bit with values,
and found the "nano drill timer" (it's in 4byte), but it changes back.
Same with powerup durations.

Re: Galactic Mining Corp

Posted: Sun May 23, 2021 7:38 am
by aSwedishMagyar
shapka85 wrote:
Sun May 23, 2021 6:24 am
I've tinkered a bit with values,
and found the "nano drill timer" (it's in 4byte), but it changes back.
Same with powerup durations.
Copy and paste this directly to your table for Drill Light radius. I'll upload another iteration later that has a selector for some other types.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>26236</ID>
      <Description>"Drill Light"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <LastState Value="" RealAddress="14269898"/>
      <ShowAsSigned>0</ShowAsSigned>
      <GroupHeader>1</GroupHeader>
      <Address>baseGame</Address>
      <Offsets>
        <Offset>0</Offset>
        <Offset>23*8</Offset>
        <Offset>1278</Offset>
      </Offsets>
      <CheatEntries>
        <CheatEntry>
          <ID>26249</ID>
          <Description>"Radius"</Description>
          <Options moRecursiveSetValue="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>26237</ID>
              <Description>"Width Mult"</Description>
              <LastState Value="1" RealAddress="14269978"/>
              <ShowAsSigned>1</ShowAsSigned>
              <VariableType>Float</VariableType>
              <Address>+E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>26238</ID>
              <Description>"Height Mult"</Description>
              <LastState Value="1" RealAddress="1426997C"/>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Float</VariableType>
              <Address>+E4</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


Re: Galactic Mining Corp

Posted: Sun May 23, 2021 12:45 pm
by shapka85
aSwedishMagyar, I have a save with all the planets, rooms, researches, tech tree, market items and more unlocked/bought.
Let me know if you'll need it for 'experiments'

Re: Galactic Mining Corp

Posted: Sun May 23, 2021 6:20 pm
by Affly
A way to enable/extend the timer on the saw power-up would be great.

Re: Galactic Mining Corp

Posted: Thu May 27, 2021 7:11 pm
by kmckowan
aSwedishMagyar wrote:
Sun May 23, 2021 7:38 am
shapka85 wrote:
Sun May 23, 2021 6:24 am
I've tinkered a bit with values,
and found the "nano drill timer" (it's in 4byte), but it changes back.
Same with powerup durations.
Copy and paste this directly to your table for Drill Light radius. I'll upload another iteration later that has a selector for some other types.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>26236</ID>
      <Description>"Drill Light"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <LastState Value="" RealAddress="14269898"/>
      <ShowAsSigned>0</ShowAsSigned>
      <GroupHeader>1</GroupHeader>
      <Address>baseGame</Address>
      <Offsets>
        <Offset>0</Offset>
        <Offset>23*8</Offset>
        <Offset>1278</Offset>
      </Offsets>
      <CheatEntries>
        <CheatEntry>
          <ID>26249</ID>
          <Description>"Radius"</Description>
          <Options moRecursiveSetValue="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>26237</ID>
              <Description>"Width Mult"</Description>
              <LastState Value="1" RealAddress="14269978"/>
              <ShowAsSigned>1</ShowAsSigned>
              <VariableType>Float</VariableType>
              <Address>+E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>26238</ID>
              <Description>"Height Mult"</Description>
              <LastState Value="1" RealAddress="1426997C"/>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Float</VariableType>
              <Address>+E4</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

How do you add this? I don't know how to work tables. Also you have a new version of trainer soon thank you for a really good trainer I love it

Re: Galactic Mining Corp

Posted: Fri May 28, 2021 6:42 am
by aSwedishMagyar
kmckowan wrote:
Thu May 27, 2021 7:11 pm
How do you add this? I don't know how to work tables. Also you have a new version of trainer soon thank you for a really good trainer I love it
You would click 'Select All' and then hit Ctrl+C and click on the table and do Ctrl+V. Don't need to now since I added the pointer in. Trying to get some other things to work but I got sidetracked.

Re: Galactic Mining Corp

Posted: Fri May 28, 2021 10:17 pm
by kmckowan
aSwedishMagyar wrote:
Fri May 28, 2021 6:42 am
kmckowan wrote:
Thu May 27, 2021 7:11 pm
How do you add this? I don't know how to work tables. Also you have a new version of trainer soon thank you for a really good trainer I love it
You would click 'Select All' and then hit Ctrl+C and click on the table and do Ctrl+V. Don't need to now since I added the pointer in. Trying to get some other things to work but I got sidetracked.
Thank you very much for the update on trainer this is a really good game even grindy with this table lol

Great work on this thanks again!

Re: Galactic Mining Corp

Posted: Sat May 29, 2021 11:16 am
by kmckowan
That explore code for light Radius messes with the graphics on HQ screen, Is there are certain max it should be? I was going with about 10x10

Re: Galactic Mining Corp

Posted: Sat May 29, 2021 3:33 pm
by JamAdo
kmckowan wrote:
Sat May 29, 2021 11:16 am
That explore code for light Radius messes with the graphics on HQ screen, Is there are certain max it should be? I was going with about 10x10
Don't freeze it, set a hotkey to set it to a value and use it when you are in the stage. It's a once and done value per stage.