readme.txt 744 B

1234567891011121314
  1. Project: SteamLobby
  2. Description: Demonstrates how to integrate the Steam lobby and NAT traversal sockets with RakNet via a plugin
  3. Dependencies:
  4. 1. Assumes the Steam SDK is located at C:\Steamworks . For example, with version 115, unzip sdk to C:\Steamworks . If not, modify the post-build step paths and linker paths accordingly.
  5. 2. You can get the Steamworks API from https://partner.steamgames.com/ , which requires a signup and legal agreement.
  6. 3. You need your own steam_appid.txt file. This sample just copies the one that comes with steam.
  7. 4. Must recompile RakNet with MAXIMUM_MTU_SIZE set to 1200 in the preprocessor settings
  8. Related projects: Lobby2
  9. For help and support, please visit http://www.jenkinssoftware.com
粤ICP备19079148号