realm.list
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:2k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #########################################################################################
  2. # realm.list  -  List of Diablo II Realms #
  3. #---------------------------------------------------------------------------------------#
  4. # #
  5. # Realms are areas that hold closed characters and games.  Users are given this list of #
  6. # realms to choose from when creating a new character.  Next time the character is #
  7. # used, they will automatically join the same realm. #
  8. # #
  9. # The realm server runs on port 6113 by default.  If you do not specify a port number, #
  10. # it will use this by default.  You must enter IP Addresses in for both places. #
  11. # There is no default #
  12. # #
  13. # <realmname> : the realm name (mandatory; must start and end with " ) #
  14. # <description> : the realm description (optional; must start and end with " ) #
  15. # ip:port - actual ip the d2cs server is running on (mandatory) #
  16. # showip:showport - ip sent to client (optional, ONLY needed if d2cs is inside private LAN )#
  17. # ip/netmast - netmask of network to be excluded from translation (optional, ONLY needed if#
  18. #              d2cs is inside the private LAN and you want LAN players to play too) #
  19. # #
  20. # use showip:showport if you are forwarding to a d2cs server behind a gateway on a #
  21. # private lan. #
  22. #                         #
  23. #- realm name - --- description ---- --- real address --- --- show address --- --- exclude net -- #
  24. #  (mandatory)     (optional)      (mandatory)     (optional)     (optional) #
  25. #---------------------------------------------------------------------------------------------------------------#
  26. #"<realmname>"  ["<description>"]      <ip:port>  <showip:showport>    <ip/netmast> #
  27. #                         #
  28. #################################################################################################################
  29. # Normal example (having a d2cs server running on IP 1.2.3.4):
  30. #"D2CS" "PvPGN Closed Realm" 1.2.3.4:6113
  31. # Special example (having d2cs running on PRIVATE LAN IP 192.168.0.2 and the 
  32. # external IP addr of the NAT router beeing 1.2.3.4 and portforward 6113 from 
  33. # the NAT router to the internal d2cs and the internal network is 192.168.0/24)
  34. #"D2CS" "PvPGN Closed Realm" 192.168.0.2:6113 1.2.3.4:6113 192.168.0.0/24