East India Company

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

East India Company

Post by STN »

Made by Csimbi

Hi all,
I've made a table for East India Company, v1.01. See attachment.
It includes only scripts:
- Money hack
- Captain hack
- Fuel hack
- Weight hack !!!
- Repair hack
- Infinite store hack !!!
- Fill store hack !!!
Anything with three exclamation marks above should be enabled only while the game is paused - otherwise, the AI will receive the benefits, too! The rest of the hacks can be turned on any time, and you can safely leave them on.

Toggle each on/off as you like. I was too lazy to create a trainer, you are welcome to do so.

While it would be very easy to over-power a ship by increasing its hull, cannons, etc, I decided not to add such hack, since you can repair the ship pretty much any time you like. If you want it anyway, the code is there, so you can do it on your own.

Money hack:
Enter any port, and your money will be set to 100 000 000.

Captain hack:
Enter any port and open the Fleet screen.
Your captain will receive level 5 experience level, and his age will be set to 28.
At the end of the year the captain's XP level will revert to normal, but he will keep the skills you picked, so no need to worry.

Fuel hack:
As long as this is active, your ships will have 1 000 000 units of "fuel"; no more stopping at random ports for supplies.

Weight hack !!!*:
Whenever you click on a ship icon (either in a port in the fleet window, or the bottom of the screen on the strategic view), the storage space of the ship on which you clicked will be set to 5 000. If the captain has the organizer skill, it will be 6 000.

!!!*: Be sure to do this while the game is paused and disable this once you are done, otherwise the computer player will be hacked, too.

Repair hack:
Whenever you click on a ship icon (either in a port in the fleet window, the bottom of the screen on the strategic view, or the screen before the battle), the ship on which you clicked will be fully repaired and re-equipped.
The hack is triggered for all ships when the battle summary window is opened (either during or after the battle). There is a little glitch though with the summary screen at the end of the battle; it is not always updated - I am not sure why. After using it for a while, I figured the easiest way to use this hack is to repair the ships just before battle and during the battle.

Infinite store hack !!!*:
The number of the goods will not decrease in the trading post when you drag an item, 10 items or all items to your ship's cargo hold, so you can repeat dragging items as many times as you want.

!!!*: Be sure to do this while the game is paused and disable this once you are done, otherwise the computer player will be hacked, too.

Fill store hack !!!*:
When you grab an item in the trading post and start dragging it towards your ship's cargo hold, the trading post will be filled with 50 000 pieces/kgs/tons of all goods. I recommend doing this in your own ports only, otherwise the computer will have access to near unlimited resources.

!!!*: Be sure to do this while the game is paused and disable this once you are done, otherwise the computer player will be hacked, too.

*Update*
I've been asked about over-powering a ship.
I did not update the attachment because I think not everyone will need this. If you want it, you will need to do some editing yourself. So.
Edit the Weight hack script (if enabled, disable it beforehand) and replace its entire content with the following script:
Code:

[ENABLE]
alloc(newmem3,512)
define(NEW_WEIGHT,1388) // Int 5 000
define(NEW_HP,1388) // Int 5 000
define(NEW_CANNON,5A) // Int 90
define(NEW_CANNONSTR,02) // Int 2
define(NEW_CREW,1F4) // Int 500
define(NEW_MORALE,43480000) // Float 200
define(NEW_AMMO,1F4) // Int 500
define(NEW_XPLEVEL,5) // Int 5

006056C9:
call newmem3
nop

newmem3:
// XP
mov [eax+0000012C],NEW_XPLEVEL
// Hull
mov [eax+00000108],NEW_HP
mov [eax+00000114],NEW_HP
// Sail
mov [eax+0000010C],NEW_HP
mov [eax+00000118],NEW_HP
// Cannon
mov [eax+00000110],NEW_CANNON
mov [eax+0000011C],NEW_CANNON
mov [eax+0000018C],NEW_CANNON
// Cannon strength
mov [eax+00000190],NEW_CANNONSTR
// Crew
mov [eax+00000134],NEW_CREW
mov [eax+0000013C],NEW_CREW
// Morale
mov [eax+0000014C],NEW_MORALE
mov [eax+00000148],NEW_MORALE
// Ammo
mov [eax+00000194],NEW_AMMO
mov [eax+00000198],NEW_AMMO
mov [eax+0000019C],NEW_AMMO
mov [eax+000001A0],NEW_AMMO
mov [eax+000001A4],NEW_AMMO
mov [eax+000001A8],NEW_AMMO
mov [eax+000001AC],NEW_AMMO
mov [eax+000001B0],NEW_AMMO
// Weight
mov [eax+00000188], NEW_WEIGHT
fild dword ptr [eax+00000188] // Original code
ret

[DISABLE]
006056C9:
fild dword ptr [eax+00000188]
//Alt: db DB 80 88 01 00 00
dealloc(newmem3)

Then click ok and save the Table for future use.

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
eastindia.ct
(3.91 KiB) Downloaded 94 times

Post Reply

Who is online

Users browsing this forum: Alfon, Axeen, CodeRevenger, Google Adsense [Bot], mattyteo, ouroboros3909, Sogou, wewewesaswe, xwj007