| View previous topic :: View next topic |
| Author |
Message |
ReJ
Joined: 04 Apr 2004 Posts: 25 Location: Lithuania, Vilnius
|
Posted: Fri Aug 17, 2007 5:49 pm Post subject: Suicide Barbie demo [Final version] |
|
|
As the FINAL version of Suicide Barbie is roaming the world for some time already, it is a time to send HUGE thanks to the whole PSPDEV community for great SDK and toolchain which made this demo possible, Chip for the libGU and TyRaNiD for the psplink which were essential in development of this demo.
If you have not heard about Suicide Barbie - it is a PSP demo by TBL which won Breakpoint'2007 Wild Demo competition (console and handheld compo).
Some new features you might find interesting in the final version: . much smaller downloadable archive
. packed music
. new visuals
. improved framerate
. wider PSP firmware support - tested on 1.00, 1.50 and 3.x OE
. proper readme.txt
. also photos of TBL finishing the demo in Bingen are included For rumours and comments go to Pouet:
http://www.pouet.net/prod.php?which=30284
Final version (24Mb):
ftp://mirror.support.nl/pub/tbl/psp/TBL-SuicideBarbie-Final.zip
Some technical rumblings you might find interesting as well:
. all run-time and back-end code was written almost completely from scratch for this demo
. rendering loop of the demo had to be organized differently than in GU samples in order to achieve better parallelism between main CPU and GU
. probably the biggest challenge of the demo was memory and content streaming. Music and textures are streamed. Might have been a smarter move to write a better compression for animations, but we had no time for that ;)
. all scenes were created and animated in Maya. Scenes were exported first as an FBX - we had an idea of 'interoperability' with Lightwave first (not a great idea after all, FBX has tons of special cases and documentation is somewhat sparse), then processed with out custom tools to extract scene information, animations, meshes etc. and convert them into PSP friendly formats
. all resources were zlib compressed to decrease loading times (if you noticed demo starts almost immediately with virtually no loading time)
. lua was used (during export step, not at run-time) to add additional attributes for objects, setup materials and filter scenes
. originally we had an idea to define timeline in lua for faster iterations, however Louie did a great job with planning and direction, so minimum changes had to be done - as a result timeline was kept in the code
. bulk of textures are 8bit palette based, while some are 4bit
. most of the scenes exhibit no texture reuse - no texture caching in the video memory was required
. we did a DirectX9 backend to help development and debugging. Single ShaderModel2 über-shader was used to simulate GU behaviour
. VFPU was used for some special effects and skinning, mostly to spread workload across CPU and GU more evenly
. although post-process blur in production is done on GU, we experimented a bit with CPU implementation which looked quite promising if well optimized, but at some expense of video memory
____________
ReJ^Nesnausk! |
|
| Back to top |
|
 |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Fri Aug 17, 2007 8:59 pm Post subject: |
|
|
Wow, this is very nice!
Is there a secret way to skip stages?
It works on 3.03 OE but sometimes crashes in different places. |
|
| Back to top |
|
 |
jas0nuk
Joined: 27 Apr 2006 Posts: 137
|
Posted: Sat Aug 18, 2007 2:35 am Post subject: |
|
|
Amazing looking demo! :)
For me, it crashes on the scene with the guns |
|
| Back to top |
|
 |
Alberto
Joined: 12 Feb 2007 Posts: 57 Location: Sofia
|
Posted: Sat Aug 18, 2007 5:54 am Post subject: |
|
|
I'm on M33 3.52-2 and it works perfectly.
Amazing demo ;-) |
|
| Back to top |
|
 |
Sdw
Joined: 17 Jul 2007 Posts: 29
|
Posted: Sat Aug 18, 2007 7:01 am Post subject: |
|
|
This is a great demo (best demo on the PSP platform so far!). I do miss the voice samples from the party version a bit, but the other enhancements of the final are really nice!
Interesting technical info btw, I really like to read stuff like that to get an understanding on how things work behinds the scenes! |
|
| Back to top |
|
 |
ufoz
Joined: 10 Nov 2005 Posts: 86 Location: Tokyo
|
Posted: Sat Aug 18, 2007 4:40 pm Post subject: |
|
|
| Quote: | | rendering loop of the demo had to be organized differently than in GU samples in order to achieve better parallelism between main CPU and GU |
I'd like to read more about this part |
|
| Back to top |
|
 |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sat Aug 18, 2007 7:10 pm Post subject: |
|
|
| Great demo,works perfectly on 3.40OE,but it would be perfect if you could share some technical info about it with us :D |
|
| Back to top |
|
 |
