Game Name: Tropico 6
Game Engine: Unreal Engine 4
Game Version: v23.2
Options Required: Modify the Mars colonization data and change the rating of every celebrity's fondness for the island to five stars.
Other Info:
Tropico 6 once had a very useful CT table, but with subsequent updates a lot of its modification options have become defunct. I attempted to fix it for the latest version, v23.2, but since I’m a complete beginner, I only succeeded in repairing the numerical modification part—many options still don’t work in the current version. I’ve attached my modified CT table below.
Furthermore, ever since the new DLC was released, no new features have been added to this cheat table. Two DLC-related functions are in urgent need:
1. Quickly colonizing Mars—filling all Mars colonies and receiving a numerical bonus;
2. Changing every celebrity’s affection value for the island to five stars.
I tried to implement these two functions myself, but failed.
I also attempted to capture the numeric value for the “ship speed” colony point’s colonist count within the Mars colony, but later discovered that the address I captured only works for the current save file. It seems that a different set of data is generated every time a new Mars colony is established. I’ve attached what I captured below.
Unfortunately, due to privacy information present in Tropico 6 save files, I cannot upload them online.
For the Mars landing, you can quickly achieve it by following these steps:
Code: Select all
1. Start a modern game with unlimited money, quickly build a space base, and hire workers from overseas;
2. Modify the Swiss bank money and obtain all space technology from the broker, while gaining faction support, international support, and electoral support;
3. Build the best version of every facility (including three fuel tanks and three cargo bays), import all the necessary construction materials directly from overseas, and construct an immigration office to quickly secure immigrants for boarding the spaceship;
4. Launch the rocket making sure not to choose any option that results in fuel loss during the journey, and try to avoid encountering unforeseen risks. When you come across debris, you can choose to salvage supplies or ignore it (if you plan to launch again for further data collection, it is recommended to ignore salvage operations, leaving some margin for error);
5. Save your progress before landing on Mars, then select a colony after you’ve arrived on Mars to load the modified data. The colony will be established, and the number of colonists will grow from zero to the number you dispatched to Mars.
To attract celebrities, you can quickly achieve it by following these steps:
Code: Select all
1. Start a modern game with unlimited money, modify the Swiss bank money, and obtain faction support, international support, and electoral support from the broker;
2. Construct an airport, luxury hotels, luxury villas (as indicated in the tourism category), TV stations, radio stations, as well as additional luxury tourism facilities (such as yacht docks), and build as many as possible;
3. Wait for celebrities to visit the island for tourism and to post on Twitter;
4. When you like the tweets posted by celebrities, their affection for the island will increase.
I would be extremely grateful if any expert could help modify this script. Many people have been waiting for a fix in previous posts for a long time
viewtopic.php?f=4&t=11890&start=195, yet no expert has stepped in to assist.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="42">
<CheatEntries>
<CheatEntry>
<ID>14</ID>
<Description>"marsship"</Description>
<VariableType>Float</VariableType>
<Address>"Tropico6-Win64-Shipping.exe"+05DD9D60</Address>
<Offsets>
<Offset>25C</Offset>
<Offset>110</Offset>
<Offset>128</Offset>
<Offset>230</Offset>
<Offset>30</Offset>
</Offsets>
</CheatEntry>
<CheatEntry>
<ID>15</ID>
<Description>"marsship"</Description>
<VariableType>Float</VariableType>
<Address>"Tropico6-Win64-Shipping.exe"+058F9300</Address>
<Offsets>
<Offset>25C</Offset>
<Offset>110</Offset>
<Offset>128</Offset>
<Offset>260</Offset>
<Offset>0</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>