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
Re. includes:
Neo Weapon Resprite also replaces the Neo Uzi sprite (but not baseOffset) and looks strange when loaded together with this mod.
"BETA_SWO_PATCH" is a work-in-progress patch bringing Starbound Weapon Overhaul Complete changes to some of the same weapons.
The Fix:
1. Remove the line : "priority" : -999, from the metadata file.
Priority is not necessary when you have the includes attribute, as the includes attribute will ensure your mod loads after betabound. By specifying the priority (and such a low one at that) your patch loads really early, which may be causing the inexplicable irregularities in some manner.
2. I notice that you have two unnecessary "includes" declarations in the metadata Betabound SWO Patch (whatever that is) and the neo weapon resprite. Since your mod does not edit either of those two mods, or patch to them in any way (that I can tell) it is unnecessary to include such a declaration.
Hope this helps, and would appreciate a fix.
Thank you!
Looking at the unpacked files, I see no reason for why that should happen, but as soon as I remove this mod the problem resolves. Oddly there are no errors in the log either.
Wish I could provide some suggestion, but I really don't see what the issue is...