Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: jack on August 15, 2005, 01:13:49 AM

Title: seting the first scene!
Post by: jack on August 15, 2005, 01:13:49 AM
Hi I am a newbe with wintermute engine.
Please tell me how can I set in the game,wich scene will first show in the game.
I created a scene but I cant see it when I run my game,I see black screen!
Thanx and sorry for my bad English! ;)
Title: Re: seting the first scene!
Post by: metamorphium on August 15, 2005, 09:11:00 AM
Hi,
in file game.script (located in scripts folder) there is a line which reads Game.ChangeScene("some scene"); Replace it with relative
path to your scene eg. scenes\sewer\sewer.scene

Also for debugging purposes you can use the quick scene testing. In Project Manager you can set the
Startup Scene (in section Debugging Settings). This setup WILL not work in compiled mode though.
It's intended for game developing purposes only. So sooner or later you will have to change the game.script
file.

Hope that helps
Title: scenes
Post by: jack on August 15, 2005, 01:04:00 PM
thanx