7DTD-ScriptingMod
7DTD-ScriptingMod copied to clipboard
Adds scripting support and other useful functionality to 7 Days To Die dedicated server
I would really appreciate it if this mod would work for the A19 in the near future. I myself don't have much experience with C#, but rather Java, JavaScript and...
It should be possible for all built-in commands like dj-export, dj-import, dj-repair, dj-regen to load affected chunks on demand if they are not yet loaded. This way, repairs and import/exports...
In rare, non yet reproducible, circumstances excessive usage of `dj-regen` makes the server unstable, throw other errors, hang up, and ultimately crash or freeze. Usually no error is shown on...
Hi I have problems starting the server 2018-03-27T12:29:12 3.449 WRN [SCRIPTING MOD] Could not find file ScriptingModPeristentData.xml. Assuming there is no saved data yet. Writing default file ... 2018-03-27T12:29:12 3.454...
Adds the "JsConsole" to Lua! Call them like so: console:log("Lua console:log()"); console:info("Lua console:info()"); console:warn("Lua console:warn()"); console:error("Lua console:error()"); console:debug("Lua console:debug()");
Been trying to require another JS file only results in errors. I can't seem to find any way to make the require function work. Absolute paths seem to work but...
It would be great to trigger events from the comfort of your minibike. I've always wanted to be able to honk the horn or flash the lights to trigger opening...
I wrote a player death javascript based on the `_event-somethingDied.js` script. I've checked my code several times over. It seems that when a player dies to spike traps or starves...