Helps you make a Jstris usermode for placing a queue of pieces in the right spots
These are versions of this script where the code was updated. Show all versions.
Generate usermodes from either a Jstris replay or fumen
- If the player gets a tutor stage wrong, it repeats the stage instead of game over- Text next to the board shows which stage you are at in the tutor
- Bugfix: check PC count for the last stage and show the intended field if the player missed it- Re-enable fumen button once the usermode is generated (you can write over existing usermodes)- Use a loop to save more components per stage
- Now it only checks the player's field and line count for correctness once per stage instead of once per piece. Now you don't have to memorize which pieces to hold (also saves ~1000 components every 100 pieces)- If the first frame of your fumen is a thumbnail (has no mino or quiz), JTM will set the thumbnail to that- Radio buttons to choose whether it's a tutor or challenge usermode- Text box to change how long to pause between demo pieces- Other minor changes to save components
- Limit queue field input to 600 characters, since Jstris will not accept ones with more characters than that- Re-add JTM on the edit page. If you load a fumen, it wipes away the existing usermode (without saving) and generates a new one
Generate usermode JSON directly instead of clicking buttons. Big performance improvement (30-40 minutes -> 5 seconds for a 1700-component usermode)
0.2.1Bugfix: Do not check whether top row is clear because it sometimes contains undefined
New features:
Various bugfixes, including:
Other changes:
0.1.0 (2022-07-06): Fumen and UI support0.0.1 (2022-07-04): Demo mode