(d4c4937a6) Change the default path for new characters in the character wizard. Use "Mods" folder instead of "Content".

This commit is contained in:
Joonas Rikkonen
2019-04-15 11:56:59 +03:00
parent c5c6771102
commit d2756ed948
2 changed files with 1 additions and 1 deletions

View File

@@ -4343,7 +4343,7 @@ namespace Barotrauma
GUITextBox xmlPathElement = null;
void UpdatePaths()
{
string pathBase = $"Content/Characters/{Name}/{Name}";
string pathBase = $"Mods/Characters/{Name}/{Name}";
XMLPath = $"{pathBase}.xml";
TexturePath = $"{pathBase}.png";
texturePathElement.Text = TexturePath;