Challenge Ideas - Rules

Competitions for Irrlicht or 3D in general.
Irrlicht Screenshot of the Month: Winner for January, vote for February, submit for March
Post Reply
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Challenge Ideas - Rules

Post by afecelis »

Please place your challenge ideas in their respective thread (beginners, intermediate, advanced) according to the complexity you consider thet have.

Explain the goal to achieve and the things required to succesfully complete it (i.e. modeling packages, external engine SDKs, texture packs, dlls, etc). If possible provide links to them.

have fun! :wink:

From the ideas placed, 3 will be chosen for the first challenge. There will be no deadlines, just the wish to learn and share.

Discarded ideas may be re-taken for another challenge. :D
Last edited by afecelis on Fri Feb 03, 2006 12:31 pm, edited 1 time in total.
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

I'll start with a challenge idea for beginners (where I can help out a bit more, hehehe):

1. Creating a level using Gtkradiant and compiling it into a bsp that Irrlicht can handle.
2. Organizing your map and textures into a pk3 file
3. Creating the app; learn how to use Irrlicht's zip reader.

hehehe, it prolly sounds pretty much like the Q3 tutorial but I'd try to go a bit deeper in the map making part; how to use custom textures, placing lights, etc. :D

ps. it will be like a group-driven tutorial where we can discuss each step in more detail. In the end everyone can show the level they created. :wink:
dhenton9000
Posts: 395
Joined: Fri Apr 08, 2005 8:46 pm

Post by dhenton9000 »

Using blender to produce animated .x files for irrlicht.

UV mapping
modelling
exporter settings.
boboS
Posts: 188
Joined: Tue Oct 18, 2005 6:36 pm
Location: Romania

Post by boboS »

And consider it cheating if anyone ask how to do that in the beginers topic ;)
As your ship is going down
ll stand by and watch you drown
MasterD
Posts: 153
Joined: Sun Feb 15, 2004 4:17 pm
Location: Lübeck, Germany
Contact:

Blender challenge

Post by MasterD »

Is the Blender challenge intended to be a beginner challenge?

Because I'm interesting in doing so, but until now I did not have any experience with blender, but with modelling and mapping and that stuff. With animation I have some props getting it to run proper. I know that I don't have such experience like vermeer for example, but it's worth something imho.

But I allways wanted to give blender a try. So I like to learn it with a group of others, it's maybe more fruitful as learning it by myself, because I heard of blender having quite a hard start.
YASS - Yet another Space Shooter
under Devolpment, see http://yass-engine.de
needforhint
Posts: 322
Joined: Tue Aug 30, 2005 10:34 am
Location: slovakia

irrlicht dynamic lights management system

Post by needforhint »

shouldn't be ideas for chalenge new separate threads?
no disscuss can be done on the topic then

anyway ... here is some another chalenge, I got it as an idea of GFXstyler for beating 8 light hardware support limit in irrlicht:
irrlicht dynamic lights management system,
disposing one light so another can be seen.... no need to do separate rooms like in doom 3,,, maybe distance from camera...but then it would be very attached to the way the level enviroment is constructed...
I don't even have concept for this,,,,,but previous principes are gonna be it perhaps
what is this thing...
Xaron
Posts: 310
Joined: Sun Oct 16, 2005 7:39 am
Location: Germany
Contact:

Re: irrlicht dynamic lights management system

Post by Xaron »

needforhint wrote:for beating 8 light hardware support limit in irrlicht:
irrlicht dynamic lights management system,
disposing one light so another can be seen....
Yes this would be nice. Niko mentioned that he already has some kind of dynamic light management system which allows up to 500 lights. May be he could provide us with his "beta" of this? ;)

Regards - Xaron
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

I like the blender .X modeling challenge; for beginners. The dynamic lights could be for intermediate. But we would need someone with experience in modeling and animating with blender.

And yup, I'll create separate threads for each of the challenge ideas. :wink:
omaremad_

Post by omaremad_ »

software lights are easy just multiply the vertex color by light color
or you can do lighting calculations on the shaders hardware

Btw perpixl lightning materials use the nearest two lights which is good enogh unless you have a room with 50 diffrent coloured lights 0_0
Klasker
Posts: 230
Joined: Thu May 20, 2004 8:53 am
Contact:

Post by Klasker »

Can the challenges include modifications to the source code.
For example "Modify the irrlicht engine so it supports 32-bit indices" (Just an example, not a real challenge).
Or must the challenge be completed without modifying the irrlicht source code?
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

I'd rather try to develop each challenge with the official release (in this case 0.14).

Modding the engine could be an advanced challenge itself, but then there's Irrspintz, Lightfeather, GFX version, etc that are already doing that and besides getting a personalized hacked-enhanced version the end use will still remain the same: graphics. So I say let's stick to official.

On the other hand, advanced challenges can include integrating external engines (audio, physics) with a specific purpose: i.e. integrating Newton and adding gravity, collision and jump to the camera. Same with audio, etc. :wink:
luckymutt
Posts: 453
Joined: Sun Mar 06, 2005 11:56 pm
Location: C-Ville

Post by luckymutt »

Why not ask people to also post the time they spend on a challenge?
Not that it makes a differnce much, but it might be interesting to see.
Join us in the Irrlicht chatroom:
[url]irc://irc.freenode.net/irrlicht[/url]

I love deadlines. I like the whooshing sound they make as they fly by. -D.Adams
Other
Posts: 85
Joined: Fri Dec 03, 2004 5:41 pm
Contact:

Post by Other »

afecelis wrote: ... Creating a level using Gtkradiant and compiling it into a bsp that Irrlicht can handle...
Why only radiant and not optionally Quark? For it is really free: http://quark.sourceforge.net/wiki/
http://sourceforge.net/projects/quark/
My Irrlicht&ODE-Project: http://www.lofing.de/myworld/
Post Reply