stab-virtual-jabog32 / STTR-script

STTR script for Kola Map
GNU General Public License v3.0
0 stars 0 forks source link

STTR_vJaBoG32Template_Script.lua kürzen, nur noch benötigte Module laden #8

Closed Holmson closed 1 week ago

Holmson commented 1 week ago

alle Module die nicht mehr benötigt werden herausnehmen z.b. dofile(basedir .. "modules/bombFeedbackHook.lua") -- initializes the Bomb Feedback Module (hook) dofile(basedir .. "modules/nonDeadlyAAHook.lua") -- initializes the non-deadly Air To Air Missile Module (hook) dofile(basedir .. "modules/nonDeadlySamHook.lua") -- initializes the non-deadly Surfacte To Air Missile Module (hook)

DTomas15 commented 1 week ago

Siehe initial commit in main