Advertisement
offyerrocker

mod.txt

Sep 8th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.75 KB | None | 0 0
  1. {
  2.     "name" : "New Networked Lasers (BLT2)",
  3.     "description" : "Custom laser colors, synced with other modded players",
  4.     "author" : "Offyerrocker",
  5.     "contact" : "offyerrocker",
  6.     "version" : "Stable 1.22",
  7.     "blt_version" : 2,
  8.     "color" : "255 128 0",
  9.     "image" : "nnl.png",
  10.     "hooks" : [
  11.         {
  12.             "hook_id" : "lib/managers/menumanager",
  13.             "script_path" : "menumanager.lua"
  14.         },
  15.         {
  16.             "hook_id" : "lib/units/weapons/weaponlaser",
  17.             "script_path" : "nnl.lua"
  18.         },
  19.         {
  20.             "hook_id" : "lib/units/weapons/weaponlaser",
  21.             "script_path" : "WeaponLaser.lua"
  22.         },
  23.         {
  24.             "hook_id" : "lib/units/weapons/raycastweaponbase",
  25.             "script_path" : "nnl.lua"
  26.         },
  27.         {
  28.             "hook_id" : "lib/managers/mission/elementlasertrigger",
  29.             "script_path" : "nnl.lua"
  30.         }
  31.     ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement