mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
This makes some tweaks to the engine to support this, specifically, it tweaks the hardcoded shaderpaths to defer to a pref variable, so none of the shader paths are hardcoded. Also tweaks how post effects read in texture files, removing a bizzare filepath interpretation choice, where if the file path didn't start with "/" it forcefully appended the script's file path. This made it impossible to have images not in the same dir as the script file defining the post effect. This was changed and the existing template's post effects tweaked for now to just add "./" to those few paths impacted, as well as the perf vars to support the non-hardcoded shader paths in the engine.
7 lines
114 B
Batchfile
7 lines
114 B
Batchfile
del /s prefs.cs
|
|
del /s config.cs
|
|
del /s banlist.cs
|
|
del /s config.cs.dso
|
|
del /s prefs.cs.dso
|
|
del /s banlist.cs.dso
|