-
Notifications
You must be signed in to change notification settings - Fork 3
/
itemV2.cfg
42 lines (36 loc) · 2.25 KB
/
itemV2.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
title = "Loadout Manager";
description = "[b]Allows you to save multiple configurations of equipment and talents for each hero career, so that you can restore an entire configuration with a couple of mouse clicks.[/b]
Some things that might not be obvious:
[list]
[*] You can right-click on a loadout number to restore that loadout without having to open the loadout details panel.
[*] You can rename a loadout by clicking on its current name at the top of the loadout details panel.
[*] Loadouts are saved to a Steam cloud file, so if you play Vermintide 2 on multiple PCs using the same account, your loadouts should be automatically kept up to date on all of them without having to manually copy files.
[/list]
Version: 1.1.4
Changelist:
1.1.4: Fix breakage caused by Chaos Wastes update, and allow up to 30 loadouts to be saved per career.
1.1.3: Fix to allow equipping a melee weapon in the ranged slot for Grail Knight.
1.1.2: Fix for loadouts with Throwing Axes not working.
1.1.1: Fixes for breakage from changes in v2.0 of the game.
1.1.0: Added a few new features: bot override loadouts, right-click loadout number to restore it, and restore loadouts on hero-select screen when joining games.
1.0.6: Fix for another exploit which allowed items to be equipped in the wrong slots.
1.0.5: Fix for exploits which allowed items to be equipped on the wrong careers.
1.0.4: Don't rely on deprecated behaviour of hook library (repeatedly hooking same function).
1.0.3: Fix for breakage from changes in v1.2 of the game.
1.0.2: Fixes to work with hero/career switch in UI Improvements mod
1.0.1: Fixes for UI scaling
1.0.0: Initial release
[h1]Requirements[/h1]
[url=https://steamcommunity.com/sharedfiles/filedetails/?id=1369573612]Vermintide Mod Framework[/url]
[url=https://steamcommunity.com/sharedfiles/filedetails/?id=1389872347]Simple UI[/url]
[h1]Acknowledgments[/h1]
Special thanks to [url=http://steamcommunity.com/profiles/76561197965087134/]grasmann[/url] for his excellent Simple UI mod.
General thanks to everyone who worked on the Vermintide Mod Framework.
";
preview = "item_preview.jpg";
content = "bundleV2";
language = "english";
visibility = "public";
published_id = 1445717962L;
apply_for_sanctioned_status = true;
tags = ["UI", "QoL"];