So I’m trying to set up a template with a specific folder structure which follows as:
Game/Content/Project Name/materials
The issue I’m running into is I have absolutely no idea on how to approach the TemplateDefs.ini file.
Currently I have tested
FolderRenames (From=“Source/%TEMPLATENAME%/Content/%TEMPLATENAME%”,To=“Source/%PROJECTNAME%/Content/%PROJECTNAME%”)
and
FolderRenames=(From=“Game/%TEMPLATENAME%/Content/%TEMPLATENAME%”,To=“Game/%PROJECTNAME%/Content/%PROJECTNAME%”)
But the outcome is still Game/Content/Template_name/materials
It probably is a very simple solution, but I have been scratching my head at various possibilities for the past two days.
Any help is appreciated.