En:Global resources

Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.

In game, except global modules, there are global resources in which the text information (messages, headings, descriptions, etc.). Data storage lake text files essentially simplifies process of game localisation. This files is located in a folder Resource\data \ (see Folders structure). The list of all files of global text resources is more low.

List of global text resources

  • game_description.txt - headings and messages of all interface elements (GUI);
  • messages.txt - user messages to the gamer;
  • qpoint_captions.txt - area name for quests
  • quest_list.txt - full quest list (for pip-boy)
  • city_captions.txt - city names (for worldmap)
  • inventory.txt - description of items for inventory
  • skill_description.txt - description of each skill

Additional note

  • All string constants are attached to unique numerical values. I.e. each message/heading has the unique index;
  • For a file skill_description.txt calculation of indexes is made by folowing algorithm :
1. Take the initial unique index ("is sewn up" in the game engine). 
   It will be an skill heading index; 
2. To heading index add 200. It will be an index of graphic file name 
   from a folder "Graphics\skills \" 
3. To index of file name add 200. It will be an index of string of full 
   skill description
Личные инструменты