The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
I'm trying to add an own new GameObjectType according to LevelEditor-ProgrammigGuide.
Although It says "Run the GenSchemaDef.bat", that .bat file couldn't find DomGen.exe.
Because it points relative path "......\wws_atf\DevTools\DomGen\bin\DomGen.exe" which is out of LevelEditor repository. Then I need to checkout ATF separately and fix the path.
It's not that big problem though, it is helpful if LevelEditor repository includes DomGen.exe.
Hi
I'm trying to add an own new GameObjectType according to LevelEditor-ProgrammigGuide. Although It says "Run the GenSchemaDef.bat", that .bat file couldn't find DomGen.exe. Because it points relative path "......\wws_atf\DevTools\DomGen\bin\DomGen.exe" which is out of LevelEditor repository. Then I need to checkout ATF separately and fix the path.
It's not that big problem though, it is helpful if LevelEditor repository includes DomGen.exe.
Thanks, Shintaro Iguchi