Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Having to code multiple event hooks for what (in my reading) seem to be singular functions in the DLL code might make it hard to maintain the mapping.
Plus, if we do get to the point where we're able to add new units/factions/buildings, having events hard-coded to the current default set of objects will make mod making and logic wiring a lot harder.
Source and SourceMod are a pretty good guide here - a smaller number of hooks, with an expandable and extensible set of parameters which can pass all the needed data and references back and forth, will likely work better here.
I sent a friend request btw, I did a lot of mods and community tooling for Insurgency, I might be able to help a bit on your project.