OpenXcom Forum

Modding => Work In Progress => Topic started by: Morbo on October 02, 2013, 09:08:49 am

Title: Editting ufopaedia
Post by: Morbo on October 02, 2013, 09:08:49 am
This might be a stupid question ... but which file is the ufopaedia text stored in? And is it editable with notepad++ like the rulesets?
Title: Re: Editting ufopaedia
Post by: clownagent on October 02, 2013, 09:29:34 am
In the folder data/language you have text files for each language, if you want to change this text directly.

Alternativley you may change these strings in an additional ruleset, for example:

Code: [Select]
extraStrings:
  - type: en-US
    strings:
      STR_PLASMA_BEAM_UFOPEDIA: Hey, with this gun you can shoot down everything!
;)