Vincent
Mudkips
C/C++ Developer
Hero Member
Karma: +76/-2
Offline
Posts: 1384
9999999.99 points View InventorySend Money to Vincent
Me and my 'Vette
|
 |
« on: January 21, 2008, 07:37:22 PM » |
|
So what do you guys think is the best homebrew game out there?
|
|
|
|
|
Logged
|
|
|
|
|
|
A_Nub
gibbocool rules!
C/C++ Developer
Hero Member
Karma: +104/-28
Offline
Posts: 912
3894.18 points View InventorySend Money to A_Nub
Noob am I
|
 |
« Reply #1 on: January 21, 2008, 07:51:52 PM » |
|
Umm, Panic Paradyz is pretty damn nice. Zero Gravity is good but, it was under development for years, and it was on the computer etc. The counter strike game is pretty good, still needs work though. Dungeons is good. Then again the PSP is a lame console for shooters with only one analogue... Vertex Origins looks promising but they arent releasing it as far as i can tell.
|
|
|
|
|
Logged
|
____________________ /---/ --------------- \---\ / O | | ? \ | O O | | || O | | O |_______________| X | \--- (#) () oo PSP oo ()() ---/ \-----------------------/ [/CENTER] InsertWittyName: That's like saying because you wank with your right hank all the time, and one day you wank with your left, that you invented left handed wanking..
|
|
|
roe-ur-boat
Look who bought all the excess user titles :O
Full Member
 
Karma: +27/-87
Offline
Posts: 124
9999999.99 points View InventorySend Money to roe-ur-boat
|
 |
« Reply #2 on: January 21, 2008, 07:57:49 PM » |
|
I like rrootage a lot, and my games pretty good too  lol
|
|
|
|
|
Logged
|
|
|
|
A_Nub
gibbocool rules!
C/C++ Developer
Hero Member
Karma: +104/-28
Offline
Posts: 912
3894.18 points View InventorySend Money to A_Nub
Noob am I
|
 |
« Reply #3 on: January 21, 2008, 08:07:47 PM » |
|
Not a PSP game its a port so im not sure it counts.
|
|
|
|
|
Logged
|
____________________ /---/ --------------- \---\ / O | | ? \ | O O | | || O | | O |_______________| X | \--- (#) () oo PSP oo ()() ---/ \-----------------------/ [/CENTER] InsertWittyName: That's like saying because you wank with your right hank all the time, and one day you wank with your left, that you invented left handed wanking..
|
|
|
roe-ur-boat
Look who bought all the excess user titles :O
Full Member
 
Karma: +27/-87
Offline
Posts: 124
9999999.99 points View InventorySend Money to roe-ur-boat
|
 |
« Reply #4 on: January 21, 2008, 08:18:58 PM » |
|
Well in that case I'd have to say NIGashootuh, it's really original and fun too.
|
|
|
|
|
Logged
|
|
|
|
Vincent
Mudkips
C/C++ Developer
Hero Member
Karma: +76/-2
Offline
Posts: 1384
9999999.99 points View InventorySend Money to Vincent
Me and my 'Vette
|
 |
« Reply #5 on: January 21, 2008, 08:43:53 PM » |
|
Sounds good, and I was thinking the same about Zero Gravity too, A_Nub.  Do you guys know if there are any good games out there (as far as functionality goes) with source. I am interested on how the code is structured in larger projects that span out more than a handful of source files. My project, Gravija, is about 12 source files, and that doesn't include all the engine source code which is like 30 files itself, and growning (as soon as I get some time)! 
|
|
|
|
|
Logged
|
|
|
|
Insert_Witty_Name
Global Moderator
Hero Member
Karma: +149/-17
Offline
Posts: 1602
1141.66 points View InventorySend Money to Insert_Witty_Name
|
 |
« Reply #6 on: January 23, 2008, 01:30:48 PM » |
|
Number of files is irrelevant really, amount of code is more important.
12 files with 100 lines in each is just like 1 main.c with 1200 lines in it (except that the compiler will generally optimise the 1200 line main.c better).
Also depends on how suited your engine is to what you're doing.
You're welcome to view the source, privately, of the game I'm making to test the 2D aspect of my engine mate - just let me know.
|
|
|
|
|
Logged
|
Coder formerly known as:  Check out my homebrew & C tutorials at http://insomniac.0x89.orgLast updated 6th Oct 06 - Tutorial 2 added.
|
|
|
Vincent
Mudkips
C/C++ Developer
Hero Member
Karma: +76/-2
Offline
Posts: 1384
9999999.99 points View InventorySend Money to Vincent
Me and my 'Vette
|
 |
« Reply #7 on: January 23, 2008, 01:40:31 PM » |
|
Number of files is irrelevant really, amount of code is more important. Yeah, I thought some one would say that. All my source files are a couple hundred lines with the execption of the main module which is REALLY stripped down to promote program flow... Anyway, does anyone know where I can find some source for a game. I've been searching these forums, but with no luck. I should be over at qj.net, but I'm pretty sure I'd have to ask for the source seeing that I haven't seen hardly any source openly available. If you guys think up a good game, I'll track down the dev who programmed it, and ask them for the source. I haven't played any PSP Homebrew Games, so I don't really know, and there's a lot for me to do right now...
|
|
|
|
|
Logged
|
|
|
|
PaulC
Newbie
Karma: +2/-1
Offline
Posts: 48
1653.44 points View InventorySend Money to PaulC
|
 |
« Reply #8 on: January 31, 2008, 01:41:48 PM » |
|
ThrottleX is the best I've played, it's like Trackmania, except more challenge based. The physics are quite impressive and it's in full 3D. It also comes with a full editor and online play. Well worth a look.
Janua's probably the most interesting homebrew game on the system (you draw platforms and the like to help your character to progress through the level), although it really belongs on the DS.
|
|
|
|
|
Logged
|
|
|
|
Vincent
Mudkips
C/C++ Developer
Hero Member
Karma: +76/-2
Offline
Posts: 1384
9999999.99 points View InventorySend Money to Vincent
Me and my 'Vette
|
 |
« Reply #9 on: January 31, 2008, 08:15:56 PM » |
|
Yeah, that's the game I thought of when I wrote the post. I didn't know if there was a game out there that topped it though. The 3D editor, and other features such as online play really make the game awesome. I would like to see the source to that game. I wonder if I can get a hold of it...
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
A_Nub
gibbocool rules!
C/C++ Developer
Hero Member
Karma: +104/-28
Offline
Posts: 912
3894.18 points View InventorySend Money to A_Nub
Noob am I
|
 |
« Reply #12 on: April 10, 2008, 05:04:56 PM » |
|
VSHPONG 3D!
|
|
|
|
|
Logged
|
____________________ /---/ --------------- \---\ / O | | ? \ | O O | | || O | | O |_______________| X | \--- (#) () oo PSP oo ()() ---/ \-----------------------/ [/CENTER] InsertWittyName: That's like saying because you wank with your right hank all the time, and one day you wank with your left, that you invented left handed wanking..
|
|
|
Vincent
Mudkips
C/C++ Developer
Hero Member
Karma: +76/-2
Offline
Posts: 1384
9999999.99 points View InventorySend Money to Vincent
Me and my 'Vette
|
 |
« Reply #13 on: April 10, 2008, 07:56:46 PM » |
|
I think Gravija'll be a good game... It'll get released one day... 
|
|
|
|
|
Logged
|
|
|
|
Flatmush
Has a normal user title
Administrator
Hero Member
Karma: +84/-26
Offline
Posts: 1046
12906.27 points View InventorySend Money to Flatmush
The Omniscient One
|
 |
« Reply #14 on: April 11, 2008, 02:10:03 AM » |
|
flAstro's the best game I found 
|
|
|
|
|
Logged
|
Firmware History: 2.60 -> 2.71 -> 1.50 -> 3.03oe-c    Hehe I'm a "Hero Member" because I bought posts back when they were in the shop. Creator of FlatEditPSP, funcLib and flAstro
|
|
|
|