diff -aur ioq3/code/qcommon/files.c ../build/extbld/third_party/games/quake3/ioq3/code/qcommon/files.c
--- ioq3/code/qcommon/files.c	2018-10-24 14:04:17.000000000 +0300
+++ ../build/extbld/third_party/games/quake3/ioq3/code/qcommon/files.c	2020-10-20 15:33:59.850246349 +0300
@@ -523,6 +523,7 @@
 ============
 */
 qboolean FS_CreatePath (char *OSPath) {
+	return qfalse;
 	char	*ofs;
 	char	path[MAX_OSPATH];
 	
diff -aur ioq3/code/sys/sys_main.c ../build/extbld/third_party/games/quake3/ioq3/code/sys/sys_main.c
--- ioq3/code/sys/sys_main.c	2018-10-24 14:04:17.000000000 +0300
+++ ../build/extbld/third_party/games/quake3/ioq3/code/sys/sys_main.c	2020-10-20 15:18:25.238562194 +0300
@@ -254,6 +254,7 @@
 =================
 */
 void Sys_InitPIDFile( const char *gamedir ) {
+	return;
 	if( Sys_WritePIDFile( gamedir ) ) {
 #ifndef DEDICATED
 		char message[1024];
@@ -319,6 +320,7 @@
 cpuFeatures_t Sys_GetProcessorFeatures( void )
 {
 	cpuFeatures_t features = 0;
+	return features;
 
 #ifndef DEDICATED
 	if( SDL_HasRDTSC( ) )      features |= CF_RDTSC;
