itch.io is community of indie game creators and players

Devlogs

Array Support!

Kreader (Godot)
A downloadable External File Reader

Kreader.gd Now has array support, (sadlly ']' currently doubles as a ',' But it is there!)

Here's an example:


test{[Gala,Johnny]Tropical} #Notice how there is no comma ',' after ']'


On top of this you can now do multi-branching with ':' and ';' for cutscenes, and '<' ,'>' for branching pathways of said cutscene

Example:

:testmite#The cutscene name
<testbranch #The branch name
test{Red,Yellow}
test{[Gala,Johnny]Tropical}
kreader_dialog{HELLO!}
>#End of branch
<testother #branch B
test{Apple,Banana}
>#End of Branch b
;#And the end of the Cutscene

You can have as many as desired.

Planned/Upcoming!

1.Read the next function stack only when the current function is done.

2.be able to read the engine's Globals (Or interact in some way).

3.A second version for Esc. Script:  I know how many Godot Programmers want this. Kreader was made because of all the hassle of getting esc script WITHOUT escoria. This will be high priority.

4.A third version for Twine.

Files

  • Kreader_Master1.1.zip 4.9 kB
    Feb 02, 2018
  • Kreader_master_1.0.zip 2.5 kB
    Jan 01, 2018
Download Kreader (Godot)
Leave a comment