Jump to content

Recommended Posts

Posted

Hy i was wandering if sb could help me. I want to create a counter for some game taht will count from 60 to 0. The problem i got is thhat when i make a window that is suppouse to display my counter it minimize my game. i was wandering if there is any possibility that i could display that clock without minimizing.

Posted

i think tooltips might be able to stay up on the active window

I think if you put Winsetontop to your GUI it should work, I did something similar with a guy for a game called World of Warcraft an it worked. Or try to put the game in windowed mode ;)

Posted

no it doenst work not for a full screen game

hum ... yeah ... I tested and is doesn't work on full screen ...

But I tested a tooltip and it seem to work, but it *flash* a lot, I think the game is having a too big frame rate to let the tooltip stay on top all the time ^^. By flash I mean I see it like 1/2 sec then hide 1/2 sec and then see it again ...

I don't know if it help you ;)

Posted

Try running your game in a window.

"WinSetOnTop" and "$WS_TOPMOST" should work if you game is in a window, even if it does cover the whole screen.

Posted

yes but depending on the game you may or may not have the option of running it in a window, if you do not have the option then there is always debugging it to force it into a window but you'll have to learn that yourself

Posted

Thx for your help so far, but unfortuntely its not possible to run these game in window mode:(. i know taht tooltip works but that flashing thing is annoying when you pay for longer time and you dont have possibility to modify colours or enything on that tooltip. Thats why if anybody will figure something out plz share ;)

Posted

Yes, what game is it? have you tried adding "-window" or "-w" to the shortcut to the .exe? I have yet to find a game for which that doesn't work.

Posted

I know a few games where you have to press a key combination in-game to switch to windowed mode.. I think the key combination was Alt+Enter.

that works for command prompt....
Posted

the game name is Helbreath. And i was even trying to use 3d analyzer to force the window mode but it didnt worked.

Posted

the game name is Helbreath. And i was even trying to use 3d analyzer to force the window mode but it didnt worked.

I've googled a little on helbreath myself, and turns out noone has created such a thing yet. So, I think you should go with sound, or you could try to force a window on top.. Or hack the game yourself to make it show in a window.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...