One day outside the Time :: 3d platformer

Posted By: YellowAfterlife

One day outside the Time :: 3d platformer - 05/09/11 02:49





Download (2mb): GameJolt \ SolidFiles

This is 3d, third-person platformer with limited color pallete.
Created in 5 hours for BlitzKast.

Game takes from 5 to 10 minutes to complete.

Controls
WASD - move around
Spacebar - jump
Mouse - rotate view
R - teleport to last checkpoint
F5 - change window size \ screen resolution (if fullscreen)
Alt+Enter - toggle fullscreen

Comments are welcome.
Posted By: 3run

Re: One day outside the Time :: 3d platformer - 05/09/11 07:42

Looks good, few thing:
* design which at the start looks cool and unusual, at the end starts to be annoying
* I hated ellipsoid hull, I died lot of times cause of it (this isn't your fault)
All other ways, it's just awesome and as I said unusual laugh
Posted By: ratchet

Re: One day outside the Time :: 3d platformer - 05/09/11 07:56

Great design laugh

You should make an extended version with lot more polygons and geeometry on level like platform volume, walls, objects ...
Why not use a your same character but subdivided ?

Cool game anyway !
Posted By: YellowAfterlife

Re: One day outside the Time :: 3d platformer - 05/09/11 13:52

To 3run:
* End-of-game level design was rather rushed, because I was running out of time. Sorry for that tongue
* True, ellipsoid plays bad jokes with platforming part sometimes, but I had no way to replace it - changing collisions to AABB caused character to be unable to walk up\down the slopes. And several other bugs.
And thank you laugh

To: ratchet:
I would really like to make this game into a longer (with gameplay length of hour at least) project, but there are some things stopping me (see this thread, and I still cant get passable blocks working when placed in WED).
From what I can see now, I need to purchase Commercial edition (I wonder where could I get these 150 EUR... ) to make an actual 4-color game.
Posted By: JibbSmart

Re: One day outside the Time :: 3d platformer - 05/09/11 13:52

Quite a cool style. I don't know if this was intentional, but I was sometimes unsure if I could step in certain places, because sometimes the ground looked very similar to the background colour.

The eye/camera things are way cool! I know they don't do much, but their irregular blinking and the way they sporadically follow the player (rather than constantly facing the exact position of the player) gives them a lot of personality!

Jibb
Posted By: ratchet

Re: One day outside the Time :: 3d platformer - 05/09/11 14:46

From what I can see now, I need to purchase Commercial edition (I wonder where could I get these 150 EUR... ) to make an actual 4-color game.

For such little game, 150 euros perhaps not !
There are lot of free engine like Ogre 3D , Irrlicht , XNA Framework etc ...
Perhaps not that complicated to such simple but great game.
For free you'll have shaders and all next gen stuff.

Your game would fit great in Iphone and mobile platforms laugh !
Posted By: 3run

Re: One day outside the Time :: 3d platformer - 05/09/11 14:53

Did you tried to make movement with physX? You can make proper BOX hull there.
Posted By: YellowAfterlife

Re: One day outside the Time :: 3d platformer - 05/09/11 22:09

To JulzMighty:
Some parts of ground should have exactly matched with background color, adding a little bit of trial & error into this game (to mention, shadow is casted by character to help checking if you can step somewhere).
Things (if you look at filenames, I've labeled them as watchers) might look more like cameras or eyes to you, depending on games that you have played.
And thanks laugh

To ratchet:
I had a look at Ogre 3D and XNA, and while Ogre is nice, the main level editor that's avaible for it quite differs from what I'm normally using to make levels. From other side, it might be possible to convert WED's levels into valid models... so we'll see what happens on next weekend.

To 3run:
I only had a brief meeting with physX, thus didn't check if I can make movement with it. I'll look, what can be done about that.
Posted By: Roel

Re: One day outside the Time :: 3d platformer - 05/11/11 08:38

I like the game, it is very simple, but original.
I also like the watchers, the world looks living.
If you are going to make a full game out of this, don't forget to disable the f11 key grin
as 3Run said, the game really needs box collision detection,
physx seems to offer this (thanks for the tip!)
Posted By: YellowAfterlife

Re: One day outside the Time :: 3d platformer - 05/11/11 14:52

Originally Posted By: Roel
I like the game, it is very simple, but original.
I also like the watchers, the world looks living.
If you are going to make a full game out of this, don't forget to disable the f11 key grin
as 3Run said, the game really needs box collision detection,
physx seems to offer this (thanks for the tip!)

Yes, I will certainly expand this into a full game. My progress on that so far is...

  • There are actually 4 colors on screen at once (in 5h version there were not less than 9 because of engine using different diffuse & emissive color vectors for everything)
  • Colors actually match with ones that I specify in image editor (except the tile color that character is standing on - for some reason color varies each time I re-import texture into WED)
  • I found out that shadow material can be changed, so now characters shadow will change depending on enviroment laugh
For F11... I always forget to un-include default.c tongue
© 2024 lite-C Forums