Page 1 of 3

z Craft The World

Posted: Mon Mar 06, 2017 12:20 am
by Zanzer
Check out Csimbi's table here: viewtopic.php?p=143373#p143373

Uploading all of my previous tables. No promises to their current working state.

Unlimited Mana
Full Mana
No Hunger
Max Resources
Worker Speed Multiplier
Monsters Don't Attack
Remove Fog of War
Reveal Entire Map
Enable In-Game Cheats

Re: Craft World

Posted: Thu Mar 09, 2017 12:03 pm
by ifan
v1.3.005 Not working. Fully

Re: Craft World

Posted: Sat Mar 25, 2017 6:19 am
by Keitay
Please update the Table for the 1.4.001 version.

Re: Craft World

Posted: Sat Mar 25, 2017 11:52 am
by Schnitzelmaker
They changed a lot to xor which makes hard to find the values.

From Csimbi Table only Godmode/Run-/Climb speed works.
From Zanzer Table only Remove Fog of War works.

I added free Spells and min res.
Note that min res is really buggy now, its reset the value to 0 for short time during building. So its recommend to enable it and let it run for some seconds then disable it again.

Re: Craft World

Posted: Sun Jul 30, 2017 3:44 pm
by ragnakore
For the Item Hack:

Code: Select all

[ENABLE]
aobscanmodule(inventory,CraftWorld.exe,55 8B EC 8B 81 E8 01 00 00 33 45 08 89 81 80 00 00 00 )
alloc(InventoryHack,$100)

label(MinimumResource)
label(X)
registersymbol(MinimumResource)


InventoryHack:
       push ebp
       mov ebp,esp

       mov eax,[MinimumResource]
       cmp eax,[ebp+08]
       jl  X
       mov [ebp+08],eax
X:
       mov eax,[ecx+000001E8]
       xor eax,[ebp+08]
       mov [ecx+00000080],eax
       mov eax,[ecx+000001F0]
       xor eax,[ebp+08]
       mov [ecx+000001EC],eax

       pop ebp
       ret 0004

MinimumResource:
       dd 64

inventory:
       jmp InventoryHack
       nop
       nop
       nop
       nop


registersymbol(inventory)

[DISABLE]

dealloc(InventoryHack)
inventory:
  db 55 8B EC 8B 81 E8 01 00 00 33 45 08 89 81 80 00 00 00

unregistersymbol(InventoryHack)
unregistersymbol(MinimumResource)

{
// ORIGINAL CODE -
CraftWorld.CraftResource::SetCount -   55                    - push ebp
CraftWorld.CraftResource::SetCount+1-  8B EC                 - mov ebp,esp
CraftWorld.CraftResource::SetCount+3-  8B 81 E8010000        - mov eax,[ecx+000001E8]
CraftWorld.CraftResource::SetCount+9-  33 45 08              - xor eax,[ebp+08]
CraftWorld.CraftResource::SetCount+C-  89 81 80000000        - mov [ecx+00000080],eax
CraftWorld.CraftResource::SetCount+12- 8B 81 F0010000        - mov eax,[ecx+000001F0]
CraftWorld.CraftResource::SetCount+18- 33 45 08              - xor eax,[ebp+08]
CraftWorld.CraftResource::SetCount+1B- 89 81 EC010000        - mov [ecx+000001EC],eax
CraftWorld.CraftResource::SetCount+21- 5D                    - pop ebp
CraftWorld.CraftResource::SetCount+22- C2 0400               - ret 0004

}
Minimum Resource count = 100.
works with 1.4

Craft the World

Posted: Sat Jun 27, 2020 12:39 am
by Zanzer
Updated for v1.8.001

Re: Craft World

Posted: Thu Jul 16, 2020 10:49 am
by Csimbi
Is had some free time so I made a new table for 1.8.001.
This table is available on CEShare as well.

The table is signed to avoid the prompt for the auto-attach script.

