Probably you should include a link to the beatmap/osz in question so he can work it out and see what's the problem so he can fix it
Pereira006 wrote: 2g4d8
Hello
I have question here
I just feeling problem aibat or i wrong
Aibat is working my pc ok but sometime i click folder will not show nothing
I just test aibat and i click folder from my map but still not show and i remove diff insane, normal now Aibat is working and show all. So i put again normal and insane and remove hard now aibat is not working again
I just test another folder map is same problem
I can't understand very well what problem Aibat...
Sometime Aibat is not working somehere diff...
or I wrong?
i use Windows XP SP3
and sorry my bad english
Yes, that would be very helpful, since it sounds like AIBat is only breaking on certain maps, not everything (Like it does for CnF)Sakura Hana wrote: 706h5
Probably you should include a link to the beatmap/osz in question so he can work it out and see what's the problem so he can fix it
That's true, and hasn't really been fixed yet, so it's possibly the cause. I should probably make AIBat throw out a notice about that if it ever happens.lolcubes wrote: 331p4a
From what I in earlier testing, you can't check mapsets which have empty maps. So for example, if you have a normal diff which is completely empty without a note, you won't be able to open the mapset at all. I haven't tested the latest version yet though.
Im pretty much guessing Bliss mean inherited time and unherited time on the same spot. It is rarely oocurs, if it only 1 offset maybe it easier to check without this app, but what if it got like 20 redlines? A good features I sayblissfulyoshi wrote: 23664h
Feature Request xD:
Check to make sure there are no timing sections at the same point in time, unless the timing section is there to change the slider speed. (If you are lazy, you can just check to see if there are timing sections with the same offset xD)
Well sometimes ppl put 2 uninherited sections at the same time (usually by accident....), so I want to avoid that from happening. Besides, of couse I want to prevent silly things like 2 inherited sections at the same time too.Equivalent wrote: 3d4j18
Im pretty much guessing Bliss mean inherited time and unherited time on the same spot. It is rarely oocurs, if it only 1 offset maybe it easier to check without this app, but what if it got like 20 redlines? A good features I sayblissfulyoshi wrote: 23664h
Feature Request xD:
Check to make sure there are no timing sections at the same point in time, unless the timing section is there to change the slider speed. (If you are lazy, you can just check to see if there are timing sections with the same offset xD)
package javaapplication4;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
/**
*
* @author Alex
*/
public class WebRetrieve {
public static void main(String[] args) {
try {
URL url = new URL("http://osu-ppy-sh.tvgratuite.org/p/beatmaplist");
BufferedReader br = new BufferedReader(new InputStreamReader(url.openConnection().getInputStream()));
String thisline = "";
while((thisline = br.readLine()) != null) {
System.out.println(thisline);
}
br.close();
} catch (Exception ex) {
System.err.println(ex);
}
}
}
It'd probably be relatively easy to configure this as checking for any two sections that are within, say, 5 ms of each other. Good idea, I'll work on it!blissfulyoshi wrote: 23664h
Well sometimes ppl put 2 uninherited sections at the same time (usually by accident....), so I want to avoid that from happening. Besides, of couse I want to prevent silly things like 2 inherited sections at the same time too.Equivalent wrote: 3d4j18
Im pretty much guessing Bliss mean inherited time and unherited time on the same spot. It is rarely oocurs, if it only 1 offset maybe it easier to check without this app, but what if it got like 20 redlines? A good features I say
Released, and thanks for this code! (I had no idea reading online stuff was that easy o.O) Don't know if I'll update beatmap url formatter yet, since I think AIBat has a lot more utility and potential as of right now. Also, if someone can find something really useful to do by reading the source code of osu! pages, I'd be glad to try and implement it.Zhanger wrote: 211r36
just wondering-- could you release the source for beatmap url formatter and the osudistancechecker as well? Just curious P:
also --
This would allow you to read the page source for your beatmap url formatter therefore speeding up the process :3
Thanks! These are good suggestions, and I really appreciate about the layout and how to improve usage- I find that I spend as much time on that as getting the program to work in the first place.ziin wrote: 134x2n
a few suggestions:
I'm starting to include an AIBat post in my mods. If possible could you do this stuff:
*Stuff*
And as for coding this in java, I don't think there's a problem I rather like having separate programs from osu since you can't have 2 osu windows open.
Glad it's being used! Development is slowing down since it's implemented most of the interesting-to-code features I wanted (e.g. searching), and putting in checks isn't as fun, not to mention working full-time hours for the first time everSakura Hana wrote: 706h5
This is becoming a quite helpful tool, it helps me save a lot of time, keep it up!
[Storyboard]It would be nice if you put them in alphabetical/numerical order.
Unused Image Files:
comboburst-1.png
comboburst-5.png
comboburst-3.png
comboburst-0.png
comboburst-2.png
comboburst-4.png
package javaapplication4;
import javax.script.*;
import java.io.*;
/**
*
* @author Alex
*/
public class scripttest {
static ScriptEngineManager mgr = new ScriptEngineManager();
public static void main(String[] args) {
try {
scriptexec();
} catch (ScriptException ex) {
ex.printStackTrace();
}
}
static void scriptexec() throws ScriptException {
ScriptEngine se = mgr.getEngineByName("javascript");
se.eval("println('hello world');");
}
}
Lol. That's what I always think "SB" stands for. I guess I play too much Magic: the Gathering...Sakura Hana wrote: 706h5
Also some spelling correction "A sideboard has been detected" -> "A Storyboard has been detected"
Thanks for the !Lucy-Kaede wrote: 5b5w
Nice app!
One minor thing I noticed though, when checking my combo colours against a guest difficulty it listed them like this:
SPOILER(AIBat) - (Osu! Editor)
Combo 1 - Combo 2
Combo 2 - Combo 3
Combo 3 - Combo 4
Combo 4 - Combo 1
Reading files is easier than writing them, and both are easier than editing them. That said, I do like a challenge, so I'll consider it. Though, regarding its functionality: Mapping the hitsounds of circles, the ends/repeats of sliders, and the ends of spinners to a counterpart at a same time in a different diff is intuitive. If the hitobject has no counterpart I guess I'll just leave out the sound. What do I do with hitsounds for the entire slider, though?ziin wrote: 134x2n
Since you managed to get hitsounds out of a map easily, would it be that difficult to put them back in? As in copy hitsounds in [insane] to [hard].
[Colours][Colours]then I get
- [Easy] :, but if my code is like
olours]
[Colours]then I get
[Colours]
- [Easy] :
[Colours]
56713,-100,4,1,1,75,0,1then the it will be read as
83947,-100,4,1,1,75,0,0
Kiai #1: Starts on 00:56:713, until the end
When i open folder with map, nothing happens.ziin wrote: 134x2n
In these situations it's best to describe the problem fully.
You said AIBat doesn't work, now you're saying it works with all folders?
What happens when you open a folder?
Sakura Hana wrote: 706h5
You're supposed to find the path to where the .osu files are supposed to be (a.k.a the song folder) after that just hit the enter button (or press the enter key)
Hm. I tried it, but nothing happened. Now I try to open some songs' folders, and it works.ziin wrote: 134x2n
you're supposed to open a folder, not a file, so the folders will be empty. Just open the folder.
It's because the offset has a decimal on it:blissfulyoshi wrote: 23664h
When popping http://osu-ppy-sh.tvgratuite.org/s/31343 into AIBat, I got a whole bunch of snapping errors as the output, but I didn't actually find snapping errors in the map. Will try to out reason later when I am not as sleepy.
well as I said, it's the decimal on the offset. AIBat is trying to say that 2135.114342485549 is the right snap, but osu can't do that.blissfulyoshi wrote: 23664h
Thanks ziin, changing the offset worked, now I just need to know what caused it (I think I can guess though)
This shouldn't come up very often now that the editor imposes a limit, but I'll try to put in a check for it.Breeze wrote: 2w5d1h
May I have a tiny request, that is add a 0% volume timing section check function![]()
Should be doable, and it seems like maps get unranked for this kind of stuff so it's probably important.Sakura Hana wrote: 706h5
Also forgot if i already asked for this but, it would be nice if you added a check for spinners and post-spinner notes to check and warn if they dont have a new combo marker
And when is that coming out?akrolsmir wrote: o6u2z
Thanks, Breeze! That was an oversight on my part, it's been fixed for the next release.
I'll look into it, but in any case, I'd recommend using the search function instead (shortcut is ctrl+f) to quickly locate and open beatmaps without having to navigate through the folder dialog.Miya wrote: 4g494n
Oh yes, i feel anoyed when i open beatmap folder, the dialog keep revert to default state. I like detailed view, but the AI Bat open beatmap folder dialog always revert my change to normal state. Could you fix this?
That's a great suggestion! Do you have any ideas on how it ought to look?Breeze wrote: 2w5d1h
oh hi akrolsmir, may I ask for a function added?
How about add a function that display the difficulty set of all difficulties (HP, note size, AR, OD, SV)
So that I think it's useful to compare the difficulties spread intuitively
Maybe like a fromakrolsmir wrote: o6u2z
That's a great suggestion! Do you have any ideas on how it ought to look?
HP drain rate circle size OA OD SV
Easy x x x x x
Normal x x x x x
Hard x x x x x
Insan x x x x x
Those test folder is success when i try to open that in AIbat. Oh yes. you're welcome. I'm happy to help :3akrolsmir wrote: o6u2z
Looking at those maps and those errors, I'm thinking it might have to do with the presence of a decimal in the BPMish number in the file. (Those maps all work fine for me btw.) To test that, try opening this updated test file in 0.7.1b: http://puu.sh/aeoW
Those are easy to find, it's just when preview time == -1 @akrolsmirGarven wrote: 3w455y
So I started playing around with this. It's real nice-like. I noticed that it isn't catching missing preview points though. If you add this, try to have a check for inconsistent preview times too (sometimes they're moved around due to offset changes from initial difficulty, etc.)
Good work on this.![]()