diff options
author | chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> | 2014-07-14 02:16:11 +0000 |
---|---|---|
committer | chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> | 2014-07-14 02:16:11 +0000 |
commit | 4b221a977fcff61db744b422920d203e2773e787 (patch) | |
tree | 99933b8fe6ceca0460803349b9249789bdca4f46 /FAQ | |
parent | 32a2523dd5c51b31b31f5e43a7cebdb16e7f5e84 (diff) | |
download | bullet-lab-remix-4b221a977fcff61db744b422920d203e2773e787.tar.xz |
Rev. 99! WTF?
THIS IS THE FINAL RELEASE CANDIDATE!!!
Everything is frozen, that means no more new features will be
added and no big changes will be made after this revision. Only
bug fixes will be provided.
//Again, "frozen" is a term borrowed from the Debian project and
//is completely unrelated to Cirno!
Tweak bullet9, shrink its removal border.
Change Multpo texture, add spawning effect.
Fix stubbed rankings.
Update sprite sheet.
Store assessment total elapsed time in the score file. Score
files from older revisions shouldn't cause any errors but you may
get "Time elapsed 0.00" in highscore details. If you've got any
sort of OCD (Obsessive-compulsive disorder), just remove it.
Document!!!
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 29 |
1 files changed, 23 insertions, 6 deletions
@@ -61,7 +61,7 @@ A: This might be a internal problem. Please make a bug report if this happened. Q: It crashed! -A: This program is *pretty unstable* and may crash at any time. +A: This program may crash at any time. If it crashed, you can post your problem with BLRLOG.txt attatched to google code issue tracker. I'll try to fix the problem if I can reproduce it. @@ -70,17 +70,16 @@ Q: "Cannot decompress resources!" (Windows only) A: I've compressed the resources of the game for Windows. As the game starts, it will create two folders and decompress the resources into them. If that failed, this problem will be reported. - Restarting the game may solve the problem. + Restarting the game may solve the problem. If it still fails, check + if expand.exe exists in your system(It's an essential system file!). Q: Your code cannot compile! A: I'm pretty sure that it CAN compile(on my machine). - Check if you have all required sdks. + Check if you have all required sdks installed and if you have + configured the project correctly. Additionally, if you checked out an older revision from svn, I cannot guarantee that it can compile! -Q: You included in-game music in your package, but they are not played! -A: The playing code is commented. You can figure it out yourself. - Q: What are BLRData.dtp and BLRMusic.dtp? A: As the name tells, these are archives containing the game data. You can decompress them with expand.exe (which may be found in @@ -142,6 +141,24 @@ A: If you can reach level 1~3... If you can pass level -1... --Tell me the reason why you come to Earth... +Q: Why can't I play all levels, it tells me "It Ends Here"! Do I have to pay + you for it? +A: Of course not! 'Cause You just restarted too many times or had too many + collisions. The detailed requirements is listed below. + Level Restarts allowed Collisions allowed + level 2 N/A N/A + level 3 1 10 + level 4 2 40 + level 5 3 75 + level 6 5 125 + level 7 8 200 + level -1 2 50 + + For example, to enter level 6 you can restart 5 times at most (classical + mode), or have 125 collisions at most (FreePlay Mode). + + Level -2 can only be accessed in assessment mode or "--start" option. + Q: Are there other awards? A: Sorry, no... You won't get anything but the ranking even you've passed level -1 without |