Helpful Examples for Modding: Difference between revisions
From Eco - English Wiki
| [unchecked revision] | [unchecked revision] |
Overflow of information on the previous page I was working on (Getting Started with Eco Modding in Visual Studio 2022). Felt like there's enough info to cover that it should have it's own page. |
m Restructure. |
||
| Line 2: | Line 2: | ||
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. | ||
== How to write to log file == | |||
== Players Interactions == | |||
=== Game Messages === | |||
broadcast, side-message, on-screen, notification | broadcast, side-message, on-screen, notification | ||
=== Player Choices === | |||
Go through popups types | Go through popups types | ||
Revision as of 18:43, 29 July 2025
Introduction
Covers helpful examples of complex topics within Eco modding. Provides example code snippets.
How to write to log file
Players Interactions
Game Messages
broadcast, side-message, on-screen, notification
Player Choices
Go through popups types