https://github.com/paralin/d2fixups
github mirror of alliedmodders' d2fixups
https://github.com/paralin/d2fixups
Last synced: 2 months ago
JSON representation
github mirror of alliedmodders' d2fixups
- Host: GitHub
- URL: https://github.com/paralin/d2fixups
- Owner: paralin
- License: gpl-2.0
- Created: 2014-04-13T03:30:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T03:30:13.000Z (almost 12 years ago)
- Last Synced: 2025-03-10T22:48:33.496Z (12 months ago)
- Language: C++
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
Dota 2 Fixups currently provides the following fixes for issues that occur when attempting to run a Dota 2 server.
* Fix clients receiving an error message when manually connecting to servers (due to not bringing lobby data with them).
* Fix third-party dedicated servers shutting down shortly after startup.
* Fix waiting for players stage being skipped.
* Enable existing dota_local_custom_* convars for dedicated servers for easier custom addon support.
* If custom addon desired, only load that addon's directory. (or dota_local_custom_allow_multiple 1 to keep all, with desired one first).
* Disables auto-exit when server version doesn't exactly match official server versions.
* Blocks server commands sent from the Game Coordinator backend.
* Blocks Game Coordinator attempting to turn server into a SourceTV relay.
Nicholas Hastings
nshastings@gmail.com