Suicide Barbie demo [Final version]

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ReJ
Posts: 25
Joined: Sun Apr 04, 2004 12:32 am
Location: Lithuania, Vilnius
Contact:

Suicide Barbie demo [Final version]

Post by ReJ »

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 ... -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!
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

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.
jas0nuk
Posts: 137
Joined: Thu Apr 27, 2006 8:00 am

Post by jas0nuk »

Amazing looking demo! :)
For me, it crashes on the scene with the guns
Alberto
Posts: 51
Joined: Mon Feb 12, 2007 8:16 pm
Location: Sofia

Post by Alberto »

I'm on M33 3.52-2 and it works perfectly.

Amazing demo ;-)
Sdw
Posts: 29
Joined: Tue Jul 17, 2007 9:50 am

Post by Sdw »

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!
ufoz
Posts: 86
Joined: Thu Nov 10, 2005 2:36 am
Location: Tokyo
Contact:

Post by ufoz »

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
gambiting
Posts: 154
Joined: Thu Aug 17, 2006 5:39 pm

Post by gambiting »

Great demo,works perfectly on 3.40OE,but it would be perfect if you could share some technical info about it with us :D
PeterM
Posts: 125
Joined: Sat Dec 31, 2005 7:25 pm
Location: Edinburgh, UK
Contact:

Post by PeterM »

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.
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

<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 :-)
jokkum1991
Posts: 2
Joined: Tue Aug 21, 2007 3:56 am
Location: Far North

Post by jokkum1991 »

Awesome! :D
It runs perfectly on my 3.52 M33-3
42 - The Ultimate Answer
skan
Posts: 5
Joined: Thu Dec 23, 2004 7:44 pm

Post by skan »

Anybody tried this baby on a Slim with M33? Does it work?
flynn_nrg
Posts: 4
Joined: Sat Sep 29, 2007 3:59 am
Location: Madrid, Spain
Contact:

Post by flynn_nrg »

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)
Be3f
Posts: 59
Joined: Thu Mar 15, 2007 9:28 pm

Post by Be3f »

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
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

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.
flynn_nrg
Posts: 4
Joined: Sat Sep 29, 2007 3:59 am
Location: Madrid, Spain
Contact:

Post by flynn_nrg »

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.
skan
Posts: 5
Joined: Thu Dec 23, 2004 7:44 pm

Post by skan »

YES!!! \o/

SLIM VERSION DIRECT DOWNLOAD

TBL r00l!
Rangu2057
Posts: 87
Joined: Mon Jul 23, 2007 8:37 am
Location: wilmington, NC

Post by Rangu2057 »

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)
Post Reply