Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > CSDb Entries > Event id #2757 : Intro Creation Competition 2018
2018-11-05 09:38
Didi

Registered: Nov 2011
Posts: 480
Event id #2757 : Intro Creation Competition 2018

Preface: Please use this thread for questions, discussion and everything else concerning this competition.


After ChristopherJam had the chance to run a similar compo last year, this year I am back with the known ruleset, with only slight change.

Runnning the competition after X party turned out to be a great timeframe, so I stay there.

Competition runs from November 5th, 2018, until January 6th, 2019. So you have a full 2 months to deliver your creations. This should be enough for an intro.

THE RULES:
Your intro...
- has to work on a plain stock C64 (PAL standard) without any extensions.
- has to be a one-part intro. Short fade-ins and fade-outs are OK.
- has to contain at least one Logo at whatever size you like.
- has to contain a changing or moving text message (e.g. scrolling text, different lines fading in & out, etc.)
- has to contain music (not just a humming sound, please).
- has a maximum RAM footprint of $4000 bytes at one block, at whatever location you like. Screen RAM counts as used memory. Exclusions are system addresses like VIC (inkl. Color RAM), SID, CIA, Stack, Zero-page, IRQ vectors. This means RAM besides chosen $4000 bytes area and exceptions has to be the same before and after running the intro. What happens during runtime is up to you.
- has to be interruptable any time by pressing SPACE-key (exception are short fade-in and fade-out).
- does not need to have exclusive graphics, charsets or music. But the code should be exclusive, so reuse of existing code with just exchanged graphics and music is not allowed.
- has not been publicly used before entering the competition.
- has to be handed in as executable format startable with RUN (.prg or embedded in .t64 or .d64).

Maximum 3 entries per participant. Entries might be taken back from the compo until deadline. That means if you want to remove one of your works from the compo to make space for another entry from you, this can be done until deadline.
Deadline for entry submission is Sunday January 6th, 2019 at 23:59:59 (11:59:59 pm) CET.
Voting closes at Sunday January 13th, 2019 at 23:59:59 (11:59:59 pm) CET.
Voting platform is CSDb (with all disadvantages it may have), therefore entries have to be posted here.
Entries will be ranked by weighted average of CSDb votes. Entries with the same weighted average are ranked by their percentages of 10s, 9s, etc.

No prices to win, just the fame. May the best creation win!
 
... 155 posts hidden. Click here to view all posts....
 
2019-01-14 20:32
Oswald

Registered: Apr 2002
Posts: 5031
Congrats to all, well done indeed!
2019-01-14 21:53
Cruzer

Registered: Dec 2001
Posts: 1048
Congrats to the whole scene for amassing this amount of creativity and activity. If only Digger had finished his entry we would have had 64 of 'em.

Quoting Dwangi
I would like to see "demo of the year" next year instead.
Me too. Wonder why these never turn out as succesful.
2019-01-14 22:29
Digger

Registered: Mar 2005
Posts: 422
Quote: Congrats to the whole scene for amassing this amount of creativity and activity. If only Digger had finished his entry we would have had 64 of 'em.

Quoting Dwangi
I would like to see "demo of the year" next year instead.
Me too. Wonder why these never turn out as succesful.


@Cruzer: I just thought the same! I will finish and release it anyway, Psych858o made a great tune for it.
2019-01-15 21:06
da Blondie

Registered: Jan 2002
Posts: 6
To make it easier to see them all I have made a zip of the entries.
It has four dirs:

orig - the files as they were uploaded (except that zips are extracted) in subdirs according to place

prg - just the prg files in subdirs according to place

flat_prg - just the prg files in a single dir, names prefixed with place

d64 - four d64 images with the prgs named as place

https://drive.google.com/open?id=12H9meRDYzkH9FlkXdjb2NLRRCfNu7..
2019-02-04 12:40
Didi

Registered: Nov 2011
Posts: 480
Quote:
- has a maximum RAM footprint of $4000 bytes at one block, at whatever location you like. Screen RAM counts as used memory. Exclusions are system addresses like VIC (inkl. Color RAM), SID, CIA, Stack, Zero-page, IRQ vectors. This means RAM besides chosen $4000 bytes area and exceptions has to be the same before and after running the intro. What happens during runtime is up to you.


I did not check in depth, but as far as I have seen nobody made use of the rules extension to use memory outside the $4000 block and restore it later. So I think about removing this rule estension again next time.

I noticed that quite a lot selected the $4000-$8000 area this time. I guess because it is the only bank without restrictions of overlayed ROM or IRQ vector on the ghost byte. ;)
2019-02-04 13:27
Jammer

Registered: Nov 2002
Posts: 1293
Yup, I decided not to repeat my mistake of using Bank 0 ;) That was a nightmare with samples :P
2019-02-04 13:32
Oswald

Registered: Apr 2002
Posts: 5031
Quote: Quote:
- has a maximum RAM footprint of $4000 bytes at one block, at whatever location you like. Screen RAM counts as used memory. Exclusions are system addresses like VIC (inkl. Color RAM), SID, CIA, Stack, Zero-page, IRQ vectors. This means RAM besides chosen $4000 bytes area and exceptions has to be the same before and after running the intro. What happens during runtime is up to you.


I did not check in depth, but as far as I have seen nobody made use of the rules extension to use memory outside the $4000 block and restore it later. So I think about removing this rule estension again next time.

I noticed that quite a lot selected the $4000-$8000 area this time. I guess because it is the only bank without restrictions of overlayed ROM or IRQ vector on the ghost byte. ;)


I did use mem outside the designated 16k and restore, its a pretty useful rule if you plan to use beginning of all char sets or screens because of some raster effect. made for me possible to use an extra screen outside my bank, and not having to have an even more fucked up memory map.
2019-02-04 13:35
Didi

Registered: Nov 2011
Posts: 480
OK, I'll leave it in.
2019-02-04 18:44
Golara
Account closed

Registered: Jan 2018
Posts: 212
Quote: OK, I'll leave it in.

It's good to leave. I thought of using it, but didn't do any effects requiring that. FPP would be one.
2019-02-04 22:11
Digger

Registered: Mar 2005
Posts: 422
Quote:
Oswald: made for me possible to use an extra screen outside my bank


I thought it was illegal?! ;P
Previous - 1 | ... | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Hexhog
katon/Lepsi De
Francesco Sblendorio
zbych
Jazzcat/Onslaught
Dymo/G★P
Mason/Unicess
fieserWolF/Abyss-Con..
Kimono
Oswald/Resource
radius75
CA$H/TRiAD
DeMOSic/MS^LSD^ONS
Guests online: 96
Top Demos
1 Next Level  (9.7)
2 Mojo  (9.7)
3 13:37  (9.7)
4 Coma Light 13  (9.7)
5 Edge of Disgrace  (9.7)
6 Aliens in Wonderland  (9.6)
7 Comaland 100%  (9.6)
8 Uncensored  (9.6)
9 No Bounds  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Cubic Dream  (9.6)
3 Party Elk 2  (9.6)
4 Copper Booze  (9.6)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Dawnfall V1.1  (9.5)
8 It's More Fun to Com..  (9.5)
9 Daah, Those Acid Pil..  (9.5)
10 Birth of a Flower  (9.5)
Top Groups
1 Nostalgia  (9.4)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 SHAPE  (9.3)
Top Logo Graphicians
1 Sander  (9.9)
2 Facet  (9.5)
3 Mermaid  (9.4)
4 Pal  (9.4)
5 Shine  (9.3)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.049 sec.