pouët.net

Go to bottom
rotz by AttentionWhore
[nfo]
screenshot added by losso on 2016-12-29 20:37:58
platform :
type :
release date : december 2016
release party : Under Construction 2016
compo : oldskool demo
ranked : 1st
  • 34
  • 4
  • 0
popularity : 60%
 60%
  • 0.89
alltime top: #4124
added on the 2016-12-29 20:37:58 by losso losso

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

WinUAE capture

Damn, just a few bytes short of releasing my first boot block (i.e. one that actually boots). Will try to fix that — party version has at least one other bug anyway…
added on the 2016-12-29 20:42:08 by losso losso
Cool! Now add the required dos.library stuff and let the bootblock boot. :D
rulez added on the 2016-12-29 20:48:35 by StingRay StingRay
norm for 1k
rulez added on the 2016-12-29 21:00:55 by fyrex fyrex
Neat!
rulez added on the 2016-12-29 21:39:21 by sachy sachy
Awesome! Miles better than all those craptros that flooded the scene this year. I can't wait to see what Losso will make for Revision compo. Anyway - Losso, please elaborate as much as you're willing on the sound engine.
rulez added on the 2016-12-29 22:34:42 by jazzcat jazzcat
Proper version, will boot normally when left mouse button is pressed: attentionwhore_rotz_bootfix.adf

BB Image

Aah, the joys of coding "against" the cruncher… After I changed the music format to be more compression-friendly, I've suddenly got 82 bytes to spare! I think I'll leave it that way, stuffing all that extra memory with content would be more than just a fix.

@jazzcat: For the music rendering, I've taken inspriation from my Javascript-mini-synth experiments (source), everything is rendered into one big waveform per channel with rather simple oscillators: bassdrum = sine with increasing period, snare = noise + sine, hihat = quieter noise, lead = square. Not sure if that is the most efficient way, but it saves some "module playback" logic. Percussion offsets and melody were extracted from a ProTracker mod with placeholder samples.
added on the 2016-12-30 00:00:02 by losso losso
Losso haut den Rotz raus! Geil!
rulez added on the 2016-12-30 11:43:20 by SiR SiR
most pc 1ks have less content and more annoying sound (if any).
rulez added on the 2016-12-30 11:45:01 by wysiwtf wysiwtf
Really nice!
rulez added on the 2016-12-30 12:00:07 by noname noname
gesmackt!
rulez added on the 2016-12-30 13:04:47 by unity1 unity1
Impressive!
rulez added on the 2016-12-30 13:19:15 by kwe kwe
Good piece of Amiga code at the end of the year.
rulez added on the 2016-12-30 14:19:01 by slayer slayer
This pleases me! Coming back for thumbing once I've watched it on the real deal :)
wow, one really nice looking zooming rgb-plasma! :) ♥

Mach ne Trilogie draus! ;) Fehlen noch:
- grüny
- blaux
rulez added on the 2016-12-30 16:39:38 by ɧ4ɾɗվ. ɧ4ɾɗվ.
Very nice 1k candy for the end of the year.
rulez added on the 2016-12-30 17:59:51 by mccnex mccnex
-Lots of colors :)
-Animated
-Actual music, no MIDI!
-Only 1KB
-Proper boot!
-Nice CLI NFO for a clean finish!
rulez added on the 2016-12-30 19:04:46 by ramon ramon
This needs another thumb!
rulez added on the 2016-12-30 22:53:49 by 4pLaY 4pLaY
1K!
rulez added on the 2016-12-30 23:26:51 by Buckethead Buckethead
Really great!!! Pretty impressive for 1k!! Looking forward to more stuff from you.
rulez added on the 2016-12-31 00:49:14 by Sir_Lucas Sir_Lucas
Jazzcat: craptro's ? ;)
rulez added on the 2016-12-31 20:50:10 by magic magic
Nice one!
rulez added on the 2017-01-01 12:15:58 by Twardy Twardy
Nice!
rulez added on the 2017-01-01 18:49:54 by waldiamiga waldiamiga
Very cool
rulez added on the 2017-01-02 19:42:47 by bitl bitl
Yeah!!
rulez added on the 2017-01-03 17:01:05 by BackSpace BackSpace
cool!

that grüny blaux joke xD xD
rulez added on the 2017-01-03 22:51:47 by HellMood HellMood
 
rulez added on the 2017-01-06 17:20:43 by sensenstahl sensenstahl
It was OK.
added on the 2017-01-07 03:35:54 by AntDude AntDude
Awesome and colorful
rulez added on the 2017-01-07 10:00:28 by Triace Triace
hello losso
added on the 2017-01-09 20:35:48 by lollol lollol
not bad at all
rulez added on the 2017-01-10 15:06:26 by Frequent Frequent
Neat!
rulez added on the 2017-01-11 10:32:50 by rloaderro rloaderro
cool. double points for ATW ASCII Cli!
rulez added on the 2017-01-11 12:47:49 by djh0ffman djh0ffman
pretty visuals for 1k with not too shabby sound!
rulez added on the 2017-01-11 18:40:00 by bonefish bonefish
Excellent. I can't count the colors per line. Is it HAM, halfbrite or copper tricks in normal mode?
rulez added on the 2017-01-20 14:17:08 by Steel Steel
Quote:
Excellent. I can't count the colors per line. Is it HAM, halfbrite or copper tricks in normal mode?

It is MAGIC.
added on the 2017-01-20 15:05:11 by lollol lollol
Quote:
Excellent. I can't count the colors per line. Is it HAM, halfbrite or copper tricks in normal mode?


It's just a 32-color bitmap (last color extended to the right) of 4-pixel columns. 8 pixels were too clunky and other values wouldn't compress very well… Texture is a static 64*64 map.
added on the 2017-01-21 14:26:50 by losso losso
Very nice bootblock!

Interesting to see Shrinkler used for a bootblock. In my own experiments, it did not beat my simple bootblock cruncher (which does not crunch as well but has a much smaller decruncher). Could be because the code is written to be good for the simple one. I see from the sizes that you have some huge repetitions, in which case Shrinkler is definitely better.
rulez added on the 2017-01-26 18:07:57 by Blueberry Blueberry
proper
rulez added on the 2019-01-09 22:28:53 by T$ T$
Cool!
rulez added on the 2019-02-20 13:08:56 by ham ham
style
rulez added on the 2019-02-21 00:10:57 by gentleman gentleman
yes

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment

Go to top