3 registered members (NewbieZorro, TipmyPip, 1 invisible),
19,045
guests, and 8
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Wintermute Engine 1.7 update
[Re: Orange Brat]
#37225
01/22/07 10:40
01/22/07 10:40
|
Joined: Aug 2000
Posts: 7,490
Orange Brat
OP

Senior Expert
|
OP

Senior Expert
Joined: Aug 2000
Posts: 7,490
|
WME 1.7 is out of beta and official. Both the forum and WME website have a new look, too. Also, WME no longer requires a commercial license for commercial games. It is now donationware: Quote:
WME 1.7 (January 21st, 2007)
* Stencil shadow support for 3D characters.
o Stencil shadows are projected onto hidden scene geometry. For that reason, more detailed geometry is necessary. It is now possible to include meshes only for the shadow casting purposes in the geometry 3DS file. See the "3D Characters -> Principles and requirements" chapter in the docs for updated hidden geometry discussion.
o 3D actors can now reference a separate low-poly model for stencil shadow generation purposes (see the "3D actor definition file" in the docs).
o It's possible to set shadow detail level on scene-per-scene base directly in SceneEdit (you can only enable stencil shadows in some scenes if you need to).
o New attributes and methods: Game.MaxShadowType, Game.IsShadowTypeSupported(), Scene.MaxShadowType, Actor3D.ShadowType.
o There is a new chapter called "Shadows" in the docs which describes all the supported shadow types, and their pros and cons.
* Debugging console. The console allows the developer to inspect running scripts and the values of script variables at runtime. It also allows setting breakpoints to pause game flow at specified script lines. See the "Debugging console" chapter in the documentation for more details.
* String Table Manager. A new tool for extracting game texts and managing the string table for localization purposes. See the "String Table Manager" chapter in the documentation for more details.
* Note: Both Debugging console and String Table Manager require Microsoft .NET Framework 2.0 installed. It can be downloaded here.
* Changed the behavior of scene scrolling for 2.5D scenes. WME now assumes the camera overviews the entire scene (previous versions assumed camera only overviewed the top-left part of the scene). The original behavior can be restored by checking the "Scene scrolling pre-1.7" checkbox in SceneEdit.
* X models now support the "AnimTicksPerSecond" attribute exported by some 3D packages.
* Added right-to-left reading order support for the game settings dialog (see the "Localization support" chapter in the docs).
* Upgraded to the latest version of Theora decoder, which now uses MMX instructions to improve performance.
* New scripting methods and attributes:
o Game.TalkSkipButton - specifies which mouse button can be used to skip talk lines (left, right, both, none). o Game.ClearResponses() - clears any responses previously added by Game.AddResponse(). o Game.ChangingScene - specifies whether a scene change is currently in progress. o Game.LockMouseRect() - locks mouse pointer movement to a specified rectangle on screen. o Actor3D.AnimTransitionTime - default time for smooth animation transitions. o Actor3D.GoToTolerance - to prevent actors from moving by just one pixel. o Emitter.MaxBatches - maximum number of particle batches generated by the particle emitter. o Emitter.EmitEvent - allows the particle emitter to trigger a script event whenever a new batch of particles is generated. o Button.TextAlign - omitted in previous versions. o Actor3D.MergeAnims() - to load 3D character animations from X file at runtime. o Actor3D.UnloadAnim() - to release animations from memory. o New global function Debug() which pauses game execution and invokes the debugging console.
* Spacebar in SceneEdit toggles visibility of a selected node (useful for fine-tuning overlay placement with keyboard).
* ProjectMan doesn't show hidden files by default (can be re-enabled in ProjectMan settings).
* In windowed mode, WME now remembers and restores the previous window position.
* Low-res shadow model can now be used for flat and stencil shadows to improve performance.
* When placing a 3D actor in SceneEdit, you can select which animation is played by the actor (Actor -> Choose animation).
* New license. WME is now distributed as donationware. No separate commercial license is required.
* New WME logo (thanks to Malasieno), new WME website design (thanks to odnorf).
* FIX: Bounding box for 3D characters was only growing and it was never restored to its original size. * FIX: Animation events for 3D characters are no longer skipped on low framerates. * FIX: Camera roll value is now properly read from 3DS files generated by 3D Studio Max. * FIX: Memory leak in Actor3D.SetTexture(). * FIX: Game.HideLoadingIcon() was causing script stack corruption. * FIX: Alpha values lower then 8 are no longer ignored. * FIX: Alpha blending modes were causing graphical artifacts on 3D actors. * FIX: Passing 'float' values from plugins didn't work.
My User Contributions master list - my initial post links are down but scroll down page to find list to active links
|
|
|
Re: Wintermute Engine 1.7 update
[Re: Orange Brat]
#37226
02/18/07 17:25
02/18/07 17:25
|
Joined: Aug 2000
Posts: 7,490
Orange Brat
OP

