Skip to content
/ Bacure Public

App Game Kit tier 1 helper functions (bool, Maps, Tiled import etc.)

Notifications You must be signed in to change notification settings

lrela/Bacure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bacure - Little help for Basickness patients

App Game Kit 2 Tier 1 language helper functions by Leo Rela Leo.Rela@gmail.com

Note: Function names beginning with "_" e.g. like _DoSomething are internal ones, don't use them directly

Features:

+ Boolean constants
+ Low performance string key/value maps + wrappers for float and integers
+ Low performance string value sets + wrappers for float and integers	
+ Type guess/check for string content: int, float or str
+ (De)serialize maps to/from CSV files
+ Logging
+ TGF Trivial Graph Format parser
+ Simple XML parser (Partial support)
+ Tiled (map editor) TMX file parser (Partial support, read TMX support specification* for more info)
+ Stack for string values
+ Generate UUIDs
+ Yarn document parser
+ DialogTree D3 support http://sol.gfxile.net/d3/

Use Tiled 1.1.0 with following export settings: Format: .tmx Orientation: Orthogonal Tile layer format: CSV

As Tiled is only partially supported so there are NO support for:
  - External TSX tile set files
  - Other tile layer data formats than CSV
  - Embedded Tile data, tile content must be taken from Image file
  - Wang sets
  - Chunks

D3 Studio 110808 ALPHA supported Format: XML

About

App Game Kit tier 1 helper functions (bool, Maps, Tiled import etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages