forum

Map Setting Customizer (HP/CS/OD/AR Changer)

posted
Total Posts
63
show more
-Ryosuke
Thanks a lot!
Phuture
Doesn't work for me quite unfortunate maybe outdated not sure :(
Topic Starter
Norb

Phuture wrote:

Doesn't work for me quite unfortunate maybe outdated not sure :(
What seems to be the problem? Describe your situation and I might be able to help you fix it.
Phuture

Dubu wrote:

Phuture wrote:

Doesn't work for me quite unfortunate maybe outdated not sure :(
What seems to be the problem? Describe your situation and I might be able to help you fix it.
Well whenever i Create Maps it says like 130 maps, but whenever i try to look for them they're never there
StarDrive0
Thank you very much for the program, it is so helpful <3

I have noticed that I had to change the , to . for the output format in the .bat file. Else the value would be replaced with 10.

Example
SPOILER
ApproachRate 8,5 ---> 10
ApproachRate 8.5 ---> 8.5
The , doesn't seem to matter on the map input, still all maps with decimals have been processed.
Topic Starter
Norb

StarDrive0 wrote:

Thank you very much for the program, it is so helpful <3

I have noticed that I had to change the , to . for the output format in the .bat file. Else the value would be replaced with 10.

Example
SPOILER
ApproachRate 8,5 ---> 10
ApproachRate 8.5 ---> 8.5
The , doesn't seem to matter on the map input, still all maps with decimals have been processed.
This is a result of specific system language locales as some countries use ',' instead of '.' for decimals and my application seems to be influenced by this. Thank you for pointing this out.
FINGERLOCK
Keeps saying " DONE! 0 Copies were made."
Help?
Topic Starter
Norb

[ Raspberry ] wrote:

Keeps saying " DONE! 0 Copies were made."
Help?
Did you set the right path for osu! Songs folder?
Flanster
You may want to update your application to autodetect the osu! folder.
You can use this thread, from what I saw in OP you are using Visual Basic.
t/381311
Topic Starter
Norb

LoliFlan wrote:

You may want to update your application to autodetect the osu! folder.
You can use this thread, from what I saw in OP you are using Visual Basic.
t/381311
That feature already exists. However some players purposely move their osu! files around so no matter what the registry says, the actual osu! path might be manually moved somewhere on their desktop or even music folder, etc.

Dubu wrote:

1. Choose the Songs directory. Use the "Find" button if you're lazy, it will try find the folder through the registry.
Flanster
o.
Good stuff :P
Topic Starter
Norb

LoliFlan wrote:

o.
Good stuff :P
Thank you for your concerns :) :)
FINGERLOCK

Dubu wrote:

[ Raspberry ] wrote:

Keeps saying " DONE! 0 Copies were made."
Help?
Did you set the right path for osu! Songs folder?
Yes I have done this. Still nothing.
Avratzzz
Whatever i choose for the output AR/CS ect, it create me only AR 10 , CS 10 ect diffs at the end.
I have no clue what's wrong, do you have any solution to fix this ? :(
Topic Starter
Norb

Savoiyare wrote:

Whatever i choose for the output AR/CS ect, it create me only AR 10 , CS 10 ect diffs at the end.
I have no clue what's wrong, do you have any solution to fix this ? :(
I'm not exactly sure about your problem, but you are most likely using a language setting that indicates decimal values with a comma "," instead of a "." period. The osu! client can't read decimal values with commas in the map files(ex.: ApproachRate:9,5), only works with periods (ex.: ApproachRate:9.5). Not sure why my program is influenced by these user settings, but here's an easy way to fix this issue (as it helped someone else with the same issue and guess what, he was also French, coincidence?):

Dubu wrote:

Here's what you could do: http://www.copsmodels.com/gpcommapnt.htm or if that doesn't work: http://puu.sh/lrWKo.png

Just change it to English (United States) or something. If that doesn't work you may switch back. Some of these changes might require you to restart your computer. Either way this is up to you. Sorry for the inconvenience. Good luck!
Sorry about this problem. I'm aware on how to fix it in the code, but I'm no longer working on this project. :(
Avratzzz
After a few tries with differents language, it's finally works.
Thank you for your answer !
StarDrive0

Savoiyare wrote:

Whatever i choose for the output AR/CS ect, it create me only AR 10 , CS 10 ect diffs at the end.
I have no clue what's wrong, do you have any solution to fix this ? :(
Another quick fix would be to save your desired settings to a .bat file and edit the "." and "," issue with editor for example.

That's the way I use so I can keep playing eroge japanese games without restarting my pc every time.
The Gambler
Would like support for AR11 copies as well. Or some setting that slows the song down so DT makes it regular again with higher AR.
Topic Starter
Norb

The Gambler wrote:

Would like support for AR11 copies as well.
Technically it'd work if you edit the AR like: -make ApproachRate:11 in the generated batch file. But I assume an AR11 beatmap would not be handled correctly by the game. The maximum is AR10, I didn't set these rules, peppy did. So there's nothing I can do about it.

Alternatively you could make AR10 copies and just put DT on it (with more forgiving OD/Health drain settings). If you trully want to play AR11 just take AR8/OD7 beatmaps (these are generally the DT Insanes) and make them AR10/OD6 (lower the OD as the hit window with DT is less forgiving).

There are other tools available like the Map Speed Changer (https://osu.ppy.sh/forum/t/114765) made by MillhioreF (edit: oops, or smoogipoo's version). Alongside an audio editor like Audacity, you could take a 180 BPM song and map, decrease the BPM (divide by 1.5) to 120. Use the osu! editor to make it AR10. When you play it, just put on DT and you'll have a 180 BPM AR11 map. Not gonna get too much into detail about this, but these are just suggestions.
Noctali
This tool's awesome, I'm using it quite often since months ago, thanks for it !

I have a question though, is it possible to make an option that detects the star difficulty as well as the other settings ? Would save some time in the process of creation I think.

I don't know if that's even possible, I'm just asking. Thanks again for your work. :)
Topic Starter
Norb

Noctali wrote:

This tool's awesome, I'm using it quite often since months ago, thanks for it !

I have a question though, is it possible to make an option that detects the star difficulty as well as the other settings ? Would save some time in the process of creation I think.

I don't know if that's even possible, I'm just asking. Thanks again for your work. :)
Sorry, unfortunately the start difficulty is not stored in the .osu map files. :(
Szet

StarDrive0 wrote:

Savoiyare wrote:

Whatever i choose for the output AR/CS ect, it create me only AR 10 , CS 10 ect diffs at the end.
I have no clue what's wrong, do you have any solution to fix this ? :(
Another quick fix would be to save your desired settings to a .bat file and edit the "." and "," issue with editor for example.

That's the way I use so I can keep playing eroge japanese games without restarting my pc every time.
Thanks dude, this fixed it for me too.
quarnite

Szet wrote:

StarDrive0 wrote:

Savoiyare wrote:

Whatever i choose for the output AR/CS ect, it create me only AR 10 , CS 10 ect diffs at the end.
I have no clue what's wrong, do you have any solution to fix this ? :(

Another quick fix would be to save your desired settings to a .bat file and edit the "." and "," issue with editor for example.
That's the way I use so I can keep playing eroge japanese games without restarting my pc every time.

Thanks dude, this fixed it for me too.


Didn't work for me :/
Please help ;_; .
ShadOhhh
Did I miss the post explaining how to pick only certain maps? or does it have to use the entire osu songs folder?
Topic Starter
Norb

ShadOhhh wrote:

Did I miss the post explaining how to pick only certain maps? or does it have to use the entire osu songs folder?
This application is for mass-customization. If you want to customize individual maps then there are other tools available for that, or you can even use the Edit feature on osu! itself.

Yes this uses the entire osu songs folder, but filters the maps by specific settings you choose.
Global
posting this for future reference
riffraff11235
Two things:

1. How does the tool handle duplicates? If I edit a bunch of beatmaps but then get new beatmaps that I want to edit using the same settings, will running the tool with the same parameters create new difficulties for only the new beatmaps, or will it also create duplicates in the old ones? I know that after one mass editing I could just do the rest manually as I download them, but I was just curious as to how the program works.

2. Any chance that future updates will include an option to make a collection including all the newly created difficulties?
Epikem
Thank you for this cool util. I'm using this to practice dt and is so helpful. btw, is there a way to exclude my maps? when uploading, i have to delete those custom maps of my map.
Kikuri-nee
Hey, I have a little problem with this program. I'm trying to convert all beatmaps with circle size < 5 to circle size 6. I've tried leaving the filters from 0-10, and then allowing the customizer to tweak only the circle size to 6. When it says all done, I launch osu and there are no copies to be found. Restarting doesn't work. I've tried setting the filter parameters to cs0-4.9 to maybe reduce amount, but the result is the same. I tried deleting the custom copies (which I named CS6) and then create it again, but to no avail. A little stuck here, please help me. Thanks!
Kikuri-nee

Angelis wrote:

Hey, I have a little problem with this program. I'm trying to convert all beatmaps with circle size < 5 to circle size 6. I've tried leaving the filters from 0-10, and then allowing the customizer to tweak only the circle size to 6. When it says all done, I launch osu and there are no copies to be found. Restarting doesn't work. I've tried setting the filter parameters to cs0-4.9 to maybe reduce amount, but the result is the same. I tried deleting the custom copies (which I named CS6) and then create it again, but to no avail. A little stuck here, please help me. Thanks!
Ah nevermind, I refreshed it with f5 and that worked.
rower123
this is virus lol
formi

rower123 wrote:

this is virus lol

10/10 necro(shit)post

Just triggered a rescan (the old 2017 results showed no malicious code either).
https://www.virustotal.com/en/file/644efe4e618a22d840cfd687c380b4baf12a9e74eb594b316011668416a6beba/analysis/1552775690/
Detection ratio: 0 / 68
Please sign in to reply.

New reply