diff --git a/NewProject.bat b/NewProject.bat index 4c04fdf..a56208f 100644 --- a/NewProject.bat +++ b/NewProject.bat @@ -70,6 +70,8 @@ mkdir "%projectRoot%\Deliverable\" mkdir "%projectRoot%\Pr\RnR\RIFE" :: Add project root additions +mkdir "%projectRoot%\Reference\audio" +mkdir "%projectRoot%\Reference\translations" if not exist "%projectRoot%\Renders" mkdir "%projectRoot%\Renders" :: Place helper scripts into Renders (config lives in .config\, deployed by CfgDeploy below)