Warhammer: Vermintide 2

Warhammer: Vermintide 2

Ei tarpeeksi arvosteluja
[BROKEN] Execute External Lua File
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
224.347 KB
2.6.2018 klo 11.54
27.10.2019 klo 5.30
11 muutosilmoitusta ( näytä )

Tilaa ladataksesi
[BROKEN] Execute External Lua File

1 kokoelmassa, tekijä prop joe
Prop Joe's mods
26 luomusta
Kuvaus
14.11.2021. update:
the latest patch that disabled file system operations from inside Vermintide broke this mod

Faster mod reloading method for modding convenience.

Binds a reload hotkey to a exec.lua file in your Vermintide 2 Steam folder.

Manually create a mods folder inside C:\Program Files (x86)\Steam\steamapps\common\Warhammer Vermintide 2, and exec.lua inside the mods folder.

You can use local mod = get_mod("Dofile") and mod:pcall and mod:hook.
Or use your own get_mod("mod_name") and overwrite its hooks.
Mod needs to have
allow_rehooking = true
in mod_data for rehooking!

Nest files inside exec.lua with:
local pl = require'pl.import_into'() loadstring(pl.utils.readfile("../mods/other.lua"))()

To dump a table onto the screen:
ddraw(table)