Warhammer: Vermintide 2

Warhammer: Vermintide 2

40 평점
Level Debug
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
16.129 KB
2021년 1월 8일 오후 4시 47분
2021년 6월 6일 오후 7시 18분
업데이트 노트 25개 (보기)

다운로드 위해 구독하기
Level Debug

설명
Main Path Progress
The green spheres connected by the green lines are the 'Main Path'. The spheres are hard coded values defined in the games files. The purple sphere is your parties current progress along the main path. This includes all members of the party and bots. The purple line is drawn from your character to this sphere to help keep track of it. Multiple things in the game are determined by your progress along this path.



Bosses and Patrols
Boss and patrol spawns are both triggered by reaching a certain progress along the main path. The map is divided into multiple zones and each of these zones have multiple possible triggers. When you load into a level, which triggers that will be used, if any, are decided. The red spheres on the main path are boss triggers and the orange ones are for patrol. When your progress crosses one of these triggers, if there is a boss or patrol loaded into that trigger it will spawn. To see where this event will spawn follow the bright green line to the much larger sphere of the same color.




Respawns
Respawn locations are hardcoded. To spawn at a specific respawn location you must be greater than 70 units away from that unit. The way to read this is you take your position on the main path and proceed forward to the first cyan sphere and that will be the first respawn that will be used.

The only exception to this is something called overrides. Overrides are used to stop you from spawning after an event.

In this example, you will see that my position skips the first respawn the first time. For the second respawn, you will see that my position skips the first two respawns.

/where
will draw your current respawn location taking overrides into account




Item Spawns
Item spawns are kinda complicated and explaining how they work is outside the scope of explaining how to use the mod. If you would like to learn more about them you can read the source[github.com]

Types of Item Spawners:
  • Primary - Yellow
  • Secondary - Orange
  • Guaranteed - Red

Primary/Secondary: In white above them you have the order of the spawn, of its respective type. Below that you will have a list of all the item that can spawn there. Before the name of each item there is a section number. Using both those facts and knowledge of how items spawns work you can get an idea about future spawn, based off what you have or have not seen spawn.

Guaranteed: Will only have a list of items that can spawn there, because it is just a random roll for one of the items in that list. There is no dependence on other spawns


댓글 13
!ChadMasodin 2025년 2월 9일 오전 10시 36분 
After enabling item_spawners, and loading on the map in versus mode, the game instantly crashes, and an error appears: I would be very grateful if you could fix this!

GUID: 21cbdd6d-d3c6-49ce-b9d6-d3b2038297d2
Log File:
Info Type:
-----------------------------------------------
[Script Error]: stingray::plugin_api::unit::local_pose failed, UnitReference is not valid.

Assertion failed `unit != nullptr` at `D:\a\d\vt2-stingray\vt2\release\release_hon_2024_09_25_versus_release\runtime\application\plugin\c_api\c_api_unit.cpp:82` in function `stingray::plugin_api::unit::local_pose`

-----------------------------------------------
[Crash Link]:
crashify://21cbdd6d-d3c6-49ce-b9d6-d3b2038297d2
chen 2024년 9월 28일 오전 12시 37분 
For anyone using NVIDIA DLSS
This mod won't, if DLSS is on.
Janoti! 2023년 4월 25일 오후 7시 37분 
yea it's the same on every difficulty or modifier etc
Hammer96 2023년 2월 16일 오후 8시 09분 
Does this carry over to other difficulties? or do you have to purposely spawn every trigger (randomly/RNG) to find out.
∞mortistik∞ 2021년 4월 16일 오후 6시 48분 
Sorted. It actually was hitbox debugger. At least I have learned something useful in the process; Turning a mod off in mod options is not the same as actually deselecting it in the launch window :)
I guess in the end it was both of my suspected possibilities, a conflict with another mod AND a fundamental noob mistake lol
∞mortistik∞ 2021년 4월 16일 오전 7시 18분 
still didn't work. At least I know it could be another mod, i'll test on the others tomorrow.
Thanks for responding :)
∞mortistik∞ 2021년 4월 16일 오전 7시 17분 
Yes, the latter. I will try disabling it now.
Craven  [작성자] 2021년 4월 16일 오전 5시 51분 
Do you have another mod that draws stuff. Perhaps patrol paths? or maybe raindish's hit box mod
∞mortistik∞ 2021년 4월 15일 오후 9시 48분 
I think I'm doing something wrong. Nothing is showing up for me, no lines or markings at all. I have tried turning the mod off and on again in mod menu with no luck. I have tried entering /drawmainpath in both the chat box and even in the "remote control server menu", although this isn't a case of lines disappearing since they don't show up in the first place.
Is it possible there is conflict with another mod? Or is it (more likely tbh) that I am making a fundamental noob mistake somewhere?
Craven  [작성자] 2021년 3월 16일 오후 1시 02분 
Not currently