![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on lunar lander suggestions within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I was wondering what you guys would want to see in lunar lander in the future. please post your comments ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() Developer
|
I was wondering what you guys would want to see in lunar lander in the future.
please post your comments here. I was also wondering if you wanted sound, if so, I would like to know if there is sample code out there to put sound on homebrew. You can also send me spaceship ideas( in .bmp format) in 16 by 16 pixels and I will include them in my homebrew.(the background has to be black) For 2.0 compatibility, I also want to know how to use relative file name for the high score. Also, is their a way to change the title of a thread( the old thread was confusing people with the "lunar" title). Last edited by thepixelatedpoo; 12-02-2005 at 05:56 PM.. |
|
|
|
|
|
#2 | |
![]() ![]() total-Z
|
Quote:
However, if you could make it so that if you go too high, instead of just disappearing it would: A. 'move' the view up B. zoom out so you could see the ship and the landing part I think that would make this even more awesomer!
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
|
#3 | |
![]() ![]() Developer
|
Quote:
|
|
|
|
|
|
|
#4 | |
![]() ![]() Muppet Magnet
|
Quote:
So: argv[0]: ms0:/psp/game/lunarlander/eboot.pbp strip off everything after the last '/' (use strrchr for this) gives: ms0:/psp/game/lunarlander Say you want to load a file called 'sounds/boom.wav', just append that to give the full filename to open: ms0:/psp/game/lunarlander/sounds/boom.wav
__________________
Using firmware v2.00-v3.50? Open up a whole world of homebrew here
The PSP Homebrew Database needs YOU! Your ISP may be illegally wiretapping all your web activity. Stop Phorm Now! Visiting the Edinburgh Festivals? Get practical advice from experts. |
|
|
|
|
|
|
#5 |
![]() ![]() Developer
|
Actually, under 2.0 with Fanjita's loader you can ignore the path if you want a relative path. The loader sets the working path to the directory the eboot is in, so all you need to pass to fopen is the filename, not the full path.
I've got screenshots saving directly to my eboot directory in this way. |
|
|
|
|
|
#6 |
![]() ![]() Site Admin
|
Along with sounds (if hopefully incorporated) I would like to hear warning sounds and or maybe flashing lights. (sounds and crazy flashing lights are cool!)
IE: Running low on fuel a sound goes off, like some annoying siren at say 50-75 units of fuel A flashing light would blink in the lower right hand corner or something if you're dropping faster than a 15 speed.. aww heak... A Gauge like in a car on the bottom showing the numbers, with the bells and whistles and some metroid sounding music and I think it would be much better than it is =) (which is still fun) - Dan
__________________
[FONT=Fixedsys]"Man's mind, once stretched by a new idea, never regains its original dimensions."[/FONT] [I][SIZE=1]- Oliver Wendell Holmes[/SIZE][/I] --- [B]source[/B]: [I][SIZE=2][U][URL=http://forums.qj.net/member.php?u=1604]FrozenIpaq's Signature[/URL][/U][/SIZE][/I] [center][size=1][size=1][color=black][url="http://forums.qj.net/showthread.php?t=19678"] [/url] [url="http://forums.qj.net/showthread.php?t=19678"][Thank You Members!!][/url] --- [url="http://forums.qj.net/showthread.php?goto=newpost&t=16876"]Ultimate Newbie Guide[/url]--- [url="http://forums.qj.net/showthread.php?p=13162#post13162"]Posting Guidelines[/url] [url="http://forums.qj.net/showthread.php?t=4394"]Piracy Policy[/url] --- [url="http://forums.qj.net/showthread.php?t=2189&highlight=Ultimate"]Ultimate Guide[/url] --- [url="http://forums.qj.net/showthread.php?goto=newpost&t=18205"]Downgrader Topic[/url] [url="http://forums.qj.net/showthread.php?t=9708"]Operation PSPositive Posting[/url] [/color][/size] [/size][/center] |
|
|
|
|
|
#7 | |
![]() ![]() Developer
|
Quote:
|
|
|
|
|
|
|
#8 |
![]() ![]() Muppet Magnet
|
Maybe you need to only do the argv stuff if argc >= 0.
If argc <0, just set your prefix string (i.e. 'ms0:/psp/game/lunarlander/', in the example) to "".
__________________
Using firmware v2.00-v3.50? Open up a whole world of homebrew here
The PSP Homebrew Database needs YOU! Your ISP may be illegally wiretapping all your web activity. Stop Phorm Now! Visiting the Edinburgh Festivals? Get practical advice from experts. |
|
|
|
![]() |
| Tags |
| lander , lunar , suggestions |
| Thread Tools | |
|
|