All Projects → goodtrailer → soyokaze

goodtrailer / soyokaze

Licence: MIT license
An osu! ruleset mimicking Genshin Impact's Ballads of Breeze mini-game.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to soyokaze

rurusetto
A wiki that contain all osu! rulesets
Stars: ✭ 31 (+0%)
Mutual labels:  osu, osu-ruleset
tau
A customized osu! mode surrounding a paddle and some notes.
Stars: ✭ 150 (+383.87%)
Mutual labels:  osu, osu-ruleset
Danser Go
Dancing visualizer of osu! maps and custom osu! client written in Go.
Stars: ✭ 224 (+622.58%)
Mutual labels:  osu
osu-difficulty-calculator
Processes raw beatmaps and saves difficulty attributes to a database backend
Stars: ✭ 66 (+112.9%)
Mutual labels:  osu
circleguard
An osu! replay analysis program
Stars: ✭ 108 (+248.39%)
Mutual labels:  osu
OsuParsers
Library for parsing/writing files associated with osu!
Stars: ✭ 60 (+93.55%)
Mutual labels:  osu
OsuMapSuggester
A Mirai console plugin that can provide osu!std players some appropriate beatmap (WIP)
Stars: ✭ 29 (-6.45%)
Mutual labels:  osu
Osu Performance
Calculates user performance aggregates from scores
Stars: ✭ 186 (+500%)
Mutual labels:  osu
dontsteal
Python 3 script to compare two osu! replays for similarities. (Kind of anti-cheat for replay stealing)
Stars: ✭ 13 (-58.06%)
Mutual labels:  osu
osukps
A keys-per-second meter for osu! (or any rythm game), useful for live streaming and making videos
Stars: ✭ 90 (+190.32%)
Mutual labels:  osu
osuElements
A .NET framework for osu! (osu.ppy.sh) applications
Stars: ✭ 33 (+6.45%)
Mutual labels:  osu
KeysPerSecond
A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
Stars: ✭ 238 (+667.74%)
Mutual labels:  osu
kyo-rs
The next generation of kyo, a fully featured and modern osu! server switcher
Stars: ✭ 14 (-54.84%)
Mutual labels:  osu
Osu Wiki
home of the osu! wiki
Stars: ✭ 246 (+693.55%)
Mutual labels:  osu
OppaiSharp
A C# port of oppai-ng
Stars: ✭ 16 (-48.39%)
Mutual labels:  osu
Osumapper
An automatic beatmap generator using Tensorflow / Deep Learning.
Stars: ✭ 207 (+567.74%)
Mutual labels:  osu
osw
an osu! clone designed to run on browsers, allowing you to play osu on any device with a modern browser
Stars: ✭ 26 (-16.13%)
Mutual labels:  osu
osu-deploy
Deploy script for lazer
Stars: ✭ 39 (+25.81%)
Mutual labels:  osu
Osu-Ingame-Downloader
Just a simple Osu! ingame downloader
Stars: ✭ 31 (+0%)
Mutual labels:  osu
interbotAPI
bot's api
Stars: ✭ 16 (-48.39%)
Mutual labels:  osu

soyokaze!

soyokaze!

Version CodeFactor License Downloads

Note. soyokaze!'s source code is a mess and does not follow osu!'s conventions particularly well. If you want to write your own ruleset, look at osu!standard's or osu!taiko's. You are looking at a bargain-bin ruleset that I've been half-assedly maintaining for a while and for which I may eventually rewrite large portions of.

An osu! ruleset mimicking Genshin Impact's Ballads of Breeze mini-game. For more info, you can also check it out over at rūrusetto, a website created by the Rūrusetto team to catelog osu! rulesets.

Video Showcase (YouTube)

Preview1

Preview0 Preview2 Preview3

Skinning

Default skin PNGs (they're all white): /osu.Game.Rulesets.Soyokaze/Resources/Textures/Gameplay/soyokaze.

Judgements and Hit Circle text are skinnable too following normal osu!standard skinning guidelines.

skin.ini default values:

[General]
InputOverlayKeyGap: 20
KiaiVisualizerDefaultSpin: 1.5
KiaiVisualizerKiaiSpin: -60
KiaiVisualizerDefaultOpacity: 128
KiaiVisualizerFirstFlashOpacity: 255
KiaiVisualizerFlashOpacity: 192

[Colours]
HoldHighlight: 0, 255, 0
KiaiVisualizerDefault: 47, 79, 79
KiaiVisualizerFirstFlash: 255, 255, 255
KiaiVisualizerFlash: 255, 255 255

Extras

These are features that I think would be really fun, but are non-trivial to implement (unlike +DT, which took maybe 30 seconds). I may or may not implement these in the future depending on if I find the motivation to.

  1. Star rating rework
    • osu!'s star ratings suck real bad for soyokaze!. I tried making my own star rating calculator, and it works slightly better. It still undervalues reading and rhythm complexity a ton.
  2. Spinners mod (+SP)
    • Basically just note spam, taiko/MuseDash style
  3. Multi-notes mod (+MT)
    • Pretty hard mod to implement, would have to look at LumpBloom7/sentakki for some clues, because I'm not sure how to decide when to do singles, doubles, and triples
  4. Editor support
    • Currently unusable without a custom build of osu!, because the legacy beatmap decoder gets angry at non-legacy rulesets or something. Also definitely the hardest feature to implement by far
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].