
	- "GameSteelrising.pdb" seems to work with the Steam build of "GameSteelrising.dll"
		- same signatured, though DLL Age: 82 and PDB Age: 83
		- point to the matter is symbols will get loaded (in CE or x64dbg) while game's live in memory -OR- can be loaded for static analysis in IDA
		
	- "Steelrising.pdb" seems to work with the Steam build of "Steelrising.exe"
		- same signatured, though EXE Age: 140 and PDB Age: 141
		- point to the matter is symbols will get loaded (in CE or x64dbg) while game's live in memory -OR- can be loaded for static analysis in IDA	

	- verified with ChkMatch
	
	
	- EGSUpload folder seems to contain internal EGS documentation about the build and upload process (Engine and PDF)
		- thought it's nice to have, since I don't think devs realized what they did


	Cheers,
	SunBeam