Releases: spelunky-fyi/modlunky2
Releases · spelunky-fyi/modlunky2
Gem Tracker / Level Editor Bug Fix
- the Trackers tab has a new tracker (courtesy of Gugubo) that tracks your gems collected across a run
- Fixed a bug with the level editor that caused back rooms to be written even when dual was not selected.
Time Tracker ILs / Level Editor Refactor
Time Tracker Updates
- Add all IL times option to timer tracker
- Add slider to change tracker font size
- Add combobox to change tracker font family
- Make session timer more accurate by only using ingame frames for init and append real time to that
Level Editor Refactor
Refactor levels tab into multiple files and reuse logic in vanilla and custom editors.
The two editors, as well as the vanilla levels' "Full Level View" canvas are now all using the same canvas, so the editors get some of each others' functionality.
Vanilla editor
- Adding tiles to the palette by shift-clicking
- Displaying the bg without stretch on larger rooms
- Splash screen when no room is selected
Custom editor gets:
- dual-tile percentage slider
- Splash screen when no level is selected
- Backgrounds
Full level view
- Hide grid lines
Playlunky Warning / Time Tracker
- Warn users using stable that it's likely out of date
- Remove space as valid tilecode
- Add tracker to track various game timers
New tile codes
Level Editor
• Added tile codes arrow_wooden
, arrow_metal
, arrow_wooden_poison
, arrow_metal_poison
, venom
. Thanks Estebanfer!
Fix spriteless tile codes
Level Editor
- Fix loading level files with spriteless tile codes (e.g.
cobweb
)
Skip corrupt mod logos
Playlunky
- Skip loading corrupt mod logos, instead of failing to load the whole tab
Fix loading mods with non-ASCII characters
Playlunky
• Fix loading mods with non-ASCII characters in their name. Thanks fienestar!
Fix install local mods
Install Mods
- Fixed a bug when installing a mod from a local file (#513)
Overlunky launcher improvements
Playlunky
- New option "Load Overlunky". When enabled, the "Play!" button launches the game with mods and Overlunky.
- Note: this currently requires Playlunky nightly
Overlunky
- Added buttons:
- Reconfigure automatic updates
- Documentation
- Launch vanilla game with Overlunky
- "Launch!" is now "Inject to running game process"
Thanks Dregu!