More actions
No edit summary |
|||
Line 47: | Line 47: | ||
'''v0.0.5''' | '''v0.0.5''' | ||
*NOTE: Game will crash if a song is not found! | *NOTE: Game will crash if a song is not found! | ||
*MODSCRIPTING | *MODSCRIPTING: | ||
**graphics.newCircle / graphics.newRectangle | **graphics.newCircle / graphics.newRectangle. | ||
**simulatedBeatTime (Used with setMusicPlaying(true/false)) | **simulatedBeatTime (Used with setMusicPlaying(true/false)). | ||
**UI Elements can be set to visible/invisible | **UI Elements can be set to visible/invisible. | ||
**Drunk + Tipsy mods improved | **Drunk + Tipsy mods improved. | ||
*GAMEPLAY | *GAMEPLAY: | ||
**Input w/ hold notes was fixed (or well.. improved) | **Input w/ hold notes was fixed (or well.. improved). | ||
**Better rating system | **Better rating system. | ||
**FNF BPM Changes | **FNF BPM Changes. | ||
**Song speed changes | **Song speed changes. | ||
**Difficulty Calculator (May break) | **Difficulty Calculator (May break). | ||
**Better song folder (no need for separate game folders) | **Better song folder (no need for separate game folders). | ||
**Backgrounds | **Backgrounds. | ||
**Scroll underlay | **Scroll underlay. | ||
**SV's are slightly better | **SV's are slightly better. | ||
*SKINS | *SKINS: | ||
**UI Colours can be changed in the skin.json | **UI Colours can be changed in the skin.json. | ||
*MENUS | *MENUS: | ||
**Added results screen (Very barebones) | **Added results screen (Very barebones). | ||
**Added a start menu | **Added a start menu. | ||
**Added a settings menu | **Added a settings menu. | ||
*MISC | *MISC: | ||
**Fixed debug overriding default lua debug | **Fixed debug overriding default lua debug. | ||
**Replays (Currently not viewable) | **Replays (Currently not viewable). | ||
**Switched to HUMP.Gamestate instead of my own state library | **Switched to HUMP.Gamestate instead of my own state library. | ||
**love.graphics.gradient | **love.graphics.gradient. | ||
**(UI) Scoring + Accuracy lerps instead of Timer.tweens | **(UI) Scoring + Accuracy lerps instead of Timer.tweens. | ||
**New settings system | **New settings system. | ||
'''v0.0.4''' | '''v0.0.4''' |
Revision as of 00:09, 25 Mayıs 2023
Rit | |
---|---|
General | |
Author | GuglioIsStupid |
Type | Music |
Version | 0.0.5 |
License | GPL-3.0 |
Last Updated | 2023/05/23 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
Rit is a WIP Rhythm Game built with LÖVE2D that supports many different rhythm game formats such as:
- osu!mania beatmaps.
- Quaver beatmaps.
- FNF Jsons.
- And lots more to come.
This project is not affiliated with Quaver, osu!, or any other rhythm game.
Installation
To install, place the .nro to the switch
folder on the SD card.
How to install maps
- Run the game at least once to setup the save folder.
- Go to the save folder location:
- Windows:
%appdata%\rit\songs
- Linux:
~/.local/share/love/rit/songs
- Nintendo Switch:
./Rit/songs
- Windows:
- Put songs in their respective folders. (E.g. osu! in
osu/
, Quaver inquaver/
, FNF infnf/
). - Launch the game, choose your skin, and have fun.
Modscripts support
- To make a modscript, go into the songs folder and make a folder called
mod
with a mod.lua file in it. - Refer to this wiki for modscript functions.
Important links
Screenshots
Changelog
v0.0.5
- NOTE: Game will crash if a song is not found!
- MODSCRIPTING:
- graphics.newCircle / graphics.newRectangle.
- simulatedBeatTime (Used with setMusicPlaying(true/false)).
- UI Elements can be set to visible/invisible.
- Drunk + Tipsy mods improved.
- GAMEPLAY:
- Input w/ hold notes was fixed (or well.. improved).
- Better rating system.
- FNF BPM Changes.
- Song speed changes.
- Difficulty Calculator (May break).
- Better song folder (no need for separate game folders).
- Backgrounds.
- Scroll underlay.
- SV's are slightly better.
- SKINS:
- UI Colours can be changed in the skin.json.
- MENUS:
- Added results screen (Very barebones).
- Added a start menu.
- Added a settings menu.
- MISC:
- Fixed debug overriding default lua debug.
- Replays (Currently not viewable).
- Switched to HUMP.Gamestate instead of my own state library.
- love.graphics.gradient.
- (UI) Scoring + Accuracy lerps instead of Timer.tweens.
- New settings system.
v0.0.4
- Rit now support modscripts.
- To make a modscript, go into the songs folder and make a folder called
mod
with a mod.lua file in it. - Refer to this wiki for modscript functions.
v0.0.3
- Fixed LOTS of graphical issues with scrolling ways LOL.
v0.0.3-beta
- Includes some fixes for the Nintendo Switch version & some slight code cleanups.
External links
- GitHub - https://github.com/GuglioIsStupid/Rit
- itch.io - https://guglioisstupid.itch.io/rit
- ForTheUsers - https://apps.fortheusers.org/switch/Rit