This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

BogusTrivia 2.06.3 Released. Several New Options.

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

BogusTrivia 2.06.3 Released. Several New Options.

Post by SpiKe^^ »

Just wanted to announce that BogusTrivia 2.06.3 is now available on mytclscripts.com and will soon be posted to egghelp.org script archive.

Code: Select all

##############################################################
#                          2.06.3                            #
#  Release Notes:                                            #
#                                                            #
#   1. Contains all new files!                               #
#   2. Smooth installation or upgrades                       #
#   3. Custom on|off triggers now accepted                   #
#   4. Show|Hide stats to the channel                        #
#   5. Translate day and month names                         #
#   6. Restart game play on rejoin                           #
#   7. Scheduled backup of user and history files            #
#                                                            #
#                                                            #
##############################################################
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

BogusTrivia 2.06.3 is now posted to egghelp.org script archive :)
User avatar
starr
Voice
Posts: 26
Joined: Sun Mar 18, 2007 1:18 am
Location: Tennessee
Contact:

Bogustrivia 2.06.3 New Installation Error and Resolution

Post by starr »

An error loading Bogustrivia 2.06.3 has been detected for those doing a New Install.
The error will look something like this.
Tcl error [TOnOff]: can't read "dt": no such variable, though the variable may differ.

This error is caused by the default settings in the t-2.settings.tcl.
New options added seem to generate this error.
The default options for these settings is set to on.
Setting the configuration below prior to installation will solve this issue.

# restart game on rejoin ?? #
set t2(restart) "0" ;# (1=yes | 0=no) #

# database backup # (0=off | 1=keep 1 backup) # or keep 'x' backups #
set t2(bakupu) "0" ;# backup the user file ?? #
set t2(bakuph) "0" ;# backup the history file ?? #

# backup user file how often # 1 = once a day at midnight # 2 = twice at noon & midnight #
set t2(bakhow) "1"

Spike^^ will be working to resolve this as quickly as possible.
Thanks to those of you that reported the error to me.
Post Reply