Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Shockwave

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 467
161
Challenges & Competitions / Re: 2013 UDG Challenge!
« on: January 07, 2013 »
A solid tile (one where every bit is set at the same value) still counts as one of your tiles.

Does an empty tile (all transparent) count as a tile?

Hi Canopy, yes, even tiles which are empty count towards the total :)

162
Challenges & Competitions / Re: 2013 UDG Challenge!
« on: January 07, 2013 »
This sounds like a really interesting compo theme Shockwave :) Is this the same as "textmode" demos on PC? Such as this.

Hi Joe :) It's really similar and you could think of it as a text mode demo where you can create your own glyphs, the glyphs will of course have the possibility of looking much nicer than text, plus you can run in a higher resolution so we should get some really interesting ones.

163
General chat / Last Year's Stats
« on: January 07, 2013 »
I had a little bit of a surprise this morning when I was updating the showcase.. I think that a lot of this is down to strong Google Ranking but generally these are what the stats for 2012 boiled down to:

Unique Visitors: 112,275   
Number Of Visits: 225,804
Pages: 1,908,712   
Hits: 5,343,066   
Bandwidth: 38.79 GB

That's a huge amount of traffic for a niche site like ours!

164
Challenges & Competitions / Re: 2013 UDG Challenge!
« on: January 07, 2013 »

165
Challenges & Competitions / Re: 2013 UDG Challenge!
« on: January 07, 2013 »
<333333333333 !!!!111

Love this concept!!

Would be cool to see something from you if you get chance Jake :)

166
Challenges & Competitions / Re: 2013 UDG Challenge!
« on: January 07, 2013 »
Thanks Shockwave - you replied while I was editing the post!

Yeah I think I can get away with what I want to do within the rules.

I think I can see a way to bend them too, but I'll get the basic idea running first before I delve into that.

This really has landed at the right time to give me some motivation, Yesterday I reinstalled my desktop pc in my 'man cave', got visual studio all set up and fixed my code to work on that and was wondering what direction to go in next!



Cool, this should be fun :)

I have had to add a couple of small points to the rules about attaching the tile images you used and about keeping colour palettes static throughout the demo because I hadn't explained them very well.

I'm in the same boat as you as it goes, I've had to re-install everything here too :)  The deadline is kind though so at least there's time.

167
Challenges & Competitions / Re: 2013 UDG Challenge!
« on: January 07, 2013 »
Hi Optimus:

Yep, UDG's on the Amstrad are more or less the same as the Spectrum :)  I've used the term UDG, though I could have just as easily said Tiles, Tiles doesn't sound as good though!

Anyway, apologies for any confusion with the rules, I wrote them that way to ensure that the number of colours was clear but obviously I've not been as clear as I should be (I't been a while since I did one of these).

UDGs (tiles);

There are two tile sets.
Each tile set can contain up to 8 tiles.
There are two colour palettes, one for each tile set.
Individual tiles do not have individual palettes, they share the palette of the tile set they belong to.
The colour palette is 3 bitplanes so 8 possible combinations for each pixel.
Colour Palettes and tile sets are defined at the start of the program.
A solid tile (one where every bit is set at the same value) still counts as one of your tiles.
Colour palettes / tile sets are not to change at any time throughout the program, they are to remain as they were at start-up.

Hope that helps mate.



168
Challenges & Competitions / Re: 2013 UDG Challenge!
« on: January 07, 2013 »
Hi Canopy,

Yeah it's cool as long as the blocks are drawn with no post-processing effects - We're quite flexible with platforms, if you think there will be any issues for anyone to run it (especially if emulated) then I'd suggest you post a video capture of your entry as well as the binaries just to make sure that as many people as possible see your entry and vote for it!

Good luck :)

169
Challenges & Competitions / 2013 UDG Challenge!
« on: January 07, 2013 »
:hi: THE 2013 DBF UDG CHALLENGE!  :hi:


  ;D Something New For The New Year! ;D


