Flashpoint.cfg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "y[ _]*\|[ _]*ofp[ _]*\|[ _]+" to "y|ofp|")
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Editing: Flashpoint]]
{{GameCategory|ofp|Editing}}


===Introduction===
=== Introduction ===


The '''flashpoint.cfg''' file is a configuration file containing detailed information about YOUR game setup. Information such as graphic settings, LOD detail, resolution are stored in this file. The '''flashpoint.cfg''' file is written after the OpFlashPreferences is run and the system settings are detected. The file itself is just as editable in a text file. The contents, are known as 'token format' because  
The '''flashpoint.cfg''' file is a configuration file containing detailed information about YOUR game setup. Information such as graphic settings, LOD detail, resolution are stored in this file. The '''flashpoint.cfg''' file is written after the OpFlashPreferences is run and the system settings are detected. The file itself is just as editable in a text file. The contents, are known as 'token format' because  
Line 9: Line 9:
This way of describing features of the game, mission or addon are prevalent throughout OFP.
This way of describing features of the game, mission or addon are prevalent throughout OFP.


===Languages===
=== Languages ===


You should use '''OpFlashPreferences.exe''' to configure this file ''except'' for languages. The configuration exe doesn't have (and never can have) enough of them. Simply alter
You should use '''OpFlashPreferences.exe''' to configure this file ''except'' for languages. The configuration exe doesn't have (and never can have) enough of them. Simply alter
Line 15: Line 15:
  Language="English";
  Language="English";


to whatever language you may wish to add, and start using [[Stringtable.csv]] and html files in the language of your choice. Further information on Languages can be found [http://andrew.nf/OFP/BedtimeReading/languages.htm 'here']
to whatever language you may wish to add, and start using [[Stringtable.csv]] and html files in the language of your choice.  


== See Also ==


See [[userinfo.cfg]] for information about personalized user settings.
See [[Userinfo.cfg]] for information about personalized user settings.
 
Further information on Languages can be found [[Language_Selection]]

Latest revision as of 14:14, 22 June 2021


Introduction

The flashpoint.cfg file is a configuration file containing detailed information about YOUR game setup. Information such as graphic settings, LOD detail, resolution are stored in this file. The flashpoint.cfg file is written after the OpFlashPreferences is run and the system settings are detected. The file itself is just as editable in a text file. The contents, are known as 'token format' because

something = "Something Else";

This way of describing features of the game, mission or addon are prevalent throughout OFP.

Languages

You should use OpFlashPreferences.exe to configure this file except for languages. The configuration exe doesn't have (and never can have) enough of them. Simply alter

Language="English";

to whatever language you may wish to add, and start using Stringtable.csv and html files in the language of your choice.

See Also

See Userinfo.cfg for information about personalized user settings.

Further information on Languages can be found Language_Selection