Please login or register.

Login with username, password and session length
Advanced search  

News:

Latest WME version: WME 1.9.1 (January 1st, 2010) - download

Pages: 1 [2] 3  All

Author Topic: Latest stable: WME 1.9.1 (January 1, 2010)  (Read 127855 times)

0 Members and 1 Guest are viewing this topic.

FogGobbler

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 228
    • View Profile
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #15 on: October 02, 2009, 01:54:13 PM »

Yeah, some demos would be really great, because shader-scripting/programming is something totally new to me, and I´m a bit stuck at the moment.

Sorry, if I´m asking stupid questions, but would it be possible to create reflecting materials, i.e. a mirror, puddles, water?

@cremen: Could you please share your pixel-light shader code?

Bye,
Oli
Logged

SoundGuy

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 196
    • View Profile
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #16 on: October 02, 2009, 03:13:58 PM »

hey,
thanks for including the HLSL thing. I'll give it some more tryouts (i've had some failed attempts today), until i get an FX file that also does the Vertex shading and not only pixel shading.
i'll try and share some demo or .fx files.
i'm joining Oli in asking :
@cremen: Could you please share your pixel-light shader code? I'm very intesrested in how you did that edge

About profiling:
the two new functions are a great start! but i couldn't get them to give me any relevant info on why my game's performance is so slow:
1. for some reason, in pizza morgana project, the counters don't reset between calls to the disable/enable functions, making it hard to filter out the noise, that happens, for example at the beginning of the game.
2. i htink there's a bug if you call Disable for the first time before enable (this is what i added in my game.script in on "Keypress" event)
Code: [Select]
if (Keyboard.Key=="F")  {
Game.DisableScriptProfiling();
Game.EnableScriptProfiling();
}
3. statistics about the functions and methods would be GREATLY helpful.
4. on an unrelaed subject, i noticed the regular WME_DEMO_3D also have two constant running scripts and nothing green in the debugging console, and couldn't figure out what they are (maybe i should post this in my performance thread). 
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #17 on: October 03, 2009, 05:15:19 PM »

Sorry, if I´m asking stupid questions, but would it be possible to create reflecting materials, i.e. a mirror, puddles, water?
To a certain extent. Since you can render multiple passes, you should be able to render the actor twice, normally and e.g. upside-down, maybe with some pixel shader effect applied to make the reflection actor semi-transparent etc. Whether it would look good depends on the scene layout though.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #18 on: October 03, 2009, 05:20:43 PM »

1. for some reason, in pizza morgana project, the counters don't reset between calls to the disable/enable functions, making it hard to filter out the noise, that happens, for example at the 3. statistics about the functions and methods would be GREATLY helpful.
To be honest, I intended to be used by enabling profiling and keeping it running until you quit game. Then you'll have complete game session stats in the log file. It's possible enabling/disabling multiple times during the session doesn't work properly. I'll look into it.

4. on an unrelaed subject, i noticed the regular WME_DEMO_3D also have two constant running scripts and nothing green in the debugging console, and couldn't figure out what they are (maybe i should post this in my performance thread). 
Ok, I probably confused you with the green icon remark, my mistake. The reality is, at the moment when the console is updated no script is actually *running*, because all of them are either persistent or waiting for something (Sleep, GoTo, method call etc.). The console is not updated everytime a script executes an instruction for performance reasons.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #19 on: October 03, 2009, 05:21:57 PM »

btw, I posted a simple shader preview application (the one I mentioned above).
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

FogGobbler

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 228
    • View Profile
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #20 on: October 13, 2009, 04:50:25 PM »

Hi!

Don´t want to get on your nerves, but has anybody got a working per-pixel lighting shader for me to look at? I´d love to add that feature to my demo.

Thanks,
Oli
Logged

SoundGuy

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 196
    • View Profile
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #21 on: November 30, 2009, 03:44:24 PM »

been almost 3 months, when is 1.9.0 goign from beta to release (or when is 1.9.1 goign to be available?)
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #22 on: November 30, 2009, 05:04:26 PM »

2 months. And I don't know, I'm not working on it at the moment.
There are no fatal bugs reported, so it could go to release.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

SoundGuy

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 196
    • View Profile
Re: Latest beta: WME 1.9.0 beta (September 26, 2009)
« Reply #23 on: November 30, 2009, 05:15:17 PM »

right. 2 months ;)
and if no major bugs then cool!
waiting to use it full time.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Latest stable: WME 1.9.1 (January 1, 2009)
« Reply #24 on: January 01, 2010, 10:38:15 AM »

WME 1.9.1 has been released. See the first post for details and download link.
Happy new year, everyone!
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

SoundGuy

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 196
    • View Profile
Re: Latest stable: WME 1.9.1 (January 1, 2009)
« Reply #25 on: January 01, 2010, 03:17:15 PM »

Happy New Year Mnemonic and all muties!
Logged

Xenogia

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 14
  • FMV Adventure Developer
    • View Profile
Re: Latest stable: WME 1.9.1 (January 1, 2010)
« Reply #26 on: January 01, 2010, 11:51:20 PM »

Happy new year and thanks for the wonderful update :)
Logged

molier

  • molier-artstudo.ucoz.ru
  • Occasional poster
  • **
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 90
  • мы любим
    • View Profile
    • http://molier-artstudo.ucoz.ru
Re: Latest stable: WME 1.9.1 (January 1, 2010)
« Reply #27 on: January 02, 2010, 08:12:51 AM »

C Новым 2010 годом ! В

Andrej (Blue Arc)

  • Occasional poster
  • **
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 73
    • View Profile
Re: Latest stable: WME 1.9.1 (January 1, 2010)
« Reply #28 on: August 29, 2010, 12:36:59 AM »

I have one question. Is WME 1.x going to support multi resolution or no? And what about WME 2? It´s really interesting for me.  :)
Logged

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re: Latest stable: WME 1.9.1 (January 1, 2010)
« Reply #29 on: August 29, 2010, 10:06:02 AM »

There are no plans to add new time-consuming features in wme1.x codebase. Focus is on wme2 and when there are important news you'll see them posted here.
Logged
fl*p
Pages: 1 [2] 3  All
 

Page created in 0.02 seconds with 20 queries.