Page 1 of 1

Vermintide - Lua Injection

Posted: Wed Apr 12, 2017 3:30 pm
by STN
Made by pox911

This table does as the title implies. It will allow you to execute your own lua by overriding the loadString call. The form has a basic save and load function so you can easily keep stuff you want. It currently defaults to a script that disables friendly fire so you dont kill your bots in the harder difficulties.


Warning: Any lua errors will cause the game to crash

How to use:
* Activate the "Lua Override" script
* Enable the "Show Editor" code
* Put what ever lua script you want
* Hit inject
* Enter your inventory to trigger the execution of the lua


Here is an example code to be used. It does as it implies, slows down the rat ogres
Code:

Breeds.skaven_rat_ogre.run_speed = 0.1
Breeds.skaven_rat_ogre.walk_speed = 0.1