Is there a way to make the Odin eyes have night vision? Currently using Kiroshi Optics Night Vision Mod , they state the following: For modders: - This mod allows for custom items to support enabling NV (So if a custom item that is marked as NVSupport is equipped, NV can be toggled) - For that, simply add the "NVSupport" tag to your item, in the item record's tags array
Would this be possible? Would you know how I could achieve this on my end? I LOVE your mods and would rather use the odin eyes but cant give up night vision
Open the file r6/tweaks/OmniTechCyberware/OmniTech_Odin_Optics.yaml, add a line under "tags" that says NVSupport, like this: tags: - Cyberware - HideInBackpackUI - NVSupportAnd you're all set
System Collapse causes No-Touch to fail, even though it doesn't initiate trace. Would appreciate this being fixed, because it's literally the only thing that makes no touch possible
hey just to explain that afaik no touch is like the no traces modifier in mgsv, like literally not interacting with anyone, so using a quickhack counts towards your presence in that area etc etc,,
Found a weird workout since I couldn't find the value for the base duration. I just changed the added time for each point in reflexes. Change value to X and multiply with your reflexes to get close to your desired duration of the slow time. Also change the value in Items.Artemis_SandyDuration_AttunementHelper and the first value below floatValues: to your multiplyer. I my case 2 to get the correct duration display in the menu.
Let's say you have 5 in reflexes and a value of 2 you should have 10s added duration plus the weird short base duration.
seems like it has a lot of cool features, but seems not balance correctly but has a lot of cool features, with ur permission am i allowed to edit the script? i just dont feel comfortable taking someone's cannon cyberware and switching the stats.
139 comments
For modders:
- This mod allows for custom items to support enabling NV (So if a custom item that is marked as NVSupport is equipped, NV can be toggled)
- For that, simply add the "NVSupport" tag to your item, in the item record's tags array
Would this be possible? Would you know how I could achieve this on my end? I LOVE your mods and would rather use the odin eyes but cant give up night vision
tags:
And you're all set- Cyberware
- HideInBackpackUI
- NVSupport
Seeing street rippers with bunch of chromes that costs near a million eddies in their stores kinda make no sense.
Let's say you have 5 in reflexes and a value of 2 you should have 10s added duration plus the weird short base duration.
File name: OmniTech_Artemis_Sandevistan.yaml
floatValues:
- 2
- 1
Attunements.Artemis_SandyDuration:
$type: gamedataCombinedStatModifier_Record
opSymbol: '*'
refObject: Self
refStat: BaseStats.Reflexes
value: 2
modifierType: Additive
statType: BaseStats.TimeDilationSandevistanDuration
Items.Artemis_SandyDuration_AttunementHelper:
$type: gamedataCombinedStatModifier_Record
opSymbol: '*'
refObject: Player
refStat: BaseStats.Reflexes
value: 2
modifierType: Additive
statType: BaseStats.AttunementHelper