Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

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

Pages: 1 2 [3] 4 5
31
Technical forum / Low theora video quality
« on: December 11, 2011, 08:14:56 PM »
Hi Guys  ,
How are you ?
Well it's a long time that i don't post some questions , i was really busy so i didn't have time to make my game  :(! But now i'm back working on it and i'm makeking some videos but when i convert them they have a low quality .

To convert them i'm using vlc player but it's not so good !
I read some topics here and i read about ffmpeg2theora-0.28 i used it too , but the output video was .ogv and it doesn't work with WME :(
 ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer
I don't know if it's something to setup in this two tools , so i ask you guys can you help me ?
Is there any other tool ?

Thank you guys i know it was long but i needed to explain .

Bye  ::rock ;D

32
Общий фор�?м / Re: Возд
« on: December 03, 2011, 11:24:32 PM »
Really nice !

33
Game announcements / Re: Fusebox
« on: December 03, 2011, 11:22:15 PM »
wowwwwww , what a pity that you have not continued !!!

34
Technical forum / Re: Deactivate Inventory
« on: September 14, 2011, 08:32:56 PM »
You're my hero !!!!!!

35
Technical forum / Deactivate Inventory
« on: September 14, 2011, 07:02:05 PM »
Hi guys ,
How are you ?
I have a problem that i can't solve . I have a room where I don't want that the inventory be activated how can i do ???
I just thought something like :
Game.InventoryVisible = false;

But I really don't know to put it .
I tried to add it to the room.script but it doesn't function !!!!
Help me please !!!!
Thanks !!!!!!!!! ::rock

36
Technical forum / Re: Replace actorA with actorB
« on: September 14, 2011, 04:27:44 PM »
i'd like to know this too !

37
Game announcements / Re: Announcement of SHABAN
« on: September 07, 2011, 11:19:35 AM »
NIce work !

38
Game announcements / Re: Announcement of SHABAN
« on: September 07, 2011, 11:17:15 AM »
My last name is Shabani , it's almost the same name of the game XD !!!!!!

39
Game announcements / Re: [Work in progress] The Shine of a Star
« on: September 06, 2011, 07:00:23 PM »
nice work !!! i like it !

40
Game announcements / Re: Face Noir
« on: September 06, 2011, 06:59:38 PM »
nice work !!!

41
there are three games : The trader of stories , Dead City and Dirty Split that i think that are made like a point and click game should be !!!!!
Thay have a good story ,  good characters that are characterized by a realistic personality , and are interesting !
This are some of the games that i'm trying this days .  ::rock

42
Software and games / Re: Dead City 2
« on: July 31, 2011, 01:18:57 PM »
right now i've finished Dead City , it was really good ! ::rock

43
Software and games / Re: Dead City 2
« on: July 30, 2011, 09:57:30 PM »
There is a download link on the WME Games page.

Found it !!! XD  ;D Thx Mnemonic

44
Software and games / Re: Dead City 2
« on: July 30, 2011, 01:29:14 PM »
Where can i find the first ???
It look like interesting !!!!

45
Technical forum / Re: Can I Change background by script ????!?!?!?!
« on: July 25, 2011, 11:57:42 AM »
Now you need to find the entity that is the background of your scene.

You need to use Scene.GetNode("background") to get the background of your current scene and then change the sprite.

For instance your script could be:

Code: WME Script
  1. #include "scripts\base.inc"
  2.  
  3. //add a variable
  4. var background ;
  5. //give to the background var. some values
  6. background [0] = "scenes\scene1\image0.jpg";
  7. background [1] = "scenes\scene1\image1.jpg";
  8. background [2] = "scenes\scene1\image2.jpg";
  9.  
  10. //add a random variable
  11. var casual = Random (0,2);
  12.  
  13. var backgroundEntity = Scene.GetNode("background");
  14. var newBack = background[casual];
  15. backgroundEntity.SetSprite(newBack);
  16.  
  17.  

Thanks you were very helpful !!!! :)
I'm going to use this system for the menu of the game !!!! ::rock

Pages: 1 2 [3] 4 5

Page created in 0.057 seconds with 24 queries.