This application allows running triggers/XS functions in live AoE2:DE custom map (RMS/CS) games, on request, externally. Think of it something like Choice Chamber or T90's overlords, but without the overlord needing to be in the game itself!
Note: This application is not a hack, a special map (Custom Scenario or RMS) needs to be made in order to use this application
You can head over to the XSLC website to find out more about the application and how to use it!
Clone the repository
cd
into./Client
- Install npm packages with
npm i .
- Copy the
./env/.env.example
file to./env/.env
- Run
npm run dev
- this will run the client with hot reloading
cd
into./Server
- Install npm packages with
npm i .
- Acquire a steam developer api key from here
- Copy the
./.env.example
file to./.env
- In the
./.env
file, fill in the value for theSTEAM_DEVELOPER_API_KEY=
. Note: do not add spaces around the=
or it will not work. - Run
npm run dev
- this will run the client with hot reloading