Welcome, Guest. Please login or register. July 06, 2008, 06:17:23 PM
 
Home Help Login Register
+  NeoTeam Official Forum
|-+  NEO Coding Competitions
| |-+  NEO Compo 2008
| | |-+  the PSP game zone - March.2008
| | | |-+  [PSP GAME] BlowUp! + PC version
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Go Down Print
Author Topic: [PSP GAME] BlowUp! + PC version  (Read 3266 times)
gambiting
Jr. Member
**
Offline Offline

Posts: 81



[PSP GAME] BlowUp! + PC version
« on: March 15, 2008, 04:12:06 AM »

Nickname: Gambiting
Project name : BlowUp!
From : Poland
Division : PSP Game
Original enter : YES
Support Motion : NO
In last NEO Compo this project have won in the top 10 : NO
Project description:

It's an OpenGL,full 3D game,in which you are driving a tank,and you have to destroy your opponents,and collect all coins. Environment is fully textured,with working collisions. Game difficulty changes with each level. Sorry but there is no motion sensing as I don't have fat psp to test it. So,the game is made for 3.xx kernel,runs fine on Slim on 3.90M33-2. My friend tested it on 1.5 kernel an said it's working,but it's unconfirmed by me,so you have to see by yourself.

Here are few screenshots:

   







In each level,you have to collect ALL the coins.After you do it,level changes,there are more enemies and more coins to collect. On the hardest level there are 100 coins to collect. Level look is random.

You can download BlowUp! + README from here:
http://rapidshare.com/files/100575252/blowup.zip
Or,if you have problems with rapidshare:
http://www.speedyshare.com/788681635.html

PC versions:

Linux(you will need SDL,SDL_image,SDL_gfx,SDL_mixer,GL,GLU):
http://rapidshare.com/files/102344474/BLOWUP_LINUX.zip
Windows(all libs included,just start blowup.exe):
http://rapidshare.com/files/102344042/BLOWUP_WINDOWS.zip

If you like this game,please give it a positive review. Thanks  sm-29

« Last Edit: March 25, 2008, 03:23:23 PM by gambiting » Logged
J-Fox
Newbie
*
Offline Offline

Gender: Male
Posts: 18



Re: [PSP GAME] BlowUp!
« Reply #1 on: March 15, 2008, 05:09:17 AM »