The table includes three scripts.
1. The first one disables CE hotkeys. You can ignore this I guess. I use it because I run multiple games and I don't want different CE instances respond to the hotkeys.

2. The second one is the main script, which gives you:
- Infinite Mana; no comment.
- Min. Resources; for everything but coins. At least one is required else it stays zero.
- Min. Coins; same as resources, just with a separate filter setting for coins.
- God mode; an excessive amount of damage can still kill you (in one hit), but that's rare.
- Dig Speed Mod; allows you to scale the speed at which your workers dig blocks.
- Run Speed Mod; allows you to scale the speed at which your workers move around. (who need trains?)
- Climb Speed Mod; allows you to scale the speed at which your workers climb ladders. (who need elevators?)
- Craft Speed Mod; allows you to scale the speed at which your workers create items at their workplaces.
- Carry Capacity Mod; allows you to scale the amount of items your workers can carry without a backpack. Backpack size bonus remains unaltered.
- Hunger Rate Mod; allows you to scale the speed at which your workers gain hunger.
- Ignore Pyramid Spell Block; allows you to cast spells in the Pyramids.
- Portal Duration Mod; allows you to scale the duration of the portals you open or 'top up'.
- Explosion Radius Mod; allows you to scale the radius of the explosion spell. Note: there's a performance hit when the radius is large, this is normal.

3. The third script simply disables encryption of the floating point values when they are written.
This should help you find any float value that's written at least once.
Should help making scripts easier.

Enjoy!

Done with the game again - for a long time, - so expect no support any soon.

Re: Craft World

Posted: Mon Oct 12, 2020 5:00 pm
by semmelbroesel
Hi. The table no longer seems to work with version 1.8.003.

What would be the easiest process to upgrade the code to match the new version?

The Resource memory search string works, many or most of the others don't. I'd be happy just to have Mana and Health along with the Resources.

Thanks!

Re: Craft World

Posted: Sun Nov 08, 2020 3:56 pm
by moryabro
An Update for 1.8.003 would be very much appreciated.

Thanks!

Re: Craft World

Posted: Fri Nov 13, 2020 9:24 am
by INGRASA
Zanzer wrote:
Mon Mar 06, 2017 12:20 am
Uploading all of my previous tables. No promises to their current working state.

Set Population Cap
Disable Respawn Timer
Unlimited Mana
Unlimited Resources
Instant Tech Tree
Unlimited Health
Disable Hunger
Increase Running Speed
Increase Climbing Speed
Reveal Entire Map
Remove Fog of War
v1.8.003 Not working.

Re: Craft World

Posted: Fri Nov 13, 2020 9:25 am
by INGRASA
Update v1.8.003 Please.

Re: Craft World

Posted: Sun Nov 29, 2020 3:08 am
by INGRASA
Update v1.8.003 Please.

Re: Craft World

Posted: Sun Nov 29, 2020 8:49 am
by Csimbi
INGRASA wrote:
Sun Nov 29, 2020 3:08 am
Update v1.8.003 Please.
You have 3 posts total, and all three are hammering this same thread.
Not nice.
Have you tried my table?

Re: Craft World

Posted: Sun Nov 29, 2020 12:49 pm
by Tschu
Hallo Csimbi, tried it with 1.8.003 and could not activate nether of 3 scripts. Would appreciate a update very much and thank you.

Re: Craft World

Posted: Mon Nov 30, 2020 2:41 pm
by AddictedToCodes
Zanzer wrote:
Mon Mar 06, 2017 12:20 am
Uploading all of my previous tables. No promises to their current working state.

Set Population Cap
Disable Respawn Timer
Unlimited Mana
Unlimited Resources
Instant Tech Tree
Unlimited Health
Disable Hunger
Increase Running Speed
Increase Climbing Speed
Reveal Entire Map
Remove Fog of War
That's Craft The* World you mentioned?