FlashHit

Results 161 comments of FlashHit

Also the fov seems to be wrong

Potentially fixed in build `19963`. Go to [changelog](https://docs.veniceunleashed.net/general/changelog/#19963) for more information.

Indeed this seems to be a bug: ```lua Hooks:Install('Input:PreUpdate', 1, function(p_HookCtx, p_Cache, p_DeltaTime) if p_Cache:GetLevel(InputConceptIdentifiers.ConceptJump) > 0 then print(InputManager:GetLevel(InputConceptIdentifiers.ConceptJump)) end end) ``` While the InputConceptIdentifiers for jump is `1` in...

Seems like there are even more. ```lua ---@param p_HookCtx HookContext ---@param p_Cache ConceptCache ---@param p_DeltaTime number Hooks:Install('Input:PreUpdate', 1, function(p_HookCtx, p_Cache, p_DeltaTime) for i = InputConceptIdentifiers.ConceptSize - 1, 1, -1 do...

It doesn't crash when adding the bundle via `SubWorldReferenceObjectData`. So I lower the priority.

No proper information to this issue. We already have other issues that might fix these crashes. So I am closing this one.

So thanks to txt I was able to work around this issue. So the issue has to do with arrays and lazyloaded instances. Before modifying `LevelData.objects` all objects have to...

Repro: 1. Launch server with [reproClientPlayerIsSquadPrivate.zip](https://github.com/EmulatorNexus/VeniceUnleashed/files/5598079/reproClientPlayerIsSquadPrivate.zip) and [bots](https://github.com/EmulatorNexus/VEXT-Samples/tree/master/bots) 2. Then add some bots: ``` bots.spawn Bot1 Team1 Squad1 70 70 70 bots.spawn Bot2 Team1 Squad1 70 70 70 bots.spawn Bot3...

``` [20:24:35] [info] [VeniceEXT] [reproclientplayerissquadprivate] voteban_flash [20:24:35] [info] [VeniceEXT] [reproclientplayerissquadprivate] true [20:24:35] [info] [VeniceEXT] [reproclientplayerissquadprivate] Janssent [20:24:35] [info] [VeniceEXT] [reproclientplayerissquadprivate] false [20:24:35] [info] [VeniceEXT] [reproclientplayerissquadprivate] Darkexplorer [20:24:35] [info] [VeniceEXT] [reproclientplayerissquadprivate]...

oh... yes it is also the case on the server. Just checked it. ``` [2020-11-25 20:46:41+01:00] [info] [VeniceEXT] [reproclientplayerissquadprivate] voteban_flash [2020-11-25 20:46:41+01:00] [info] [VeniceEXT] [reproclientplayerissquadprivate] true [2020-11-25 20:46:41+01:00] [info] [VeniceEXT]...