This repo contains multiple layer lists compatible with SquadJS.
Via the exporter.py script, everyone can generate a layer list from the Squad SDK by just running the Python Script from the menu File > Execute Python Script..., the output will be in the Saved directory of the Squad SDK
Edit the file: layers.js with the following path (relative to SquadJS root): squad-server/layers/layers.old.js
Replace the default layer list at line 25 just like the following example:
const response = await axios.get(
'https://raw.githubusercontent.com/fantinodavide/SquadLayerList/main/layers.old.json'
);layers.jsonis the main layer list, but for the majority of the files use a format not yet supported by SquadJS.layers.old.jsonis a conversion of thelayers.jsonsupported by the current version of SquadJS, use this one when it's available!
Part of the exporter code has been taken from python scripts shipped with the Squad SDK, credit goes to OWI