Please login or register.

Login with username, password and session length
Advanced search  

News:

This forum provides RSS feed. To query recent posts use this url. 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.

Topics - SANNOI

Pages: [1]
1
Game announcements / El Padrastro - Demo
« on: August 10, 2005, 07:39:06 PM »
Hello guys!

At least we've released a little demo of our game 'El Padrastro'!!  ::rock It's only in spanish (we promise that we will release an english version soon) and you can play the first scene. I hope you enjoy with this release.

Some screens:







And there's the link to the Demo:

http://www.elsombrerodelabuelo.com/descargas/El Padrastro - Demo_updated.rar

Post your comments/bugs in this thread. Thanks!

SANNOI

2
Scripts, plugins, utilities, goodies / WSE 0.2 beta
« on: January 02, 2004, 03:01:09 AM »
WSE is a Wintermute Script Editor written in Visual Basic .NET. WSE uses the WME wrapper for .NET to check the syntax of the script. It can open WME's project files (wpr) and recognizes the data directories of the project and finds all the scripts that exist inside these. This is the first public beta of this application and it is possible that has enough bugs.

FEATURES:

-- Open script, inc, dcs and wpr files.
-- Script templates.
-- Syntax highlighting.
-- Multiple file syntax checking.
-- Total customizable text editor (font type, font size, matching brackets, line numbers...).
-- Multiple Document Interface.
-- Visual Studio .NET style interface.

TODO:
-- Code autocompletion (Intellisense)
-- Folding
-- Fully managed wpr files.
-- Code templates.

SCREENSHOTS:




DOWNLOADS: English version

English version: http://www.elsombrerodelabuelo.com/descargas/wse_beta_2_english.zip
Spanish version: http://www.elsombrerodelabuelo.com/descargas/wse_beta_2_spanish.zip

Report bugs to: labiopartido@gmail.com

EDIT: I've changed the links and the e-mail direction cause they're outdated.

3
General Discussion / Happy New Year!!
« on: January 01, 2004, 07:08:31 PM »
HAPPY NEW YEAR!!! ;) :D ;D :-*


4
Technical forum / ITEMS inventory image hover
« on: July 14, 2003, 04:20:08 PM »
Hi all, I want to change the image of the inventory items images when the mouse cursor pass over the items, how can I do it? I've tried to add a file in the items definition file in each item which put IMAGE_HOVER = "image_hover.png" but the engine crashes when it runs.

Thanks to all,

SANNOI

5
General Discussion / Happy birthday, Jan!
« on: June 22, 2003, 11:22:15 PM »
Happy birthday, Jan... I wish you a good day and a lot of presents!  ;)

SANNOI

6
Technical forum / Antialiasing problem
« on: April 21, 2003, 03:31:46 AM »
Hi everybody!

I'm having some problems with the TGA Alpha. I've create the tga images with alpha channel in Phtoshop and it's ok. But when I run my game the contours of the main actor appears white. I see the actor file and the property "Shadowable" is false (I've thinked that the engine could have interpreted that the image is a BMP). It seems like when the engine didn't support the TGA's files and the property "Shadowable" was true. I post an image of my problem:



Can anybody help me, please?

Thank you,

SANNOI

7
Feature requests, suggestions / Low level events
« on: February 06, 2003, 02:16:39 AM »
Hi!

It could be interesting add, at least, two more low level events for the objects. It could be: MouseIn (the mouse is into the object) and MouseOut (the mouse go out of the object). This is my suggestion.

Regards,

SANNOI

8
Technical forum / Put an inventory icon on the screen
« on: February 06, 2003, 02:05:25 AM »
Hi!

I've already programmed the interface of my game but I've got a problem. I'm trying to put an inventory icon on the screen (like Sam'n'Max), then I've created a global entity which is my icon. In the scenes without scroll, this entity is seen without problem but in the scenes with scroll it's fixed in a point (it doesn't move with the scroll)

I put this code in the main loop of the game daemon script.

Code: [Select]
global invIcon = Game.LoadEntity("interface\system\inv\inv.entity");

while(true){
  invIcon.SkipTo(60,40);
  invIcon.Active=true;

  [...]

}

Can anybody(Mnemonic) help me?

Thanks

SANNOI

9
Game announcements / New graphical adventure
« on: February 03, 2003, 04:00:28 PM »
Hi!

We are developing a "remake" of an old game made by us called "El Padrastro" using WME. The game is in spanish but we're planned to traslate it to english.  There are some screenshots of the game:







I hope that they like to you.

Regards,

SANNOI

10
Technical forum / CMI Inventory
« on: January 23, 2003, 11:00:14 PM »
Hi,

How can I create a CMI Inventory System? How can I do more than 1 file of items into the inventory box (for example, 4 files like in CMI)?

Thx

SANNOI

11
Technical forum / Scroll Question...
« on: January 21, 2003, 03:04:03 AM »
Hi!!

How can I change the speed of the scroll in a scene?

Thanks,

SANNOI

PS: Congratulations for the engine! It's wonderful! ;)

Pages: [1]

Page created in 0.044 seconds with 22 queries.