Files
2025-09-29 00:52:08 +02:00

16 lines
495 B
Plaintext
Executable File

-- quick script to fire the content tree wizard from inside max.
theProjectRoot = RsConfigGetProjRootDir()
theProject = RSConfigGetProjectName()
theWildWest = RsConfigGetWildWestDir()
theProjectConfig = RsConfigGetProjBinConfigDir()
toolsRoot = RsConfigGetToolsRootDir()
wizardPath = (toolsRoot +"/bin/ContentTreeWizard/ContentTreeWizard.exe")
format ("wp: "+wizardPath+"\n")
-- dosCommand "X:/gta5/tools_ng/bin/ContentTreeWizard/ContentTreeWizard.exe"
dosCOmmand wizardPath