diff --git a/lua/wire/sh_modelplug.lua b/lua/wire/sh_modelplug.lua index 954e47813f..493f2dc0ba 100644 --- a/lua/wire/sh_modelplug.lua +++ b/lua/wire/sh_modelplug.lua @@ -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") diff --git a/materials/models/dagabey/wiremod/package.vmt b/materials/models/dagabey/wiremod/package.vmt new file mode 100644 index 0000000000..9e3992ffb4 --- /dev/null +++ b/materials/models/dagabey/wiremod/package.vmt @@ -0,0 +1,5 @@ +"VertexLitGeneric" +{ +"$basetexture" "models/dagabey/wiremod/package" +"$model" "1" +} diff --git a/materials/models/dagabey/wiremod/package.vtf b/materials/models/dagabey/wiremod/package.vtf new file mode 100644 index 0000000000..e0430cf566 Binary files /dev/null and b/materials/models/dagabey/wiremod/package.vtf differ diff --git a/materials/models/dagabey/wiremod/pins.vmt b/materials/models/dagabey/wiremod/pins.vmt new file mode 100644 index 0000000000..b3506b6261 --- /dev/null +++ b/materials/models/dagabey/wiremod/pins.vmt @@ -0,0 +1,7 @@ +"VertexLitGeneric" +{ + "$translucent" "1" + "$basetexture" "models/dagabey/wiremod/pins" + "$model" "1" + "$nocull" "1" +} diff --git a/materials/models/dagabey/wiremod/pins.vtf b/materials/models/dagabey/wiremod/pins.vtf new file mode 100644 index 0000000000..a2cc675227 Binary files /dev/null and b/materials/models/dagabey/wiremod/pins.vtf differ diff --git a/materials/models/dagabey/wiremod/plastic.vmt b/materials/models/dagabey/wiremod/plastic.vmt new file mode 100644 index 0000000000..b7ec25bbf0 --- /dev/null +++ b/materials/models/dagabey/wiremod/plastic.vmt @@ -0,0 +1,5 @@ +"VertexLitGeneric" +{ +"$basetexture" "models/dagabey/wiremod/plastic" +"$model" "1" +} diff --git a/materials/models/dagabey/wiremod/plastic.vtf b/materials/models/dagabey/wiremod/plastic.vtf new file mode 100644 index 0000000000..f859b3b18d Binary files /dev/null and b/materials/models/dagabey/wiremod/plastic.vtf differ diff --git a/materials/models/dagabey/wiremod/ramslot.vmt b/materials/models/dagabey/wiremod/ramslot.vmt new file mode 100644 index 0000000000..8a016bb195 --- /dev/null +++ b/materials/models/dagabey/wiremod/ramslot.vmt @@ -0,0 +1,5 @@ +"VertexLitGeneric" +{ +"$basetexture" "models/dagabey/wiremod/ramslot" +"$model" "1" +} diff --git a/materials/models/dagabey/wiremod/ramslot.vtf b/materials/models/dagabey/wiremod/ramslot.vtf new file mode 100644 index 0000000000..3327c8ca3d Binary files /dev/null and b/materials/models/dagabey/wiremod/ramslot.vtf differ diff --git a/models/dabagey/wiremod/cpu.dx90.vtx b/models/dabagey/wiremod/cpu.dx90.vtx new file mode 100644 index 0000000000..4dce6fc0c6 Binary files /dev/null and b/models/dabagey/wiremod/cpu.dx90.vtx differ diff --git a/models/dabagey/wiremod/cpu.mdl b/models/dabagey/wiremod/cpu.mdl new file mode 100644 index 0000000000..9ed4cb77a4 Binary files /dev/null and b/models/dabagey/wiremod/cpu.mdl differ diff --git a/models/dabagey/wiremod/cpu.phy b/models/dabagey/wiremod/cpu.phy new file mode 100644 index 0000000000..2d9d869ad9 Binary files /dev/null and b/models/dabagey/wiremod/cpu.phy differ diff --git a/models/dabagey/wiremod/cpu.vvd b/models/dabagey/wiremod/cpu.vvd new file mode 100644 index 0000000000..7addf9e1c3 Binary files /dev/null and b/models/dabagey/wiremod/cpu.vvd differ diff --git a/models/dabagey/wiremod/cpusocket.dx90.vtx b/models/dabagey/wiremod/cpusocket.dx90.vtx new file mode 100644 index 0000000000..aa83339f78 Binary files /dev/null and b/models/dabagey/wiremod/cpusocket.dx90.vtx differ diff --git a/models/dabagey/wiremod/cpusocket.mdl b/models/dabagey/wiremod/cpusocket.mdl new file mode 100644 index 0000000000..c831a41675 Binary files /dev/null and b/models/dabagey/wiremod/cpusocket.mdl differ diff --git a/models/dabagey/wiremod/cpusocket.phy b/models/dabagey/wiremod/cpusocket.phy new file mode 100644 index 0000000000..289eb562e8 Binary files /dev/null and b/models/dabagey/wiremod/cpusocket.phy differ diff --git a/models/dabagey/wiremod/cpusocket.vvd b/models/dabagey/wiremod/cpusocket.vvd new file mode 100644 index 0000000000..6b9acbaf87 Binary files /dev/null and b/models/dabagey/wiremod/cpusocket.vvd differ diff --git a/models/dabagey/wiremod/ramslot.dx90.vtx b/models/dabagey/wiremod/ramslot.dx90.vtx new file mode 100644 index 0000000000..e93d49d0ca Binary files /dev/null and b/models/dabagey/wiremod/ramslot.dx90.vtx differ diff --git a/models/dabagey/wiremod/ramslot.mdl b/models/dabagey/wiremod/ramslot.mdl new file mode 100644 index 0000000000..3abad3fadd Binary files /dev/null and b/models/dabagey/wiremod/ramslot.mdl differ diff --git a/models/dabagey/wiremod/ramslot.phy b/models/dabagey/wiremod/ramslot.phy new file mode 100644 index 0000000000..a345325c49 Binary files /dev/null and b/models/dabagey/wiremod/ramslot.phy differ diff --git a/models/dabagey/wiremod/ramslot.vvd b/models/dabagey/wiremod/ramslot.vvd new file mode 100644 index 0000000000..103b551964 Binary files /dev/null and b/models/dabagey/wiremod/ramslot.vvd differ