Skip to content

MS-crew/NightVisionGoggles

Repository files navigation

Night Vision Goggles

GitHub Release Download GitHub Releases General Public License v3.0 GitHub Exiled

A standard-issue night-vision device designed by the SCP Foundation for use in dark or low-visibility environments. When activated, the goggles amplify ambient light and provide the user with clear visibility inside unlit areas of the facility. This item as a practical tool for improving visibility during containment and security operations.

image image

Installation

  1. Download the release file from the GitHub page here.
  2. Extract the contents into your \AppData\Roaming\EXILED\Plugins directory.
  3. Restart your server for creating default config file.
  4. Configure the plugin according to your server’s needs using the provided settings.
  5. Restart your server to apply the changes.

Feedback and Issues

This is the initial release of the plugin. We welcome any feedback, bug reports, or suggestions for improvements.

Thank you for using our plugin and helping us improve it!

Default Config

is_enabled: true
debug: false
night_vision_effect_insentity: 1
# Simulate the temporary darkness when wearing the glasses
simulate_temporary_darkness: false
# Wearing time (default 5)
wearing_time: 1
# Removal time (default 5.1 set less than 5.1)
wearing_off_time: 1
n_v_g:
  id: 757
  weight: 1
  name: 'Night Vision Goggles'
  description: 'A night-vision device (NVD), also known as a Night-Vision goggle (NVG), is an optoelectronic device that allows visualization of images in low levels of light, improving the user''s night vision.'
  spawn_properties:
    limit: 0
    dynamic_spawn_points: []
    static_spawn_points: []
    role_spawn_points: []
    room_spawn_points: []
    locker_spawn_points: []
  scale:
    x: 1
    y: 1
    z: 1
light_settings:
  range: 50
  intensity: 70
  spot_angle: 90
  inner_spot_angle: 0
  color:
    r: 0
    g: 1
    b: 0
    a: 1
  track_camera_rotation: true
  track_camera_rotation_interval: 0.1
  # You can use this types `Spot, Point, Directional`
  light_type: Spot
  shadow_type: None

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages