From 4892f59089092135fe68b374ee916da573b917d8 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 11 Jun 2026 10:24:25 -0600 Subject: [PATCH] Add directories for Reference audio and translations in NewProject.bat --- NewProject.bat | 2 ++ 1 file changed, 2 insertions(+) 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)