Addon ID

  • skymen_Skymen_SpritefontDX

Info

Statistics

  • Download count4,953 total downloads
  • Latest download count 19 downloads of latest version
  • Average download count2 downloads per day average

Owners

  • Stable

    Version 2.1.1.0

    • Released 5 Aug, 2026
    • 19 downloads

    2.1.1.0

    Fixed: The LastLetter expression returned nothing for some edge cases.

    Fixed: A few possible edge cases with tag values that could crash the game

    Fixed: Typewriter parameter color values containing a space could be broken.

    Fixed: The C2 converter recognises the colour name indianred again.

    2.1.0.0

    Fixed: Character counting around word wrap cannot drift any more by design

    2.0.0.0

    Added: Ported to SDK v2.

    Added: Typewriter state now shows up in the debugger.

    Added: The alias name in "Set Function Animation alias" now autocompletes across actions.

    Changed: Updated the way easings are handled to better align with how C3 works internally.

    Changed: Save states now store the data in a more efficiently. Save states made with 1.x will not load into 2.x

    Changed: Script interface was reworked.

    Fixed: Easing curves now reach their end value.

    Fixed: Set Text no longer crashes when a typewriter is still running.

    Fixed: Animated icons work again.

    Fixed: Fixed a few color formats not working anymore due to a change in how browsers work

    Fixed: The LastLetter expression returned an invalid value before the first letter was typed.

  • Stable

    Version 1.1.1.1

    • Released 6 Mar, 2024
    • 1,122 downloads

    - Fixed breaking bug

  • Stable

    Version 1.1.1.0

    • Released 14 Nov, 2023
    • 367 downloads

    - Icons now don't get weirdly duplicated when typewritten

    - Icons now animate properly when typewritten

    - Icons don't add an extra space after them now

    - Fixed a minification issue

  • Stable

    Version 1.1.0.9

    • Released 14 Oct, 2023
    • 288 downloads

    Fixing issue with icons

  • Stable

    Version 1.1.0.6

    • Released 25 Jul, 2023
    • 198 downloads

    Fixed triggers not working

  • Stable

    Version 1.0.0.5

    • Released 19 Jul, 2023
    • 123 downloads

    Can now use the icon tag with no additional text

  • Stable

    Version 1.0.0.4

    • Released 19 Jul, 2023
    • 141 downloads

    - Fixed typewriter broken in r350+

    - Added array() function

    - Added support for arrays as function params

    - Added built in animatedicon function

  • Stable

    Version 1.1.0.3

    • Released 17 Jul, 2023
    • 107 downloads

    Fixed dumb mistake

  • Beta

    Version 1.1.0.2

    • Released 8 Jul, 2023
    • 112 downloads

    - Complete rework of the addon using a new addon framework

    - Added scripting runtime support

  • Stable

    Version 1.0.3.9

    • Released 3 Mar, 2023
    • 203 downloads

    Fixed a bug with [text] when using the save/load feature

  • Stable

    Version 1.0.3.8

    • Released 12 Nov, 2022
    • 187 downloads

    - Fixed an issue with typewriter timings bugging if size altering tags were used (size/bold/scale)

    - Fixed crash when using c3 functions in typewriter

  • Stable

    Version 1.0.3.7

    • Released 29 May, 2022
    • 161 downloads

    - fixed tw pause stopping one letter too late

    - made it so tw tags can also use JS to compute values (values are only computed once on typewrite, not on every frame)

    - conditional tags (b, i, u etc) would be set as false by default and that would make it so they wouldn't appear if typed normally in text and not through an sfdx condition.

  • Stable

    Version 1.0.3.5

    • Released 20 Oct, 2021
    • 202 downloads

    Fixed advanced minification

  • Stable

    Version 1.0.3.4

    • Released 15 Oct, 2021
    • 149 downloads

    removed debugger + minor fixes

  • Stable

    Version 1.0.3.1

    • Released 26 Mar, 2021
    • 215 downloads

    Vanilla+ V1 Release

    - Made compatible with modules

    - Fixed crash when skipping to next typewriter pause right before typewriter is finished

    - Fixed issues with functions being detected as aliases

    - Fixed crash when typewriter params were empty

    - Added default aliases (wave, swing and magnitude)

    - Added experimental C2StrToC3Str expression that tries to convert a Construct 2 SFDX string into a C3 one

    - Added aliases for sfdx tag: You can now use anim, animate, animtext, typejuice and juice instead of sfdx and it will work the same.

    - added new function c3easing(time, name, magnitude = 1, duration = 1, pingpong = false) that takes a user defined easing from the C3 Editor

    - Can now use User defined easings as typewriter easing

  • Stable

    Version 1.0.1.2

    • Released 9 May, 2020
    • 600 downloads

    Fixed error that would flood the console because of shadow change in the way text objects are rendered in C3 in r198.

    This release should be backwards compatible with previous versions!

  • Stable

    Version 1.11

    • Released 25 Feb, 2020
    • 354 downloads
    • Fixed issue with kerning when using the behavior on text objects
    • Fixed crash when using behavior on text objects and no spritefont were added in the project
    • Properly supported text objects
    • Reworked typewriter to use the built in typewriter features on top of my systems
    • Added conditional tags, to support tags that don't take a parameter, like hide, b, i, u, s and stroke, so now, using [sfdx=hide JS code] will only add the hide tag if the value of the JS code is true.
    • Updated Save and Load functions.
  • Stable

    Version 1.10

    • Released 6 Oct, 2019
    • 404 downloads

    First publication of the addon