Page 2 of 3

Re: Littlewood

Posted: Fri Mar 27, 2020 8:08 pm
by Impala
Mati8 wrote:
Mon Mar 23, 2020 8:18 pm
Latest version is [Link].
KraftCrafterMcCrafty wrote:
Wed Mar 18, 2020 5:35 am
I would like to request an update for Littlewood. Bumpity.
Updated for .92

Also, fast exp should technically work but an offset changed, can either of you verify it works?

Re: Littlewood

Posted: Mon Mar 30, 2020 4:17 am
by KraftCrafterMcCrafty
ImpalaPUA wrote:
Fri Mar 27, 2020 8:08 pm
Mati8 wrote:
Mon Mar 23, 2020 8:18 pm
Latest version is [Link].
KraftCrafterMcCrafty wrote:
Wed Mar 18, 2020 5:35 am
I would like to request an update for Littlewood. Bumpity.
Updated for .92

Also, fast exp should technically work but an offset changed, can either of you verify it works?
Mine crashed when I tried to use Fast Experience. It was on an already established game. I'll try again tomorrow on a new one.

Re: Littlewood

Posted: Sun Apr 05, 2020 10:47 am
by Schnalle
I can't activate the fast experience option at all. The rest of the table works perfectly though as far as I can tell :)

Littlewood

Posted: Fri Jun 19, 2020 7:06 pm
by Madsilentist
Littlewood was updated to version 0.96 today. Could you do an update?

Littlewood

Posted: Fri Jun 26, 2020 9:06 pm
by BlueKalei
Thank for your work!

Re: Littlewood

Posted: Mon Jul 20, 2020 3:25 pm
by mezmezmeeez
This table is the only thing that keeps me going this quarantine, thanks a bunch!
There has been a big (v0.96) and small (v0.97) update for littlewood, could you possible update the table as well?

Re: Littlewood

Posted: Sun Jul 26, 2020 12:15 pm
by Impala
I plan on updating it for .99 for before the release of 1.0 on Aug 4th, so on release day it is just small changes

Re: Littlewood

Posted: Mon Jul 27, 2020 7:07 pm
by Impala
Updated for latest build

A lot of code changed, most should still work

I cant test fast experience gain because all mine are 99, so let me know if that works

Re: Littlewood

Posted: Fri Jul 31, 2020 1:46 pm
by mezmezmeeez
ImpalaPUA wrote:
Mon Jul 27, 2020 7:07 pm
Updated for latest build

A lot of code changed, most should still work

I cant test fast experience gain because all mine are 99, so let me know if that works
Started a new game, they all work perfectly.
Thank you so much!

Re: Littlewood

Posted: Mon Aug 03, 2020 5:13 pm
by Impala
Updated, and preparing for release on Aug 4th

Re: Littlewood

Posted: Thu Aug 06, 2020 2:07 pm
by Impala
Really loving this game, updated and added more features

Re: Littlewood

Posted: Fri Aug 07, 2020 10:23 am
by Schnalle
Thank you very much for the table :) It's working great for me and is very appreciated.

Re: Littlewood

Posted: Sat Aug 08, 2020 4:09 pm
by rafpoop
Thanks so much for making this wonderful table. I was wondering if you could solve someone's issue with obtaining stone online. They said they need to build hot air balloon but ran out of stone before they could build it. They now can't obtain any stone at all (because they can't travel and have no stone in town) and they were trying to use your cheat table to give themselves stone but they said they couldn't. I was wondering if you could solve this issue somehow? Is it possible to add stone to your inventory if you have zero stone? Here's the thread where we were discussing trying to use your table to solve the issue:

[Link]

Re: Littlewood

Posted: Mon Aug 10, 2020 11:40 pm
by Impala
rafpoop wrote:
Sat Aug 08, 2020 4:09 pm
Thanks so much for making this wonderful table. I was wondering if you could solve someone's issue with obtaining stone online. They said they need to build hot air balloon but ran out of stone before they could build it. They now can't obtain any stone at all (because they can't travel and have no stone in town) and they were trying to use your cheat table to give themselves stone but they said they couldn't. I was wondering if you could solve this issue somehow? Is it possible to add stone to your inventory if you have zero stone? Here's the thread where we were discussing trying to use your table to solve the issue:

[Link]
Yea I think I can do that

Tell them to use the smelter with this code enabled (copy/paste into cheat engine)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>17</ID>
      <Description>"Infinite Smelter Usage"</Description>
      <LastState/>
      <Color>808000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
LaunchMonoDataCollector()
{$asm}
//&lt;Smelt&gt;d__2374:MoveNext+606 - 83 E9 02 - sub ecx,02
aobscanregion(smelt,&lt;Smelt&gt;d__2374:MoveNext+5e0,&lt;Smelt&gt;d__2374:MoveNext+62a,83 E9 02)
smelt:
  db 83 C1 02

registersymbol(smelt)
[DISABLE]
smelt:
  db 83 E9 02
unregistersymbol(smelt)
{
// ORIGINAL CODE - INJECTION POINT: 1AB6F1B0

""+1AB6F18A: E8 49 8F FE FF        -  call 1AB580D8
""+1AB6F18F: 83 C4 10              -  add esp,10
""+1AB6F192: 8B 47 0C              -  mov eax,[edi+0C]
""+1AB6F195: 8B 80 E8 08 00 00     -  mov eax,[eax+000008E8]
""+1AB6F19B: 8B 4F 1C              -  mov ecx,[edi+1C]
""+1AB6F19E: 83 E9 14              -  sub ecx,14
""+1AB6F1A1: 39 48 0C              -  cmp [eax+0C],ecx
""+1AB6F1A4: 0F 86 01 02 00 00     -  jbe 1AB6F3AB
""+1AB6F1AA: 8D 44 88 10           -  lea eax,[eax+ecx*4+10]
""+1AB6F1AE: 8B 08                 -  mov ecx,[eax]
// ---------- INJECTING HERE ----------
""+1AB6F1B0: 83 E9 02              -  sub ecx,02
""+1AB6F1B3: 89 08                 -  mov [eax],ecx
// ---------- DONE INJECTING  ----------
""+1AB6F1B5: 8B 47 0C              -  mov eax,[edi+0C]
""+1AB6F1B8: 8B 88 F8 0E 00 00     -  mov ecx,[eax+00000EF8]
""+1AB6F1BE: 41                    -  inc ecx
""+1AB6F1BF: 89 88 F8 0E 00 00     -  mov [eax+00000EF8],ecx
""+1AB6F1C5: 8B 47 0C              -  mov eax,[edi+0C]
""+1AB6F1C8: 8B 80 E8 08 00 00     -  mov eax,[eax+000008E8]
""+1AB6F1CE: 8B 4F 1C              -  mov ecx,[edi+1C]
""+1AB6F1D1: 83 E9 14              -  sub ecx,14
""+1AB6F1D4: 39 48 0C              -  cmp [eax+0C],ecx
""+1AB6F1D7: 0F 86 BF 01 00 00     -  jbe 1AB6F39C
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Littlewood

Posted: Sat Aug 15, 2020 4:55 am
by NoTimeForBS
Thank you for the table! Sometimes it works and other times it doesn't. Not really sure what causes it to not work, but it's been helpful nonetheless.

I was wondering if you'd be willing to add something to the table that causes the Exotic Crop Merchant to show up more frequently/always in the third section of the Endless Forest, because bloccoli, turnops, radish, and punkins are so difficult to obtain otherwise.