TAB - thinBasic Adventure Builder
Would you like to react to this message? Create an account in a few clicks or log in to continue.

TAB - thinBasic Adventure Builder

T.A.B. is an interactive fiction/text adventure program for Windows and made with thinBasic.
 
HomeLatest imagesSearchRegisterLog in
Latest topics
» Happy New Year 2024!
log file I_icon_minitimeSun Dec 31, 2023 4:04 pm by catventure

» TAB Version 71
log file I_icon_minitimeMon Aug 21, 2023 12:17 pm by catventure

» TAB Version 70
log file I_icon_minitimeSun Oct 02, 2022 1:49 pm by catventure

» TAB Version 70
log file I_icon_minitimeFri Sep 30, 2022 10:23 pm by catventure

» TAB Version 70
log file I_icon_minitimeMon May 23, 2022 4:08 pm by catventure

» TAB Version 70
log file I_icon_minitimeSat Apr 30, 2022 11:15 am by catventure

» TAB Version 70
log file I_icon_minitimeSat Apr 23, 2022 2:32 pm by catventure

» TAB Version 68 Update
log file I_icon_minitimeTue Mar 15, 2022 4:18 pm by catventure

» TAB Version 68 Update
log file I_icon_minitimeFri Mar 11, 2022 8:47 pm by catventure


Share | 
 

 log file

View previous topic View next topic Go down 
AuthorMessage
stants
Experienced Adventurer
stants

Number of posts : 71
Age : 50
Location : Maidstone, Kent, UK
Humor : I shall tear your soul Apart!!!!!
Adventure Points : 32
Registration date : 2009-09-16

log file Empty
PostSubject: log file   log file I_icon_minitimeSun May 29, 2011 5:22 am

Is it possible that when you run a game in the player you can output all commands typed to a log file. (txt file).

This would be very useful as if someone is playing your game and they stumble upon an error you can look at the logfiile and see what commands they have typed.

Very useful for trapping bugs as you can retype what they have typed into the player and check for errors.

Kind Regards

Stants.
Back to top Go down
catventure
Admin Adventurer
catventure

Male
Number of posts : 404
Age : 71
Location : UK
Humor : Enjoys a laugh!
Adventure Points : 77
Registration date : 2008-06-08

log file Empty
PostSubject: Re: log file   log file I_icon_minitimeSun May 29, 2011 9:36 am

Hi,

To turn on log.txt transcript recording there's an option on the Player MenuBar under the "Adventure" menu which prompts for name of a textfile.
Similarly there's an option to turn it off.

(if not using a menubar there are "transcripton" and "transcriptoff" action commands whcih do the same thing)

A useful feature is if an input command begins with "rem:" any following text is NOT PROCESSED by TAB. However that text will be printed in any transcript text file. (if "transcript" is turned on)
Useful in playtesting games to highlight game anomalies in a transcript for reporting to game author eg:

>rem: something not right here with location exit!!!

>rem: cannot get the rope here!

Regards,
Phil.

Back to top Go down
https://adventure.forumotion.com
stants
Experienced Adventurer
stants

Number of posts : 71
Age : 50
Location : Maidstone, Kent, UK
Humor : I shall tear your soul Apart!!!!!
Adventure Points : 32
Registration date : 2009-09-16

log file Empty
PostSubject: transcripton   log file I_icon_minitimeSun May 29, 2011 10:07 am

Ok ive sent a game to my friend whos testing it for bugs.

The game is running with menus disabled.

How can i turn on transcript.

I type transcripton but ti doesnt regognise it as a verb and if i put /transcripton/ as a verb it doesnt understand which makes sense.

I know if i enable menus there is an option to turn transcripting on.

But how do you turn it on if menus are disabled.

Thanks again for your help phil.
Back to top Go down
catventure
Admin Adventurer
catventure

Male
Number of posts : 404
Age : 71
Location : UK
Humor : Enjoys a laugh!
Adventure Points : 77
Registration date : 2008-06-08

log file Empty
PostSubject: Re: log file   log file I_icon_minitimeSun May 29, 2011 11:47 am

Ok. I hadn't realised you had menu disabled. In that case you must use the action commands instead.

You need to enter a vocabulary verb with any synonyms:

/transcript/script/

And you will need to check that you still have "on" and "off" in the vocabulary preposition list.

This is the code needed into the RESPONSE table:

=============
[start]transcript on[acts]transcripton[end]

[start]transcript off[acts]transcriptoff[end]

==============

Player must now type

>transcript on

>transcript off

to activate this feature.

As a result of this I've entered these entries into the "default.tab" database for the next release.

Thanks,
Phil.
Back to top Go down
https://adventure.forumotion.com
Sponsored content




log file Empty
PostSubject: Re: log file   log file I_icon_minitime

Back to top Go down
 

log file

View previous topic View next topic Back to top 

 Similar topics

+
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
TAB - thinBasic Adventure Builder :: TAB FORUMS :: Suggest New Features-
Jump to: