Warhammer: Vermintide 2

Warhammer: Vermintide 2

28 ratings
Prop Joe's mods
2
   
Award
Favorite
Favorited
Unfavorite
Items (26)
Penlight Lua Libraries
Created by prop joe
A collection of resources that help in coding mods. https://github.com/stevedonovan/Penlight Docs: http://stevedonovan.github.io/Penlight/api/index.html Use: local pl = require'pl.import_into'() pl.tablex.deepcompare(t1, t2) Or to require individual module...
Weapon Kill Counter
Created by prop joe
Track kills done with a weapon. Can only work from the point when you install the mod, since the mod adds the actual code for tracking kills. MAKE SURE THE MOD LOAD ORDER IS CORRECT: in the launcher, put the dependency mods you see on the right above this ...
UI Tweaks
Created by prop joe
Adds a million options to customize the HUD. Adds a Priority Buff Bar that is positioned mid-screen for important timed buffs. Options to reposition, scale, and change direction of UI elements. Options to hide UI elements or make them less obtrusive. Optio...
Any Weapon
Created by prop joe
Equip a handgun/hagbane combo on slayer and whatever else. Should use a separate matchmaking queue, so only people running the mod as well can join your game. Note that trying to circumvent this can lead to those weapons crashing other people that are not ...
Crosshair Customization
Created by prop joe
Change the color and size of your crosshair. Some other options like dot-only on ranged weapons. The mod does not introduce new crosshair types! MAKE SURE THE MOD LOAD ORDER IS CORRECT: in the launcher, put the dependency mods you see on the right above th...
Deed Mutators Selector
Created by prop joe
Play with deed mutators. Pick the mutators in options and start the map normally. The night_mode mutator enables the night version of maps used in the Halloween event! Some of the unreleased mutators may be unfinished and could crash! MAKE SURE THE MOD LOA...
Dismember And Ragdoll Tweaks
Created by prop joe
NOTE: I suspect dismember on every hit can cause a crash rarely. Use that setting at your own risk until I look into it. Tweak some gib(dismember) and ragdoll values in the mod options menu....
[BROKEN] Execute External Lua File
Created by prop joe
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...
Fail/Win/Restart Level Command - use the Helpers mod
Created by prop joe
USE THE HELPERS MOD, IT WILL BE MORE UP-TO-DATE /fail or /win to lose or win the map. Both return to the keep. /restart to repeat the map. How to report mod errors Source Give me all your money: paypal...
Give All Hats, Skins And Paintings
Created by prop joe
Spawns all the hats, character skins, portrait frames and keep paintings into your inventory on game start. You don't keep them after you quit the game. The mod is completely automated and will always have all the stuff that is in the actual game. Nowadays...
Give Weapon
Created by prop joe
Add new equipment into your inventory with properties and traits of your choice. Everything is done inside the inventory screen. To add properties click the "Add Property" button. Repeat for multiple properties. You do not keep the created equipment after ...
Info Dump For Streaming
Created by prop joe
Dump information on the screen, aimed at streamers. Auto-hides when playing the level. You can use /set_lines to add custom text below the info lines. To tell it's an onslaught stream, stuff like that. /info is a way to show some text permanently, look in ...
Infinite Ammo And 0 Heat
Created by prop joe
Infinite ammo and no heat generated when mod is enabled in options, for mutators or something. If host has it active it spreads to clients....
Item Spawner
Created by prop joe
Spawn pickups ingame. Change hotkeys in the mod options. MAKE SURE THE MOD LOAD ORDER IS CORRECT: in the launcher, put the dependency mods you see on the right above this mod....
Killbots
Created by prop joe
/killbots in chat to kill the bots. Also bindable to a hotkey....
[OBSOLETE] Killfeed Tweaks
Created by prop joe
OBSOLETE SINCE THE OCTOBER 2021. PATCH Adds a counter for duplicate kills and allows you to reposition the kill feed wherever you want. MAKE SURE THE MOD LOAD ORDER IS CORRECT: in the launcher, put the dependency mods you see on the right above this mod. H...
Misc Tweaks
Created by prop joe
Miscellaneous tweaks that don't belong anywhere else. Currently options to change dodge distance and player first person height....
Neuter Ult Effects
Created by prop joe
Cut down on visual and audio effects during ults, also potion effects. Affects: - huntsman, ranger, slayer, zealot and shade screen filters - slayer audio distortions Options to disable the red downed filter, about-to-die wash-out filter and HUD blood spla...
No Glow On Unique Weapons
Created by prop joe
Disable glow on unique quality weapons. Since you can normally remove the glow from your weapon by removing the skin, but you cannot from other player's weapons. Doesn't affect other players in the game, they will still see weapons normally....
Pause
Created by prop joe
Pause the game with a hotkey or with /pause. Only works as host. Problems occur when people join a game while it's paused, so not going to get sanctioned. I'm not sure how fixable this is through a mod, and even if it is, if Fatshark even wants pause to be...
Reroll Improvements
Created by prop joe
Show properties and trait on respective reroll screens and keep the same item slotted after reroll. MAKE SURE THE MOD LOAD ORDER IS CORRECT: in the launcher, put the dependency mods you see on the right above this mod. Source...
Scoreboard Tweaks
Created by prop joe
Adds a "Friendly Fire" category to the scoreboard. Friendly Fire and Damage Taken now award circles to the lowest score. MAKE SURE THE MOD LOAD ORDER IS CORRECT: in the launcher, put the dependency mods you see on the right above this mod. Source Give me a...
True Solo QoL Tweaks
Created by prop joe
True Solo is the challenge of winning a map solo, without other players or bots. If you just want to play True Solo Spawn Tweaks are all you need. This was the original mod for playing True Solo, and has some options like warnings on special spawn and disa...
Team Damage Mutator
Created by prop joe
Adjust damage dealt, taken, and stagger per each player. The settings dialog shows when you open the chat. Checkboxes are to set if a player can deal damage to an enemy category. So have a player that can only damage specials. Stagger lowering works, but a...
Spawn Tweaks
Created by prop joe
Adds a bevy of options to customize game difficulty and modify game logic. Expanded the scope of the mod to include mutator options as a way to empower users to create their own mutators and game modes, as well as offering some built-in mutators. When usin...
Helpers
Created by prop joe
Combined these mods so I have less stuff in the launcher: Pause, Killbots, Win/Fail/Restart Level, Reset Ult Also adds some commands for testing: /bot_toggle to spawn bots in inn /invincible_toggle to turn invincible /inn_dmg to take dmg in the inn Sets in...