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
Should not be too difficult, as it would be VERY similar to this mod, writing a script that calls ItemSetName and ItemSetDescription on each item like below
ItemSetName("bandage", "healing tape")
ItemSetDescription("bandage", "This is a nice item, especially when you are bleeding")
The modding documentation should in theory have all the item ids listed (some may be missing, I know that was the case with weapons and attachments) so its just a matter of taking the time to do it.
additionally, i'm working on porting most (if not all) of the weapon & item descriptions from pre-existing nexusmods mods eg. BeNaDes to steam workshop as they've been nonfunctional since the Armory update. to minimize unnecessary load orders, would you be interested in collaborating for the work on descriptions?