MS is making DirectX 12 titles Store-only!

Discussion in 'Windows 10' started by MonarchX, Mar 2, 2016.

  1. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    #1 MonarchX, Mar 2, 2016
    Last edited: Mar 2, 2016
  2. SpeedDream

    SpeedDream MDL Addicted

    Feb 20, 2012
    619
    121
    30
    let's see after profits drop sharply when no gamer, specially hardcore gamers with 3000 bucks alienware setups want that and buy opengl or vulkan games or else goes straight to ps4
     
  3. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,361
    1,070
    90
    Ok but it just MS not rest of companies
    which ok just ms will suffer from this decision
     
  4. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    I don't realy care about microsoft games they produce crappy games so guess what Thx for the info :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    No, this is not just for MS games. This is for ALL DirectX 12 titles!
     
  6. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,271
    240
    I don't think so!! It would be against any normal business practice and rules. Microsoft could only do that, if Microsoft has taken over the related power from the developer and I hardly believe that would be for all of those products/developments of the new DirectX 12 Titles!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Gharlane00

    Gharlane00 MDL Addicted

    Aug 26, 2009
    845
    305
    30
    Given that the article references titles from inside the store or outside in the last paragraph, I am calling bulls**t.
     
  8. Garbellano

    Garbellano MDL Addicted

    Aug 13, 2012
    947
    248
    30
    there is ANY reason to do that STUPID MOVE?!.
     
  9. sevenacids

    sevenacids MDL Addicted

    Aug 17, 2012
    667
    232
    30
    What kind of nonsense is that? Just have a look at the DirectX 12 programming reference on MSDN, or the corresponding samples on GitHub. There is no mention that you can make use of these interfaces only on UWP apps. You can still build DirectX 12 Desktop (Win32) applications and distribute it the way you want - what's the big deal?
     
  10. WaltC

    WaltC MDL Addicted

    Mar 8, 2014
    518
    123
    30
    This is a classic example of why it isn't sound policy to believe everything you read on the Internet.

    Microsoft has no legal mechanism by which it may control where third-party game developers sell their games...;) Remember that Microsoft's share of the gaming marketplace is teeny tiny. I suppose that if it wanted to Microsoft could restrict the sale of all Microsoft-developed games to the Windows store, but that would be a negligible fraction of the total games market and Microsoft would be limiting the number of copies it could sell of its own games by a large number. Using the d3d12 API to develop a game or a game engine in no way entitles Microsoft to decide where such third-party games may be sold--has nothing to do with that, in fact.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Gharlane00

    Gharlane00 MDL Addicted

    Aug 26, 2009
    845
    305
    30
    That is the kind of anti competitive behavior that the EU courts especially get really excited about.
     
  12. d1glow

    d1glow MDL Addicted

    Aug 17, 2012
    548
    59
    30
    Developers will still be able to incorporate the DirectX 12 code into their win32 apps without having to use the store...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Bat.1

    Bat.1 MDL Expert

    Oct 18, 2014
    1,238
    1,415
    60
    After reading the reviews for Gears of War Ultimate Edition PC, maybe all the Developers are fighting to get their games Win 10 Store Exclusive :eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Flax4

    Flax4 MDL Senior Member

    Apr 10, 2015
    389
    376
    10
    Most game developers are probably staying away from Win 10 Store, Gears of War Ultimate Edition is a disaster on PC from what i've read and besides big future titles like Battlefield, call of duty and any other big ass titles will probably be using DX12 and these games will never show up in Windows Store.
     
  15. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,865
    2,145
    60
    #15 Muerto, Mar 2, 2016
    Last edited: Jan 12, 2021
    ...
     
  16. Wishbringer

    Wishbringer MDL Junior Member

    Aug 21, 2009
    85
    26
    0
    At moment first DX12-game "Ashes of the singularity" is Steam and GoG only...
    And not in MS-Store!
     
  17. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,364
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,364
    210
    #19 lobo11, Mar 3, 2016
    Last edited: Mar 3, 2016
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. dmex

    dmex MDL Junior Member

    Apr 20, 2011
    95
    105
    0

    That thread is nothing but garbage. I can download DX12 samples from Microsoft, compile them and run DX12 on my desktop without anything related to the Windows Store. :confused:

    MSDN list of samples:
    msdn.microsoft.com/en-us/library/windows/desktop/mt186624.aspx

    Store App samples:
    github.com/Microsoft/DirectX-Graphics-Samples/tree/master/Samples/UWP

    Desktop samples:
    github.com/Microsoft/DirectX-Graphics-Samples/tree/master/Samples/Desktop


    You review the entire source-code and see there is nothing Windows Store related, Here is DX12 running on my desktop:
    i.imgur.com/AZNSsdI.png

    Here are the process properties:
    i.imgur.com/byJqXzA.png

    DX12 is not restricted to the Windows Store. :confused: