Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lua/wire/sh_modelplug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ ModelPlug.ListAddGenerics("Wire_Socket_Models", {
plug = "models/fasteroid/plugs/microusb_plug.mdl",
pos = Vector(0, 0, 0)
},
["models/dabagey/wiremod/cpusocket.mdl"] = {
ang = Angle(90, 0, 0),
plug = "models/dabagey/wiremod/cpu.mdl",
pos = Vector(0, 0, 0)
},
["models/dabagey/wiremod/ramslot.mdl"] = {
ang = Angle(90, 0, 0),
plug = "models/cheeze/wires/ram.mdl",
pos = Vector(0, 0, 0)
},
})

hook.Run("ModelPlugLuaRefresh")
5 changes: 5 additions & 0 deletions materials/models/dagabey/wiremod/package.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"VertexLitGeneric"
{
"$basetexture" "models/dagabey/wiremod/package"
"$model" "1"
}
Binary file added materials/models/dagabey/wiremod/package.vtf
Binary file not shown.
7 changes: 7 additions & 0 deletions materials/models/dagabey/wiremod/pins.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"VertexLitGeneric"
{
"$translucent" "1"
"$basetexture" "models/dagabey/wiremod/pins"
"$model" "1"
"$nocull" "1"
}
Binary file added materials/models/dagabey/wiremod/pins.vtf
Binary file not shown.
5 changes: 5 additions & 0 deletions materials/models/dagabey/wiremod/plastic.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"VertexLitGeneric"
{
"$basetexture" "models/dagabey/wiremod/plastic"
"$model" "1"
}
Binary file added materials/models/dagabey/wiremod/plastic.vtf
Binary file not shown.
5 changes: 5 additions & 0 deletions materials/models/dagabey/wiremod/ramslot.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"VertexLitGeneric"
{
"$basetexture" "models/dagabey/wiremod/ramslot"
"$model" "1"
}
Binary file added materials/models/dagabey/wiremod/ramslot.vtf
Binary file not shown.
Binary file added models/dabagey/wiremod/cpu.dx90.vtx
Binary file not shown.
Binary file added models/dabagey/wiremod/cpu.mdl
Binary file not shown.
Binary file added models/dabagey/wiremod/cpu.phy
Binary file not shown.
Binary file added models/dabagey/wiremod/cpu.vvd
Binary file not shown.
Binary file added models/dabagey/wiremod/cpusocket.dx90.vtx
Binary file not shown.
Binary file added models/dabagey/wiremod/cpusocket.mdl
Binary file not shown.
Binary file added models/dabagey/wiremod/cpusocket.phy
Binary file not shown.
Binary file added models/dabagey/wiremod/cpusocket.vvd
Binary file not shown.
Binary file added models/dabagey/wiremod/ramslot.dx90.vtx
Binary file not shown.
Binary file added models/dabagey/wiremod/ramslot.mdl
Binary file not shown.
Binary file added models/dabagey/wiremod/ramslot.phy
Binary file not shown.
Binary file added models/dabagey/wiremod/ramslot.vvd
Binary file not shown.