start_config.cmd 705 B

12345678910111213141516171819202122232425
  1. @rem
  2. @rem Copyright (C) 2002-2022 MlgmXyysd All Rights Reserved.
  3. @rem
  4. @echo off
  5. pushd %~dp0
  6. set CUR_PATH=%~dp0
  7. @rem This will not work if your java or mitmproxy is in a different location, plugin as necessary
  8. @rem this just saves you from changing your PATH
  9. @rem Executable Path
  10. @rem Note: Fill DO_NOT_CHECK_PATH if you need to run it from PATH
  11. @rem without detecting whether the executable file exists
  12. set JAVA_PATH=%JAVA_HOME%\bin\
  13. set MITMDUMP_PATH=%CUR_PATH%
  14. set MONGODB_PATH=%CUR_PATH%
  15. @rem Utility Path
  16. set SERVER_JAR_PATH=%CUR_PATH%
  17. set DATABASE_STORAGE_PATH=%CUR_PATH%resources\Database
  18. @rem Utility Name
  19. set SERVER_JAR_NAME=grasscutter.jar
  20. set PROXY_SCRIPT_NAME=proxy