Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: Kos4ey on March 01, 2005, 12:22:28 PM

Title: New project ???
Post by: Kos4ey on March 01, 2005, 12:22:28 PM
Subj! How can i create new project (1024x768, etc)?  ???
Title: Re: New project ???
Post by: odnorf on March 01, 2005, 12:26:06 PM
Open "WME Project Manager".
Go to File -> New menu.
Choose the basic project, and enter the required informations (name, location).
And then change the resolution of your game by the left panel.
Title: Re: New project ???
Post by: Kos4ey on March 01, 2005, 01:17:48 PM
Thanx, odnorf =) Next question: why i can't see my background image (bmp) while running? :-/

PS sorry for my "english" ;)

PPS already investigated about background... Must name only background.* ...  ;D Or i can change it in some head file?
Title: Re: New project ???
Post by: Nihil on March 01, 2005, 01:59:08 PM
You can set a new background-picture in SceneEdit (find the background-entity and load a new sprite - which is your image - for it).
Title: Re: New project ???
Post by: Kos4ey on March 01, 2005, 02:48:29 PM
Nihil, thanx :)

Actor's start point don't change :-/

I changed coordinates in .actor, but... :-((
Title: Re: New project ???
Post by: Nihil on March 01, 2005, 03:41:14 PM
Hmm ... where did you rename it?

What I meant was the following:

- Copy your image to your scene folder (you can use ProjectMans import-function therefore or just copy it by hand)
- Open your scene in SceneEdit (just double-click it in ProjectMan)
- Select the node named "Background"
- and in the properties, change the background-picture by clicking on the button behind "Sprite"

Have you already worked through the tutorial in the documentation?
Title: Re: New project ???
Post by: Kos4ey on March 01, 2005, 03:57:13 PM
Yes, already worked through the tutorial.

Changed coordinates in actor definition file.

Title: Re: New project ???
Post by: Nihil on March 01, 2005, 04:04:33 PM
Change the values in the scene_init.script (the actor.skipto(x, y) instead.
Title: Re: New project ???
Post by: Kos4ey on March 01, 2005, 04:23:13 PM
Thanx a lot, Nihil, you just saved me =)

PS excuse my stupid questions
Title: Re: New project ???
Post by: Nihil on March 01, 2005, 04:28:02 PM
No problem :-)