20 August 2023
- 22:1722:17, 20 August 2023 diff hist +57 m Modding/Startup Order No edit summary current Tag: Visual edit: Switched
- 22:1622:16, 20 August 2023 diff hist +1,206 N Modding/Startup Order Created page with "Startup sequence (each step is performed on all active mod packages in dependency order where packages with no dependencies are called first): # Run the entry lua file of all active mod packages # When starting a new game, run the function package:setup_scenario(settings). This function can modify the settings table. This step is skipped when loading a save or joining a multiplayer game. # Load all files set in package:includes and call either package:init_ui() or packa..." Tag: Visual edit
- 21:2621:26, 20 August 2023 diff hist +634 N Modding/def.json Created page with "<syntaxhighlight lang="js" line="1"> { "id": "YourModId", "name": "Your Mod Name", "version_name": "1.0", "version_code": 1, "author": "You", "homepage": "...", "description": "Example def.json for Your Mod", "options": "options.lua", // If you want your mod to have a settings page under Options > Mods "packages": { "Data": { "name": "Your Mod Data", "entry": "data.lua", "dependencies": [ "Ma..." current Tag: Visual edit