#Night Vision System - Dismiss

1 messages · Page 2 of 1

last storm
#

@cloud glacier

cloud glacier
last storm
cloud glacier
cloud glacier
slate summit
#

Getting these errors on the NVGs. This results in stalls, people getting kicked (TFMuniforms+NVS)

lone path
#

@last storm

untold blaze
#

@last storm I can confirm opening your mod up in workbench, all the prefab have rpl parent node checked on them with the error console yelling about it

#

Tested it standalone

last storm
lone path
# last storm Yes but no kick with only NVS ?

Every error is your content, I haven't got any overrides in my TFM stuff so I am not sure why your errors, would be my mods fault?

The kicking issue went away with the override patch that was put out while I fixed my rpl issues post 1.2

I am happy to do the same fix if I have to, to allow folk to play.

untold blaze
#

Parent node rpl issues from what I understand cause kick Reason="STALLED"

last storm
slate summit
#

no more errors popping up!

last storm
last storm
#

Night Vision System - 1.1.26

  • Tweaked : Wrong GUI path for some NVGs.
white zealot
#

yo

#

where do I report a bug?

last storm
white zealot
last storm
#

No for me the last problem with GM was nvg not staying on when selecting things for it fixed

last storm
white zealot
#

oke

last storm
#

Wtf ok i will check that in priority thank you bacon

white zealot
#

oki doki thank u

misty dirge
#

Hi! I tried using the experimental version of the Night Vision System, and somehow it will fail to launch the server when added to the mod list

last storm
white zealot
#

is the mod no longer in development? the bug I mentioned above in video seems to still be in there

last storm
opal linden
#

anyone implement a fix for night vision staying on a character that drops the nvg's from inventory while nvg is on?

#

also happens upon death i believe

opal linden
#

for your override of the SCR_InventoryStorageManagerComponent, put this instead

// 1.0 Modification for NVS (Night Vision System)
modded class SCR_InventoryStorageManagerComponent : ScriptedInventoryStorageManagerComponent
{
    override protected void OnItemRemoved(BaseInventoryStorageComponent storageOwner, IEntity item)
    {
        super.OnItemRemoved(storageOwner, item);
        if (!SCR_PlayerController.GetLocalControlledEntity()) return;
        
        IEntity localPlayer = GetGame().GetPlayerController().GetControlledEntity();
        IEntity NVGOwner = storageOwner.GetOwner();
        
        if (localPlayer == NVGOwner)
        {
            GREG_NightVisionComponent NVG = GREG_NightVisionComponent.Cast(item.FindComponent(GREG_NightVisionComponent));
            if (NVG)
            {
                NVG.ResetEffects();
            }
        }
    }
};
#

the mistake was it assumed the night vision component was attached to a child of the nvg, instead of the item itself.

last storm
#

Thanks I will try to push it asap

jaunty trench
#

@last storm good morning, do you know if it’s possible to make a night vision mode for the game masters? Even with the added light feature, GMs have a hard time seeing what the players are doing

last storm
jaunty trench
last storm
#

binoculars icon

vernal stream
#

Can I use this mod to change the effects of the RHS goggles? how do I archieve that? 🙂 with thanks

jaunty trench
last storm
#

That’s a custom system so you need Night Vision Sysrem

jaunty trench
#

Its actually in your mod, alright thanks friend!

jaunty trench
jaunty trench
#

And maybe a way to dial the brightness up and down

last storm
#

I don’t have the time to add new features in it. I only try to push fix as fast as I can

deep star
#

Does this mod have the ability to attach a NVD to the RHS Helmet?

opal linden
last storm
#

If I remember correctly there is a file for the ondeath event

last storm
#

i'm on it

#

Night Vision System - 1.1.28

  • Fixed : Drop NVG wasn't turned them off
  • Fixed : After respawning effect wasn't killed
opal linden
#

Niiiiiiice. Thank you dude. Huge fix.

fluid surge
#

Have you considered ofHaveing only a GM NV mode mod without the extras?

last storm
sterile falcon
#

Anyone know how to fix helmet at feet bug?

exotic stag
sterile falcon
last storm
slate granite
#

Hi Greg. It's good to see that you were able to fix a few bugs since this mod is one of the most used.
Is there a potential fix for the flickering bug mentioned by bacon (#1066345323229892628 message) ?
As a GM for my group it gives me headaches dealing with this.

last storm
slate granite
#

If you could, that would be awesome. 🙂

wet matrix
#

iv seen a few servers that where able to use the gpnvg quads as a helmet attachment not forcing people to use the black helmets that come with the nvg only (i changed the item to equipment from hat/helmet but clearly their is more to it than that) could you explain to me what my DA is doing wrong? (i copy the way RHS has their NVG for the arsenal data and it still just not acting like an attachment )

#

sorry for white wash SS (HDR being weird)

steep hatch
# last storm Can you explain a bit ?

When I tried out your NVG Mod (with: Kex COE2, Where Am I, Bacon Load Out, Bacon M4, and dependencies) when selecting the helmet with NVGs, the helmet would stay on the ground between the feet, and would never apply to the head even when moving, but the NVGs would be floating above the characters head and still be usable. I'm on PS5, and happens on Dedicated Server, and just single player scenario.

#

This is vanilla GM Arland, only mod active is the NVG System

last storm
#

Wtf

#

XBOX and PC don’t seems to have this problem

steep hatch
#

LOL, wish I didn't. Was looking at a possible alternative to RHS for my servers.

last storm
#

I dont know if I can reproduce this bug I will check

last storm
leaden burrow
#

it fixes with RHS night vision but each armory has helmets that stick to the ground like this

last storm
#

Ok maybe something has changed in settings

sterile falcon
exotic stag
#

I’ve tried that mod and it didn’t work for me. The nvg still spawns with the helmets on the ground.

last storm
#

Maybe BIS has changed the rig

coral tendon
exotic stag
livid mural
#

Does this add cold war era NVGs or just modern ones?

exotic stag
#

Just the modern quads.

#

My only complaint is that it shifts the inventory over making certain items unreachable. I tried to put it first in order before the Zeliks characters mod and it has a supply box there instead.

exotic stag
#

I will give it a try and get back to you👀

exotic stag
worn quartz
#

if you add that mod guid to your servers mod list it should download it. Sorry if this is getting offtopic!

exotic stag
#

I added it and it works. Thank you for the fix:)

last storm
#

if it's not your mod maybe you know the creator ?

#

For the helmet problem i will check again tomorrow

exotic stag
#

Not my mod and creators are „Tonic“ and „McTiddies4Lunch3“

last storm
#

They just re-upload the full mod with modification no credit and no dependency

last storm
#

The mod is no longer being developed. I hope you enjoyed it. Thanks for the support and maybe see you latter for future project !

#

Night Vision System - Dismiss