The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

TrapModLoader

TrapModLoader 1.0.5

Created by trap

1.5K Downloads

Unknown SPT Version

a tool for modpack makers which allow to change the mod loading order and prevent duplicates mods.

This mod is no longer maintained!

Deprecated since aki 2.3.1

TrapModLoader

Description

Initially, the official ModLoader from spt-aki offers a way to load mods in a certain orders using a loadorder.json inside the mods folder.

Unfortunately, the load order is applied only for the onLoad method, not at js package import.

This mod hijack the official ModLoader api and allow you to setup a proper loadorder.json

Usage

  1. Place TrapModLoader inside user/mods folder
  2. Move all other mods in user/mods/TrapModLoader/mods
  3. Run the server once to generate a default loadorder.json (in user/mods/TrapModLoader/mods)
  4. edit the generated loadorder.json as you want

Be sure to use a version >= 1.0.2

Compatibility with other mods

- For Le Kaiju Advanced modding, change the API.Override part in config.json to:

"Override": { "enabled": true, "value": "CoreMod" } ### Notes

  • mods can be disabled, remove the name of the concerned mod from the loadorder.json file
  • loadorder.json file can be re-generated, delete the file and run the spt-aki server again
  • at each start, some folders prefixed by TML\_DLLS\_\* could be generated in your root user/mods directory (depends if you have installed some clients mods)

Credits

Thanks to Gave_Over for making the image ;-)

Version 1.0.5

710 Downloads

Unknown SPT Version Virus Total Results
Created Mar 17th, 2022 Updated Jan 2nd, 8:10 PM

Changelog

update for aki 2.3.0

Version 1.0.3

489 Downloads

Unknown SPT Version Virus Total Results
Created Mar 5th, 2022 Updated Jan 6th, 8:49 PM

Changelog

Fixes

  • prevent server to crash when mods listed in loadorder.json are missing
Version 1.0.2

73 Downloads

Unknown SPT Version Virus Total Results
Created Mar 5th, 2022 Updated Jan 1st, 1:10 PM

Changelog

Fixes

  • client mods dlls are now loaded by TML
Version 1.0.1

198 Downloads

Unknown SPT Version Virus Total Results
Created Mar 4th, 2022 Updated Jan 3rd, 1:26 AM

Changelog

Fix

  • integration with AdvancedTraderFramework mod
Version 1.0.0

58 Downloads

Unknown SPT Version Virus Total Results
Created Mar 4th, 2022 Updated Jan 6th, 8:39 PM

Not quite yet...