PeterM
Joined: 31 Dec 2005 Posts: 125 Location: Edinburgh, UK
|
Posted: Sat Aug 18, 2007 7:29 pm Post subject: |
|
|
I'd also love to hear the tech porn! _________________ http://aaiiee.wordpress.com/
I can no longer do any homebrew PSP development nor discuss PSP specific topics. |
|
| Back to top |
|
 |
danzel
Joined: 04 Nov 2005 Posts: 182
|
Posted: Sun Aug 19, 2007 12:29 am Post subject: |
|
|
<3 this demo.
I'm also interested in the tech specs, mainly in the blur area though <3
Might have something more to say after running the final version instead of the vid :-) |
|
| Back to top |
|
 |
jokkum1991
Joined: 21 Aug 2007 Posts: 2 Location: Far North
|
Posted: Tue Aug 21, 2007 4:00 am Post subject: |
|
|
Awesome! :D
It runs perfectly on my 3.52 M33-3 _________________ 42 - The Ultimate Answer |
|
| Back to top |
|
 |
skan
Joined: 23 Dec 2004 Posts: 5
|
Posted: Thu Oct 11, 2007 6:53 pm Post subject: |
|
|
| Anybody tried this baby on a Slim with M33? Does it work? |
|
| Back to top |
|
 |
flynn_nrg
Joined: 29 Sep 2007 Posts: 4 Location: Madrid, Spain
|
Posted: Sat Oct 13, 2007 11:13 pm Post subject: |
|
|
| skan wrote: | | Anybody tried this baby on a Slim with M33? Does it work? |
Doesn't work on my Slim with 3.60 M33. Exits with the following error:
The game could not be started. (8002014C) |
|
| Back to top |
|
 |
Be3f
Joined: 15 Mar 2007 Posts: 59
|
Posted: Sun Oct 14, 2007 2:59 am Post subject: |
|
|
| flynn_nrg wrote: | | skan wrote: | | Anybody tried this baby on a Slim with M33? Does it work? |
Doesn't work on my Slim with 3.60 M33. Exits with the following error:
The game could not be started. (8002014C) |
It's 1.50 fw homebrew, it won't run on Slim, until it's compiled for 3.XX core, or Dark_AleX (or someone else) integrates 1.50 fw part into the Slim custom fw :(
I've downloaded & watched this demo in the spring (a patry version - 100 megs of data, because of the wav musicfile o_O) - and it impressed me, almost blowed my mind! Grahpics, design, conept, music - everything is amazing! Best psp demo and one of the best and most beautiful demos ever created for all platforms (my absolutely fav demo is LifeForce by ASD (for PC) - 1st place at Assembly 2007)! _________________ 00000110 00000110 00000110 |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sun Oct 14, 2007 3:00 am Post subject: |
|
|
| Barbie is a 1.50 homebrew, so it won't work on the slim normally. I tried running it with eLoader 1.0, but it fails that way as well. So at the moment, no, Suicide Barbie cannot be run on a Slim. |
|
| Back to top |
|
 |
flynn_nrg
Joined: 29 Sep 2007 Posts: 4 Location: Madrid, Spain
|
Posted: Sun Oct 14, 2007 6:00 pm Post subject: |
|
|
| Be3f wrote: |
It's 1.50 fw homebrew, it won't run on Slim, until it's compiled for 3.XX core, or Dark_AleX (or someone else) integrates 1.50 fw part into the Slim custom fw :(
|
Is that possible? I thought that 1.50 was incompatible with the slim hardware.
| Be3f wrote: |
I've downloaded & watched this demo in the spring (a patry version - 100 megs of data, because of the wav musicfile o_O) - and it impressed me, almost blowed my mind! Grahpics, design, conept, music - everything is amazing! Best psp demo and one of the best and most beautiful demos ever created for all platforms (my absolutely fav demo is LifeForce by ASD (for PC) - 1st place at Assembly 2007)! |
Lifeforce is awesome. Actually, after watching Tyranid's BP'07 seminar I thought: Man, how cool is that for a demo platform. Coupled with the Suicide Barbie video made me want to start coding again. After leaving the Amiga some years ago the PSP is the first piece of hardware that I really find interesting for just-for-fun coding. |
|
| Back to top |
|
 |
skan
Joined: 23 Dec 2004 Posts: 5
|
|
| Back to top |
|
 |
Rangu2057
Joined: 23 Jul 2007 Posts: 87 Location: wilmington, NC
|
Posted: Thu Aug 21, 2008 9:58 pm Post subject: |
|
|
amazing demo, btw what are the names of the songs? Yep, i <3 the songs :p. I guess you can say im curious _________________ the questions of today are awnswered by the blood and bullets of tomorrow! ---EagleEye--- (Socom FTB2) |
|
| Back to top |
|
 |
|