Created
February 9, 2016 06:18
-
-
Save FelixWolf/c1c5be3b62074af68db9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This file is a INI file, https://en.wikipedia.org/wiki/INI_file | |
#It accepts ; and # as comments | |
#All sections, and keys are case insensitive | |
#Acceptable game titles are derived from the JasX website, such as the URLs | |
#See http://jasx.org/api/jasxAPI.lsl / API_GAME_ACTION::ACTION_GAME::GAME_* | |
#These are case insensitive, a list of games as of writing: | |
#BARE, TIS, SNC, JFISH, FRIGHT, BARE, JASX, DOGEHUD, WOOHOO | |
#By default, all values mean version 0 | |
#Entered values should follow this format: major.minor.patch.build | |
#Leaving the version field empty does not effect the listing in any way | |
#This is for future implimentation only, should it be added. | |
#IMPORTANT: Remove the large comment section above, although not required | |
#it will speed up parsing time. If you have a lot of stuff, it might be worth | |
#removing the format comment. | |
[GAME_TITLE] | |
MyItem1 | |
MyItem2 | |
[GAME_TITLE] | |
MyItem3 = 1.0.0.0 | |
MyItem4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment