Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.
Im working on a bit to be able to add damage not linked to item id's atm, but thatll take a minute since im also working on updating all my mods to use the statAPI