PDA own text

Discussion in 'The Hangar Bay' started by VUVossi, Mar 2, 2017.

  1. VUVossi

    VUVossi Lieutenant

    Joined:
    Jan 9, 2017
    Messages:
    70
    Likes Received:
    10
    Hi,
    i like to add some information to the ingame PDA.

    Does some one know how to do

    thx
    Vossi
     
    #1
    Lhetre likes this.
  2. Xango2000

    Xango2000 Captain

    Joined:
    Jun 15, 2016
    Messages:
    385
    Likes Received:
    202
    PDA.yaml and localization.csv

    Localization is the text, PDA is the coding
     
    #2
  3. VUVossi

    VUVossi Lieutenant

    Joined:
    Jan 9, 2017
    Messages:
    70
    Likes Received:
    10
    thx will try
     
    #3
  4. VUVossi

    VUVossi Lieutenant

    Joined:
    Jan 9, 2017
    Messages:
    70
    Likes Received:
    10
    So i add some informations to the pda, here how to do.

    in the PDA.yaml file you can add under the KB part like this

    - ChapterTitle: chptitleServerinformations # ToDO: check if actions can be fulfilled
    Category: FAQ
    Description: chpdescServerinformations
    PictureFile: Chapter4.jpg
    PlayerLevel: 1
    Visibility: Always # or ByLevel, WhenRewarded
    Tasks:
    - TaskTitle: tasktitleTest
    PictureFile: GGM.jpg
    Actions:
    - ActionTitle: acttitleTest
    Description: actdescTest

    In the PDA.csv you add your text like this

    chptitleServerinformations,Server informations,Server Informationen
    chpdescServerinformations,"english text ","German text"
    tasktitletest,english text,german text
    acttitleTest,english text,german text
    actdescTest,"english text","German text"

    cu
    Vossi
     
    #4
    Lhetre likes this.

Share This Page