Skip to content

zzjtnb/DCS-World-Debugger

Repository files navigation

This is a DCS World Lua script debugger based on Node.js

preview

Frist

move DCS/Scripts folder: (depending on the DCS World version you have installed..)

  • %USERPROFILE%/Saved Games/DCS.openbeta
  • %USERPROFILE%/Saved Games/DCS

or if you have both, choose one or both DCS versions to install script;

Second step

Install nodejs Node.js下载链接|Node.js Download link Skip if already installed Nodejs

third step

double-click RUN SERVER.bat or cmd into the current directory execute the following command

npm -g i pnpm
pnpm i
pnpm dev

fourth step

Run Your DCS World Server Note: The third and fourth steps are not fixed in order

Finally the browser open http://localhost:3000 start enjoying

netstat -ano|findstr "3000"
# TCP    127.0.0.1:3000         0.0.0.0:0              LISTENING       8404
taskkill -PID 8404 -F

License

MIT License © 2022 争逐