Helpful Examples for Modding: Difference between revisions
From Eco - English Wiki
| [unchecked revision] | [checked revision] |
m Restructure. |
m Adding more ideas. |
||
| Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Covers helpful examples of complex topics within Eco modding. Provides example code snippets. | Covers helpful examples of complex topics within Eco modding. Provides example code snippets. | ||
== The Place We All Start == | |||
Cover IModKitPlugin and the supporting interfaces like IInitializeable, IShutdownable, and IConfigurable. | |||
Provide a clear blank-slate example to use as a template. Akin to a "hello, world". | |||
== How to write to log file == | == How to write to log file == | ||
Revision as of 19:00, 29 July 2025
Introduction
Covers helpful examples of complex topics within Eco modding. Provides example code snippets.
The Place We All Start
Cover IModKitPlugin and the supporting interfaces like IInitializeable, IShutdownable, and IConfigurable.
Provide a clear blank-slate example to use as a template. Akin to a "hello, world".
How to write to log file
Players Interactions
Game Messages
broadcast, side-message, on-screen, notification
Player Choices
Go through popups types