TAB - thinBasic Adventure Builder

T.A.B. is an interactive fiction/text adventure program for Windows in Alpha Development and made with thinBasic.
Home­FAQ­Search­Usergroups­Register­Log in
Latest topics
» TAB Alpha Version 57 Available
Fri Mar 12, 2010 5:14 pm by catventure

» TAB Alpha Version 56 Available
Sun Feb 14, 2010 11:44 am by catventure

» TAB Alpha Version 55 Available
Wed Feb 10, 2010 12:21 pm by catventure

» TAB Alpha Version 54 Available
Sat Jan 30, 2010 5:14 pm by catventure

» Alternative Location Descriptions
Tue Dec 29, 2009 8:38 pm by catventure

» TAB Alpha Version 53 Available
Sun Dec 27, 2009 10:37 am by catventure

» Player moving whilst in an object
Fri Nov 27, 2009 6:30 pm by garethfx

» Message text colours.
Mon Oct 19, 2009 8:25 pm by garethfx

» TAB Alpha Version 52 Available
Sun Oct 18, 2009 2:40 pm by catventure

Share | 
 

 TAB Alpha Version 55 Available

View previous topic View next topic Go down 
AuthorMessage
catventure
Admin Adventurer


Male
Number of posts: 215
Age: 57
Location: UK
Humor: Enjoys a laugh!
Adventure Points: 40
Registration date: 2008-06-08

PostSubject: TAB Alpha Version 55 Available   Wed Feb 03, 2010 4:36 pm

03 Feb 2010 (Release 55)
=========
*CHANGED. System Message 43 only must be used for game input prompts now so as to free up System Messages 44 - 49.

*FIXED Splash Screen dialog causing TAB to launch duplicate TAB Player if ENTER/SPACE pressed...
Focus will now be on button. If RETURN, ENTER OR SPACEBAR is pressed it will be equivalent to clicking "Start Game" button.

*FIXED. LineFeeds missing when text printed in a multi-input phrase eg:
>e,w,drop pen,take pen,examine pen and eat it

*NEW. Action "newline" prints a blank line.

*NEW Action "endgame" ends current game with options.... Requires new System Message 46:
"Would you like to (Q)uit, (R)estart, (L)oad a saved game or (U)ndo?"

*NEW. Actions "quicksave" and "quickload" act like saving a game position without the hassle of naming a file in a file selecter.
This is an OPTIONAL extra feature that the game author can allow or not. It acts a bit like the old ramsave/ramload used in early text adventures.

*NEW. Quicksave ID Filename textbox on "Game Settings Editor"

Existing datafiles need to add the following Response entries:

[start]quickload[acts]quickload#done[end]
[start]quicksave[acts]quicksave#done[end]

and Vocab verbs with synonyms if wanted...

/quicksave/qsave/qs/

/quickload/qload/ql/

System Message 44 must be changed to now contain a related "quickload" message:
"No quicksave file is present." or similar type report.

System Message 70 should be changed to hold a unique quicksave filename eg: "mygame"
This is used to tag, identify and associate a resultant ".qsav" file so that it may only be used when playing THAT unique game only.
The quicksave ID filename can be also be inserted/amended and autosaved to System Message 70 on the "Game Settings Editor"

System Message 26 ("Okay") will be used by TAB to report the quicksave action has been done.

The demo databases have now been updated to include this new feature.

*FIX/CHANGE. "Undo" now works after an input timeout.
An extra undo System Message 45 must now be inserted in the database:
"You cannot use undo again straight after an undo command" so TAB can report if the player tries to use undo consecutively.
Undo now works if typed in a multi-input phrase. "Again/g" now recognises "undo".
The below entry new entry is required to be inserted in RESPONSE:

[start]undo[acts]cmessUndo is currently disabled.[end]

The demo databases have already been updated.

http://tab.thinbasic.com/

Regards,
catventure.

_________________
http://tab.thinbasic.com ; Home of the TAB I.F. project.
Back to top Go down
View user profile http://adventure.rpgdynasty.com
catventure
Admin Adventurer


Male
Number of posts: 215
Age: 57
Location: UK
Humor: Enjoys a laugh!
Adventure Points: 40
Registration date: 2008-06-08

PostSubject: Re: TAB Alpha Version 55 Available   Fri Feb 05, 2010 12:34 pm

Small but important update today:

05 Feb 2010 (Release 55.1)
=========
*FIX. Undo not working correctly on game ending via "endgame" action. (reported by Amy)

http://tab.thinbasic.com/

Cheers,
Phil.

_________________
http://tab.thinbasic.com ; Home of the TAB I.F. project.
Back to top Go down
View user profile http://adventure.rpgdynasty.com
catventure
Admin Adventurer


Male
Number of posts: 215
Age: 57
Location: UK
Humor: Enjoys a laugh!
Adventure Points: 40
Registration date: 2008-06-08

PostSubject: Re: TAB Alpha Version 55 Available   Sat Feb 06, 2010 8:21 am

Just to mention the program was revised and uploaded at 17:40GMT on 05 Feb 2010:

*FIX. Due to mistake transferring code TAB Player "endgame" action not working correctly in conjunction with undo and turnscount.

Phil.

_________________
http://tab.thinbasic.com ; Home of the TAB I.F. project.
Back to top Go down
View user profile http://adventure.rpgdynasty.com
catventure
Admin Adventurer


Male
Number of posts: 215
Age: 57
Location: UK
Humor: Enjoys a laugh!
Adventure Points: 40
Registration date: 2008-06-08

PostSubject: Re: TAB Alpha Version 55 Available   Wed Feb 10, 2010 12:21 pm

Slight adjustment to "playsample" action today:


10 Feb 2010 (Release 55.2)
=========
*FIX. Adjustment to "playsample" action (reported by Amy)

http://tab.thinbasic.com/

Cheers,
Phil.

_________________
http://tab.thinbasic.com ; Home of the TAB I.F. project.
Back to top Go down
View user profile http://adventure.rpgdynasty.com
 

TAB Alpha Version 55 Available

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
TAB - thinBasic Adventure Builder :: TAB FORUMS :: Announcements and Special Messages-