1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Introduce a truckload of guest cheats.

This commit is contained in:
Gymnasiast
2015-06-16 18:25:37 +02:00
parent df491e58b9
commit 79a6a989f0
7 changed files with 266 additions and 37 deletions

View File

@@ -1004,10 +1004,22 @@ enum {
STR_CHEAT_PAY_RIDES = 2762,
// Guests
STR_CHEAT_HAPPY_GUESTS = 2764,
//STR_CHEAT_HAPPY_GUESTS = 2764,
STR_CHEAT_LARGE_TRAM_GUESTS = 2765,
STR_CHEAT_NAUSEA = 5254,
//STR_CHEAT_NAUSEA = 5254,
STR_CHEAT_EXPLODE = 5285,
STR_CHEAT_REMOVE_ALL_GUESTS = 5359,
STR_CHEAT_GUEST_HAPPINESS = 5352,
STR_CHEAT_GUEST_ENERGY = 5353,
STR_CHEAT_GUEST_HUNGER = 5354,
STR_CHEAT_GUEST_THIRST = 5355,
STR_CHEAT_GUEST_NAUSEA = 5356,
STR_CHEAT_GUEST_NAUSEA_TOLERANCE = 5357,
STR_CHEAT_GUEST_BATHROOM = 5358,
STR_CHEAT_GIVE_ALL_GUESTS = 5361,
STR_CHEAT_GUEST_PREFERRED_INTENSITY = 5362,
STR_CHEAT_MORE_THAN_1 = 5363,
STR_CHEAT_LESS_THAN_15 = 5364,
// Misc.
STR_CHEAT_FREEZE_CLIMATE = 2767,
@@ -1039,10 +1051,11 @@ enum {
STR_CHEAT_TIP_5K_MONEY = 2681,
STR_CHEAT_TIP_PAY_ENTRY = 2682,
STR_CHEAT_TIP_CLEAR_LOAN = 5301,
STR_CHEAT_TIP_HAPPY_GUESTS = 2683,
//STR_CHEAT_TIP_HAPPY_GUESTS = 2683,
STR_CHEAT_TIP_LARGE_TRAM_GUESTS = 2684,
STR_CHEAT_TIP_NAUSEA = 5255,
//STR_CHEAT_TIP_NAUSEA = 5255,
STR_CHEAT_TIP_EXPLODE = 5286,
STR_CHEAT_TIP_REMOVE_ALL_GUESTS = 5360,
// Cheat tab tips
STR_FINANCIAL_CHEATS_TIP = 5178,
@@ -1520,6 +1533,9 @@ enum {
STR_TITLE_SEQUENCE_OPENRCT2 = 5309,
STR_TITLE_SEQUENCE_RANDOM = 5310,
STR_MAX = 5350,
STR_MIN = 5351,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};