mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Merge branch 'master' of https://github.com/Hoggit/H.O.G.G.I.T
This commit is contained in:
commit
d3efee7595
@ -1,8 +1,10 @@
|
|||||||
-- Copy this file to your GAME INSTALL'S Scripts folder (probably in C:\Program Files\Eagle Dynamics\DCS World\Scripts)
|
-- 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 Framework Config.
|
||||||
|
|
||||||
|
HOGGIT = {}
|
||||||
|
|
||||||
-- Replace these values with the Scripts and Logs folders in your SAVED GAMES' Scripts
|
-- Replace these values with the Scripts and Logs folders in your SAVED GAMES' Scripts
|
||||||
-- folder (NOT your base install folder), with NO trailing slash.
|
-- folder (NOT your base install folder), with NO trailing slash.
|
||||||
script_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Scripts]]
|
HOGGIT.script_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Scripts]]
|
||||||
log_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Logs]]
|
HOGGIT.log_base = [[D:\Personal Folders\Saved Games\DCS.openbeta\Logs]]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user