Please login or register.

Login with username, password and session length
Advanced search  

News:

For WME related articles and tutorials visit WME Resource Center.

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 - Altsaxofon

Pages: [1]
1
Technical forum / Out of focus?
« on: October 11, 2006, 09:09:56 PM »
I am thinking about making an adventure game based on a real miniature model world. In other words, building a little room and photogrphing it and using it as background. The thing is that i want it to actually look like a photographed miniature, and this effect is created by a very short depth of field of the camera ( blurry up front and in the back ). Now this is apperantly already present on the backgrounds, because they really are miniatures, haha.. eh..

Im planning to make it a 3d person game, and thinking it would be really nice to apply this effect to the actor also. That when he walks closer, or more far away a blur is applied along with the scale. But I cant really see a way to do this.

At first i was thinking about some kind of semi transparent overlay on top of the whole screen, that would apply to a 2D actor, but a mask can't really apply a blur can it?

I have never worked woth 3D but I understand it as you have a virtual camera that you see your model thru. Can you alter this cameras depth of field?  :-\ (Maybe I'm really out hiking on this one)

To make a confusing story short, is it possible to use a "focus effect" with 3d actors, or does anyone know of another way to simulate depth of field?

2
Technical forum / Sacalable Inventory Items
« on: April 08, 2006, 11:38:00 PM »
I noticed in the documentation that the inventory items had the scalable and scale propertie.
Is it possible to scale an Inventory item (i diddn't manage) and if they are, how do you
scale them? 

This is what I tried:
Code: [Select]
this.Scalable=true;
this.Scale=50;

3
Technical forum / Entity problem
« on: January 09, 2006, 01:18:15 AM »
I have a really basic question, and still after reading the manual i can't seem to find how to do it.

If I in the scene_init load and place an Entity like this

Code: [Select]
global OldMan = Scene.LoadEntity("scenes\Room\Man\Man\Man.entity");
OldMan.SkipTo(202, 269);

How do I make it, for example, talk from the script file of an entity region in my scene?

EDIT: Sorry I asked, just found the GetNode("") function

4
Technical forum / Static Inventory
« on: April 25, 2005, 08:28:10 PM »
Hi!

First of all I want to say thanks for the great engine, I've tried quite a few and found this the best one ::rock

Now to my question. How should I do If I want to make a static Inventory and menu Like the one in Broken sword, (two black stripes in the bottom and top of the window, like in a movie  :) ) ?

Should I just move down my background let's say 50px in the SceneEdit and make my Inventory always on top, or should I make my Scene Start 50px further down, under the inventory (if that's even possible)?

I hope you understand  ::)

Pages: [1]

Page created in 0.054 seconds with 22 queries.