WineHQ

DirectPlayGames: Difference between revisions

(Created page with "The easiest way to work around any DirectPlay issue is to install the native version<br /> winetricks directplay<br /> <br /> This is a list of games known to use DirectPlay...")
 
No edit summary
Line 11: Line 11:
! Game
! Game
! Comments
! Comments
|-
| [http://appdb.winehq.org/appview.php?appId=1871 Freelancer]
| IDirectPlay8Client -> CancelAsyncOperation (All DPNCANCEL_ENUM types) <br />
Couldn't get a game server running.
|-
| [http://appdb.winehq.org/appview.php?appId=1229 Heroes of Might and Magic IV]
| IDirectPlay8Peer -> EnumHosts, Host
|-
|-
| [https://appdb.winehq.org/objectManager.php?sClass=application&iId=4794 S.T.A.L.K.E.R.: Shadow of Chernobyl]
| [https://appdb.winehq.org/objectManager.php?sClass=application&iId=4794 S.T.A.L.K.E.R.: Shadow of Chernobyl]

Revision as of 08:50, 11 November 2016

The easiest way to work around any DirectPlay issue is to install the native version

winetricks directplay

This is a list of games known to use DirectPlay and what functions are needed to be implemented.

List of games that use DirectPlay 8

Game Comments
Freelancer IDirectPlay8Client -> CancelAsyncOperation (All DPNCANCEL_ENUM types)

Couldn't get a game server running.

Heroes of Might and Magic IV IDirectPlay8Peer -> EnumHosts, Host
S.T.A.L.K.E.R.: Shadow of Chernobyl IDirectPlay8Client -> Enumhost (synchronously), Connect, GetApplicationDesc, Send

IDirectPlay8Server -> Host

Warlords: Battlecry III IDirectPlay8ThreadPool -> Initialize,SetThreadCount, DoWork

IDirectPlay8Peer -> EnumServiceProviders, CancelAsyncOperation, EnumHosts, Host

This page was last edited on 11 November 2016, at 08:50.