去逛了一波苞米的博客看到了,于是我就下载下来玩了一遍,结果发现根本没法玩下去。。。。。。

不是不能玩,而是卡得根本玩不下去(想过玩游戏突然从 180FPS 掉到 25FPS 的感受吗),所以这只能作为一个 StoryBoard 欣赏图。

最后还是 All Combo 了(至于怎么过去的,当然是把 StoryBoard 关了,连 Easy 难度都过不了还玩什么 osu)


Beatmap 中左下角的那个代码是 Java 代码,Beatmap 作者写出的应该是这些代码。 (当然我不能保证运行后会不会安全啊)

[java]
package godDrinksJava;

public class Main {

public static void main(String[] args) {

User exile = new User("Exile-");
User alpha = new User("Alphabet");
User sixth = new User("6th");
User hb = new User("HB24");

Mapset mapset = new Mapset(exile, 6, "Unranked");

mapset.createEasy(exile, 150);
mapset.createNormal(sixth, 365);
mapset.createHard(alpha, 602);
mapset.createInsane(exile, 527);
mapset.createAnother(hb, 660);
mapset.createExtra(exile, 559);

Hitsounds drums = new DrumHitsounds(new User("Dark Meyrick"));
Hitsounds piano = new PianoHitsounds(alpha);

mapset.addHitsounds(drums);
mapset.addHitsounds(piano);

if(exile instanceof Storyboarder)
exile.makeStoryboard(12, -1);

exile.announce("There is a hidden code in the storyboard.
I'll buy 1 month supporter for the first
person who finds it");
exile.announce("Cogratulations to Naxess for finding the code.")

exile.lookForMods();
exile.lookForBNs();
}
}
[/java]

上车方式:

1,osu id:1006822

如何上车:https://osu.ppy.sh/b/(osuid)

歌曲名:world.execute(me);

歌手:Mili

Creator:Exile-

2,网易云音乐:http://music.163.com/#/song?id=435278010&userid=66726969

3,B 站视频:(待补完)

4,Beatmap 作者给出的 Java 二进制文件:Download