Links for Civilopedia Menus

pdescobar

Moo, baby. Moo.
Joined
Nov 30, 2002
Messages
1,364
Location
CFC or playing DyP
No idea if this has been covered before with the search down, but I did a little poking around tonight and found the proper links to use within the civilopedia to get to the different menu pages. They definitely work in PTW 1.21f and I expect they work in any version but I haven't actually tested them anywhere but PTW 1.21f:
Code:
Link Key               Description                  Contents
---------------------- ---------------------------- --------------------------
MENU_Main              Main Civilopedia Menu        (submenu of below MENU_ entries)

MENU_Races             "Tribes" Menu                (all RACE_ entries)
MENU_Technologies      "Civilization Advances" Menu (all TECH_ entries)
MENU_Wonders           "Great Wonders" Menu         (Gr Won BLDG_ entries)
MENU_Small_Wonders     "Small Wonders" Menu         (Sm Won BLDG_ entries)
MENU_City_Improvements "City Improvements" Menu     (Reg BLDG_ and SS_ entries)
MENU_Governments       "Governements" Menu          (all GOVT_ entries)
MENU_Units             "Units" Menu                 (all PRTO_ entries)
MENU_Terraform_Imps    "Worker Actions" Menu        (all TFRM_ entries)
MENU_Terrains          "Terrain" Menu               (all TERR_ entries)
MENU_Goods             "Resources" Menu             (submenu of below GSMU_ entries)
MENU_Game_Concepts     "Game Concepts" Menu         (all GCON_ entries)
MENU_Index             "Index" Menu                 (everything with an entry)

GSMU_Bonus             "Bonus Resources" Menu       (Bonus GOOD_ entries)
GSMU_Luxury            "Luxury Resources" Menu      (Luxury GOOD_ entries)
GSMU_Strategic         "Strategic Resources" Menu   (Strategic GOOD_ entries)
GSMU_Index             "Resource Index" Menu        (all GOOD_ entries)

Examples of possible usage would be:
Code:
This mod contains $LINK<4 new civilizations=MENU_Races>.

{Tea} has been added as $LINK<one of many=GSMU_Luxury>
 additional $LINK<Luxury Resources=GCON_ResourcesL>.

EDIT: forcibly wrapped one of the lines to bring the post width back to normal.
EDIT2: Had a RACE where a GOVT shoulda been...
 
MENU_Races "Tribes" Menu (all RACE_ entries)
MENU_Governments "Governements" Menu (all RACE_ entries)
See something strange here?
Good work! :thumbsup:
 
:lol: we call that a "cut & paste" error. It's like a typo, only different. Maybe it's a cypo or a cupo or a capo..... Anyhow, thanks for catching it ;)
 
Top Bottom