mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
Page:
DirectPlay Games
Pages
256 Color Mode
3D Driver Issues
AFD
AMD64
ARM
ARM64
ARM64EC Toolchain
Acknowledgements
Android
Apps That Support Wine
Bottling Standards
Bug Triage
Bugs
Building Biarch Wine On Ubuntu
Building Wine
Buildroot
CentOS RHEL
Clang
Clean Room Guidelines
Cmd Conformance Tests
Code Coverage
Code Hygiene
Code In
Commands
Compatibility
Conformance Tests
Copy Protection
Create Fonts
Create Icons
Cygwin and More
DOSBox
Debian Ubuntu
Debug Channels
Debugging Hints
Designers
Developer FAQ
Developer Hints
Developers
DirectDraw
DirectPlay Games
DirectX D3DX9
Disassembly
Distributed build with icecream
Distrobox development environment
Documentation
Download
Emulation
FAQ
Fedora
Forum Posting Guidelines
Forums
FreeBSD
Gcc
Gecko
Git Wine Tutorial
Guest Unit Tests
Haiku
Hardware
Hurd
IRC
Importance of Wine
Known Issues
Licensing
MIDI
MacOS Building
MacOS FAQ
MacOS
Mageia
Make Test Failures
Man Pages
Multiarch
News
OpenSUSE
Ospp Summer Code
Outreachy
Packaging
Performance
Pop! os
Portable Wine
Preloader Page Zero Problem
Previous Summers of Code
Project Organization
Public Relations
Regression Testing
Reverse Regression Testing
Sound
Source Code
Source Tree Structure
Stable Rules
Static Analysis
Submitting Patches
Summer Of Code
Third Party Applications
Translating
Uniscribe
Usage Statistics
Useful Registry Keys
Vim Tips
Web Design Tasks
Who's Who
Wine Developer's Guide
Wine Features
Wine History
Wine ICU
Wine Installation and Configuration
Wine Mono
Wine Status
Wine TestBot VMs
Wine TestBot
Wine User's Guide
Wine and Valgrind
WineConf
WineGUI
Winelib User's Guide
Winelib
Winetricks
Winezeug
Writers
home
No results
3
DirectPlay Games
Alistair Leslie-Hughes edited this page 2024-09-11 01:39:31 +00:00
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 |
---|---|
Civilization III | IDirectPlay8Peer -> Connect, EnumHosts, EnumPlayersAndGroups, Host, ReturnBuffer, Send |
Chris Sawyer's Locomotion | IDirectPlay8Peer -> Close, Host |
Dangerous Waters | IDirectPlay8Server -> EnumServiceProviders IDirectPlay8Server -> Close, Host |
Freelancer | IDirectPlay8Client -> CancelAsyncOperation (All DPNCANCEL_ENUM types) Couldn't get a game server running. |
Dungeon Siege 1 | IDirectPlay8Client -> EnumHosts, SetClientInfo, Close IDirectPlay8Server -> SetServerInfo, Close NOTE: Steam Launch option "zonematch=true" required. |
Fair Strike | IDirectPlay8Server -> Host, SetApplicationDesc, SendTo IDirectPlay8Client -> EnumHosts |
Heroes of Might and Magic IV | IDirectPlay8Peer -> EnumHosts, Host |
Northland - Cultures 3 | IDirectPlay8Peer -> Close, 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 |
List of games that use DirectPlay
Game | DX version | Comments |
---|---|---|
Baldur's Gate II | 7 | DPWSCB_ -> EnumSessions, Open, ShutdownEx DP_ -> InvokeEnumSessionCallbacks, SecureOpen NS_ -> SendSessionRequestBroadcast |
Commandos 2: Men of Courage | 5 | DP_ -> InitializeDPSP, InvokeEnumSessionCallbacks NS_ -> SendSessionRequestBroadcast |
The Tone Rebellion | 5 | Unknown |
Star Wars Galactic Battlegrounds | 5 | DP_ -> InitializeDPSP, InvokeEnumSessionCallbacks NS_ -> SendSessionRequestBroadcast |
STAR WARS™ Rebellion | 4 | DP_ -> EnumGroupPlayers |
Worms 2 | 5 | CreateCompoundAddress -> Don't error on unknown GUIDS |
Games to Confirm
- Age of Wonders Shadow Magic
- Bandits
- Besieger
- Condor
- Deer Hunter 2004 and 2005
- Dungeon Siege 1 and 2
- DXQuake 3
- FSHost
- G.I. Combat Episode I
- Gekkeiju
- Giants: Citizen Kabuto
- Hidden " Dangerous 2 / SS
- Homeworld 2
- Il rosso e il nero
- John Deere North American Farmer
- Jolt3D
- Judge Dredd vs Death
- Monopoly Tycoon
- New World Order
- No brakes 4x4 racing
- O.R.B
- Operation Blockade
- Operation Flashpoint
- Perimeter
- Pro Bass Fishing 2003
- Pro Rugby Manager 2004
- Robot Arena 2
- S.W.I.N.E.
- Sacrifice
- Scorch an Island
- SkyTracks
- State of Emergency
- Steel Tide
- Supreme Ruler 2010
- Trophy Hunter 2003
- True Crime Streets of LA
- Vietcong
- Warrior Kings
- Wings of War
A list of Affected Applications that caused by missing directplay implementation.