SonyWWS / LevelEditor

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.
Apache License 2.0
1.32k stars 230 forks source link

DomGen.exe Dependency #22

Closed devgoeson closed 9 years ago

devgoeson commented 9 years ago

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

abeckus commented 9 years ago

Thanks for reporting the issue. I added DomGen.exe and fixed the relative path.

Alan

devgoeson commented 9 years ago

Hi Alan,

I've confirmed that works properly. This is quite helpful! Thank you so much.

Shintaro Iguchi