itch.io is community of indie game creators and players

Devlogs

a1.7 : Interverse

GBA_engine
A downloadable EGBA engine for Windows, macOS, and Linux

Interverse

Run an other game, read extern save.

Run game (lua api)

run("projet.egba") -- work with .lua 

Read extern save (lua api)

-- if target is projet.sav
local numb = rsave_numb_ext("projet",id)
local nstring = rsave_string_ext("projet",id)
local nbool = rsave_bool_ext("projet",id)

Entry point

Create projet.entry for run (projet.lua / projet.egba) at start.

Files

  • egba_a1.7_linux.zip 1.2 MB
    Jul 21, 2024
  • egba_a1.7_win32.zip 703 kB
    Jul 21, 2024
  • egba_a1.7_manual.zip 67 kB
    Jul 21, 2024
Download GBA_engine
Leave a comment