Anno 2205

Upload your cheat tables here (No requests)
User avatar
STN
Founder
Founder
Posts: 4426
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3423

Anno 2205

Post by STN »

Credits for the table: Zanzer

Remove Construction Costs
Set Resource Upkeep Minimum
Ignore Workforce/Energy Usage

--- did not bother testing/updating anything else ---

Full Health
Build for Free
No Item Usage
No Fuel Usage
Always Pick Up Fuel
Always Pick Up Items
Zoom Ratio Customization

Special thanks to script contributors:
Cielos
Schnitzelmaker
----------------------
Zoom script by: Cielos

made a "Zoom Ratio" script.

you may change "fCusZoomRatio" at will:
Code:
< 1: can zoom in more, but zoom out less
== 1: normal
> 1: can zoom out more, but zoom in less

"fCusZoomRatio" default: 2

EDIT1:
added a cam pointer.
the smaller "+10" is, the closer the cam to the ground.
after activating "[cam pointers]", move the camera in-game once for the script to retrieve the pointer.

Image
Image

---------------
Steam version update by: Schnitzelmaker
Played the game a little and fixed some part of the table and added some more stuff.
Tested with Steam version: 1.4.2718.53114


Table now contains:
Ignore Workforce/Energy Usage
Money
Combat Mission - Ship Godmode
Combat Mission - No Item Usage
Warehouse Storage: Minimum Resources in Storage. Note the value is x1000 for some resource, so if it required to have 70 resources set the value to 70000. At least 1 resource should be produced or trade.
Massiv Production: Set Production Value to massiv. Note at least 1 resource should be produced. Warning it also affect taxes and give extreme high money income.


Note: The table wasn't tested much, so better backup savegame.

Fixed most of the scripts with a really big warning.

Exclamation The most of the time the opcodes/bytecode created by CheatEngine is invalid and causes a crash.
The chance to work correctly is really low.


Suggested way to use the table is:
Run Anno 2205
Load Cheat Engine with the table and attach it to Anno process
Activate the scripts which are required
Hit Play Button
Never enable or disable other script during gameplay


If crash repeat it.



This issue seems to be cause that operations like jmp/call ... is sometime interpreted as jmp qbyte ptr, which has different byte length than expected and create a code mess.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
cieloszoomAnno2205.CT
(38.84 KiB) Downloaded 2427 times
Anno2205unknown.CT
(95.44 KiB) Downloaded 1319 times
Anno2205steamver1.4.2718.53114.CT
(95.44 KiB) Downloaded 1456 times
Anno2205.CT
(46.49 KiB) Downloaded 1541 times

Hezzak
What is cheating?
What is cheating?
Posts: 1
Joined: Sun May 14, 2017 7:55 pm
Reputation: 0

Re: Anno 2205

Post by Hezzak »

Hey, tried using this but I can't actually "check" the boxes, aka enable the cheats, and I can't find any solution to it either. Do you know what I can do to solve it?

DrummerIX
Expert Cheater
Expert Cheater
Posts: 2885
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 0

Re: Anno 2205

Post by DrummerIX »

I have this game, but never played much of it. I can't promise anything, but in my attempt to learn to create cheat tables, I will take a look at this game this week. I will try to update the existing tables or create a new one if I can.

I actually have all the DLC also. I will let you know later in the week once I have something.

Schnitzelmaker
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Mar 03, 2017 6:18 pm
Reputation: 80

Re: Anno 2205

Post by Schnitzelmaker »

Try this one.
Updated the Table. Exe shows Version 1.8.3727.17139.

But i fear it will break with next update as always :(



Some small tips about Anno 2205 hacking: (Reminder for me and other developers if i forgot them :) )

Ware Values are shown value * 1000. But not exactly so use range scan. For example 70 wares in warehouse. scan for 69000 to 71000.

Ware structure offsets are:
+10 (Double) Max allowed Value
+20 (Double) Current Value
+30 (Double) Value Change for next time, will be set to 0 after added/substracted from current value
+38 (Double) Income from Trade Routes
+40/+48 (Double) Consumtion?
Attachments
Anno2205.CT
(96.56 KiB) Downloaded 496 times
Last edited by Schnitzelmaker on Mon May 15, 2017 6:37 pm, edited 1 time in total.

Schnitzelmaker
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Mar 03, 2017 6:18 pm
Reputation: 80

Re: Anno 2205

Post by Schnitzelmaker »

Updated the Table.

Fixed Godmode for ships and "Ignore Workforce/Energy Usage". Both didn't work as intended.

Change Warehouse Storage Script so its is no longer required set a min value. Now its set the values to the maximun allowed.
But i also recommend using the new script.

Added new script "Max Everything" which is basically warehouse script but also set some other values like money, influence, expertise,...
But still at least 1 resource must produced or traded.