you should add some lights and a tiny bit of fog - also use smaller textures (+ linear filtering if you don't do so allready) for the boxes - I m sure it will look way more impressive - right now it looks like a mode 7 game Tongue !
Logged
gambiting
Jr. Member
**
Offline Offline

Posts: 81



Re: [PSP GAME] BlowUp!
« Reply #2 on: March 15, 2008, 05:13:12 AM »

you should add some lights and a tiny bit of fog - also use smaller textures (+ linear filtering if you don't do so allready) for the boxes - I m sure it will look way more impressive - right now it looks like a mode 7 game Tongue !
I already tried both things - but fog is not implemented in PSPGL ,and lights don't work as they should,so I don't(can't) use them.I'm already using linear filtering.I will try to improve textures but for now I have to finish enemy behaviour model. Thanks for the input anyway Cheesy
« Last Edit: March 15, 2008, 03:28:55 PM by gambiting » Logged
wraggster
Jr. Member
**
Offline Offline

Posts: 98



WWW
Re: [PSP GAME] BlowUp!
« Reply #3 on: March 15, 2008, 01:51:27 PM »

very nice looking original game for the PSP, cant wait to see how it plays
Logged



Webmaster of DCEmu

The Worlds Only Homebrew and Gaming Network Covering All Consoles.
sturmen
Full Member
***
Offline Offline

Gender: Male
Posts: 202


Fear me.


WWW
Re: [PSP GAME] BlowUp!
« Reply #4 on: March 15, 2008, 03:18:44 PM »

Looks pretty hot.
Logged

3.90 M33 on a PSP-1001
"Original" Nintendo DS with NeoFlash R6 Gold 2008 and Kingston 4GB microSDHC
sg57
Jr. Member
**
Offline Offline

Gender: Male
Posts: 74


...you'll never know what it's like...


WWW
Re: [PSP GAME] BlowUp!
« Reply #5 on: March 15, 2008, 06:49:12 PM »

I already tried both things - but fog is not implemented in PSPGL ,and lights don't work as they should,so I don't(can't) use them.I'm already using linear filtering.I will try to improve textures but for now I have to finish enemy behaviour model. Thanks for the input anyway Cheesy
Fog is too implemented into PSPGL Wink

I for one would know - I made a sword demo game a long while back.  You walked around a closed room with about 5 swords you could switch which you had out.  They'd animate when you walk, etc. etc.

I thought about adding lighting and whatnot, but adding black fog and tweaking the values made it look really good.  I dont think i havea screenshot of it Undecided ill look though.


http://dl.qj.net/index.php?pg=12&fid=8940&catid=204

Take a look at lesson 16  ~sm-32.gif~
Logged

...you'll never know what it's like...
...spending your whole life in a dream...
gambiting
Jr. Member
**
Offline Offline

Posts: 81



Re: [PSP GAME] BlowUp!
« Reply #6 on: March 16, 2008, 01:18:34 AM »

Hmmm, even PSPGL offical site says it's not implemented - http://goop.org/psp/gl . But if someone ported a demo with glFog support,it's very nice, I will certainly have a look at it . Thanks ! Tongue
Logged
sg57
Jr. Member
**
Offline Offline

Gender: Male
Posts: 74


...you'll never know what it's like...


WWW
Re: [PSP GAME] BlowUp!
« Reply #7 on: March 16, 2008, 03:09:41 AM »

Here's what came ot of that sword demo Tongue



And yeah, the SVN just hasnt been updated, let alone the website...
Logged

...you'll never know what it's like...
...spending your whole life in a dream...
gambiting
Jr. Member
**
Offline Offline

Posts: 81



Re: [PSP GAME] BlowUp!
« Reply #8 on: March 16, 2008, 03:50:18 AM »

I checked out this fog demo from Nehe tutorials,and this modified version of pspgl isn't compatible with current PSP SDK - it won't build,too many redefined variables and incompatible types - latest PSP SDK uses gcc 4.1.0 and this version of pspgl looks for 4.0.2 version which is very old(like year old).
Logged
sg57
Jr. Member
**
Offline Offline

Gender: Male
Posts: 74


...you'll never know what it's like...


WWW
Re: [PSP GAME] BlowUp!
« Reply #9 on: March 16, 2008, 04:37:02 AM »

Heh... Maybe make a post over at ps2dev saying so, they might be able to fix + update the SVN (OpenGL on PSP ftw btw)
Logged

...you'll never know what it's like...
...spending your whole life in a dream...
gambiting
Jr. Member
**
Offline Offline

Posts: 81



Re: [PSP GAME] BlowUp!
« Reply #10 on: March 16, 2008, 01:34:38 PM »

Heh... Maybe make a post over at ps2dev saying so, they might be able to fix + update the SVN (OpenGL on PSP ftw btw)
They are working lightning fast,already done Cheesy
Logged
b0rk
Newbie
*
Offline Offline

Posts: 34



Re: [PSP GAME] BlowUp!
« Reply #11 on: March 16, 2008, 06:19:33 PM »

@gambiting
I just noticed all your screenshots are actually bmp's with a .png extension.
Logged
gambiting
Jr. Member
**
Offline Offline

Posts: 81



Re: [PSP GAME] BlowUp!
« Reply #12 on: March 17, 2008, 11:20:53 AM »


Sorry,but fog in this game is a big mistake - it's possible,but GL_FOG_DENSITY is broken(even guys at ps2dev can't help it),and so fog always looks like a dense,impenetrable wall - density is always set to 100%. It looks ugly,so I won't implement it  sm-02

@b0rk
Thanks,I didn't notice Cheesy
Logged
b0rk
Newbie
*
Offline Offline

Posts: 34



Re: [PSP GAME] BlowUp!
« Reply #13 on: March 17, 2008, 11:49:39 AM »

One thing I was thinking of doing, is instead of leaving the background black you could display one of the compo splash screens. I haven't tried it yet so I don't know how it would look.
Logged
gambiting
Jr. Member
**
Offline Offline

Posts: 81



Re: [PSP GAME] BlowUp!
« Reply #14 on: March 17, 2008, 11:52:19 AM »

One thing I was thinking of doing, is instead of leaving the background black you could display one of the compo splash screens. I haven't tried it yet so I don't know how it would look.
The background won't be black.I have a nice plan for it. Wall of splash screens NEVER looks good,trust me Tongue
Logged
Pages: [1] 2 Go Up Print 
« previous next »
Jump to:  
Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC