Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: Morenth on August 09, 2015, 06:49:53 pm
-
Hello guys, I have serious problem here. I´ve tried to fix it but Iam down with my nerves. Please, can someone tell me what is this and what I must do to repair it?
-
Hey, at first, delete the "#" at the beginning of the "path" line.
Next point is: have you microsoft redistributable and net framework installed and updated?
-
Removing the # at the beginning at the path line should be eniuh to solve this particular crash. He is using the config file but noggit cant find a proper gamepath because it is a comment.
-
(by his paths I judge that he is CZ/SK)
Před cestami, tedy před Path, ProjectPath a ImportFile nesmíš nechat znak hashtagu (#). Ten označuje komentář a noggit tedy daný řádek v souboru ingnoruje. Proč tam jsou naplácaný se mě neptej, každopádně musí pryč.
-
Step one: Delete ' # ' this so that the program can read and access paths, like in the following example:
#Path = C: etc... >>> Path = C: etc...
Step two: Your next problem will be the Project Directory. If you are following Steff's Noggit tutorial which can be found on the Board Index, then you should have a Project folder given to you along with Steff's Tools. So edit the following as well:
#ProjectPath = C: etc... >>> ProjectPath = C: etc.... then, type the correct path to the correct folder. Search for the Project folder I mentioned and put it in " ProjectPath = C: "
Step three: Same as the above, edit the import file path, then specify the path to " log.txt " file, that is inside the UserSettings folder
Step four: When you have solved your issue, please mark this thread as solved. Happy modding :)
reminder* never open noggit and modelviewer using the same client, use seperate clients/copies
-
Or just use the tutorial part 2 to setup the environment :)