LostWave Code
LostWave is a rhythm game like beatmaniaIIDX, O2Jam and Pop n' Music.
Status: Planning
Brought to you by:
shukei
File | Date | Author | Commit |
---|---|---|---|
bin | 2012-04-15 |
![]() |
[c51c10] version 0.18.2 commit. |
src | 2012-04-15 |
![]() |
[c51c10] version 0.18.2 commit. |
CHANGELOG | 2012-04-15 |
![]() |
[c51c10] version 0.18.2 commit. |
ISSUES | 2012-04-15 |
![]() |
[c51c10] version 0.18.2 commit. |
LostWave-win.sln | 2011-11-27 |
![]() |
[7ac0a6] LostWave release 12 |
LostWave-win.vcxproj | 2012-04-15 |
![]() |
[c51c10] version 0.18.2 commit. |
README | 2012-04-15 |
![]() |
[c51c10] version 0.18.2 commit. |
LostWave - version 0.18.2 :: β core 2.4 > April 15, 2012 Homepage : http://sourceforge.net/p/lostwave ======================================================================== Copyright 2011 - 2012 Keigen Shu ======================================================================== This program and its source code is licensed under the Apache License, Version 2.0 (the "License"); you may not use this program and its source code except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The following list is a list of items bundled with this package that are NOT included under the scope of the License. These items belong to their respective authors. - Cirno font - copyrighted to ZUN - from the Touhou Series. - Nyan Cat - by prguitarman - Playing_BG_2 - "Lost Road" by ThibaultFischer - from deviantART - Playing_BG_3 - "Serenity" by Artus - from deviantART - Playing_BG_1 & Playing_BG_4 - unknown - from anonymous source. - 5x5Font set - by Keigen Shu - Free for everyone to use. - MusicSelect - "The Search for the Missing Signal" Loop section by Keigen Shu under the CC BY 3.0 license. - _PostProcess.h, glsl.h and the drawSprite function are modified versions of code from the Irrlicht comminity. The authorship of these files are written on the comments of the code. ======================================================================== === Notices ================================ - This game still under active development. - The OJN and OJM files must be placed on the Music directory. - This game uses IrrLicht 1.7.x and IrrKlang 1.3.0. They are included with the binary. However, if you're compiling the game yourself you need to get the SDK from irrlicht.sourceforge.net www.ambiera.com/irrklang - Credits to Chaosfox and MrCDK for their contributions on the Open2Jam project. ================================ === Compiling on Linux ================================ If you got the src version, you need to compile the game on your own. A makefile is provided and you should configure it manually (I do not know how to write an auto-configure script). If you don't know how to configure manually, follow the steps below. 1. get irrlicht-1.7.3 and irrKlang-1.3.0 from the internet. 2. extract them into the src folder. ./src/irrlicht-1.7.2 ./src/irrKlang-1.3.0 3. compile the Irrlicht library. $ cd LostWave $ cd ./src/irrlicht-*/source/Irrlicht $ make 2. copy Irrlicht and irrKlang libraries into ./lib folder. $ cd ../../.. $ cp ./irrlicht-*/lib/Linux/* ../lib/ $ cp ./irrKlang-*/bin/linux-gcc/* ../lib/ 3. compile LostWave $ make all 4. run LostWave $ cd ../bin/ you need to copy your O2Jam charts to the ./bin/Music directory, and then run it. $ ./LostWave 5. enjoy 6. clean up $ cd ../src $ make clean