Skip to content

GBXCompiler Alpha 1.6.2

Compare
Choose a tag to compare
@GreffMASTER GreffMASTER released this 16 Jan 10:48
· 12 commits to main since this release
82e120e
  • Fixed linked nodes not having the node id set correctly, making them not being able to be referenced
  • Added a <switch> type (unfinished feature, docs coming later)
  • Added new <chunk> attribute "skip", set skip="1" to make chunk skippable, the compiler automatically adds PIKS to the file and counts the chunk size
  • Added new <icon> element (requires PIL). Use <icon link="icon.png"> to automatically create icon for CGameCtnCollector (CConstructionCollector) icon userdata chunk.
  • Removed deprecated <skip/> tag
  • Fixed linked nodes that are not in the main body not having the node id set correctly, making them not being able to be referenced
  • Correctly implemented relative linking paths