SOLVED --> I have the .fbx but get this error?
Assert: Failed to build graphics mesh 'mesh' in 'Models\MushroomFarm.fbx'.
Graphics\GraphicsMeshCompiler.cpp(62)
Was caused by incorrectly named building chunks when exporting the .fbx
-----------------------------------------------------------------------------------------------
SOLVED -->[/u]I'm now getting this error when using the Package.bat
//Package.bat
..\..\bin\x64\Tools-x64.exe /mod Package.rsc:MushroomFarm /pathres ../MyMods/MushroomFarm /pathdat ../MyMods/MushroomFarm/bin
pause
Assert: false C:\BanishedKit\MyMods\MushroomFarm\Package.rsc (13): error: Unexpected character '*' found!
IO\TextReader.cpp(70)
PackageFile mushroomfarm
{
String _name = "mushroomfarm";
String _author = "Vaxy";
String _description = "A Mushroom Farm is used to grow Muxhrooms."
This mod adds an Mushroom Farm building and profession.";
String _icon = "icon.png";
String _preview = "preview.jpg";
int _userVersion = 1;
// all files in resource directory
String _includeList
[
"*"
]
// exclude package files, mod files, file used for building packages
String _excludeList
[
"Package_*.crs"
"*.pkg"
"*.pkm"
]
}