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 /Readme | |
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 'Readme')
-rw-r--r-- | Readme | 35 |
1 files changed, 28 insertions, 7 deletions
@@ -1,9 +1,7 @@ This text is encoded in UTF-8. -NOTE: This is a pre-release version. That means: +NOTE: This is a Release Candidate version. That means: -The program may crash. It may even cause data loss. --The levels may be too hard. -There may be strange behavior. --The in-game music is included but won't be played. (See FAQ.txt) -The code may not even compile! BulletLabRemix II readme @@ -13,7 +11,6 @@ Content What's this? Story Generic Information -Menus Game Modes Command line options About the author @@ -120,8 +117,11 @@ MORE Recommends... -Achromatopsia(<-strikethrough) How to install&run it... +Windows: Just extract all files in the archive somewhere, then start the only executable file in it. +Linux: +See INSTALL. If, suddenly, you can't run it one day... Remove .blrrc then restart the game. @@ -140,9 +140,9 @@ This section has been moved to the built-in help. Select "help" in the main menu it. Menus ------------------------------------------------------------------------------------- -Main menu ----------------------------------------------------------------------- +Main menu + Start Select a mode and start the game. Highscores View highscores Options Settings and Options @@ -169,6 +169,24 @@ Go for the highest score! Free Play Mode You'll never die! Enjoy!... +Options +----------------------------------------------------------------------- +Fullscreen Toggles fullscreen. Requires restart. You can also try Alt+Enter. +VSync Toggles vsync. If your screen refresh rate is 60Hz, enable it. +Clear Range Key Select key for calling/charging CLR. +Resolution Select a resolution. Please note that the native reso. is 800x600. +Music Volume Change music volume. +SFX Volume Change SFX volume. +Player Preference See below. + +Player Preference +------------------------------------------------ +Moving Speed Speed when moving without holding shift. +Precise Moving Speed Speed when moving holding shift. +Clear Range Bonus Get more CLR's for each part. +Clear Range Mode Change CLR mode. +Ability Point If this value is greater than 10000, you can't save your settings. + Command line options ------------------------------------------------------------------------------------ Yes, it accept command line options! (And some of them may be very useful...) @@ -229,9 +247,12 @@ Brief History ------------------------------------------------------------------------------------ The file ChangeLog contains the full history of this project. Here's a list of released-to-public versions. +0.9.9-0 (r99) +The final Release Candidate. Complete the whole game system. +Fixing most of the bugs. 0.9.1-1_PR (r86) -Current public release. Comes with all levels that will appear in the final release. +Comes with all levels that will appear in the final release. Done menu rewrite. Make multiplier system functional. |