Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Adventuron Beta 36

A topic by Adventuron created Jun 22, 2020 Views: 154 Replies: 4
Viewing posts 1 to 3
Host (2 edits)

There is a new beta version of Adventuron available. It's largely a housekeeping release and there was A LOT changed under the hood, so deploying this to a different URL in case new critical bugs have been introduced.

The existing version remains at the usual URL.

The beta version is available here : adventuron.io/beta

Changes

  • Fix graphical glitches in PCX file generation (DAAD Export).
  • Added is_locked "door_id" and is_blocking "barrier_id" (8-bit-compatible).
  • Experimental fix for lower casing of proper noun in DAAD Export.
  • Allow dynamic parameters for create, destroy, get, drop, wear, remove commands.
  • Added some additional system messages (for load and save games) in DAAD Export.
  • show_blocked_exits defaults to false again.
Submitted (1 edit)

Adventuron Beta 37a: if I type ">TEST", the program freezes.

start_at = my_location
on_command {
   : match "test -"  {
      : gosub "test_sub" ;
   }
}
subroutines {
   test_sub : subroutine {
      : print "Test subroutine" ;
   }
}
locations {
   my_location : location "You are in a room." ;
}
Host

Fixed in 37b (press F5 to receive it).

Submitted

With version Beta 38, the autocompletion no longer offers 'target =""' for 'create'. Which is painful.

Host

The fix is now released (beta 40).