From 2e643e69c3715f8366073a80c0c5aeb1a004b712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Mon, 11 Sep 2023 13:01:26 +0200 Subject: [PATCH] improve fwk and back cmds --- MAKE.bat | 4 ++++ tools/cook.ini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MAKE.bat b/MAKE.bat index affc53a..bab6050 100644 --- a/MAKE.bat +++ b/MAKE.bat @@ -217,10 +217,13 @@ if "%1"=="fwk" ( if not exist "_fwk\tools" mkdir "_fwk\tools" if not exist "_fwk\tools\editor" mkdir "_fwk\tools\editor" if not exist "_fwk\engine" mkdir "_fwk\engine" + if not exist "_fwk\engine\art" mkdir "_fwk\engine\art" + if not exist "_fwk\engine\art\shaders" mkdir "_fwk\engine\art\shaders" if not exist "_fwk\engine\split" mkdir "_fwk\engine\split" setlocal enabledelayedexpansion xcopy /y "*" "_fwk" xcopy /y "engine\split\3rd_*" "_fwk\engine\split" + xcopy /y "engine\art\shaders\*" "_fwk\engine\art\shaders" xcopy /y "demos" "_fwk\demos" xcopy /y/E "tools "_fwk\tools" for %%f in ("engine\split\v4k*") do ( @@ -267,6 +270,7 @@ if "%1"=="back" ( xcopy /y "_fwk" "." xcopy /y "_fwk\engine\split\3rd_*" "engine\split" + xcopy /y "_fwk\engine\art\shaders\*" "engine\art\shaders" xcopy /y "_fwk\demos" "demos" xcopy /y/E "_fwk\tools "tools" for %%f in ("_fwk\engine\split\fwk*") do ( diff --git a/tools/cook.ini b/tools/cook.ini index 501682a..969fb7d 100644 --- a/tools/cook.ini +++ b/tools/cook.ini @@ -1,4 +1,4 @@ -; this is where you specify and configure the V4K pipeline. +; this is where you specify and configure the FWK pipeline. ; tweak the pipeline and add new importers just by editing this file. ; there is no flow control in this script file: lines are parsed and evaluated, from top to bottom.