(d4c4937a6) Change the default path for new characters in the character wizard. Use "Mods" folder instead of "Content".
This commit is contained in:
@@ -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;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user