Posts by duckmon

    Console threw an error during a raid on Customs which I believe prevented any spawns on the map. I traced the file path but couldn't find the json file it wanted. There is a similar file in the same directory but was named PTL_BSP_SG_PRESET_MEETING_OF_THE_BOSSES instead of PTL_BSP_MAIN_PRESET_MEETING_OF_THE_BOSSES

    Code
    Cannot find module '../db/locations/customs/spawnGenerator/presets/PTL_BSP_MAIN_PRESET_MEETING_OF_THE_BOSSES.json'
    Require stack:
    C:\Users\shaed\Desktop\SPT\user\mods\PreyToLive-BetterSpawnsPlus\src\mod.js
    C:\snapshot\project\obj\loaders\PreAkiModLoader.js
    C:\snapshot\project\obj\controllers\GameController.js
    C:\snapshot\project\obj\callbacks\GameCallbacks.js
    C:\snapshot\project\obj\di\Container.js
    C:\snapshot\project\obj\Program.js
    C:\snapshot\project\obj\ide\ReleaseEntry.js
    1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.