From a5078060de6f304d956bd5b35ec5b8d751596dae Mon Sep 17 00:00:00 2001 From: Jeremy Smitherman Date: Mon, 24 Dec 2018 16:11:09 -0600 Subject: [PATCH] Added the HOGGIT global here. --- hoggit_config.lua.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hoggit_config.lua.example b/hoggit_config.lua.example index 4da0c25..91a220a 100644 --- a/hoggit_config.lua.example +++ b/hoggit_config.lua.example @@ -1,8 +1,10 @@ -- Copy this file to your GAME INSTALL'S Scripts folder (probably in C:\Program Files\Eagle Dynamics\DCS World\Scripts) --- NOT your Saved Games Scripts folder. +-- as hoggit_config.lua (make sure you don't include the .example), NOT your Saved Games Scripts folder. -- Hoggit Framework Config. +HOGGIT = {} + -- Replace these values with the Scripts and Logs folders in your SAVED GAMES' Scripts -- folder (NOT your base install folder), with NO trailing slash. -script_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Scripts]] -log_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Logs]] \ No newline at end of file +HOGGIT.script_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Scripts]] +HOGGIT.log_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Logs]]