User Tag List

Results 1 to 3 of 3

Thread: HWA or not?

  1. #1
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    HWA or not?

    Is there a way to determine if your app is running under HWA?

    To be clear i want a warning to appear if the user does not have the correct infrastructure to support Direct3d,any ideas?..

    All i could come up with was analyzing a screen shot to detect a HWA only shader, but there is no doubt a better way.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA or not?

    I know people generally do not like workarounds (me included) but here's one anyway:

    Include a text at the main menu or start screen of your game that says something like "Your graphics card does not support the features this game requires. If you still chose to play it, many things might look wrong".

    Then simply put an active object above that text, and set it up so you can see through it (alpha channel?), and assign a pixel shader that would make the object fully opaque in order to hide the text. If the pixel shader doesn't work, the warning text will be seen.

    Of course, I have no idea how to do this, and it doesn't prevent people to play your game, but perhaps it's a workaround to consider.

    ...or perhaps not

    In either case, let's hope that an expression is added to the official MMF2 hardware release to detect which mode the game is running in.

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA or not?

    And what Shaders are supported. My old computer could run HWA but not shaders....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •