1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 18:55:23 +01:00

New string ids for scenario select screen.

This commit is contained in:
Aaron van Geffen
2015-12-26 18:32:18 +09:00
committed by IntelOrca
parent f89d9c9695
commit 448d4fb657
2 changed files with 26 additions and 0 deletions

View File

@@ -3957,6 +3957,18 @@ STR_5615 :L
STR_5616 :{SMALLFONT}{BLACK}Last element for tile flag
STR_5617 :{SMALLFONT}{BLACK}Move selected element up.
STR_5618 :{SMALLFONT}{BLACK}Move selected element down.
STR_5619 :RCT1 Classic
STR_5620 :Corkscrew Follies
STR_5621 :Loopy Landscapes
STR_5622 :RCT2 Vanilla
STR_5623 :Wacky Worlds
STR_5624 :Time Twister
STR_5625 :{OPENQUOTES}Real{ENDQUOTES} Parks
STR_5626 :Other Parks
STR_5627 :Group scenario list by:
STR_5628 :Source game
STR_5629 :Difficulty level
STR_5630 :Enable unlocking of scenarios
#####################
# Rides/attractions #

View File

@@ -2240,6 +2240,20 @@ enum {
STR_NOTIFICATION_GUEST_USED_FACILITY = 5605,
STR_NOTIFICATION_GUEST_DIED = 5606,
STR_SCENARIO_CATEGORY_RCT1_CLASSIC = 5619,
STR_SCENARIO_CATEGORY_RCT1_CF = 5620,
STR_SCENARIO_CATEGORY_RCT1_LL = 5621,
STR_SCENARIO_CATEGORY_RCT2_VANILLA = 5622,
STR_SCENARIO_CATEGORY_RCT2_WW = 5623,
STR_SCENARIO_CATEGORY_RCT2_TT = 5624,
STR_SCENARIO_CATEGORY_REAL_PARKS = 5625,
STR_SCENARIO_CATEGORY_OTHER_PARKS = 5626,
STR_OPTIONS_SCENARIO_GROUPING = 5627,
STR_OPTIONS_SCENARIO_ORIGIN = 5628,
STR_OPTIONS_SCENARIO_DIFFICULTY = 5629,
STR_OPTIONS_SCENARIO_UNLOCKING = 5630,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};