All public logs

Combined display of all available logs of Desynced Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:16, 20 August 2023 Vdd talk contribs created page 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:26, 20 August 2023 Vdd talk contribs created page 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...") Tag: Visual edit
  • 21:19, 20 August 2023 User account Vdd talk contribs was created