BrainBoxer PSP: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
| type = Trivia | | type = Trivia | ||
| version = 1.0 final (30 Jun 2011) | | version = 1.0 final (30 Jun 2011) | ||
| licence = | | licence = GNU GPL | ||
| author = ASKidwai | | author = ASKidwai | ||
| website = https://wololo.net/talk/viewtopic.php?f=2&t=7381 | | website = https://wololo.net/talk/viewtopic.php?f=2&t=7381 | ||
| Line 17: | Line 17: | ||
==User guide== | ==User guide== | ||
'''Point system:''' | '''Point system:''' | ||
* At the beginning of the game, you have 0 points. Depending upon your answers, the score will increase or decrease by 1 point. | |||
At the beginning of the game, you have 0 points. Depending upon your answers, the score will increase or decrease by 1 point. | * When you end the game, it will show your points and a short message according to your score. | ||
When you end the game, it will show your points and a short message according to your score. | |||
'''Customise nickname:''' | '''Customise nickname:''' | ||
* Open main.lua located in the scripts folder with Notepad or Notepad++ or its equivalent. | |||
Open main.lua located in the scripts folder with Notepad or Notepad++ or its equivalent. | * You can change the name by editing the line person = "You" (where "You" will be your name). | ||
You can change the name by editing the line person = "You" (where "You" will be your name). | |||
'''Music playback:''' | '''Music playback:''' | ||
* You can play your own music by placing music.mp3 in the /PSP/GAME/BrainBoxer v1.0/music/ directory. | |||
You can play your own music by placing music.mp3 in the /PSP/GAME/BrainBoxer v1.0/music/ directory. | |||
'''Add your own questions:''' | '''Add your own questions:''' | ||
* You can do so by editing the myquestion.lua with any text editor (Notepad++ or gEdit is recommended). | |||
You can do so by editing the myquestion.lua with any text editor (Notepad++ or gEdit is recommended). | |||
'''Extras:''' | '''Extras:''' | ||
* The final questions of the game will be a trick one. | |||
The final questions of the game will be a trick one. | * You lose points on all answers (except for pressing R-Trigger the secret option which you will get 100 points). | ||
You lose points on all answers (except for pressing R-Trigger the secret option which you will get 100 points). | |||
==Controls== | ==Controls== | ||
