Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Rit Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=Rit |image=ritswitch.png |description=A rhythm game made in LOVE2D! |author=GuglioIsStupid |lastupdated=2023/03/09 |type=Music |version=0.0.4 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/ritswitch.7z |website=https://github.com/GuglioIsStupid/Rit |source=https://github.com/GuglioIsStupid/Rit |donation= }} {{#seo: |title=Switch Homebrew Games (Music) - GameBrew |title_mode=append |image=ritswitch.png |image_alt=Rit...")
 
No edit summary
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=Rit
|title=Rit
|image=ritswitch.png
|image=ritnx.png
|description=A rhythm game made in LOVE2D!
|description=A free and open source rhythm game made with LÖVE.
|author=GuglioIsStupid
|author=GuglioIsStupid
|lastupdated=2023/03/09
|lastupdated=2023/03/09
Line 8: Line 8:
|version=0.0.4
|version=0.0.4
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/switchhomebrews/ritswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/ritnx.7z
|website=https://github.com/GuglioIsStupid/Rit
|website=https://github.com/GuglioIsStupid/Rit
|source=https://github.com/GuglioIsStupid/Rit
|source=https://github.com/GuglioIsStupid/Rit
|donation=
|donation=https://ko-fi.com/GuglioIsStupid
}}
}}
{{#seo:
A free and open source rhythm game made with LÖVE.
|title=Switch Homebrew Games (Music) - GameBrew
 
|title_mode=append
Rit is a WIP Rhythm Game built with LÖVE2D that supports many different rhythm game formats such as:
|image=ritswitch.png
* osu!mania beatmaps.
|image_alt=Rit
* Quaver beatmaps.
}}
* FNF Jsons.
{{cleanup|article|Needs cleanup}}
* And lots more to come.
A rhythm game made in LOVE2D!
 
This project is not affiliated with Quaver, osu!, or any other rhythm game.
 
==Installation==
To install, place the .nro to the <code>switch</code> folder on the SD card.


==Media==
===How to install maps===
<youtube></youtube>
* Run the game at least once to setup the save folder.
* Go to the save folder location:
** Windows: <code>%appdata%\rit\songs</code>
** Linux: <code>~/.local/share/love/rit/songs</code>
** Nintendo Switch: <code>./Rit/songs</code>
* Put songs in their respective folders. (E.g. osu! in osu/, Quaver in quaver/, FNF in fnf/).
* 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 <code>mod</code> with a mod.lua file in it.
*Refer to this [https://github.com/GuglioIsStupid/Rit/wiki wiki] for modscript functions.


==Screenshots==
===Important links===
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-01.png
* https://quavergame.com/
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-02.png
* https://osu.ppy.sh/home
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/ritswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''v0.0.4'''
* First Release.
*Rit now support modscripts.
*To make a modscript, go into the songs folder and make a folder called <code>mod</code> with a mod.lua file in it.
*Refer to this [https://github.com/GuglioIsStupid/Rit/wiki 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 ==
== External links ==
* Gbatemp - https://github.com/GuglioIsStupid/Rit
* GitHub - https://github.com/GuglioIsStupid/Rit
* Github - https://github.com/GuglioIsStupid/Rit
* itch.io - https://guglioisstupid.itch.io/rit
* Reddit -
* ForTheUsers - https://apps.fortheusers.org/switch/Rit

Revision as of 08:01, 22 Mayıs 2023

Rit
Ritnx.png
General
AuthorGuglioIsStupid
TypeMusic
Version0.0.4
LicenseGPL-3.0
Last Updated2023/03/09
Links
Download
Website
Source
Support Author

A free and open source rhythm game made with LÖVE.

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
  • Put songs in their respective folders. (E.g. osu! in osu/, Quaver in quaver/, FNF in fnf/).
  • 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

Changelog

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

Advertising: