From c10d163d27b8c4dcbeefd1fb6ea56133292503c6 Mon Sep 17 00:00:00 2001 From: DESTROYGIRL <170364626+DESTROYGIRL@users.noreply.github.com> Date: Fri, 28 Aug 2026 12:05:29 +0100 Subject: [PATCH] initial --- game/bin/GameConfig.txt | 30 ------------------------------ game/bin/x64/GameConfig.txt | 2 +- 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 game/bin/GameConfig.txt diff --git a/game/bin/GameConfig.txt b/game/bin/GameConfig.txt deleted file mode 100644 index 2cb17bfe50..0000000000 --- a/game/bin/GameConfig.txt +++ /dev/null @@ -1,30 +0,0 @@ -"Configs" -{ - "Games" - { - "Neotokyo;Rebuild" - { - "GameDir" "..\neo" - "Hammer" - { - "GameData0" "rebuild.fgd" - "TextureFormat" "5" - "MapFormat" "4" - "DefaultTextureScale" "0.250000" - "DefaultLightmapScale" "16" - "GameExe" "..\ntre.exe" - "DefaultSolidEntity" "func_detail" - "DefaultPointEntity" "info_player_start" - "BSP" "vbsp.exe" - "Vis" "vvis.exe" - "Light" "vrad.exe" - "GameExeDir" "..\" - "MapDir" "..\neo\mapsrc" - "BSPDir" "..\neo\maps" - "CordonTexture" "tools\toolsskybox" - "MaterialExcludeCount" "0" - } - } - } - "SDKVersion" "5" -} diff --git a/game/bin/x64/GameConfig.txt b/game/bin/x64/GameConfig.txt index d29a7421c2..cfcaeb4603 100644 --- a/game/bin/x64/GameConfig.txt +++ b/game/bin/x64/GameConfig.txt @@ -12,7 +12,7 @@ "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" - "GameExe" "..\..\ntre64.exe" + "GameExe" "..\..\neo_win64.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_start" "BSP" "vbsp.exe"