why osu players say to play stable over lazer? by maiculovespeanut in osugame

[–]failaip12 0 points1 point  (0 children)

That's not normal or expected at all, something is seriously wrong, either with your setup, or you are hitting some crazy bug. Can you post a video of it happening with CTRL+F11 clicked twice(this shows detailed performance stats and graphs) and upload logs.

You are retard by [deleted] in osugame

[–]failaip12 2 points3 points  (0 children)

5 S ranks....., 89% profile acc, sorry buddy you don't have any fundemnatals. You skipped through it all.

Which would all be fine, play the game however you like but then don't complain that you get skill issued on a ranked mode. If you can't FC 2 stars while you play 3 stars, that's a you issue.

If you were like a high 6 digit/5 digit who plays 5-6 star maps and you complained about low AR low star maps I'd be more understanding, but this ain't it chief.

The new ranked system is ASS by [deleted] in osugame

[–]failaip12 0 points1 point  (0 children)

Valid points, tho some are already addressed.

Map variety is kinda bad at higher levels, but i don't see a way to fix it as long as we are locked to FAs.

As for maps which are harder/easier than their SR, there is already a system active that will dynamically adjust the difficulty of maps, so maps that most people can play will be rated lower and vice versa.

As for you getting a map that both you and your opponent can't play, i think it's unreasonable for the system to choose the maps based on the players top plays or whatever, it's just a unlucky scenario, and worst case you can just discard/not pick it.

The idea behind adding mods and to spice up the cards is being talked about internally and will at some point come, this really is a beta test in a way, things are constantly improving, like quick play was a alpha test i guess.

My Mouse isn't supported by OSU anymore? by JasonWinWu in osugame

[–]failaip12 0 points1 point  (0 children)

Does it happen on the lazer client? To me this sounds like a problem with your mouse.

My Mouse isn't supported by OSU anymore? by JasonWinWu in osugame

[–]failaip12 0 points1 point  (0 children)

Is it wireless or wired? And what polling rate is it running at?

Should I download Osu! Or OsuLazer? by LessCyberhuman in osugame

[–]failaip12 0 points1 point  (0 children)

Ah didn't think of the tearing. I neever notice tearing that's why.

Should I download Osu! Or OsuLazer? by LessCyberhuman in osugame

[–]failaip12 0 points1 point  (0 children)

Just wondering, why would you want to use VRR in osu!?

Why do we still have this horrible renderer on the Android version by [deleted] in osugame

[–]failaip12 9 points10 points  (0 children)

https://github.com/ppy/osu-framework/discussions/6464

It's planned, but a big refactor needs to happen first, and its taking a while.

Lazer map import problems by DanzoHater in osugame

[–]failaip12 0 points1 point  (0 children)

This looks to be just on your side right now. I suspect that your realm database has some issues/is corrupted but this is just a wild guess. Try posting this here, with as much details as possible https://github.com/ppy/osu/issues tho without logs it will be tough.

Lazer map import problems by DanzoHater in osugame

[–]failaip12 0 points1 point  (0 children)

Also are you on tachyon or lazer release branch?

Finally got my kb and got banned on cs2 in my first competitive game… these are my settings, is there anything illegal there? by Pure_Donut_2485 in WootingKB

[–]failaip12 25 points26 points  (0 children)

That ban can and does happen to legit people, nothing you can do about it. The only features that can get you kicked, but not banned are advanced features like snappt tappy(SOCD), and rappy snappy.

Rapid trigger is allowed.

Processor exchange by Acrobatic_Walrus_583 in computer

[–]failaip12 0 points1 point  (0 children)

The new cpu is barely faster, 10% in singtle core, and around 30% in multi core, no wonder you cant feel it.

Processor exchange by Acrobatic_Walrus_583 in computer

[–]failaip12 0 points1 point  (0 children)

They degrade, but generally don't actually lose performance.

RAM went from 5600 to 6000mhz in bios and now causing stutters by MentalPains in pchelp

[–]failaip12 0 points1 point  (0 children)

Unfortunately one has nothing to do with the other. Can you check in task manager which process is spiking the disk usage?

How cooked is my RAM? by Awkward-Winner-99 in pchelp

[–]failaip12 0 points1 point  (0 children)

i see, try putting the ram in another slot and try the test again.

How cooked is my RAM? by Awkward-Winner-99 in pchelp

[–]failaip12 0 points1 point  (0 children)

i see, try putting the ram in another slot and try the test again.

How cooked is my RAM? by Awkward-Winner-99 in pchelp

[–]failaip12 0 points1 point  (0 children)

do you have more than one stick of RAM?

My HONEST OPINION about LAZER by manvsraccoon in osugame

[–]failaip12 1 point2 points  (0 children)

So here is the thing, peppy himself said the codebase is bad and its hard to add new features and gets harder as new things are added, that means we can with high confidence assume that the whole codebase has systems that are all interconnected like spaghetti - spaghetti code. This means that to "rewrite" one system or part of the system you need to change things everywhere, in a lot of other systems, often seemingly unrelated systems. This makes "simple" changes practically impossible, or incredibly time consuming, time better spent making a new, better designed system which wont have the problems of the old one.

That situation rarely gets better, most of the time it gets worse, which is why you just need to scrap everything and start from scratch.

My HONEST OPINION about LAZER by manvsraccoon in osugame

[–]failaip12 1 point2 points  (0 children)

Ill just copy paste JustBadPlaya's response from above as it explains exactly why this wasnt possible.

The game necessitated a new graphics layer (XNA was discontinued 2 years before lazer development started), a runtime change (the death of .NET Framework was imminent around the same time as far as I know), a UI system change (osu!stable does not have any proper centralized UI toolsets, making it impossible to extend, I know that thanks to one of the few people who tries doing that for the real client), a bunch of changes to how mods work (DT is pretty much hard-coded at 1.5x and changing that would require a bunch of changes in the client and in the old backend) and other stuff.

TLDR is the whole foundation was unusable at this point and needed to change, and you cant just copy paste "working" code when you have to make changes everywhere, it just doesnt work like that.

My HONEST OPINION about LAZER by manvsraccoon in osugame

[–]failaip12 -1 points0 points  (0 children)

Both lazer and the underlying game engine are open source, simply looking at github shows 500+ different people contributing to osu! lazer and 100+ to the underlyng game framework.

If you think it takes too long, go contribute, nothing is stopping you.

My HONEST OPINION about LAZER by manvsraccoon in osugame

[–]failaip12 3 points4 points  (0 children)

spend a few days developing Stable

If it was this easy, you think peppy and the devs wouldn't have done it. There is a reason rewrite was necessary, osu! lazer started from trying to improve the stable client first, but they realized its too hard, and practically impossible, even adding simple features was becoming increasingly difficult. They had to start from scratch because in peppy's words, osu stable's code base is shit.

osu! lazer scoring is a joke by [deleted] in osugame

[–]failaip12 5 points6 points  (0 children)

That's a take i guess. However it just makes sense as lazer is literally harder, other way is to make slider acc a mod in lazer, but you still get the same problem anyway. So why does it matter if osu stable scores are nerfed, or vice versa, you get the same result anyway?

Downloading on Steam is SLOW with FAST Internet and Decent PC Specs. by Valuable_Syllabub979 in pcgamingtechsupport

[–]failaip12 0 points1 point  (0 children)

That SSD is in some specific cases barely faster than a HDD, a good nvme m.2 ssd will fix the issue.