scene.org File Archive

File download

<root>­/­demos­/­compos­/­tmdcxi­/­00.tmdc_template/tmdc-template.zip

File size:
433 537 bytes (423.38K)
File date:
2008-12-20 23:05:18
Download count:
all-time: 290

Preview

  • fmod.dll 155.50K
  • nudata/ dir
  • nudata/credz_80x50.raw 15.62K
  • nudata/greetz_80x50.raw 15.62K
  • nudata/JOES11.it 146.31K
  • nudata/rotoz_64x64.raw 16.00K
  • nudata/title01_80x50.raw 15.62K
  • nudata/title02_80x50.raw 15.62K
  • nudata/tunnel_64x64.raw 16.00K
  • readme.txt 1.46K
  • src/ dir
  • src/ASCIIout.c 2.33K
  • src/ASCIIout.h 272B
  • src/bz_math.c 9.81K
  • src/bz_math.h 2.56K
  • src/bz_video.c 12.49K
  • src/bz_video.h 3.03K
  • src/caca/ dir
  • src/caca/bitmap.c 22.41K
  • src/caca/box.c 4.15K
  • src/caca/caca.c 15.24K
  • src/caca/caca.h 13.34K
  • src/caca/caca_internals.h 2.66K
  • src/caca/config.h 1.33K
  • src/caca/conic.c 5.93K
  • src/caca/event.c 24.32K
  • src/caca/graphics.c 42.81K
  • src/caca/line.c 9.09K
  • src/caca/Makefile.am 436B
  • src/caca/Makefile.in 41.22K
  • src/caca/math.c 2.23K
  • src/caca/sprite.c 7.38K
  • src/caca/time.c 2.65K
  • src/caca/triangle.c 4.07K
  • src/effects.c 20.23K
  • src/effects.h 2.55K
  • src/fmod.h 71.04K
  • src/fmodvc.lib 56.47K
  • src/global.h 1.32K
  • src/main3.c 4.90K
  • src/music.c 1.81K
  • src/music.h 427B
  • src/TODO.H 1.67K
  • TMDC11.exe 100.00K
  • TMDC11.sln 881B
  • TMDC11.vcproj 11.86K

file_id.diz

This is a demo template aimed at ASCII demo making.
It was specially made for TMDC, as a tool for newcomers.
The framework handles the most tricky and boring tasks
of demo making: linking external libs (fmod+caca) and
getting sometihng *working*.

The music is a module file (.IT) made with ModplugTracker.
The IT contains Zxy events on which the framework relies to
actually launch scenes and add effects.

The graphics are RAW image made with photoshop (save as .RAW,
interleave channels) as 32bit (with a mandatory alpha channel)
The current code recognizes the size of the image by its name,
for example mypic_320x240.raw (width 320, height 240).
When opening them, Photoshop rarely guess the format right.
The number of channels is 4 and the w/h should be those
in the filename.

Plz note that this framework has been used 
in several winning demos. This is no bullshit!

I hope it's useful and that you'll enjoy using it!
-BarZoule/ND^Bawlz

_____________________________________________________________________________


CREDZ:
 Most of the code and all assets from this template, made by BarZoule/ND^Bawlz
 JOES11.IT shamelessly ripped and customized from Jesus On Es
 Libcaca by Sam Hocevar
 Possibly additional misc code by Guybrush, Hardliner and Blacklight

 Most of the code was used (and made for)
  Signal.2.Noize (tmdc8),
  Signal to Droids (tmdc9),
  Session One (tmdc10),
  ClockWerk (tmdc10),
  as well as some unreleased GP2X prods.