Results 1 to 30 of 92
LUA PSP Millionaire v1.0a
This is a discussion on LUA PSP Millionaire v1.0a within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; PSPMillionaire has updated LUA PSP Millionaire to version 1.0. This is a game based from the TV show "Who Wants ...
-
10-25-2005, 09:27 PM #1
LUA PSP Millionaire v1.0a
PSPMillionaire has updated LUA PSP Millionaire to version 1.0. This is a game based from the TV show "Who Wants To Be A Millionaire?" This update puts the total of questions up to 340. The graphics has been polished and added original sound from the show.
Due to the files section problem, I have to put the file download in the forums.
Sorry for the inconvenience. :Cry:
-
10-26-2005, 04:49 AM #2
- Join Date
- Oct 2005
- Posts
- 48
- QJ Pts
- 4,487
- Level
- 42
- Downloads
- 0
- Uploads
- 0
GREAT!
Love it!
Thanks!
-
10-26-2005, 05:02 AM #3
- Join Date
- Oct 2005
- Posts
- 48
- QJ Pts
- 4,487
- Level
- 42
- Downloads
- 0
- Uploads
- 0
One thing, this question isnt right:
Here in australia we speak english!Code:Millionaire[ 17] = { status = "unused", questiona = "What is the offical language of Australia?", questionb = "", questionc = "", a = "Australian", b = "Swiss", c = "German", d = "Austrian", answer = "German" }
-
10-26-2005, 05:06 AM #4
- Join Date
- Oct 2005
- Posts
- 1
- QJ Pts
- 4,354
- Level
- 42
- Downloads
- 0
- Uploads
- 0
What are the controls for this game, i mean, can you somehowe use a lifeline?
-
10-26-2005, 05:35 AM #5
- Join Date
- Oct 2005
- Posts
- 48
- QJ Pts
- 4,487
- Level
- 42
- Downloads
- 0
- Uploads
- 0
Its the Xo[]^ for the 4 answers.
and L1 for lifeline.
-
10-26-2005, 05:58 AM #6QJ Gamer Blue
- Join Date
- Aug 2005
- Posts
- 76
- QJ Pts
- 5,131
- Level
- 45
- Downloads
- 0
- Uploads
- 0
is there any way we can write our own questions for this and send them to the creator to be possibly added to newer versions?
-
10-26-2005, 06:56 AM #7
Add less USA questions,i live in europe and i dont know what dc stands for,what capital boston is and stuff...for the rest it's ok
-
10-26-2005, 10:20 AM #8QJ Gamer Blue
- Join Date
- Sep 2005
- Posts
- 251
- QJ Pts
- 5,064
- Level
- 45
- Downloads
- 0
- Uploads
- 0
this update rocks.like the new sounds and updated grafix.keep up the good work!!
-
10-26-2005, 01:01 PM #9
- Join Date
- Oct 2005
- Posts
- 48
- QJ Pts
- 4,487
- Level
- 42
- Downloads
- 0
- Uploads
- 0
Yah you can write your own questions.
There is a folder called QuESTIONS
There are files in there, indicating which value they are for (ie. 200, 400 etc...)
Open those in notepad!

