Firefox Browser Add-ons
Log in
Add-on icon

ChoiceScript Game Tools version history - 23 versions

ChoiceScript Game Tools by Lauren

Rated 5 out of 5
5 Stars out of 5
5
11
4
0
3
0
2
0
1
0
ChoiceScript Game Tools version history - 23 versions
  • 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 KB
    Works with firefox 58.0 and later, android 120.0 and later

    Source code released under MIT License

    You’ll need Firefox to use this extension
    Download Firefox
    Download file
  • Older versions

    Version 1.6.6

    Released Jan 16, 2025 - 90.19 KB
    Works with firefox 58.0 and later, android 120.0 and later

    Source code released under MIT License

    Download file
  • Version 1.6.4

    Released May 26, 2024 - 90.16 KB
    Works with firefox 48.0 and later, android 120.0 and later

    Source code released under MIT License

    Download file
  • Version 1.6.3

    Released Nov 8, 2023 - 90.13 KB
    Works with firefox 48.0 and later, android 120.0 and later

    Source code released under MIT License

    Download file
  • Version 1.6.0

    Released Mar 28, 2023 - 90.12 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*

    Source code released under MIT License

    Download file
  • Version 1.5.7

    Released Mar 14, 2023 - 81.77 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Fix jQuery selector for moody.ink

    Source code released under MIT License

    Download file
  • Version 1.5.6

    Released Mar 14, 2023 - 81.77 KB
    Works 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

    Download file
  • Version 1.5.5

    Released Feb 23, 2023 - 79.89 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*

    Source code released under MIT License

    Download file
  • Version 1.5.4

    Released Feb 21, 2023 - 76.85 KB
    Works 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

    Download file
  • Version 1.5.2

    Released Feb 16, 2023 - 74.98 KB
    Works 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 default
      • modal-enable: Enable modals by default
      • modal-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

    Download file
  • Version 1.5.1

    Released Feb 2, 2023 - 72.5 KB
    Works 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

    Download file
  • Version 1.5.0

    Released Feb 2, 2023 - 72.42 KB
    Works 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

    Download file
  • Version 1.4.4

    Released Jan 26, 2023 - 70.48 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Fixes for when the starting/next line is highlighted

    Source code released under MIT License

    Download file
  • Version 1.4.3

    Released Jan 26, 2023 - 66.96 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Fix for when code generated by only one line is highlighted

    Source code released under MIT License

    Download file
  • Version 1.4.2

    Released Jan 26, 2023 - 66.85 KB
    Works 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

    Download file
  • Version 1.4.1

    Released Jan 26, 2023 - 66.33 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Fixed bug with pseudo-selector.

    Source code released under MIT License

    Download file
  • Version 1.4.0

    Released Jan 26, 2023 - 66.33 KB
    Works 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

    Download file
  • Version 1.3.1

    Released Jan 25, 2023 - 64.94 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Fix for storeName on dashingdon games

    Source code released under MIT License

    Download file
  • Version 1.3.0

    Released Jan 23, 2023 - 64.88 KB
    Works 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

    Download file
  • Version 1.2.2

    Released Jan 20, 2023 - 64.25 KB
    Works 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

    Download file
  • Version 1.2.1

    Released Jan 20, 2023 - 64.25 KB
    Works 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

    Download file
  • Version 1.2

    Released Dec 4, 2022 - 63.94 KB
    Works 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
    <br>
    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

    Download file
  • Version 1.1

    Released Dec 1, 2022 - 63.21 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*

    Source code released under MIT License

    Download file
Go to Mozilla’s homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.