A custom ruleset for osu!lazer, that adds an overlay to use VK social network inside the game.
Ovktab can provide you most of things that you need to browse VK communities and chat with your friends without opening browser. Don't expect a lot - it doesn't have video player, voice recorder, calls, uploads and so on. But instead, it has unique integration features with the game, such as direct files importing.
Full list |
---|
If you are sure that something is easy to implement, submit a request to issues.
- Download a latest release or build manually.
- Click "Open osu! folder" in game settings, navigate to
rulesets
folder. On windows you can just go to%appdata%/osu/rulesets
(if you didn't change folder location). - Copy ruleset DLL here.
- Make sure that VkNet library DLL also placed in rulesets folder (VkNet.dll) - ovktab use it. If not, download from our releases page or build yourself. You can find one inside
Tests
project build, take from NuGet folder or build manually. - Restart the game, enjoy!
- If you encounter issues, report to this repo.
- If the game randomly crashes or fails to startup, uninstall this ruleset! It works via multiple hacks, so can easily break the whole game.
Ruleset:
dotnet build osu.Game.Rulesets.OvkTab
Test browser:
dotnet build osu.Game.Rulesets.OvkTab.Tests
Note that some functionality (especially, integrations) requires you to run inside full game instance and use default server (osu.ppy.sh). So, some features won't work correctly inside test browser.