amBX enabled Games List Update.

Discuss the world of amBX-enabled gaming with other gamers.

Re: amBX enabled Games List Update.

Postby LoB » Sun Mar 25, 2012 2:47 pm

Added Wing Commander Saga to the Wiki list. It's a free fanmade game: www.wcsaga.com and lights work well!
LoB
Moderator
 
Posts: 257
Joined: Wed Sep 02, 2009 6:52 pm

Re: amBX enabled Games List Update.

Postby Kazmeister » Sun Jul 08, 2012 4:07 am

WORLD OF WARCRAFT is NOT currently supporting AMBX.
Kazmeister
 
Posts: 6
Joined: Wed Apr 15, 2009 5:25 am

Re: amBX enabled Games List Update.

Postby pacovalencia » Sat Jul 14, 2012 12:52 pm

Same problem: Ambx don't work with World of Warcraft in Dx11 :(
Anybody can help us please??
pacovalencia
 
Posts: 3
Joined: Sat Jul 14, 2012 12:49 pm

Re: amBX enabled Games List Update.

Postby Killf4ce » Wed Nov 21, 2012 2:14 pm

to get this working with non supported titles that don't work by disabling desktop composition all u need to do is run in windowed mode then install autohotkey and run this script:

` & LButton::
Toggle_Window()
Return

Toggle_Window() {
MouseGetPos,,, W
WinGet, S, Style, % "ahk_id " W
If (S & +0xC00000)
{
WinSet, Style, -0xC00000, % "ahk_id " W
WinMove, % "ahk_id " W,, 0, 0, % A_ScreenWidth, % A_ScreenHeight
Return
}
WinSet, Style, +0xC00000, % "ahk_id " W
WinMove, % "ahk_id " W,,,,640, 480
}

then once anything u want (try it on any window) is running, hit ` along with ur left mouse button and anything u click on goes to full screen... same again to revert it. I got Stalker working with it so guess it might work for others...
Killf4ce
 
Posts: 20
Joined: Mon Dec 26, 2011 11:44 am

Re: amBX enabled Games List Update.

Postby neroxxen » Wed Jan 09, 2013 9:31 am

Worth mentioning Audiosurf has had a known issue for many people for quite some time. Seems to work great on the 1.1 install but once updated fully it is no longer recognised in the amBX control panel. Hope it'll be fixed in the near future, else maybe it'll pick up Audiosurf Air when the sequel is finally released xD
neroxxen
 
Posts: 6
Joined: Tue Jan 08, 2013 10:36 pm

Re: amBX enabled Games List Update.

Postby Bad213Boy » Sat Feb 02, 2013 3:43 am

I can confirm Assassin's Creed III works perfectly fine.
Image
User avatar
Bad213Boy
 
Posts: 90
Joined: Fri May 14, 2010 12:43 am

Previous

Return to Games

cron