EngineOfDarkness / Stalker-Anomaly-Ltx-Loader

A Lua Script based Solution to change Vanilla Stalker Anomaly LTX Files
GNU General Public License v3.0
4 stars 0 forks source link

Rename `ltx_autoload.script` to `system_ltx_autoload.script` and create a new `ltx_autoload.script` for generic ltx manipulation #14

Open EngineOfDarkness opened 3 years ago

EngineOfDarkness commented 3 years ago

Currently the way trader_autoload.script is implemented really means you can modify any LTX file.

It therefore makes sense to rename the current ltx_autoload.script to the more fitting name system_ltx_autoload.script and create a new ltx_autoload.script for manipulating generic ltx files that cannot be modified via the system ltx.

I should try to implement said new script in a way that I can reuse the code for the trader_autoload.script (since that script does a few special things related to traderfiles)