You can add/remove questions from that.
-
10-26-2005, 01:32 PM #10QJ Gamer Bronze
- Join Date
- Oct 2005
- Location
- Alabama
- Posts
- 272
- QJ Pts
- 5,975
- Level
- 50
- Downloads
- 0
- Uploads
- 0
You also have to change the code in the index.lua file to make that work. Inside of the GetRandQuestion() function it has code like:Yah you can write your own questions.
There is a folder called QuESTIONS
There are files in there, indicating which value they are for (ie. 200, 400 etc...)
Open those in notepad!
You can add/remove questions from that.
if Difficulty == 100 then
dofile("./Questions/100.lua")
RandNum = math.random(1,50)
..if you added 3 questions to the 100.lua file you would have to change this to
RandNum = math.random(1,53)
I would also like to add although the game was coded by me, the new graphics and sound were done by xangelx, which wasn't mentioned above.My lua tutorials for PSP - www.evilmana.com/tutorials
PSP Lua CodeBase - Add your own code examples to the codebase! - www.evilmana.com/tutorials/codebase/
-
10-26-2005, 05:55 PM #11
- Join Date
- Jul 2005
- Posts
- 3
- QJ Pts
- 4,568
- Level
- 43
- Downloads
- 0
- Uploads
- 0
i am not sure if it is just me but i get the same questions every time i play. is there no randomize or something?
-
10-26-2005, 09:01 PM #12
- Join Date
- Oct 2005
- Location
- XBOX Live
- Posts
- 2
- QJ Pts
- 4,396
- Level
- 42
- Downloads
- 0
- Uploads
- 0
Hey do you mind if I change some of the questions and maybe some of the graphix. I want to custumize custumize it for the classes that I am currently taking. Organic Chemistry, Calculus, and Physics.
Maybe even realease "Who wants to be a Millioner " Chemistry Edition
" " Math Edition
" " Physics Editon.
Just an Idea.
If its ok, what program do u use to run the scrip on a PC. I am familiar with webdesing coding such as PHP, HTML, Some JavaScript, but not lua.
-
10-26-2005, 09:42 PM #13QJ Gamer Bronze
- Join Date
- May 2005
- Posts
- 159
- QJ Pts
- 6,356
- Level
- 52
- Downloads
- 0
- Uploads
- 0
im not sure u can run it on pc. but then again i dont know. i would love to run code on pc to test.
-
10-27-2005, 12:31 AM #14
This is by far the best homebrew application that has ever been made.
Great work!
-
10-27-2005, 06:03 AM #15
- Join Date
- Oct 2005
- Posts
- 2
- QJ Pts
- 4,359
- Level
- 42
- Downloads
- 0
- Uploads
- 0
Ty pspmillionaire, I am a big fan of the millionaire games and this homebrew got my interest. Hopefully more sounds can be added to more sections? or little animations?
-
10-27-2005, 06:04 AM #16QJ Gamer Gold
- Join Date
- May 2005
- Posts
- 3,717
- QJ Pts
- 19,014
- Level
- 87
- Downloads
- 0
- Uploads
- 0
the latest version is'nt working for me for some reason. Could it be because Im running the latest LUA player?
-
10-27-2005, 01:23 PM #17QJ Gamer Bronze
- Join Date
- Oct 2005
- Location
- Alabama
- Posts
- 272
- QJ Pts
- 5,975
- Level
- 50
- Downloads
- 0
- Uploads
- 0
Fine by me.Hey do you mind if I change some of the questions and maybe some of the graphix. I want to custumize custumize it for the classes that I am currently taking. Organic Chemistry, Calculus, and Physics.
Works for me in v0.11 luaplayer. Maybe tell us where you put the files..etc.the latest version is'nt working for me for some reason. Could it be because Im running the latest LUA player?
I noticed sometimes when I load up luaplayer 0.11 on my psp that the color of the menu will be pink instead of blue. Usually doesn't run right when it does that.
I'm not so sure about that, but I'm flattered :)This is by far the best homebrew application that has ever been made.
Get luaplayer for windows. Should be easy to find at luaplayer.orgim not sure u can run it on pc. but then again i dont know. i would love to run code on pc to test.
I wouldn't code for psp without it! Oh, in case you have trouble running it, the easiest way is to make a cmd file. Just open up a new txt file and type in: luaplayer script.lua
That's all you need to type. Save it as script.cmd not txt. script.lua can be changed to any name for the windows version. Click on the the cmd file to run your program.
Should be random, but weird things do happen >_<i am not sure if it is just me but i get the same questions every time i play. is there no randomize or something?
Also, I noticed on this version that I forgot to move the X's in the lifeline menu. They are out of line with the new graphics...Will be fixed in the next version. If you wanna change it yourself then open up the index.lua file and
find the DrawLifeLineMenu() function. In there you'll see something like this....
if PickLifeLine == true and FiftyStatus == "used" then screen:blit(224,126,xmark ) end
if PickLifeLine == true and PhoneStatus == "used" then screen:blit(272,126,xmark ) end
if PickLifeLine == true and AudienceStatus == "used" then screen:blit(179,126,xmark ) end
Use those numbers instead of the ones that are there in the file.
Thanks for all the replies everyone. Glad the game has been pretty well liked so far. Got far more attention than I ever imagined. There'll be plenty of updates for a while probably, until I get at least 50 questions per dollar amount. I may post these as update files instead of having to download everything over again.My lua tutorials for PSP - www.evilmana.com/tutorials
PSP Lua CodeBase - Add your own code examples to the codebase! - www.evilmana.com/tutorials/codebase/
-
10-27-2005, 01:26 PM #18
Thank you. great update!
-
10-27-2005, 02:15 PM #19
-
10-27-2005, 03:09 PM #20QJ Gamer Bronze
- Join Date
- Oct 2005
- Location
- Alabama
- Posts
- 272
- QJ Pts
- 5,975
- Level
- 50
- Downloads
- 0
- Uploads
- 0
Download luaplayer and then drop the PSPMillionaire folder in the Applications folder inside of luaplayer's folders.
My lua tutorials for PSP - www.evilmana.com/tutorials
PSP Lua CodeBase - Add your own code examples to the codebase! - www.evilmana.com/tutorials/codebase/
-
10-27-2005, 03:21 PM #21QJ Gamer Bronze
- Join Date
- May 2005
- Posts
- 159
- QJ Pts
- 6,356
- Level
- 52
- Downloads
- 0
- Uploads
- 0
i cant find it for windows.. send a link please? thanks
-
10-27-2005, 05:16 PM #22QJ Gamer Bronze
- Join Date
- Oct 2005
- Location
- Alabama
- Posts
- 272
- QJ Pts
- 5,975
- Level
- 50
- Downloads
- 0
- Uploads
- 0
http://lumo2000.lu.funpic.de/ can get it there
My lua tutorials for PSP - www.evilmana.com/tutorials
PSP Lua CodeBase - Add your own code examples to the codebase! - www.evilmana.com/tutorials/codebase/
-
10-27-2005, 06:56 PM #23
this is really fun keep up the good work
-
10-27-2005, 07:13 PM #24QJ Gamer Bronze
- Join Date
- May 2005
- Posts
- 159
- QJ Pts
- 6,356
- Level
- 52
- Downloads
- 0
- Uploads
- 0
Well i formated my mem stick and put this on as stand alone and its attack of the mutants. WTF? the icon shows millionare.. but the game isnt that.. Tell me whats going on? nothing else is even on the stick not even hidden
-
10-27-2005, 07:16 PM #25QJ Gamer Bronze
- Join Date
- May 2005
- Posts
- 159
- QJ Pts
- 6,356
- Level
- 52
- Downloads
- 0
- Uploads
- 0
The only way i can see this happening is if the eboot is the wrong one i guess?> it doesnt make a bit of sence to me
-
10-28-2005, 01:00 AM #26QJ Gamer Bronze
- Join Date
- Oct 2005
- Location
- Local Disk (C:)
- Posts
- 107
- QJ Pts
- 5,067
- Level
- 45
- Downloads
- 0
- Uploads
- 0
how about a cloone of it with soccer questions only? that would rock :Punk:
WTF?
-
10-28-2005, 01:23 AM #27Retired Moderator
- Join Date
- Jun 2005
- Location
- Brinstar
- Posts
- 641
- QJ Pts
- 11,890
- Level
- 71
- Downloads
- 0
- Uploads
- 0
link_15291 you could edit the questions yourself since it is written in lua. (edit: then again that would take all the fun out of the questions wouldn't it)
Great game btw. ;)Last edited by modcase; 10-28-2005 at 01:33 AM.
Random Goodies: [url=http://psplua.com]PSP Lua[/url] - [url=http://avatars.oc2.org]Avatars[/url] - [url=http://allpspskins.com]PSP Wallpaper[/url]
[img]http://modshark.com/sigs/modcase.jpg/mod7.jpg[/img]
[url=http://forums.qj.net/showthread.php?t=59503]PSP Trigger LED Modification[/url]
[url=http://forums.qj.net/showthread.php?t=10724]Play AdHoc PSP Games over the Internet[/url]
[url=http://forums.qj.net/showthread.php?t=5344]Wipeout Pure Browser FAQ[/url]
[url=http://forums.qj.net/showthread.php?t=14685]SnesTYL 0.02c Game Compatability List[/url]
[url=http://forums.qj.net/showthread.php?t=13779]Changing your background w/ PSPersonalize[/url]
-
10-28-2005, 02:26 AM #28QJ Gamer Gold
- Join Date
- May 2005
- Posts
- 3,717
- QJ Pts
- 19,014
- Level
- 87
- Downloads
- 0
- Uploads
- 0
great, the LUA version with sound failed for me but the new straight away version is great, brilliant job, excellent homebrew
-
10-28-2005, 03:07 AM #29
Excellent work, but the best thing for this game would be for the questions to be universal.
[COLOR=Red]If Practice Makes Perfect, And Nobody's Perfect, Then... Why Practice?
Famous Last Words: "Watch This!"[/COLOR]
[COLOR=MediumTurquoise]GTA:LCS Complete 100%
PM Me About Anything To Do With The Game[/COLOR]
[URL=http://forums.qj.net/showthread.php?t=24197][COLOR=Blue]Request An AOTM Mod![/COLOR][/URL]
[URL=http://forums.qj.net/showthread.php?t=24200&page=1&pp=10][COLOR=Lime]Get My Chrono Trigger AOTM Mod![/COLOR][/URL]
[SIZE=2]-"I like it... works great"- DeNitro[/SIZE]
[URL=http://forums.qj.net/showthread.php?p=249428#post249428][COLOR=Orange]The Definitive UMD Games Firmware Requirements Thread[/COLOR][/URL]
[URL=http://pspradio.berlios.de/phpBB/viewtopic.php?t=118][COLOR=Green]My Simplistic Guide To Installing And Using PSPRadio[/COLOR][/URL]
-
10-28-2005, 12:52 PM #30QJ Gamer Bronze
- Join Date
- Oct 2005
- Location
- Alabama
- Posts
- 272
- QJ Pts
- 5,975
- Level
- 50
- Downloads
- 0
- Uploads
- 0
I'll work on foreign questions sometime :)
That was my fault. I sent the wrong eboot lol, but the correct one has been put up since.Well i formated my mem stick and put this on as stand alone and its attack of the mutants. WTF? the icon shows millionare.. but the game isnt that.. Tell me whats going on? nothing else is even on the stick not even hiddenMy lua tutorials for PSP - www.evilmana.com/tutorials
PSP Lua CodeBase - Add your own code examples to the codebase! - www.evilmana.com/tutorials/codebase/


LinkBack URL
About LinkBacks



I recently played a bit of Super Mario 3D World + Bowser's Fury and I enjoyed playing this...
Super Mario Fans Out There!