Added new script "Building Requirements", which set value of building like info center to really high value.
But at least 1 of the buildings must be in the zone.
Attachments
Anno2205.CT
(19.6 KiB) Downloaded 389 times

DrummerIX
Expert Cheater
Expert Cheater
Posts: 2885
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 0

Re: Anno 2205

Post by DrummerIX »

Nice job. You have most things covered, so I won't be looking at this game anymore.

I noticed your style has call's for the injection points, but most others I see only use jmp's to the newmem and a jmp return. You mentioned before about crashing, so I thought maybe the jmp style might be better for not crashing, but good work on this table.

Schnitzelmaker
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Mar 03, 2017 6:18 pm
Reputation: 80

Re: Anno 2205

Post by Schnitzelmaker »

DrummerIX wrote:
Mon May 15, 2017 7:47 pm
Nice job. You have most things covered, so I won't be looking at this game anymore.

I noticed your style has call's for the injection points, but most others I see only use jmp's to the newmem and a jmp return. You mentioned before about crashing, so I thought maybe the jmp style might be better for not crashing, but good work on this table.
Yes and No. Bassically using jump making it easier because you dont't need to think about pushing values or special cases like .net calls.
But Anno 2205 has some issues with cheatengine. Anno uses python script which seems to have some effect on cheatengine. Sometimes cheatengine is complete blocked and unable to do anything.

DrummerIX
Expert Cheater
Expert Cheater
Posts: 2885
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 0

Re: Anno 2205

Post by DrummerIX »

I tested your latest table and the game crashes for me when scripts are active. I believe at least for this game, the jmp style is better. I modified your file and changed everything from call to jmp and the game runs ok for me with my limited testing when I activate your scripts. Attached is my modified file if anyone wants to try it.
Attachments
Anno2205.CT
Modified Schnitzelmaker's file and it seems to not have as many crashes for me
(16.71 KiB) Downloaded 383 times

DaCrazyBeggar
Noobzor
Noobzor
Posts: 6
Joined: Sun Jun 11, 2017 11:23 pm
Reputation: 0

Re: Anno 2205

Post by DaCrazyBeggar »

Schnitzelmaker wrote:
Mon May 15, 2017 6:27 pm
Updated the Table.

Fixed Godmode for ships and "Ignore Workforce/Energy Usage". Both didn't work as intended.

Change Warehouse Storage Script so its is no longer required set a min value. Now its set the values to the maximun allowed.
But i also recommend using the new script.

Added new script "Max Everything" which is basically warehouse script but also set some other values like money, influence, expertise,...
But still at least 1 resource must produced or traded.


Added new script "Building Requirements", which set value of building like info center to really high value.
But at least 1 of the buildings must be in the zone.
Is there a way i can edit the script so it only maxes the expertise? I'd prefer to not max my other resources, too.

Schnitzelmaker
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Mar 03, 2017 6:18 pm
Reputation: 80

Re: Anno 2205

Post by Schnitzelmaker »

DaCrazyBeggar wrote:
Mon Jul 03, 2017 6:04 pm
Is there a way i can edit the script so it only maxes the expertise? I'd prefer to not max my other resources, too.
Complicated since the instructions are shared by all resources. Not sure if there is a way to filter it out.
Probably there is a instruction only for expertise, but i have no time to search for it.

DaCrazyBeggar
Noobzor
Noobzor
Posts: 6
Joined: Sun Jun 11, 2017 11:23 pm
Reputation: 0

Re: Anno 2205

Post by DaCrazyBeggar »

And i suppose it's almost impossible for a newbie to find yeah?

Anyway thanks for the answer I guess ;_;

iMail
Cheater
Cheater
Posts: 29
Joined: Mon Mar 13, 2017 2:39 pm
Reputation: 2

Re: Anno 2205

Post by iMail »

Hey,

is there somebody who knows if a table for the actual uplay version exist?

Would be nice :)

LG

stevieshae
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Feb 17, 2018 3:47 am
Reputation: 1

Re: Anno 2205

Post by stevieshae »

Can we get a update for uplay version???

User avatar
Sylencer90
Expert Cheater
Expert Cheater
Posts: 147
Joined: Sun Apr 01, 2018 6:41 pm
Reputation: 11

Anno 2205

Post by Sylencer90 »

I'd love to see an update for the current version as well :)

Darth_Alaks
Cheater
Cheater
Posts: 40
Joined: Mon Mar 13, 2017 11:43 pm
Reputation: 3

Re: Anno 2205

Post by Darth_Alaks »

Yesterday the new patch came out, which ruined all of the tables. Can someone update, please?

Post Reply

Who is online

Users browsing this forum: a7671410, acebozoh, Anantafirdaus, Axeen, Baidu [Spider], beako2, bill5499, CarlosGFG, Cosmicpixels, Google [Bot], Google Adsense [Bot], Kionaru, rmc, twanisnthere