Senior Expert
|
OP

Senior Expert
Joined: Aug 2000
Posts: 7,490
|
There's a new game being developed called Chess-Worlds. The creative use of alpha blending and light and shadows is pretty amazing, and it makes a normally static 2D background come alive. Check out each of the one room tech demos below. Demo 1: http://www.schach-welten.de/download/techdemo_1.zipDemo 2: http://www.schach-welten.de/download/techdemo_2.zipSite: http://www.schach-welten.de/New small update to WME was released: Quote:
WME 1.7.1 (February 11th, 2007) - maintenance release
* New scripting methods for iterating free scene nodes (Scene.GetFreeNode(), Scene.NumFreeNodes). * New scripting methods for dynamic creation/modification of region entities (Entity.CreateRegion(), Entity.DeleteRegion(), Entity.Region, Region.AddPoint(), Region.InsertPoint(), Region.SetPoint(), Region.GetPoint(), Region.NumPoints). * Sprite attachments. It is now possible to attach an entity to other entity or actor. This is primarily intended for creating simple "blob" shadows for 2D actors. New methods and attributes: Actor.AddAttachment(), Actor.RemoveAttachment(), Actor.GetAttachment(), Actor.NumAttachments. * New Game.SuppressScriptErrors attribute which suppresses the "Script runtime error" messages on screen. * It is now possible to block-select multiple lines in String Table Manages using Shift+Click and deselect using Ctrl+Shift+Click. * Debugging console now allows you to add "watches", i.e. to only monitor selected variables. * Debugging console now allows you to inspect properties of native game objects. * 3D actors now use the idle animation for talking if the specified talk animation doesn't exist. * FIX: Crash analysis tool was broken in version 1.7. * FIX: Memory leak when loading .X models. * FIX: Crash when saving game on secondary monitor with save thumbnails enabled.
My User Contributions master list - my initial post links are down but scroll down page to find list to active links
|
|
|
Re: Wintermute Engine 1.7.2 update
[Re: nuclear_winter]
#37228
03/13/07 08:28
03/13/07 08:28
|
Joined: Aug 2000
Posts: 7,490
Orange Brat
OP

Senior Expert
|
OP

Senior Expert
Joined: Aug 2000
Posts: 7,490
|
Another new one: Quote:
WME 1.7.2 (March 11th, 2007)
* WME now comes bundled with a customized SciTE editor for script and definition files editing. * New WME Integrator tool for for integrating WME with external script editors (supported editors: SciTE, UltraEdit, PSPad). * New script methods for dynamic creation/deletion of scene layers: Scene.AddLayer(), Scene.InsertLayer(), Scene.DeleteLayer(). * New script methods for dynamic scene nodes creation/deletion: Layer.AddEntity(), Layer.InsertEntity(), Layer.DeleteEntity(), Layer.AddRegion(), Layer.Insert.Region(), Layer.DeleteRegion(). Layer.Width and Layer.Height properties are no longer read-only and can be changed at runtime. * It's now possible to set ambient light color in SceneEdit (only affects 3D characters). It can also be changed programmatically using the Scene.AmbientLightColor property. * New Window.Transparent property for making "click-through" windows. * New project directory in ProjectMan now defaults to "My Documents" instead of "Program Files" to be more Vista-friendly. * FIX: Some .geometry files weren't properly loaded. * FIX: Plugin selection window in ProjectMan was broken. * FIX: Setting package priority now also affects game being run from ProjectMan, not only compiled game. * FIX: Obect.SetFont(null) now removes the assigned font and no longer attempts to load a file called 'null'.
My User Contributions master list - my initial post links are down but scroll down page to find list to active links
|
|
|
Re: Wintermute Engine 1.7.2 update
[Re: Orange Brat]
#37229
03/18/07 19:46
03/18/07 19:46
|
Joined: May 2005
Posts: 199 Scotland, UK
JamesA
Member
|
Member
Joined: May 2005
Posts: 199
Scotland, UK
|
Sorry if someone has brought this up bfore but did you see in the retrogaming post link a link to this cool game- http://www.samorost.net/samorost2/Makes me think about wintermute too. I remember playing Zack Mcracken, wow I remember I was really there, then looked at the graphics the other day, it m ust have had something beyond graphics! Long live 2D adventure type games!
|
|
|
|