├── .gitignore ├── GameSpy Research ├── Definition │ └── retrospy.cls ├── Pictures │ ├── Crysis2error.png │ ├── GameSpy_logo_green.pdf │ ├── GameSpy_logo_green.svg │ ├── GameSpylogoindustries.pdf │ ├── GameSpylogoindustries.svg │ ├── RetroSpyLogoWithText.png │ ├── RetroSpy_Logo.png │ └── RetroSpy_Logo_with_Long_Text.png ├── Research On GameSpy Protocol.pdf └── Research On GameSpy Protocol.tex ├── IRC protocol ├── RFC 2810 - Internet Relay Chat_ Architecture.pdf ├── RFC 2811 - Internet Relay Chat_ Channel Management.pdf └── RFC 2813 - Internet Relay Chat_ Server Protocol.pdf ├── Official Docs ├── Dedicated Server Document │ ├── Crysis2 Multiplayer documentation.pdf │ └── slidex.tips_crysis-wars-dedicated-server-v.pdf └── GameSpy SDK.pdf ├── Old ├── Arves Version │ ├── Definition │ │ └── retrospy.cls │ ├── GameSpy protocol research and documentation.pdf │ ├── GameSpy protocol research and documentation.tex │ └── Pictures │ │ ├── Crysis2error.png │ │ ├── GameSpylogoindustries.png │ │ ├── RetroSpyLogoWithText.png │ │ ├── RetroSpy_Logo.png │ │ └── RetroSpy_Logo_with_Long_Text.png ├── Complete gamespy protocol.txt ├── GameSpy Server Structure.vsd ├── GameSpy_SDK_UML.drawio ├── Gamespy SDK UML.vsd ├── Gamespy working flow-process diagram.vsd ├── Gamespy.vsd ├── Imperivm III - Great battles of rome.txt ├── Latex Version │ ├── Definition │ │ └── retrospy.cls │ ├── Pictures │ │ ├── Crysis2error.png │ │ ├── GameSpy_logo_green.pdf │ │ ├── GameSpy_logo_green.svg │ │ ├── GameSpylogoindustries.pdf │ │ ├── GameSpylogoindustries.svg │ │ ├── RetroSpyLogoWithText.png │ │ ├── RetroSpy_Logo.png │ │ └── RetroSpy_Logo_with_Long_Text.png │ ├── Research On GameSpy Protocol.pdf │ └── Research On GameSpy Protocol.tex ├── RetroSpy_UML.xml ├── Retrospy UML.vsd ├── Structing the servers.txt └── gamespy icon.svg ├── README.md └── SOAP data ├── crysis2_soap_structure.txt └── saketest_soap_structure.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/.gitignore -------------------------------------------------------------------------------- /GameSpy Research/Definition/retrospy.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Definition/retrospy.cls -------------------------------------------------------------------------------- /GameSpy Research/Pictures/Crysis2error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/Crysis2error.png -------------------------------------------------------------------------------- /GameSpy Research/Pictures/GameSpy_logo_green.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/GameSpy_logo_green.pdf -------------------------------------------------------------------------------- /GameSpy Research/Pictures/GameSpy_logo_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/GameSpy_logo_green.svg -------------------------------------------------------------------------------- /GameSpy Research/Pictures/GameSpylogoindustries.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/GameSpylogoindustries.pdf -------------------------------------------------------------------------------- /GameSpy Research/Pictures/GameSpylogoindustries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/GameSpylogoindustries.svg -------------------------------------------------------------------------------- /GameSpy Research/Pictures/RetroSpyLogoWithText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/RetroSpyLogoWithText.png -------------------------------------------------------------------------------- /GameSpy Research/Pictures/RetroSpy_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/RetroSpy_Logo.png -------------------------------------------------------------------------------- /GameSpy Research/Pictures/RetroSpy_Logo_with_Long_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Pictures/RetroSpy_Logo_with_Long_Text.png -------------------------------------------------------------------------------- /GameSpy Research/Research On GameSpy Protocol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Research On GameSpy Protocol.pdf -------------------------------------------------------------------------------- /GameSpy Research/Research On GameSpy Protocol.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/GameSpy Research/Research On GameSpy Protocol.tex -------------------------------------------------------------------------------- /IRC protocol/RFC 2810 - Internet Relay Chat_ Architecture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/IRC protocol/RFC 2810 - Internet Relay Chat_ Architecture.pdf -------------------------------------------------------------------------------- /IRC protocol/RFC 2811 - Internet Relay Chat_ Channel Management.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/IRC protocol/RFC 2811 - Internet Relay Chat_ Channel Management.pdf -------------------------------------------------------------------------------- /IRC protocol/RFC 2813 - Internet Relay Chat_ Server Protocol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/IRC protocol/RFC 2813 - Internet Relay Chat_ Server Protocol.pdf -------------------------------------------------------------------------------- /Official Docs/Dedicated Server Document/Crysis2 Multiplayer documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Official Docs/Dedicated Server Document/Crysis2 Multiplayer documentation.pdf -------------------------------------------------------------------------------- /Official Docs/Dedicated Server Document/slidex.tips_crysis-wars-dedicated-server-v.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Official Docs/Dedicated Server Document/slidex.tips_crysis-wars-dedicated-server-v.pdf -------------------------------------------------------------------------------- /Official Docs/GameSpy SDK.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Official Docs/GameSpy SDK.pdf -------------------------------------------------------------------------------- /Old/Arves Version/Definition/retrospy.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/Definition/retrospy.cls -------------------------------------------------------------------------------- /Old/Arves Version/GameSpy protocol research and documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/GameSpy protocol research and documentation.pdf -------------------------------------------------------------------------------- /Old/Arves Version/GameSpy protocol research and documentation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/GameSpy protocol research and documentation.tex -------------------------------------------------------------------------------- /Old/Arves Version/Pictures/Crysis2error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/Pictures/Crysis2error.png -------------------------------------------------------------------------------- /Old/Arves Version/Pictures/GameSpylogoindustries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/Pictures/GameSpylogoindustries.png -------------------------------------------------------------------------------- /Old/Arves Version/Pictures/RetroSpyLogoWithText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/Pictures/RetroSpyLogoWithText.png -------------------------------------------------------------------------------- /Old/Arves Version/Pictures/RetroSpy_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/Pictures/RetroSpy_Logo.png -------------------------------------------------------------------------------- /Old/Arves Version/Pictures/RetroSpy_Logo_with_Long_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Arves Version/Pictures/RetroSpy_Logo_with_Long_Text.png -------------------------------------------------------------------------------- /Old/Complete gamespy protocol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Complete gamespy protocol.txt -------------------------------------------------------------------------------- /Old/GameSpy Server Structure.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/GameSpy Server Structure.vsd -------------------------------------------------------------------------------- /Old/GameSpy_SDK_UML.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/GameSpy_SDK_UML.drawio -------------------------------------------------------------------------------- /Old/Gamespy SDK UML.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Gamespy SDK UML.vsd -------------------------------------------------------------------------------- /Old/Gamespy working flow-process diagram.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Gamespy working flow-process diagram.vsd -------------------------------------------------------------------------------- /Old/Gamespy.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Gamespy.vsd -------------------------------------------------------------------------------- /Old/Imperivm III - Great battles of rome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Imperivm III - Great battles of rome.txt -------------------------------------------------------------------------------- /Old/Latex Version/Definition/retrospy.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Definition/retrospy.cls -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/Crysis2error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/Crysis2error.png -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/GameSpy_logo_green.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/GameSpy_logo_green.pdf -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/GameSpy_logo_green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/GameSpy_logo_green.svg -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/GameSpylogoindustries.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/GameSpylogoindustries.pdf -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/GameSpylogoindustries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/GameSpylogoindustries.svg -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/RetroSpyLogoWithText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/RetroSpyLogoWithText.png -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/RetroSpy_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/RetroSpy_Logo.png -------------------------------------------------------------------------------- /Old/Latex Version/Pictures/RetroSpy_Logo_with_Long_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Pictures/RetroSpy_Logo_with_Long_Text.png -------------------------------------------------------------------------------- /Old/Latex Version/Research On GameSpy Protocol.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Research On GameSpy Protocol.pdf -------------------------------------------------------------------------------- /Old/Latex Version/Research On GameSpy Protocol.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Latex Version/Research On GameSpy Protocol.tex -------------------------------------------------------------------------------- /Old/RetroSpy_UML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/RetroSpy_UML.xml -------------------------------------------------------------------------------- /Old/Retrospy UML.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Retrospy UML.vsd -------------------------------------------------------------------------------- /Old/Structing the servers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/Structing the servers.txt -------------------------------------------------------------------------------- /Old/gamespy icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/Old/gamespy icon.svg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/README.md -------------------------------------------------------------------------------- /SOAP data/crysis2_soap_structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/SOAP data/crysis2_soap_structure.txt -------------------------------------------------------------------------------- /SOAP data/saketest_soap_structure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameProgressive/GameSpyDocs/HEAD/SOAP data/saketest_soap_structure.txt --------------------------------------------------------------------------------