Search found 5 matches

by DisassemblyCode
Sat Nov 20, 2021 6:07 am
Forum: Single Player Cheat Requests
Topic: Ultimate Admiral: Dreadnoughts
Replies: 173
Views: 169455

Re: Ultimate Admiral: Dreadnoughts

Table v02 Mono injection table. Changed static cost script to input manual adjustments in static cost Table v01 Mono injection table. Set cost to 1000 static Set weight to 1000 static Tested on version Core Patch 0.5 v90 It may or may not work. May affect enemy ships. Just built 30 BB for "Taget Pr...
by DisassemblyCode
Thu Nov 18, 2021 2:50 pm
Forum: Single Player Cheat Requests
Topic: Ultimate Admiral: Dreadnoughts
Replies: 173
Views: 169455

Re: Ultimate Admiral: Dreadnoughts

If it does affect the AI, I am not noticing or otherwise don't care lol. Furthermore, it doesn't look like the AI is taking full advantage of the hack. They still die, get flash fire'd, get modules busted. The lag is probably coming from you leaving the debugger on logging the "what writes to the ad...
by DisassemblyCode
Thu Nov 18, 2021 6:00 am
Forum: Single Player Cheat Requests
Topic: Ultimate Admiral: Dreadnoughts
Replies: 173
Views: 169455

Re: Ultimate Admiral: Dreadnoughts

I think I may have gotten it. When you identify those lines of code for money and weight - the opcodes movss [rsi+00000634],xmm5 - weight movss [rsi+00000638],xmm5 - money With those opcodes selected in the disassembler, select tools, select auto assemble. In the auto assemble window select the AOB ...
by DisassemblyCode
Wed Nov 17, 2021 4:05 pm
Forum: Single Player Cheat Requests
Topic: Ultimate Admiral: Dreadnoughts
Replies: 173
Views: 169455

Re: Ultimate Admiral: Dreadnoughts

After some further poking around I am thinking money and weight have to do with the following codes movss [rsi + 00000634],xmm5 -- weight movss [rsi + 00000684],xmm5 -- money (I think its 684, I don't have it in front of me atm) In reviewing the breakpoint traces I can see that there is no value set...
by DisassemblyCode
Wed Nov 17, 2021 6:03 am
Forum: Single Player Cheat Requests
Topic: Ultimate Admiral: Dreadnoughts
Replies: 173
Views: 169455

Re: Ultimate Admiral: Dreadnoughts

So I found a bit dirty way, I say that because I really don't know what I am doing, of getting weight hacked. Do you normal search for weight value find the value find what writes to it usually results in 3 addresses pick the one with the most calls select the code in disassembler those dotted lines...