ChoiceScript Game Tools version history - 23 versions
ChoiceScript Game Tools by Lauren
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.7.0
Released Jan 16, 2025 - 93.23 KBWorks with firefox 58.0 and later, android 120.0 and laterSource code released under MIT License
Download FirefoxYou’ll need Firefox to use this extensionOlder versions
Version 1.6.6
Released Jan 16, 2025 - 90.19 KBWorks with firefox 58.0 and later, android 120.0 and laterSource code released under MIT License
Version 1.6.4
Released May 26, 2024 - 90.16 KBWorks with firefox 48.0 and later, android 120.0 and laterSource code released under MIT License
Version 1.6.3
Released Nov 8, 2023 - 90.13 KBWorks with firefox 48.0 and later, android 120.0 and laterSource code released under MIT License
Version 1.6.0
Released Mar 28, 2023 - 90.12 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Source code released under MIT License
Version 1.5.7
Released Mar 14, 2023 - 81.77 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fix jQuery selector for moody.inkSource code released under MIT License
Version 1.5.6
Released Mar 14, 2023 - 81.77 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Some CSS fixes, and added support for using `moody.ink` (an alternative to Dashingdon) and local builds (alpha support).Source code released under MIT License
Version 1.5.5
Released Feb 23, 2023 - 79.89 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Source code released under MIT License
Version 1.5.4
Released Feb 21, 2023 - 76.85 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Minor bug fixes & add ALPHA ability to copy stats from other games.Source code released under MIT License
Version 1.5.2
Released Feb 16, 2023 - 74.98 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Added- Alpha CSGT commands for authors<br>The way these commands are used is with
*comment csgt:<command> <options>
, where the allowed commands are:modal-disable
: Disable modals by defaultmodal-enable
: Enable modals by defaultmodal-show color:<color> text:"<text>" title:"<title>" duration:<duration in seconds>
: Display a custom modal message to the user
- Added options menu to customize modal behaviour
Changed- Modals now have a progress bar to show when they'll disappear
- Clicking on a modal will prevent it from disappearing
Fixed- Some games with special characters in the name would break due to the Persist library used by ChoiceScript games. These characters are now safely escaped.
Source code released under MIT License
- Alpha CSGT commands for authors<br>The way these commands are used is with
Version 1.5.1
Released Feb 2, 2023 - 72.5 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Bug fix:- Due to a trigger that I missed, the page was reloading after every step. This is fixed.
Source code released under MIT License
Version 1.5.0
Released Feb 2, 2023 - 72.42 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Major structural overhaul so I can more easily maintain this, but the big feature with this one is the ability to sync your saves on games across computers (this doesn't work on mobile unfortunately, it doesn't seem to sync extension information).Source code released under MIT License
Version 1.4.4
Released Jan 26, 2023 - 70.48 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fixes for when the starting/next line is highlightedSource code released under MIT License
Version 1.4.3
Released Jan 26, 2023 - 66.96 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fix for when code generated by only one line is highlightedSource code released under MIT License
Version 1.4.2
Released Jan 26, 2023 - 66.85 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Pressing the Code button when text is highlighted will highlight the code that generated that text.Source code released under MIT License
Version 1.4.1
Released Jan 26, 2023 - 66.33 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fixed bug with pseudo-selector.Source code released under MIT License
Version 1.4.0
Released Jan 26, 2023 - 66.33 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Added a button to show the Choicescript code at the current location in a popover window.Source code released under MIT License
Version 1.3.1
Released Jan 25, 2023 - 64.94 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fix for storeName on dashingdon gamesSource code released under MIT License
Version 1.3.0
Released Jan 23, 2023 - 64.88 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Major overhaul to "back" button system using Persist library (on both CoG and Dashingdon)Source code released under MIT License
Version 1.2.2
Released Jan 20, 2023 - 64.25 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Corrected name of window variable from `pseudosave` to `pseudoSave`Source code released under MIT License
Version 1.2.1
Released Jan 20, 2023 - 64.25 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Changed the behaviour on choiceofgames.com (de facto) by storing the autosave state, rather than a custom state object. Applicable when `window.store` exists.Source code released under MIT License
Version 1.2
Released Dec 4, 2022 - 63.94 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fixed- The back button now works across scene boundaries
- The back button now works with changes in the "stats" menu
- Modals should now work even if the text size is changed
Known issues- The back button fails when the location to back up into is in a subroutine (via *gosub or *gosub_scene). Games known to encounter this issue include
- Breach: Archangel Series
Source code released under MIT License
Version 1.1
Released Dec 1, 2022 - 63.21 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Source code released under MIT License