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.


Topics - Orion Pax

Pages: [1]
1
Off-Topic / I like to do drarwings
« on: 2007-01-12, 05:30:18 AM »
Hello all,

I don't post much so I decided to post some art of mine.. Its off-topic so I do wha I want! :P


2
Game Development Artistry / Concept art & character sketches
« on: 2006-04-21, 04:16:01 PM »
Do you sketch out concept art before commiting to your final game art? If so post it here =]

For modern 3d games its pretty much essential. You can get away without doing much, if any concept art for some simplistic 2d games. However it may have played a bigger part in your favorite title than you realize. The goal of concept art is to show the possibilites, personalities, environments, etc before commiting to actual game art and code. In a commerical setting it may be what gets you the green light to futher pursue the project. Anyway I thought it might be a good topic for this forum. So please share your Ideas and concepts =]  I don't care if you think it seems crude, rough, etc.... post it anyway. Just try to visualize various portions of the games you intend to build.

I'm attaching a character sketch. I doubt I'll be using it for a game but the same principals apply. Had it been intended for a 3d game I would have also added a front and back view (for 3d modeling the charactor).

3
Im curious how you might handle this in sgdk2. I consider the fact that game time is directly connected to FPS to be a disadvantage in 1.4.x. There is a frame limiter but it conflicts with vsync which will cause a nasty jitter if they don't match or if the frame limit isnt diviable, ex: 30 fps 60hz vsync. If a project ran slow frame skipping could be imployed to keep game time consistant as well as making sure the gaming experiene was roughly the same for all users. I don't know what frame skipping effects would be on collsion detection and the like though. If there will be any syncing with music it would be a futher concern. I also hope that you add vsync controls for running projects. It is true video drivers can force vsync on or off but the default is 'application specific' leaving the control to the application. 

As this ties a bit into rendering and the fact you are using dx9/d3d I'd like to know if control of the render/blitting will be made avaible as far as linear (blur) or nearest ( blocky) and if the games intended resolution can be overidden by such. It is of particular importance for LCD's but in general as well. Game system emulators have to deal with some of this so perhaps lookinto into something like VBA http://vba.ngemu.com/ would be useful. Something that would be neat is the inclusion of visual filters that run independantly of the game/project in question. A resolution doubler, fake scan lines, fake lcd, motion blurr, etc. If you could invoke different filters per project that would be a plus too but I dont know how feasbile this would be. Motion bluring would rock though =]

I suppose this is pretty much engine related which I know hasnt started yet but just throwing some ideas and thoughts out there. I really do want to see some measures taken to insure the game i run locally runs the same speed for someone else. The frame limiter in 1.4 feels like something incomplete and hacked in.

Render effects
I'm hoping that there will be some tools for lighting and other effects. SGDK2 will be dx9 and its pretty much the norm for modern 2d games. example: If I'm iin the dark but have a glow around the player to see what is immediatly infront of me or there is an explosion/ etc producting light. The level editor could drop various styles of lights like droping a path on a map, be it fixed, moving or in relation to a sprite/object. Particle effects for exploisions, weapons, etc could be scriptable.

With translucany I can do a lot of things like shadow maps via tiles but dynamic lighting will be more tricky depending. Basiclly I'm lookin for coded effects where producing them from a png/file is not the best option. This could be considerd for transition effects, fading or flashing a screen to a color etc as well. I suppose I am invisioning a gfx scripting engine for effects plus light droppin on map. Feel free to tell me I'm out of my gord for the request =P







Pages: [1]