Skip to content

Instantly share code, notes, and snippets.

@viral32111
Created August 19, 2019 15:26
Show Gist options
  • Select an option

  • Save viral32111/c19df1b8ea21a742994031893705e8bf to your computer and use it in GitHub Desktop.

Select an option

Save viral32111/c19df1b8ea21a742994031893705e8bf to your computer and use it in GitHub Desktop.
Garry's Mod Spawnlist for Sci-Fi Props Megapack (https://steamcommunity.com/sharedfiles/filedetails/?id=284266415)
hook.Add("PopulatePropMenu", "SciFiPropsMegapackSpawnlist", function()
local propList = {
-- Furniture
{type = "header", text = "Furniture"},
{type = "model", model = "models/lt_c/desk_officer.mdl"},
{type = "model", model = "models/lt_c/flagpole.mdl"},
{type = "model", model = "models/lt_c/holo_wall_unit.mdl"},
{type = "model", model = "models/lt_c/sci_fi/bed_bunk.mdl"},
{type = "model", model = "models/lt_c/sci_fi/am_container.mdl"},
{type = "model", model = "models/lt_c/sci_fi/box_crate.mdl"},
{type = "model", model = "models/lt_c/sci_fi/counter.mdl"},
{type = "model", model = "models/lt_c/sci_fi/counter_sinks.mdl"},
{type = "model", model = "models/lt_c/sci_fi/desk_reception.mdl"},
{type = "model", model = "models/lt_c/sci_fi/dm_container.mdl"},
{type = "model", model = "models/lt_c/sci_fi/dm_container_small.mdl"},
{type = "model", model = "models/lt_c/sci_fi/door_airlock_96x192x16.mdl"},
{type = "model", model = "models/lt_c/sci_fi/door_airlock_96x192x16_frame.mdl"},
{type = "model", model = "models/lt_c/sci_fi/door_airlock_96x192x16_static.mdl"},
{type = "model", model = "models/lt_c/sci_fi/girder_128.mdl"},
{type = "model", model = "models/lt_c/sci_fi/girder_angled_128.mdl"},
{type = "model", model = "models/lt_c/sci_fi/ground_locker_small.mdl"},
{type = "model", model = "models/lt_c/sci_fi/hatch_frame.mdl"},
{type = "model", model = "models/lt_c/sci_fi/stairs_144.mdl"},
{type = "model", model = "models/lt_c/sci_fi/support_beam_48.mdl"},
-- Panels
{type = "header", text = "Panels"},
{type = "model", model = "models/lt_c/sci_fi/panels_full_128.mdl"},
{type = "model", model = "models/lt_c/sci_fi/panels_full_128_alt.mdl"},
{type = "model", model = "models/lt_c/sci_fi/panels_full_256.mdl"},
{type = "model", model = "models/lt_c/sci_fi/panels_full_256_alt.mdl"},
{type = "model", model = "models/lt_c/sci_fi/panels_top_128.mdl"},
{type = "model", model = "models/lt_c/sci_fi/panels_top_26.mdl"},
{type = "model", model = "models/lt_c/sci_fi/panels_top_128_light.mdl"},
{type = "model", model = "models/lt_c/sci_fi/panels_tube_128.mdl"},
-- Pipes
{type = "header", text = "Pipes"},
{type = "model", model = "models/lt_c/sci_fi/pipe_128.mdl"},
{type = "model", model = "models/lt_c/sci_fi/pipe_256.mdl"},
{type = "model", model = "models/lt_c/sci_fi/pipe_large_256.mdl"},
{type = "model", model = "models/lt_c/sci_fi/pipe_large_512.mdl"},
{type = "model", model = "models/lt_c/sci_fi/pipe_large_512_180.mdl"},
{type = "model", model = "models/lt_c/sci_fi/pipe_large_512_90.mdl"},
{type = "model", model = "models/lt_c/sci_fi/pipe_large_512_90t.mdl"},
-- Railings
{type = "header", text = "Railings"},
{type = "model", model = "models/lt_c/sci_fi/rails_144.mdl"},
{type = "model", model = "models/lt_c/sci_fi/rails_432.mdl"},
{type = "model", model = "models/lt_c/sci_fi/rails_48.mdl"},
{type = "model", model = "models/lt_c/sci_fi/rails_48_cheap.mdl"},
{type = "model", model = "models/lt_c/holo_rails.mdl"},
{type = "model", model = "models/lt_c/holo_rails_angled.mdl"},
{type = "model", model = "models/lt_c/holo_rails_angled_cheap.mdl"},
-- Items
{type = "header", text = "Items"},
{type = "model", model = "models/lt_c/sci_fi/detector.mdl"},
{type = "model", model = "models/lt_c/sci_fi/coffee_mug.mdl"},
{type = "model", model = "models/lt_c/sci_fi/holo_tablet.mdl"},
{type = "model", model = "models/lt_c/sci_fi/lantern.mdl"},
{type = "model", model = "models/lt_c/sci_fi/cafeteria/tray.mdl"},
{type = "model", model = "models/lt_c/holo_armband.mdl"},
{type = "model", model = "models/lt_c/sci_fi/headset_2.mdl"},
-- Machines
{type = "header", text = "Machines"},
{type = "model", model = "models/lt_c/sci_fi/alarm_static.mdl"},
{type = "model", model = "models/lt_c/sci_fi/generator_portable.mdl"},
{type = "model", model = "models/lt_c/sci_fi/lamp.mdl"},
{type = "model", model = "models/lt_c/sci_fi/light_spotlight.mdl"},
{type = "model", model = "models/lt_c/sci_fi/light_spotlight_bracket.mdl"},
{type = "model", model = "models/lt_c/sci_fi/light_spotlight_rigged.mdl"},
{type = "model", model = "models/lt_c/sci_fi/scifi_light_double.mdl"},
{type = "model", model = "models/lt_c/sci_fi/computers/crystal_hdd.mdl"},
{type = "model", model = "models/lt_c/sci_fi/alarm.mdl"},
{type = "model", model = "models/lt_c/holograms/console_hr.mdl"},
{type = "model", model = "models/lt_c/holo_keypad.mdl"},
{type = "model", model = "models/lt_c/holo_keypad_large.mdl"},
{type = "model", model = "models/lt_c/holo_laptop.mdl"},
{type = "model", model = "models/lt_c/holograms/projector.mdl"},
{type = "model", model = "models/lt_c/sci_fi/flourcent_lamp.mdl"},
-- Displays
{type = "header", text = "Displays"},
{type = "model", model = "models/lt_c/holograms/bay_status.mdl"},
{type = "model", model = "models/lt_c/holograms/eletc_paths.mdl"},
{type = "model", model = "models/lt_c/holograms/engine_out.mdl"},
{type = "model", model = "models/lt_c/holograms/fwd_sensors.mdl"},
{type = "model", model = "models/lt_c/holograms/keyboard.mdl"},
{type = "model", model = "models/lt_c/holograms/life_support.mdl"},
{type = "model", model = "models/lt_c/holograms/line.mdl"},
{type = "model", model = "models/lt_c/holograms/music_player.mdl"},
{type = "model", model = "models/lt_c/holograms/overlays_warnings.mdl"},
{type = "model", model = "models/lt_c/holograms/projector.mdl"},
{type = "model", model = "models/lt_c/holograms/rt_cam.mdl"},
{type = "model", model = "models/lt_c/holograms/shields.mdl"},
{type = "model", model = "models/lt_c/holograms/swipe_unlock.mdl"},
{type = "model", model = "models/squiddy/hologram_01.mdl"}
}
spawnmenu.AddPropCategory("SciFiPropsMegapack", "Sci-Fi Props Megapack", propList, "icon16/monitor.png")
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment