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
Since a bunch of new items were added to the game in the repentance update, a lot of the new ones don't follow this structure or pattern at all, so essentially the mod no longer works. I could still update it and maybe tinker with it enough to get it mostly working, but I guess the official solution to this issue is "Good Luck" so. Yeah there's that.
Interdependent APIs would certainly be a headache...but wouln't they be anyway? I imagine them looking like,
[code]
function api:postGameStarted()
function api:AddCallback()
other_api.whatever()
end
end
[/code]
Nested nastiness.
But I dunno. POST_GAME_STARTED is the only guaranteed safe way, so it might be the best decision anyway.