Some of you are probably too young to know what a UDG is, those who are in the same age bracket as me will remember User Defined Graphics in their old Speccy programs.  Put simply, they were a way of redefining the way that characters in the font looked and they were used to make sprites and scenery in Basic Spectrum games.  You'd define them using data statements as a grid of 1's and 0's.  Where a bit was set a pixel would be drawn... You get the idea I am sure!  :)

Nostalgia:

[youtube]Eoom2dGnHJw[/youtube]

So.. Since a UDG is essentially a letter then the screen could be filled with them in the same fashion as tiles and this is kind of what the challenge is about but let's bring it more up to date!



How Can You Make A Challenge From This You May Ask?

The challenge this time is to create a demo - Any demo you like but the screen has to be rendered entirely out of a grid of UDG's with no post rendering effects and to make it more interesting and get the creative juices flowing there are some rules! ;)

In fact we're going to increase the capabilities of UDGs and let you have more colours!  Yay!

You may have two sets of UDG's which may not be changed throughout the demo, you'll load them in as images at the start of the demo or pre-calculate them before you show your first effect. 

Each set of UDG's can contain up to 8 different UDG's and each UDG must be of 8*8 Pixels in size.  There are two sets because each set can have it's own colour palette of 3 bitplanes (8 colours including transparency).  The UDGs must be drawn in grid fasion so if you divide the screen position horizontally or vertically by 8 you may only draw a UDG at locations which produce no remainder when divided by 8 - This will ensure you conform to the grid.

At all times during your demo, your screen display should be entirely constructed out of any combination of the 16 different kinds of UDG in your two UDG sets.

To allow people to actually see the effect, we'll limit the screen resolution to a maximum of 1024 * 768 on this one.

The idea then is not necessarily to create something that looks like a Spectrum program (though you can if you want!) but one that draws it's inspiration from a bygone age..  Think of it as a version of the reduced res challenge with a twist!



Inspiration:
[youtube]pWxftUTMbRQ[/youtube]

Some demo groups have been using the ascii character set for years, your demo can look even cooler because you can use more colours in each block!




Here are the rules.

  • Your Demo's screen display must be rendered out of 8*8 blocks.
  • You may have 2 sets of 8*8 blocks, each set can contain 8 blocks, each set can have it's own 3 plane colour palette ( 8 colours including transparrancy)
  • blocks may only be drawn at screen locations where x/8 produces no remainder and y/8 produces no remainder.
  • You may NOT use any other kind of graphics in your display apart from the 8*8 blocks.
  • The blocks must be defined at program start up, either loaded in at the beginning or calculated by the program at the beginning.
  • You may NOT redefine any of the blocks or change their colour palette at any time after you've begun to render graphics to the screen.
  • No post-render effects are allowed. The UDGs must remain in their unmolested form!
  • Maximum screen resolution of 1024 * 768 applies.
  • You must provide the raw image of the blocks you used in the archive attached to your post.
  • Colour palettes are to remain the same throughout the demo and may not be cycled.
  • You may write something for web browsers as long as it works in IE8 or Chrome or FF4 (or all!)
  • If you use flash, please provide a link where people can see your demo. If you are placed in the top 3 your .swf will be added to the site as a .zip file You should attach the .swf in a zip file to your post.
  • Wild entries are allowed and you may use any home computer / console.  Anything that is not windows based should be entered as a Wild.  Therefore you should upload it to youtube and post the video as your entry.  It's cool to post the binaries as well.
  • Please write something new for the challenge, no previously released stuff.
  • Do not use ripped routines. (dlls, libs, fmod, sdl, frameworks etc are fine but say what you used please!).
  • Entries to be posted in this forum please with the title [UDG] entry name.
  • Entries may be posted between NOW and Midnight of [Saturday 23rd Feb 2013] - UK GMT
  • The winner [S?] will be decided by a poll of forum users
  • If 1st, 2nd or 3rd places are tied there will be a vote-off to decide the winner.
  • Late entries absolutely will not be counted for voting, even if one second over the deadline.
  • Please PM any correspondence regarding rules to me, don't discuss them here such posts will be removed and not answered.
  • Please include a screenshot of your entry in your post.
  • Please only post finished work, if you update your entry the final one will be voted on.
  • After the submission deadline You may NOT post ANY further attachments to final or other versions of your entry ANYWHERE on this forum until voting has closed.
  • You may post a video of the entry along with the binaries (useful if you use shaders or linux etc).  In fact it is advisable that you do this if possible, especially if you use technology that not everyone possesses.
  • Prize money is by Paypal only. No other forms will be discussed. PLEASE don't refuse your prize if you win!
  • As well as appearing in DBF's showcase, your entry may be video captured and placed on DBF's youtube channel.
  • You may enter as many times as you like, you will however only qualify for the highest prize you win.  If you're voted as 1st and 2nd for example, you will win first prize and 2nd prize will fall to the person below you etc..



:carrot: Here are the prizes! :carrot:

  • 1st Place  £35 - Gold Signature Icon - 30 Karma
  • 2nd Place £25 - Silver Signature Icon - 20 Karma
  • 3rd Place £15 - Bronze Signature Icon - 10 Karma
  • All entries get 2 Karma

Good Luck!

170
The showcase has finally been updated with the 3 winning entries :)

Congratulations!

171
General chat / Re: The Welcoming Committee
« on: January 06, 2013 »
Hi Stavs, welcome to DBF :)

rc55 is moving to Australia in a few weeks,  so I'm not sure if Sundown is going to happen again this year...  :'(

Good for Ruairi, I thought about emigrating there myself about 10 years ago... No chance now though.  Gutted that I missed Sundown this year again - I've been twice in the past and enjoyed it on both occasions but the last 2 times I've planned to go my eyes have been playing up and I've been unable to drive :(

Anyway, maybe the other one (sunrise) will be on this year instead.

172
General chat / Re: Tablets PC
« on: January 04, 2013 »
There is Lots of Tablets out there

Ipad 3     (I already got Ipad 2 and it is great!)
Ipad Mini
Galaxy Tab 2
Asus Google Nexus 7 32GB (I got it but disappointing with it and thinking of taking it back)
Playbook (they selling at £129 with 64GB!)

I am sure there will be more Tablets on way !!!

I think the best Tablets at moment are between Samsung Galaxy Tab 2 and Ipad 3


The Mrs. Has the 32GB Nexus 7 and she finds it brilliant - Is an I-Pad really worth all that extra money?

173
General chat / Re: Here goes then!
« on: January 04, 2013 »
I have a feeling that this comp will be right up your street... Depending on the approach you take it can be a piece of cake or insanely difficult and entrants will have to get really creative :)

174
Challenges & Competitions / Re: HALLOWEEN COMP 2012!
« on: January 04, 2013 »
Nearly 3 months later and I finally got to see the entries :) What a treat!

Well done and gets me in just the right kind of mood to set the next comp.  More news soon!

175
Challenges & Competitions / Re: [SPOOKY] Gruselig!
« on: January 04, 2013 »
Great bump Mapping Pad - good job :)

176
Challenges & Competitions / Re: [SPOOKY] C3lt1c
« on: January 04, 2013 »
I really like the scroll effect and the rain splashes.  Nice one Celtic :)

177
My second favourite compo entry ever by you CK (I like digital watch brawl a tiny bit more).

I really love the cube scroller here and thinking about it, Shadow Of The Beast music was pretty spooky.  Nice job!

178
Challenges & Competitions / Re: [SPOOKY] 2spooky4u
« on: January 04, 2013 »
Cool, Spooky Scene Poetry :)  Nice one, I enjoyed it.

179
Challenges & Competitions / Re: [SPOOKY] Blue Gloomy
« on: January 04, 2013 »
Short and sweet. I like the blood at the end :)

180
Had to watch the video of this as I couldn't get it to work :) I really love Tim Burton's films - Nice tribute.

Pages: 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 ... 467