Replies: 1 comment
-
|
The objective here is to provide the location of the dll so it can be used. The most straight forward approach is to directly give the path to the dll. The advantage of loading with a table is that the path may be interpreted programmatically. There are two commonly used paths: the mods folder in the games directory and steams workshop folder. With the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This poll we be used to determine which of these 2 options developers prefer.
``lua
zeus.mod_name = "t7_zeus
zeus.map_name = "zeus_test"
zeus.dll_name = "t7-zeus.dll"
zeus.files_path = [[.]] -- used for maps/mods installed in game directory
zeus.init()
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions