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

Pages: [1]
7
Общий фор�?м / Папины дочки
« on: December 03, 2009, 12:17:08 PM »
Пред

8
Technical forum / Pin to Start menu problem
« on: November 19, 2009, 01:15:11 PM »
Hi!

WME - Version 1.9.0 beta
System - Windows XP Service Pack3

1) I've compiled the demo project - projects\wme_demo\wme_demo.wpr
2) In the folder "packages" right click on the "game.exe" and choose the menu point "Pin to Start menu"
3) After the launched of the game from the Start Menu I've obtained the following message:
"Some of the essential game files cannot be loaded. Please reinstall the game and try again"

Do you know how I can resolve such problem?

Thanks.

9
Technical forum / Re: FPS in FullScreen
« on: October 13, 2009, 08:10:51 AM »
Ok. Forget about the synchronization.
But the problem still remains.
Screen - 1024x768 resolution, fullScreen, cycle game_loop.script disabled (for testing) - cursor movement slowed.
What is possible to do here?

10
Technical forum / Re: FPS in FullScreen
« on: October 12, 2009, 07:51:54 AM »
And what if to turn off the vertical synchronization only in fullScreen mode
for all the operating time of the game and by the switched on  Direct3D?
It would be wonderful, if the similar settings appeared in WME.

11
Technical forum / Re: FPS in FullScreen
« on: October 09, 2009, 02:04:17 PM »
I've researched this problem a little.
Before initializing D3DDevice, you must assign the fields structure D3DPRESENT_PARAMETERS following values
g_d3d9Parameters.SwapEffect             = D3DSWAPEFFECT_COPY;
g_d3d9Parameters.PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE;
This disables vertical sync in DirectX 9

http://www.devmaster.net/forums/showthread.php?t=5577

12
Technical forum / FPS in FullScreen
« on: October 09, 2009, 10:18:38 AM »
At the game start in full screen mode, I observe a fixed fps - the game is retarding much,
even the cursor movement occurs with a noticeable lag.
In case we establish the flag Use Direct3D  and disable the vertical sync (vsync) in the video settings,
everything is fine!

Has anyone solved the problem  how to disable the vertical sync,
without changing of the video card's options?

13
Техниче�?кий фор�?м / FPS в FullScreen
« on: October 09, 2009, 09:52:08 AM »
При зап

14
Technical forum / Re: Few questions
« on: May 07, 2009, 12:56:57 PM »
succinctly :)
ok, i will do an external library.

15
Technical forum / Few questions
« on: May 07, 2009, 09:38:59 AM »
Hi,

1) Is it possible to disable the appearance settings window for the first run?
2) Is it possible to switch to windowed mode (and back) in the game  (not using the settings window)?
    Or
    Can i make an entry in the registry, not only in PrivateSettings folder?

Thanks,
Vladimir.   

Pages: [1]

Page created in 0.021 seconds with 23 queries.