ADLENGINE BUILD 1.1.55.2n... NOW LIVE!
ADLENGINE BUILD 1.1.55.2n... NOW LIVE!
7 SEPTEMBER - LORD SHARPE
Some big changes in this update.
Most notably the ability to use .verbase scripts, which are a collection of .verbose scripts.
A new folder userlib is now available to house all your script data. An example .verbase file has been added; detailed below.
cd userlib/example/;
add class woodenbox.adlclass;
run buildbox.verbose;
private script poison.verbose;
local script soundtest.verbose;
global script heal.verbose;
To include a .verbase file in your project...
include [optional folder\s]\filename.verbase
i.e. include userlib\example2.verbase
special commands for .verbase files.
cd
e.g. cd userlib/dungeon/;
Required. Changes the current directory to whatever you set it to, to allow you to process scripts from different directories.
private script
e.g. private script poison.verbose;
Creates a script only accessible by the player. Is not shared over multiplayer.
local script
e.g. local script portal.verbose;
Creates a script accessible in the room its assigned to.
global script
e.g. global script healing.verbose;
Creates a script accessible anywhere.
add class
e.g. add class melee.adlclass;
Adds a class file that can be called to make building objects quicker and lighter.
run script
e.g. run script heal.verbose;
Runs the script specified.
---------------------------
SCRIPT EDITOR: add as .class option.
Buttons swapped for drop down action list.
---------------------------
NEW COMMAND: log
allows you to see the past command history.
---------------------------
UPDATED COMMANDS: association / synonym commands.
north/move north/move n/go north/go n/walk north/walk n<->n
Command for command association.
grab/pick up/pickup/lift/carry-->take
Complex Command Association.
Separators accepted: , (comma) or / (either slash) \
---------------------------
OTHER / MINOR CHANGES:
Room images now default to blank.jpg
Debug / Log / Editor better arranged
Get ADLENGINE - Roleplay / Text Adventure Engine
ADLENGINE - Roleplay / Text Adventure Engine
No longer in development.
Status | Canceled |
Author | Liam Twose @ #PitchYaGame |
Genre | Role Playing, Interactive Fiction |
Tags | cyoa, Game engine, MMORPG, Multiplayer, Story Rich, text-adventure, Text based |
Languages | German, English, Spanish; Castilian, French, Italian, Russian |
Accessibility | Color-blind friendly, Subtitles, High-contrast, Blind friendly |
More posts
- Early look at new in-built Map Editor...Jan 11, 2019
- Adlengine - v1.1.61.X - Major changes afootJan 05, 2019
- In the meantime...Dec 23, 2018
- Full Rewrite coming in 2019Dec 12, 2018
- ADLENGINE: Using The In Built EditorMar 11, 2018
- 1.1.60.7 - CYOA / THEME / ADVANCED FILTER COMMANDSFeb 28, 2018
- 1.1.60.6 - Release NotesFeb 26, 2018
- ADLENGINE v1.1.55.3a NOW LIVE - LETS GET DYNAMIC!Sep 28, 2017
- ADLENGINE PATCH (NOW 1.1.55.2o) - MAJOR EXITS FIX + QUICK MAP EDITOR + EDIT COMM...Sep 10, 2017
- EDIT DATA COMMANDS: Coming In Next VersionSep 09, 2017
Leave a comment
Log in with itch.io to leave a comment.