diff --git a/extras/ACS/BlanKart_ACS.cfg b/extras/ACS/BlanKart_ACS.cfg index d0b3fa4cd..76360c0e8 100644 --- a/extras/ACS/BlanKart_ACS.cfg +++ b/extras/ACS/BlanKart_ACS.cfg @@ -18,7 +18,7 @@ parameters = "--error-file \"acs.err\" resultlump = "BEHAVIOR"; // Editor settings -description = "Ring Racers ACS script"; +description = "BlanKart ACS script"; codepage = 0; extensions = "acs"; casesensitive = false; diff --git a/extras/ACS/gdcc-acc-blan.exe b/extras/ACS/gdcc-acc.exe similarity index 100% rename from extras/ACS/gdcc-acc-blan.exe rename to extras/ACS/gdcc-acc.exe diff --git a/extras/ACS/gdcc.cfg b/extras/ACS/gdcc.cfg index e32d39a46..9ffc6dafb 100644 --- a/extras/ACS/gdcc.cfg +++ b/extras/ACS/gdcc.cfg @@ -5,7 +5,7 @@ compilers // The setting named "program" defines what .exe to run // The "interface" setting defines what interal interface to use for processing and error feedback // All others are the required files (the setting names do not matter) - ringracers_gdcc + gdcc-acc-blan { interface = "AccCompiler"; program = "gdcc-acc.exe";