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.

Messages - fsk

Pages: 1 ... 4 5 [6]
76
Game design / Model help?
« on: July 23, 2007, 04:18:39 PM »
Hello! I have a problem! I try to find a taxi car model (3ds or max) for my adventure game but i can't... :-[

Please if somebody knows a link to download any taxi model (for free of course) or have this stupid model, please, post..!

Thanks!!! ;)

77
Technical forum / Re: Problem with Footsteps!!!
« on: December 04, 2006, 04:13:58 PM »
ok! i fix it! ;)

thanx!!! :)

78
Technical forum / Re: Problem with Footsteps!!!
« on: December 04, 2006, 12:39:44 PM »
Look!

I created a room, with no grass and no wood... just a normally floor.

In my sounds folder i have:
House_Step1.ogg
House_Step2.ogg
House_Step3.ogg

Now, the code who find in "WmeWiki: FootStep Sounds" is:

on "footstep"
{
 // get a region the actor is standing in
 var Reg = Scene.GetRegionAt(this.X, this.Y);
 if (Reg!=null)
 {
   // play a sound depenging on a surface
   // "xSurface" is a custom property we defined in SceneEdit
   switch(Reg.xSurface)
   {
     case "grass":
       this.PlaySound("footsteps\grass.ogg");
     break;
 
     case "wood":
       this.PlaySound("footsteps\wood.ogg");
     break;
 
     // add more sounds here...
   }
 }
}




...and i don't know that i would put ??? (Copy - Paste)

79
Technical forum / Problem with Footsteps!!!
« on: December 04, 2006, 10:16:19 AM »
Hi!

I have a problem with "WmeWiki Footsteps sounds" ???... I don't understand the code...

Can somebody explain analytically the code(give me another example maybe :-\)?

thanks!!!

80
Technical forum / Re: Only .avi video & .ogg sound files?
« on: October 19, 2006, 08:48:29 AM »
ok for sound!

but, i want to make a video with display aspect ratio at 19:9, can i?

also, which codec can i use for my video (video & audio settings) to run in WME program?

81
Technical forum / Only .avi video & .ogg sound files?
« on: October 18, 2006, 10:55:52 AM »
Hi again!

Can i use to my game for example:
*.mpg video files? ???
*.mp3 sound files? ???

thanx!!!

82
Technical forum / Inventory Problem
« on: October 14, 2006, 03:49:51 PM »
Hallo everyone! I'm new guy from Greece and i have a problem with inventory...

i want to enabled or disabled the inventory when i want. what i mean?

for example:

i made a game with 3 scenes:

1. Menu
2. Credits
3. Room

i want to enable the inventory only to the Room Scene...

please help!!! (sorry for the new topic  :-\ )

and something else...

how i can play a video when i start my game?

Pages: 1 ... 4 5 [6]

Page created in 0.032 seconds with 23 queries.