I think I found a better way for circumventing the Steam DRM:
The DRM seems to be contained in the launcher (
To easily accomplish this, create a batch file in the game's root folder (same place the
	
	
	
			
(also in attachments)
	
		
			
		
		
	
								The DRM seems to be contained in the launcher (
Ravager.exe), we can instead just directly launch the .py file. No files need to be replaced this way.To easily accomplish this, create a batch file in the game's root folder (same place the
.exes are) with the following content:
		Code:
	
	@echo off
START lib\py3-windows-x86_64\pythonw.exe Ravager.py
	
								
									Last edited: