User contributions for Bernhard

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

22 December 2023

  • 12:1112:11, 22 December 2023 diff hist +388,752 N Translations/Spanish (Spain)Created page with "This is the translation data from English to Spanish (Spain). For information on how to contribute see Translations. Thank you. == File: ui/BuildView == {| class="wikitable" style="white-space:pre-wrap" ! English ! Spanish (Spain) ! * |- |small |pequeño | |- |medium |mediano | |- |large |grande | |- |special |especial | |- |misc |variado | |- |Small Buildings |Edificios pequeños | |- |Medium Buildings |Edificios medianos | |- |Large Buildings |Edificios grandes |..." current
  • 12:1112:11, 22 December 2023 diff hist +389,796 N Translations/GermanCreated page with "This is the translation data from English to German. For information on how to contribute see Translations. Thank you. == File: ui/BuildView == {| class="wikitable" style="white-space:pre-wrap" ! English ! German ! * |- |small |klein | |- |medium |mittel | |- |large |groß | |- |special |Spezial | |- |misc |Sonstiges | |- |Small Buildings |Kleine Gebäude | |- |Medium Buildings |Mittlere Gebäude | |- |Large Buildings |Große Gebäude | |- |Special Buildings |Spezia..." current
  • 12:1112:11, 22 December 2023 diff hist +373,569 N Translations/CzechCreated page with "This is the translation data from English to Czech. For information on how to contribute see Translations. Thank you. == File: ui/BuildView == {| class="wikitable" style="white-space:pre-wrap" ! English ! Czech ! * |- |small |malá | |- |medium |střední | |- |large |velká | |- |special |speciální | |- |misc |různé | |- |Small Buildings |Malé budovy | |- |Medium Buildings |Střední budovy | |- |Large Buildings |Velké budovy | |- |Special Buildings |Speciál..." current
  • 12:1112:11, 22 December 2023 diff hist +1,621 N TranslationsCreated page with "The game's translation files are available on this Wiki. == Contributing == If you want to contribute modifications or corrections, you can edit the lines on the respective languages page. The developers of Desynced will consider contributed changes periodically when preparing updated versions of the game. DISCLAIMER: The content of the translation pages is owned by Stage Games and you agree that any subsequent changes made to the translation pages will be owned by Stag..." current

10 August 2023

  • 01:5401:54, 10 August 2023 diff hist −94 ModdingNo edit summary
  • 00:1600:16, 10 August 2023 diff hist +9,394 N ModdingCreated page with "Desynced is a highly moddable game with a very flexible Lua based scripting system that can modify anything from small numerical parameters to custom user interfaces up to entirely new scenarios and game modes which can be completely different from the original game. == Overview == In Desynced, the game itself is a mod which defines what kind of units and components are defined, how they exist in the world and how they interact with each other. It also defines the entir..."

9 August 2023

8 August 2023

5 August 2023

3 August 2023

  • 15:1615:16, 3 August 2023 diff hist +264 N Template:InfoboxCreated page with "<table border=1 cellspacing=0 style="width:200pt;color:#AAA;float:right"> <tr><th bgcolor="#444" colspan=2><div>{{{name|{{PAGENAME}}}}}</div></th></tr> <tr><td style="text-align:center">[[File:{{{name|{{PAGENAME}}}}}.png|thumb]]{{{description}}}</td></tr> </table>"

1 August 2023

  • 13:5313:53, 1 August 2023 diff hist +720 N Modding/Templates/TranslationCreated page with "__FORCETOC__ This mod template adds a translation. == Code == === def.json === Content<syntaxhighlight lang="json"> { "id": "ModTemplateTranslation", "name": "Mod Template Translation", "version_name": "1.0", "version_code": 1, "author": "The Desynced Team", "homepage": "https://www.desyncedgame.com/", "description": "Mod Template Translation", "packages": { "Translation": { "name": "Translation", "type": "..."
  • 13:5113:51, 1 August 2023 diff hist +1,352 N Modding/Templates/UI AddonCreated page with "__FORCETOC__ This mod template creates a custom UI overlay. == Code == === def.json === Content<syntaxhighlight lang="json"> { "id": "ModTemplateUIAddon", "name": "Mod Template UI Addon", "version_name": "1.0", "version_code": 1, "author": "The Desynced Team", "homepage": "https://www.desyncedgame.com/", "description": "Mod Template UI Addon", "packages": { "UI": { "name": "UI", "entry": "ui.lua",..."
  • 12:3312:33, 1 August 2023 diff hist +1,564 N Modding/Templates/InstructionCreated page with "__FORCETOC__ This mod template creates a new behavior instruction. == Code == === def.json === Content<syntaxhighlight lang="json"> { "id": "ModTemplateInstruction", "name": "Mod Template Instruction", "version_name": "1.0", "version_code": 1, "author": "The Desynced Team", "homepage": "https://www.desyncedgame.com/", "description": "Mod Template Instruction", "packages": { "Data": { "name": "Data", "entry"..."
  • 12:2012:20, 1 August 2023 diff hist +1,673 N Modding/Templates/ComponentCreated page with "__FORCETOC__ This mod template adds a new custom component. == Code == === def.json === Content<syntaxhighlight lang="json"> { "id": "ModTemplateComponent", "name": "Mod Template Component", "version_name": "1.0", "version_code": 1, "author": "The Desynced Team", "homepage": "https://www.desyncedgame.com/", "description": "Mod Template Component", "packages": { "Data": { "name": "Data", "entry": "data.lua",..."
  • 11:3111:31, 1 August 2023 diff hist +1,468 N Modding/Templates/ScenarioCreated page with "__FORCETOC__ This mod template creates a fully custom scenario, not based on the main game's Freeplay scenario. == Code == === def.json === Content<syntaxhighlight lang="json"> { "id": "ModTemplateScenario", "name": "Mod Template Scenario", "version_name": "1.0", "version_code": 1, "author": "The Desynced Team", "homepage": "https://www.desyncedgame.com/", "description": "Mod Template Scenario", "packages": { "Scenario": {..."
  • 11:2311:23, 1 August 2023 diff hist +1,747 N Modding/Templates/FreeplayCreated page with "__FORCETOC__ This mod template customizes the starting loadout of the default Freeplay scenario. == Code == === def.json === Content<syntaxhighlight lang="json"> { "id": "ModTemplateFreeplay", "name": "Mod Template Freeplay", "version_name": "1.0", "version_code": 1, "author": "The Desynced Team", "homepage": "https://www.desyncedgame.com/", "description": "Mod Template Freeplay", "packages": { "Scenario": { "name": "S..."
  • 10:5010:50, 1 August 2023 diff hist +306 Template:ModdingNavNo edit summary

28 July 2023

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)