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
From the mod's Nexus page, relevant part in italics.
1. Weapon X or Equipment Y is missing from the list of addable inventory.
I have not yet had time to compile a complete list weapons and equipment and the information I need for each to create a default list. instead every time a save is loaded into the editor it will look at all weapons or equipment in the inventory and add them to its known list if they are missing. these lists are then cached to disk in the same directory as the editor so that it will learn over time. Eventually I hope to include a complete list by default in a future update. If you wish to help, please send me the cached files the editor creates when you have a reasonably complete list.
That's how it worked with the EGS version and the Merc Reloaded mod that added all kinds of swap-able Fusion Engine options.
there has been an update to the mod manager for steam which combines this and your manual mods folder, however i believe the mods still show up as numbers in it, but could be wrong.
Well was seeing if anyone had the mod numbers so that I could find them and possibly use the import option of the save editor, unless I would have to use that on one of the save files, though it askes fot the xml files not save files
More or less hitting the save editor route since the fudging MarauderII only spawns in missions and will never spawn even with expanded markets in the mech market
And side note on that matter: First two times I legged it and it wasn't salvaged, tried heading it the third time but stupid lance mates, though ordered to not attack did so anyways.
The save editor doesn't "read" equipment info from your save files, it does so from an XML. The creator only populated it with vanilla content, because it would be a massive amount of time investment to insert all the gear across all the different content mods.
So if when you load a save it sees you have 20 of item mlas_is_std (I'm just making this up but they're like that iirc) it cross-references the XML, yep, item mlas_is_std is Medium Lasers, this file has 20 of those in the inventory. Editor dutifully reports 20MLs are in your inventory in this save.
If, however, the save file says you have 10 uac_clan_20, then when the editor looks it up in the XML it's like "what the hell is this item? I don't recognize this." Throws an error, gives up parsing.
You'd need a manually configured XML with the mod added in, or in the case of multiple mods, copy+paste that data into a single XML.
Yep quite a bit of work ahead.