Blog! Team! Forum! About Apricot! Press! Gallery! Development! Yo Frankie! Apricot Open Game Project mee!
Jun 27
Animate Frank!
icon1 blengine | icon2 Production | icon4 06 27th, 2008

UPDATE: Tomorrow there will be an update with those animations we’ll be including. Thanks for all the contributions, you guys are doing awesome, keep going! There’s also been a few questions, and here are the answers..
1. Yes you can use 2.46 to animate. To view Frank with glsl you’ll need an apricot build though. You can get one from graphicall.org
2. There is no deadline really
3. You can modify any animations you’d like, even ones that appear finished, if you think you can make it better, but please don’t change anything on the skeleton.

Here is Frank, in all his glsl shaded glory. Pablo has pretty much finished his textures and one of the tricky parts was the tail. I created the tail with the shell method, which means the tail mesh is duplicated multiple times and fattened(alt+s) so that it’s slightly bigger each time, with each outer shell having an alpha texture that is a noise pattern colored by the base color map.

Now, here’s how you can help out. Frank has some animations that haven’t been made yet. We considered working with a few externals like Peach had done, but thought it would be more fun to release Frank to the community and see what you can come up with.

So the deal is, download the blend file here, make some animations, then post a link to the blend file in this post in the comments below. We’ll look at all of the entries and if your animation is awesome, we’ll include it in the game and you’ll get a spot in the credits. We won’t be able to be the director to everyone making animations, so only animators whose work we include will receive a reply. When you post your work, be sure to leave your name and email address. All work that’s sent to us and is included in the game will be released under the same license as the game, Creative Commons 3.0 Attribution.

Some animations we have are placeholders that need to be redone, so look through the actions list in the blend file and find one you think would be fun to redo, and do it. Here’s a list of some of the animations we really need though. As far as style for animation goes, we’re looking for fun and exaggerated animations.

Idle(fun stuff, scratching his ass, etc.)
Jump
Double Jump(front flip, wing flap for boost, etc)
Getting hurt(minor damage)
Getting hit(impacted, rammed into)
Shimmy left and right while hanging on ledge
Falling(dropping down from a high place)
Throwing nuts

icon3 74 Comments!


Jun 25
Shadow Baking!
icon1 blengine | icon2 Uncategorized | icon4 06 25th, 2008

More awesome blender dev. It’s there at last, the bake panel has existed far too long without the shadow bake option. Thanks Cambo! The plan for the BGE game is to use dynamic shadows for the character, and bake shadows for the level.

Note the quad split option in the image above. Blender’s baking needed an option for quad splitting as well. Internally, most systems will split a quad into 2 triangles, and blender’s no exception. It checks for non-planar (bent) quads and splits them in the direction that gives the least distortion.

While good for rendering models, this causes a problem for baking because the split direction can differ from the one used to display and export. One solution is to triangulate all faces before baking and exporting, but this isn’t ideal since it would loose the edge loop topology and make models harder to edit later. To make matters more confusing, graphics card don’t all split quads the same way, but many game engines just convert to triangles when exporting.

Campbell was also kind enough to add this option to split quads in a predictable manner (0,1,2) (….) etc.

icon3 29 Comments!


Jun 23

NLGD expo in Utrecht was very successful. People likes Apricot and our tools. Most important thing was that organizers supplied free beer for us ! Also we meet some cool guys from other teams/companies (cheers!) so it was very good experience. We have some photos, and also movie with current work-in-progress Apricot powered by Crystal Space 3d engine.

img_1422.jpgimg_1423.jpgimg_1404.jpgimg_1407.jpgdscn2226lo.JPGimg_1411.jpg


Apricot: Crystal Space Preview #1 from Pablo Vazquez on Vimeo.

icon3 43 Comments!


Jun 21

Just like you read it, Real Time Shadows in Blender’s 3D View *and* in Blender’s Game Engine!

It uses Shadow Buffers, so is only available for Spot lights now, and it works with the same settings as for rendering, like OnlyShadow (very useful!), or ClipStart, ClipEnd, SpotSize, falloff, Bias, etc. They are not filtered (yet!, so don’t complain : ) so no Soft shadows for now.

I don’t like to take attention from other’s blogposts but this feature totally deserves it.

Made a quick video showing how it looks right now in both our game demo from Chris’s blogpost and in 3D View, is speeded up a little bit also for not to bore you too much.

This feature was made by our code hero Brecht and is still under development, so go compile your apricot branch, test, and share your happiness here with a nice comment.
That’s all folks! 😀

Watch in crappy quality at YouTube
Download/Watch the  AVI Video

icon3 94 Comments!


Jun 19

Just one and a half weeks since we started using the bge, and the progress has been insane. There’s way too much for one post.

GLSL is now integrated in the BGE, just enable it in the game menu to preview it in the 3d view, and it’ll look exactly the same when you press P. Support for nodes, multiple uv layers, all blending modes, stencil maps for splatting, color ramps for that precious falloff, and much more. One more week like this and my grin will be permanent.

Ever wanted shape keys to work in the game engine? Well support for shape keys has been added! There’s a brand new actuator called “Shape Action”. Grab yourself an apricot build and go nuts. And there’s been some really impressive speedups to the game engine. Just enable “Vertex Arrays” in your preferences and “Generate Display Lists” from the game menu for the fastest performance. Our test scene gets almost twice the frame rate. The devs helping us are really doing amazing things.. Things are really progressing quickly.

Have a look at our latest demo from the BGE, showing some new gameplay and playing with new features like glsl. Most of the main actions for Frankie have been added, plus a small environment to play around in while we work on the world for the game. Things are getting really exciting around here. We’ll post more progress this weekend, and, if anyone is interested, we may be looking for help soon. More info on that later. Of course one really big way to help this project is to pre-order the DVD!.



Download the ogg file
icon3 66 Comments!


« Previous Entries