chi-rei-den / Localizer

Package based Terraria mod (tModLoader) localization manager and maker. No mod file modification needed.
https://mirror.sgkoi.dev/
GNU General Public License v3.0
205 stars 21 forks source link

Add ImportLdstr option as a temporary workaround for assembly conflict #43

Closed sgkoishi closed 4 years ago

sgkoishi commented 4 years ago

Ldstr imported (Cecil edited) assembly leads to reference conflict for mods like FargowiltasSouls which interact with other mods. ThoriumModPlayer (Thorium_0) cannot be convert to ThoriumModPlayer (Thorium_1) etc. Add an option to disable the ldstr import as a temporary workaround.