mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
Merged "wire model pack 1" into "wire". Long overdue.
This commit is contained in:
parent
ab5bbd6de8
commit
807308ac39
60
data/WireModelPacks/bull_buttons.txt
Normal file
60
data/WireModelPacks/bull_buttons.txt
Normal file
@ -0,0 +1,60 @@
|
||||
"ModelPack"
|
||||
{
|
||||
|
||||
"Bull Button"
|
||||
{
|
||||
"categories" "dynamic_button"
|
||||
"model" "models/bull/dynamicbutton.mdl"
|
||||
}
|
||||
|
||||
"Bull Button Medium"
|
||||
{
|
||||
"categories" "dynamic_button"
|
||||
"model" "models/bull/dynamicbuttonmedium.mdl"
|
||||
}
|
||||
|
||||
"Bull Button Flat"
|
||||
{
|
||||
"categories" "dynamic_button"
|
||||
"model" "models/bull/dynamicbuttonflat.mdl"
|
||||
}
|
||||
|
||||
"Bull Button small"
|
||||
{
|
||||
"categories" "dynamic_button_small"
|
||||
"model" "models/bull/dynamicbutton_small.mdl"
|
||||
}
|
||||
|
||||
"Bull Button Flat small"
|
||||
{
|
||||
"categories" "dynamic_button_small"
|
||||
"model" "models/bull/dynamicbuttonflat_small.mdl"
|
||||
}
|
||||
|
||||
"Bull Button Medium small"
|
||||
{
|
||||
"categories" "dynamic_button_small"
|
||||
"model" "models/bull/dynamicbuttonmedium_small.mdl"
|
||||
}
|
||||
|
||||
// Animated Buttons
|
||||
|
||||
"Bull Key Switch"
|
||||
{
|
||||
"categories" "button"
|
||||
"model" "models/bull/buttons/key_switch.mdl"
|
||||
}
|
||||
|
||||
"Bull Rocker Switch"
|
||||
{
|
||||
"categories" "button"
|
||||
"model" "models/bull/buttons/rocker_switch.mdl"
|
||||
}
|
||||
|
||||
"Bull Toggle Switch"
|
||||
{
|
||||
"categories" "button"
|
||||
"model" "models/bull/buttons/toggle_switch.mdl"
|
||||
}
|
||||
|
||||
}
|
168
data/WireModelPacks/bull_modelpack.txt
Normal file
168
data/WireModelPacks/bull_modelpack.txt
Normal file
@ -0,0 +1,168 @@
|
||||
"Bull ModelPack"
|
||||
{
|
||||
|
||||
// Speaker
|
||||
|
||||
"subwoofer"
|
||||
{
|
||||
"categories" "speaker"
|
||||
"model" "models/bull/various/subwoofer.mdl"
|
||||
}
|
||||
|
||||
"speaker"
|
||||
{
|
||||
"categories" "speaker"
|
||||
"model" "models/bull/various/speaker.mdl"
|
||||
}
|
||||
|
||||
// Normal sized
|
||||
|
||||
"capacitor"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/capacitor.mdl"
|
||||
}
|
||||
|
||||
"logic"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/logic.mdl"
|
||||
}
|
||||
|
||||
"micro controller 1"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/microcontroller1.mdl"
|
||||
}
|
||||
|
||||
"micro controller 2"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/microcontroller2.mdl"
|
||||
}
|
||||
|
||||
"processor"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/processor.mdl"
|
||||
}
|
||||
|
||||
"resistor"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/bull/gates/resistor.mdl"
|
||||
}
|
||||
|
||||
"transistor 1"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/transistor1.mdl"
|
||||
}
|
||||
|
||||
"transistor 2"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/transistor2.mdl"
|
||||
}
|
||||
|
||||
// Mini sized
|
||||
|
||||
"capacitor_mini"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/capacitor_mini.mdl"
|
||||
}
|
||||
|
||||
"logic_mini"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/logic_mini.mdl"
|
||||
}
|
||||
|
||||
"micro controller 1_mini"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/microcontroller1_mini.mdl"
|
||||
}
|
||||
|
||||
"micro controller 2_mini"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/microcontroller2_mini.mdl"
|
||||
}
|
||||
|
||||
"processor_mini"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/processor_mini.mdl"
|
||||
}
|
||||
|
||||
"resistor_mini"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/bull/gates/resistor_mini.mdl"
|
||||
}
|
||||
|
||||
"transistor 1_mini"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/transistor1_mini.mdl"
|
||||
}
|
||||
|
||||
"transistor 2_mini"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/transistor2_mini.mdl"
|
||||
}
|
||||
|
||||
// NanO sized
|
||||
|
||||
"capacitor_nano"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/capacitor_nano.mdl"
|
||||
}
|
||||
|
||||
"logic_nano"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/logic_nano.mdl"
|
||||
}
|
||||
|
||||
"micro controller 1_nano"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/microcontroller1_nano.mdl"
|
||||
}
|
||||
|
||||
"micro controller 2_nano"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/microcontroller2_nano.mdl"
|
||||
}
|
||||
|
||||
"processor_nano"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/processor_nano.mdl"
|
||||
}
|
||||
|
||||
"resistor_nano"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/bull/gates/resistor_nano.mdl"
|
||||
}
|
||||
|
||||
"transistor 1_nano"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/transistor1_nano.mdl"
|
||||
}
|
||||
|
||||
"transistor 2_nano"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/bull/gates/transistor2_nano.mdl"
|
||||
}
|
||||
|
||||
}
|
1752
data/WireModelPacks/cheeze_buttons2.txt
Normal file
1752
data/WireModelPacks/cheeze_buttons2.txt
Normal file
File diff suppressed because it is too large
Load Diff
457
data/WireModelPacks/wire_model_pack_1.txt
Normal file
457
data/WireModelPacks/wire_model_pack_1.txt
Normal file
@ -0,0 +1,457 @@
|
||||
"ModelPack"
|
||||
{
|
||||
"Transistor Small"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/kobilica/transistorsmall.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/kobilica/transistorsmall.dx80.vtx"
|
||||
"1" "models/kobilica/transistorsmall.dx90.vtx"
|
||||
"2" "models/kobilica/transistorsmall.phy"
|
||||
"3" "models/kobilica/transistorsmall.sw.vtx"
|
||||
"4" "models/kobilica/transistorsmall.vvd"
|
||||
"5" "models/kobilica/transistorsmall.xbox.vtx"
|
||||
"6" "materials/models/wire/transistor.vmt"
|
||||
"7" "materials/models/wire/transistor.vtf"
|
||||
"8" "materials/models/wire/transistor_normal.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Transistor Large"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/kobilica/transistor.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/kobilica/transistor.dx80.vtx"
|
||||
"1" "models/kobilica/transistor.dx90.vtx"
|
||||
"2" "models/kobilica/transistor.phy"
|
||||
"3" "models/kobilica/transistor.sw.vtx"
|
||||
"4" "models/kobilica/transistor.vvd"
|
||||
"5" "models/kobilica/transistor.xbox.vtx"
|
||||
"6" "materials/models/wire/transistor.vmt"
|
||||
"7" "materials/models/wire/transistor.vtf"
|
||||
"8" "materials/models/wire/transistor_normal.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Capacitor"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/kobilica/capacatitor.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/kobilica/capacatitor.dx80.vtx"
|
||||
"1" "models/kobilica/capacatitor.dx90.vtx"
|
||||
"2" "models/kobilica/capacatitor.phy"
|
||||
"3" "models/kobilica/capacatitor.sw.vtx"
|
||||
"4" "models/kobilica/capacatitor.vvd"
|
||||
"5" "models/kobilica/capacatitor.xbox.vtx"
|
||||
"6" "materials/models/wire/capacatitor.vmt"
|
||||
"7" "materials/models/wire/capacatitor.vtf"
|
||||
"8" "materials/models/wire/capacatitor_normal.vtf"
|
||||
"9" "materials/models/wire/capacatitor_phong.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"AMD64"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/cheeze/wires/cpu.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/cpu.dx80.vtx"
|
||||
"1" "models/cheeze/wires/cpu.dx90.vtx"
|
||||
"2" "models/cheeze/wires/cpu.phy"
|
||||
"3" "models/cheeze/wires/cpu.sw.vtx"
|
||||
"4" "models/cheeze/wires/cpu.vvd"
|
||||
"5" "materials/models/cheeze/wires/pins.vmt"
|
||||
"6" "materials/models/cheeze/wires/pins.vtf"
|
||||
"7" "materials/models/cheeze/wires/x2_logo.vmt"
|
||||
"8" "materials/models/cheeze/wires/x2_logo.vtf"
|
||||
"9" "materials/models/cheeze/wires/x2_plain.vmt"
|
||||
"10" "materials/models/cheeze/wires/x2_plain.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"RAM"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/cheeze/wires/ram.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/ram.dx80.vtx"
|
||||
"1" "models/cheeze/wires/ram.dx90.vtx"
|
||||
"2" "models/cheeze/wires/ram.phy"
|
||||
"3" "models/cheeze/wires/ram.sw.vtx"
|
||||
"4" "models/cheeze/wires/ram.vvd"
|
||||
"5" "materials/models/cheeze/wires/PC66_RAM_module2.vmt"
|
||||
"6" "materials/models/cheeze/wires/PC66_RAM_module2.vtf"
|
||||
"7" "materials/models/cheeze/wires/PC66_RAM_module3.vmt"
|
||||
"8" "materials/models/cheeze/wires/PC66_RAM_module3.vtf"
|
||||
"9" "materials/models/cheeze/wires/PC66_RAM_module4.vmt"
|
||||
"10" "materials/models/cheeze/wires/PC66_RAM_module4.vtf"
|
||||
"11" "materials/models/cheeze/wires/PC66_RAM_module5.vmt"
|
||||
"12" "materials/models/cheeze/wires/PC66_RAM_module5.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Mini-AMD"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/cheeze/wires/mini_cpu.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/mini_cpu.dx80.vtx"
|
||||
"1" "models/cheeze/wires/mini_cpu.dx90.vtx"
|
||||
"2" "models/cheeze/wires/mini_cpu.phy"
|
||||
"3" "models/cheeze/wires/mini_cpu.sw.vtx"
|
||||
"4" "models/cheeze/wires/mini_cpu.vvd"
|
||||
"7" "materials/models/cheeze/wires/x2_logo.vmt"
|
||||
"8" "materials/models/cheeze/wires/x2_logo.vtf"
|
||||
"9" "materials/models/cheeze/wires/metal_texture.vmt"
|
||||
"10" "materials/models/cheeze/wires/metal_texture.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Mini-Chip"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/cheeze/wires/mini_chip.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/mini_chip.dx80.vtx"
|
||||
"1" "models/cheeze/wires/mini_chip.dx90.vtx"
|
||||
"2" "models/cheeze/wires/mini_chip.phy"
|
||||
"3" "models/cheeze/wires/mini_chip.sw.vtx"
|
||||
"4" "models/cheeze/wires/mini_chip.vvd"
|
||||
"5" "materials/models/cheeze/wires/chip.vmt"
|
||||
"6" "materials/models/cheeze/wires/chip.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Chip"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/cheeze/wires/nano_chip.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_chip.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_chip.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_chip.phy"
|
||||
"3" "models/cheeze/wires/nano_chip.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_chip.vvd"
|
||||
"5" "materials/models/cheeze/wires/chip.vmt"
|
||||
"6" "materials/models/cheeze/wires/chip.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-AMD"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/cheeze/wires/amd_test.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/amd_test.dx80.vtx"
|
||||
"1" "models/cheeze/wires/amd_test.dx90.vtx"
|
||||
"2" "models/cheeze/wires/amd_test.phy"
|
||||
"3" "models/cheeze/wires/amd_test.sw.vtx"
|
||||
"4" "models/cheeze/wires/amd_test.vvd"
|
||||
"7" "materials/models/cheeze/wires/x2_logo.vmt"
|
||||
"8" "materials/models/cheeze/wires/x2_logo.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Compare"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/nano_compare.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_compare.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_compare.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_compare.phy"
|
||||
"3" "models/cheeze/wires/nano_compare.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_compare.vvd"
|
||||
"7" "materials/models/cheeze/wires/compare.vmt"
|
||||
"8" "materials/models/cheeze/wires/compare.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Math"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/nano_math.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_math.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_math.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_math.phy"
|
||||
"3" "models/cheeze/wires/nano_math.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_math.vvd"
|
||||
"7" "materials/models/cheeze/wires/math.vmt"
|
||||
"8" "materials/models/cheeze/wires/math.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Logic"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/nano_logic.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_logic.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_logic.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_logic.phy"
|
||||
"3" "models/cheeze/wires/nano_logic.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_logic.vvd"
|
||||
"7" "materials/models/cheeze/wires/logic.vmt"
|
||||
"8" "materials/models/cheeze/wires/logic.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Value"
|
||||
{
|
||||
"categories" "value"
|
||||
"model" "models/cheeze/wires/nano_value.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_value.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_value.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_value.phy"
|
||||
"3" "models/cheeze/wires/nano_value.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_value.vvd"
|
||||
"7" "materials/models/cheeze/wires/value.vmt"
|
||||
"8" "materials/models/cheeze/wires/value.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Trig"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/nano_trig.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_trig.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_trig.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_trig.phy"
|
||||
"3" "models/cheeze/wires/nano_trig.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_trig.vvd"
|
||||
"7" "materials/models/cheeze/wires/trig.vmt"
|
||||
"8" "materials/models/cheeze/wires/trig.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Memory"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/nano_memory.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_memory.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_memory.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_memory.phy"
|
||||
"3" "models/cheeze/wires/nano_memory.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_memory.vvd"
|
||||
"7" "materials/models/cheeze/wires/memory.vmt"
|
||||
"8" "materials/models/cheeze/wires/memory.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Select"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/nano_select.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_select.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_select.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_select.phy"
|
||||
"3" "models/cheeze/wires/nano_select.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_select.vvd"
|
||||
"7" "materials/models/cheeze/wires/select.vmt"
|
||||
"8" "materials/models/cheeze/wires/select.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Nano-Timer"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/nano_timer.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/nano_timer.dx80.vtx"
|
||||
"1" "models/cheeze/wires/nano_timer.dx90.vtx"
|
||||
"2" "models/cheeze/wires/nano_timer.phy"
|
||||
"3" "models/cheeze/wires/nano_timer.sw.vtx"
|
||||
"4" "models/cheeze/wires/nano_timer.vvd"
|
||||
"7" "materials/models/cheeze/wires/timer.vmt"
|
||||
"8" "materials/models/cheeze/wires/timer.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"PC Speaker - Medium"
|
||||
{
|
||||
"categories" "speaker"
|
||||
"model" "models/killa-x/speakers/speaker_medium.mdl"
|
||||
|
||||
"files"
|
||||
{
|
||||
"0" "models/killa-x/speakers/speaker_medium.xbox.vtx"
|
||||
"1" "models/killa-x/speakers/speaker_medium.vvd"
|
||||
"2" "models/killa-x/speakers/speaker_medium.sw.vtx"
|
||||
"3" "models/killa-x/speakers/speaker_medium.phy"
|
||||
"4" "models/killa-x/speakers/speaker_medium.dx90.vtx"
|
||||
"5" "models/killa-x/speakers/speaker_medium.dx80.vtx"
|
||||
"6" "materials/killa-x/speakers/speaker_back.vmt"
|
||||
"7" "materials/killa-x/speakers/speaker_back.vtf"
|
||||
"8" "materials/killa-x/speakers/speaker_front.vmt"
|
||||
"9" "materials/killa-x/speakers/speaker_front.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"PC Speaker - Small"
|
||||
{
|
||||
"categories" "speaker"
|
||||
"model" "models/killa-x/speakers/speaker_small.mdl"
|
||||
|
||||
"files"
|
||||
{
|
||||
"0" "models/killa-x/speakers/speaker_small.xbox.vtx"
|
||||
"1" "models/killa-x/speakers/speaker_small.vvd"
|
||||
"2" "models/killa-x/speakers/speaker_small.sw.vtx"
|
||||
"3" "models/killa-x/speakers/speaker_small.phy"
|
||||
"4" "models/killa-x/speakers/speaker_small.dx90.vtx"
|
||||
"5" "models/killa-x/speakers/speaker_small.dx80.vtx"
|
||||
"6" "materials/killa-x/speakers/speaker_back.vmt"
|
||||
"7" "materials/killa-x/speakers/speaker_back.vtf"
|
||||
"8" "materials/killa-x/speakers/speaker_front.vmt"
|
||||
"9" "materials/killa-x/speakers/speaker_front.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Metal Can"
|
||||
{
|
||||
"categories" "speaker"
|
||||
"model" "models/props_junk/garbage_metalcan002a.mdl"
|
||||
}
|
||||
|
||||
"Capacitor Small"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cyborgmatt/capacitor_small.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cyborgmatt/capacitor_small.dx80.vtx"
|
||||
"1" "models/cyborgmatt/capacitor_small.dx90.vtx"
|
||||
"2" "models/cyborgmatt/capacitor_small.phy"
|
||||
"3" "models/cyborgmatt/capacitor_small.sw.vtx"
|
||||
"4" "models/cyborgmatt/capacitor_small.vvd"
|
||||
"5" "models/cyborgmatt/capacitor_small.xbox.vtx"
|
||||
"6" "materials/cyborgmatt/capacitor.vmt"
|
||||
"7" "materials/cyborgmatt/capacitor.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Capacitor Medium"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cyborgmatt/capacitor_medium.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cyborgmatt/capacitor_medium.dx80.vtx"
|
||||
"1" "models/cyborgmatt/capacitor_medium.dx90.vtx"
|
||||
"2" "models/cyborgmatt/capacitor_medium.phy"
|
||||
"3" "models/cyborgmatt/capacitor_medium.sw.vtx"
|
||||
"4" "models/cyborgmatt/capacitor_medium.vvd"
|
||||
"5" "models/cyborgmatt/capacitor_medium.xbox.vtx"
|
||||
"6" "materials/cyborgmatt/capacitor.vmt"
|
||||
"7" "materials/cyborgmatt/capacitor.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Capacitor Large"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cyborgmatt/capacitor_large.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cyborgmatt/capacitor_large.dx80.vtx"
|
||||
"1" "models/cyborgmatt/capacitor_large.dx90.vtx"
|
||||
"2" "models/cyborgmatt/capacitor_large.phy"
|
||||
"3" "models/cyborgmatt/capacitor_large.sw.vtx"
|
||||
"4" "models/cyborgmatt/capacitor_large.vvd"
|
||||
"5" "models/cyborgmatt/capacitor_large.xbox.vtx"
|
||||
"6" "materials/cyborgmatt/capacitor.vmt"
|
||||
"7" "materials/cyborgmatt/capacitor.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Wireless Router"
|
||||
{
|
||||
"categories" "radio,radio2"
|
||||
"model" "models/cheeze/wires/router.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cyborgmatt/router.dx80.vtx"
|
||||
"1" "models/cyborgmatt/router.dx90.vtx"
|
||||
"2" "models/cyborgmatt/router.phy"
|
||||
"3" "models/cyborgmatt/router.sw.vtx"
|
||||
"4" "models/cyborgmatt/router.vvd"
|
||||
"5" "models/cyborgmatt/router.xbox.vtx"
|
||||
}
|
||||
}
|
||||
|
||||
"Wireless Card"
|
||||
{
|
||||
"categories" "radio,radio2"
|
||||
"model" "models/cheeze/wires/wireless_card.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cyborgmatt/wireless_card.dx80.vtx"
|
||||
"1" "models/cyborgmatt/wireless_card.dx90.vtx"
|
||||
"2" "models/cyborgmatt/wireless_card.phy"
|
||||
"3" "models/cyborgmatt/wireless_card.sw.vtx"
|
||||
"4" "models/cyborgmatt/wireless_card.vvd"
|
||||
"5" "models/cyborgmatt/wireless_card.xbox.vtx"
|
||||
}
|
||||
}
|
||||
|
||||
"INTeL"
|
||||
{
|
||||
"categories" "gate,chip"
|
||||
"model" "models/cheeze/wires/cpu2.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/cheeze/wires/cpu.dx80.vtx"
|
||||
"1" "models/cheeze/wires/cpu.dx90.vtx"
|
||||
"2" "models/cheeze/wires/cpu.phy"
|
||||
"3" "models/cheeze/wires/cpu.sw.vtx"
|
||||
"4" "models/cheeze/wires/cpu.vvd"
|
||||
"5" "materials/models/cheeze/wires/pins.vmt"
|
||||
"6" "materials/models/cheeze/wires/pins.vtf"
|
||||
"7" "materials/models/cheeze/wires/x3_logo.vmt"
|
||||
"8" "materials/models/cheeze/wires/x3_logo.vtf"
|
||||
"9" "materials/models/cheeze/wires/x2_plain.vmt"
|
||||
"10" "materials/models/cheeze/wires/x2_plain.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
"Low-Poly Chip"
|
||||
{
|
||||
"categories" "gate,chip,value"
|
||||
"model" "models/kobilica/lowpolygate.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/kobilica/lowpolygate.dx80.vtx"
|
||||
"1" "models/kobilica/lowpolygate.dx90.vtx"
|
||||
"2" "models/kobilica/lowpolygate.phy"
|
||||
"3" "models/kobilica/lowpolygate.sw.vtx"
|
||||
"4" "models/kobilica/lowpolygate.vvd"
|
||||
"7" "materials/models/wire/lopoly.vmt"
|
||||
"8" "materials/models/wire/lopoly.vtf"
|
||||
"9" "materials/models/wire/lopoly_normal.vtf"
|
||||
}
|
||||
}
|
||||
}
|
128
data/WireModelPacks/wire_model_pack_1plus.txt
Normal file
128
data/WireModelPacks/wire_model_pack_1plus.txt
Normal file
@ -0,0 +1,128 @@
|
||||
"ModelPack"
|
||||
{
|
||||
"Control Chip"
|
||||
{
|
||||
"categories" "gate,chip,control"
|
||||
"model" "models/jaanus/wiretool/wiretool_controlchip.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/jaanus/wiretool/wiretool_controlchip.dx80.vtx"
|
||||
"1" "models/jaanus/wiretool/wiretool_controlchip.dx90.vtx"
|
||||
"2" "models/jaanus/wiretool/wiretool_controlchip.phy"
|
||||
"3" "models/jaanus/wiretool/wiretool_controlchip.sw.vtx"
|
||||
"4" "models/jaanus/wiretool/wiretool_controlchip.vvd"
|
||||
"5" "materials/jaanus/wiretool/controlchip.vmt"
|
||||
"6" "materials/jaanus/wiretool/controlchip.vtf"
|
||||
}
|
||||
}
|
||||
"Small Matte Cube"
|
||||
{
|
||||
"categories" "pixel,indicator"
|
||||
"model" "models/jaanus/wiretool/wiretool_pixel_sml.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/jaanus/wiretool/wiretool_pixel_sml.dx80.vtx"
|
||||
"1" "models/jaanus/wiretool/wiretool_pixel_sml.dx90.vtx"
|
||||
"2" "models/jaanus/wiretool/wiretool_pixel_sml.phy"
|
||||
"3" "models/jaanus/wiretool/wiretool_pixel_sml.sw.vtx"
|
||||
"4" "models/jaanus/wiretool/wiretool_pixel_sml.vvd"
|
||||
"5" "materials/jaanus/wiretool/pixel.vmt"
|
||||
"6" "materials/jaanus/wiretool/pixel.vtf"
|
||||
}
|
||||
}
|
||||
"Medium Matte Cube"
|
||||
{
|
||||
"categories" "pixel,indicator"
|
||||
"model" "models/jaanus/wiretool/wiretool_pixel_med.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/jaanus/wiretool/wiretool_pixel_med.dx80.vtx"
|
||||
"1" "models/jaanus/wiretool/wiretool_pixel_med.dx90.vtx"
|
||||
"2" "models/jaanus/wiretool/wiretool_pixel_med.phy"
|
||||
"3" "models/jaanus/wiretool/wiretool_pixel_med.sw.vtx"
|
||||
"4" "models/jaanus/wiretool/wiretool_pixel_med.vvd"
|
||||
"5" "materials/jaanus/wiretool/pixel.vmt"
|
||||
"6" "materials/jaanus/wiretool/pixel.vtf"
|
||||
}
|
||||
}
|
||||
"Large Matte Cube"
|
||||
{
|
||||
"categories" "pixel,indicator"
|
||||
"model" "models/jaanus/wiretool/wiretool_pixel_lrg.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/jaanus/wiretool/wiretool_pixel_lrg.dx80.vtx"
|
||||
"1" "models/jaanus/wiretool/wiretool_pixel_lrg.dx90.vtx"
|
||||
"2" "models/jaanus/wiretool/wiretool_pixel_lrg.phy"
|
||||
"3" "models/jaanus/wiretool/wiretool_pixel_lrg.sw.vtx"
|
||||
"4" "models/jaanus/wiretool/wiretool_pixel_lrg.vvd"
|
||||
"5" "materials/jaanus/wiretool/pixel.vmt"
|
||||
"6" "materials/jaanus/wiretool/pixel.vtf"
|
||||
}
|
||||
}
|
||||
"Portable Radio 1"
|
||||
{
|
||||
"categories" "radio,radio2"
|
||||
"model" "models/props_lab/reciever01a.mdl"
|
||||
}
|
||||
"Portable Radio 2"
|
||||
{
|
||||
"categories" "radio,radio2"
|
||||
"model" "models/props_lab/reciever01b.mdl"
|
||||
}
|
||||
"Portable radio 3"
|
||||
{
|
||||
"categories" "radio,radio2"
|
||||
"model" "models/props_lab/reciever01c.mdl"
|
||||
}
|
||||
"Beamcaster"
|
||||
{
|
||||
"categories" "beamcasting"
|
||||
"model" "models/jaanus/wiretool/wiretool_beamcaster.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/jaanus/wiretool/wiretool_beamcaster.dx80.vtx"
|
||||
"1" "models/jaanus/wiretool/wiretool_beamcaster.dx90.vtx"
|
||||
"2" "models/jaanus/wiretool/wiretool_beamcaster.phy"
|
||||
"3" "models/jaanus/wiretool/wiretool_beamcaster.sw.vtx"
|
||||
"4" "models/jaanus/wiretool/wiretool_beamcaster.vvd"
|
||||
"5" "materials/jaanus/wiretool/beamshooter.vmt"
|
||||
"6" "materials/jaanus/wiretool/beamshooter.vtf"
|
||||
"7" "materials/jaanus/wiretool/beamshooter_n.vtf"
|
||||
}
|
||||
}
|
||||
"C4 Detonator"
|
||||
{
|
||||
"categories" "detonator"
|
||||
"model" "models/jaanus/wiretool/wiretool_detonator.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/jaanus/wiretool/wiretool_detonator.dx80.vtx"
|
||||
"1" "models/jaanus/wiretool/wiretool_detonator.dx90.vtx"
|
||||
"2" "models/jaanus/wiretool/wiretool_detonator.phy"
|
||||
"3" "models/jaanus/wiretool/wiretool_detonator.sw.vtx"
|
||||
"4" "models/jaanus/wiretool/wiretool_detonator.vvd"
|
||||
"5" "materials/jaanus/wiretool/detonator.vmt"
|
||||
"6" "materials/jaanus/wiretool/detonator.vtf"
|
||||
"7" "materials/jaanus/wiretool/detonator_n.vtf"
|
||||
}
|
||||
}
|
||||
"Metal Disc"
|
||||
{
|
||||
"categories" "waypoint"
|
||||
"model" "models/jaanus/wiretool/wiretool_waypoint.mdl"
|
||||
"files"
|
||||
{
|
||||
"0" "models/jaanus/wiretool/wiretool_waypoint.dx80.vtx"
|
||||
"1" "models/jaanus/wiretool/wiretool_waypoint.dx90.vtx"
|
||||
"2" "models/jaanus/wiretool/wiretool_waypoint.phy"
|
||||
"3" "models/jaanus/wiretool/wiretool_waypoint.sw.vtx"
|
||||
"4" "models/jaanus/wiretool/wiretool_waypoint.vvd"
|
||||
"5" "materials/jaanus/wiretool/waypoint.vmt"
|
||||
"6" "materials/jaanus/wiretool/waypoint.vtf"
|
||||
"7" "materials/jaanus/wiretool/waypoint_n.vtf"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -1 +1 @@
|
||||
2511
|
||||
2512
|
7
materials/Holograms/hologram.vmt
Normal file
7
materials/Holograms/hologram.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "Holograms\hologram"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/Holograms/hologram.vtf
Normal file
BIN
materials/Holograms/hologram.vtf
Normal file
Binary file not shown.
9
materials/arrowire/Arrowire.VMT
Normal file
9
materials/arrowire/Arrowire.VMT
Normal file
@ -0,0 +1,9 @@
|
||||
"Cable"
|
||||
{
|
||||
"$basetexture" "arrowire\arrowire"
|
||||
"$bumpmap" "cable\cablenormalmap"
|
||||
"$vertexcolor" 1
|
||||
"$nocull" 1
|
||||
"$MinLight" 1
|
||||
"$MaxLight" 1
|
||||
}
|
BIN
materials/arrowire/Arrowire.vtf
Normal file
BIN
materials/arrowire/Arrowire.vtf
Normal file
Binary file not shown.
9
materials/arrowire/Arrowire2.VMT
Normal file
9
materials/arrowire/Arrowire2.VMT
Normal file
@ -0,0 +1,9 @@
|
||||
"Cable"
|
||||
{
|
||||
"$basetexture" "arrowire\arrowire2"
|
||||
"$bumpmap" "cable\cablenormalmap"
|
||||
"$vertexcolor" 1
|
||||
"$nocull" 1
|
||||
"$MinLight" 1
|
||||
"$MaxLight" 1
|
||||
}
|
BIN
materials/arrowire/Arrowire2.vtf
Normal file
BIN
materials/arrowire/Arrowire2.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/gate_base.vmt
Normal file
5
materials/beer/wiremod/gate_base.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/gate_base"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/gate_base.vtf
Normal file
BIN
materials/beer/wiremod/gate_base.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/gate_blue.vmt
Normal file
5
materials/beer/wiremod/gate_blue.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/gate_blue"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/gate_blue.vtf
Normal file
BIN
materials/beer/wiremod/gate_blue.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/gate_e2.vmt
Normal file
5
materials/beer/wiremod/gate_e2.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/gate_e2"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/gate_e2.vtf
Normal file
BIN
materials/beer/wiremod/gate_e2.vtf
Normal file
Binary file not shown.
13
materials/beer/wiremod/gate_metal.vmt
Normal file
13
materials/beer/wiremod/gate_metal.vmt
Normal file
@ -0,0 +1,13 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/gate_metal"
|
||||
|
||||
"$surfaceprop" "metal"
|
||||
"$envmap" "env_cubemap"
|
||||
"$envmaptint" "[ .7 .7 .7 ]"
|
||||
"$envmapcontrast" 0.2
|
||||
"$envmapsaturation" 0
|
||||
"$selfillum" 0
|
||||
"$model" 1
|
||||
"$HalfLambert" 1
|
||||
}
|
BIN
materials/beer/wiremod/gate_metal.vtf
Normal file
BIN
materials/beer/wiremod/gate_metal.vtf
Normal file
Binary file not shown.
7
materials/beer/wiremod/gate_prongs.vmt
Normal file
7
materials/beer/wiremod/gate_prongs.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$translucent" "1"
|
||||
"$basetexture" "beer/wiremod/gate_prongs"
|
||||
"$model" "1"
|
||||
"$nocull" "1"
|
||||
}
|
BIN
materials/beer/wiremod/gate_prongs.vtf
Normal file
BIN
materials/beer/wiremod/gate_prongs.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/gate_wirelogo.vmt
Normal file
5
materials/beer/wiremod/gate_wirelogo.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/gate_wirelogo"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/gate_wirelogo.vtf
Normal file
BIN
materials/beer/wiremod/gate_wirelogo.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/gps.vmt
Normal file
5
materials/beer/wiremod/gps.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/gps"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/gps.vtf
Normal file
BIN
materials/beer/wiremod/gps.vtf
Normal file
Binary file not shown.
9
materials/beer/wiremod/hydraulic2.vmt
Normal file
9
materials/beer/wiremod/hydraulic2.vmt
Normal file
@ -0,0 +1,9 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
$basetexture "beer/wiremod/hydraulic2"
|
||||
$basealphaenvmapmask "1"
|
||||
$envmap env_cubemap
|
||||
"$model" "1"
|
||||
|
||||
|
||||
}
|
BIN
materials/beer/wiremod/hydraulic2.vtf
Normal file
BIN
materials/beer/wiremod/hydraulic2.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/keyboard.vmt
Normal file
5
materials/beer/wiremod/keyboard.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/keyboard"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/keyboard.vtf
Normal file
BIN
materials/beer/wiremod/keyboard.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/numpad.vmt
Normal file
5
materials/beer/wiremod/numpad.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/numpad"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/numpad.vtf
Normal file
BIN
materials/beer/wiremod/numpad.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/targetfinder.vmt
Normal file
5
materials/beer/wiremod/targetfinder.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/targetfinder"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/targetfinder.vtf
Normal file
BIN
materials/beer/wiremod/targetfinder.vtf
Normal file
Binary file not shown.
5
materials/beer/wiremod/watersensor.vmt
Normal file
5
materials/beer/wiremod/watersensor.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "beer/wiremod/watersensor"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/beer/wiremod/watersensor.vtf
Normal file
BIN
materials/beer/wiremod/watersensor.vtf
Normal file
Binary file not shown.
26
materials/bluredges.vmt
Normal file
26
materials/bluredges.vmt
Normal file
@ -0,0 +1,26 @@
|
||||
// So need to make my own blur shader
|
||||
|
||||
"Refract"
|
||||
{
|
||||
"$refractamount" "0.0"
|
||||
"$bluramount" "1"
|
||||
"$REFRACTTINT" "{110 110 120}"
|
||||
|
||||
"$scale" "[1 1]"
|
||||
|
||||
"$dudvmap" "bluredges"
|
||||
"$normalmap" "bluredges"
|
||||
|
||||
"$nocull" 1
|
||||
"$ignorez" 1
|
||||
|
||||
"Refract_DX80"
|
||||
{
|
||||
"$fallbackmaterial" "null"
|
||||
}
|
||||
|
||||
"Refract_DX60"
|
||||
{
|
||||
"$fallbackmaterial" "null"
|
||||
}
|
||||
}
|
BIN
materials/bluredges.vtf
Normal file
BIN
materials/bluredges.vtf
Normal file
Binary file not shown.
5
materials/bull/buttons/key_switch.vmt
Normal file
5
materials/bull/buttons/key_switch.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/key_switch"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/buttons/key_switch.vtf
Normal file
BIN
materials/bull/buttons/key_switch.vtf
Normal file
Binary file not shown.
5
materials/bull/buttons/rocker_switch.vmt
Normal file
5
materials/bull/buttons/rocker_switch.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/rocker_switch"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/buttons/rocker_switch.vtf
Normal file
BIN
materials/bull/buttons/rocker_switch.vtf
Normal file
Binary file not shown.
5
materials/bull/buttons/rocker_switch_alpha.vmt
Normal file
5
materials/bull/buttons/rocker_switch_alpha.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/rocker_switch_alpha"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/buttons/rocker_switch_alpha.vtf
Normal file
BIN
materials/bull/buttons/rocker_switch_alpha.vtf
Normal file
Binary file not shown.
7
materials/bull/buttons/rocker_switch_blue.vmt
Normal file
7
materials/bull/buttons/rocker_switch_blue.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/rocker_switch_alpha"
|
||||
$model 1
|
||||
$selfillum 1
|
||||
$selfillumtint "[0 0 1]"
|
||||
}
|
7
materials/bull/buttons/rocker_switch_green.vmt
Normal file
7
materials/bull/buttons/rocker_switch_green.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/rocker_switch_alpha"
|
||||
$model 1
|
||||
$selfillum 1
|
||||
$selfillumtint "[0 1 0]"
|
||||
}
|
7
materials/bull/buttons/rocker_switch_orange.vmt
Normal file
7
materials/bull/buttons/rocker_switch_orange.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/rocker_switch_alpha"
|
||||
$model 1
|
||||
$selfillum 1
|
||||
$selfillumtint "[1 0.5 0]"
|
||||
}
|
7
materials/bull/buttons/rocker_switch_red.vmt
Normal file
7
materials/bull/buttons/rocker_switch_red.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/rocker_switch_alpha"
|
||||
$model 1
|
||||
$selfillum 1
|
||||
$selfillumtint "[1 0 0]"
|
||||
}
|
5
materials/bull/buttons/toggle_switch.vmt
Normal file
5
materials/bull/buttons/toggle_switch.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/buttons/toggle_switch"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/buttons/toggle_switch.vtf
Normal file
BIN
materials/bull/buttons/toggle_switch.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_0.vmt
Normal file
7
materials/bull/dynamic_button_0.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_0"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_0.vtf
Normal file
BIN
materials/bull/dynamic_button_0.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_1.vmt
Normal file
7
materials/bull/dynamic_button_1.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_1"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_1.vtf
Normal file
BIN
materials/bull/dynamic_button_1.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_2.vmt
Normal file
7
materials/bull/dynamic_button_2.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_2"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_2.vtf
Normal file
BIN
materials/bull/dynamic_button_2.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_3.vmt
Normal file
7
materials/bull/dynamic_button_3.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_3"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_3.vtf
Normal file
BIN
materials/bull/dynamic_button_3.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_4.vmt
Normal file
7
materials/bull/dynamic_button_4.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_4"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_4.vtf
Normal file
BIN
materials/bull/dynamic_button_4.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_5.vmt
Normal file
7
materials/bull/dynamic_button_5.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_5"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_5.vtf
Normal file
BIN
materials/bull/dynamic_button_5.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_6.vmt
Normal file
7
materials/bull/dynamic_button_6.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_6"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_6.vtf
Normal file
BIN
materials/bull/dynamic_button_6.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_7.vmt
Normal file
7
materials/bull/dynamic_button_7.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_7"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_7.vtf
Normal file
BIN
materials/bull/dynamic_button_7.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_8.vmt
Normal file
7
materials/bull/dynamic_button_8.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_8"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_8.vtf
Normal file
BIN
materials/bull/dynamic_button_8.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_9.vmt
Normal file
7
materials/bull/dynamic_button_9.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_9"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_9.vtf
Normal file
BIN
materials/bull/dynamic_button_9.vtf
Normal file
Binary file not shown.
7
materials/bull/dynamic_button_clean.vmt
Normal file
7
materials/bull/dynamic_button_clean.vmt
Normal file
@ -0,0 +1,7 @@
|
||||
"Vertexlitgeneric"
|
||||
{
|
||||
"$basetexture" "bull/dynamic_button_clean"
|
||||
"$surfaceprop" "plastic"
|
||||
"$model" "1"
|
||||
|
||||
}
|
BIN
materials/bull/dynamic_button_clean.vtf
Normal file
BIN
materials/bull/dynamic_button_clean.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/controller.vmt
Normal file
5
materials/bull/gates/controller.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/controller"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/controller.vtf
Normal file
BIN
materials/bull/gates/controller.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_aperture.vmt
Normal file
5
materials/bull/gates/gate_aperture.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_aperture"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_aperture.vtf
Normal file
BIN
materials/bull/gates/gate_aperture.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_and.vmt
Normal file
5
materials/bull/gates/gate_logic_and.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_and"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_and.vtf
Normal file
BIN
materials/bull/gates/gate_logic_and.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_and_aperture.vmt
Normal file
5
materials/bull/gates/gate_logic_and_aperture.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_and_aperture"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_and_aperture.vtf
Normal file
BIN
materials/bull/gates/gate_logic_and_aperture.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_nand.vmt
Normal file
5
materials/bull/gates/gate_logic_nand.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_nand"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_nand.vtf
Normal file
BIN
materials/bull/gates/gate_logic_nand.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_nand_aperture.vmt
Normal file
5
materials/bull/gates/gate_logic_nand_aperture.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_nand_aperture"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_nand_aperture.vtf
Normal file
BIN
materials/bull/gates/gate_logic_nand_aperture.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_nor.vmt
Normal file
5
materials/bull/gates/gate_logic_nor.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_nor"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_nor.vtf
Normal file
BIN
materials/bull/gates/gate_logic_nor.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_nor_aperture.vmt
Normal file
5
materials/bull/gates/gate_logic_nor_aperture.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_nor_aperture"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_nor_aperture.vtf
Normal file
BIN
materials/bull/gates/gate_logic_nor_aperture.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_not.vmt
Normal file
5
materials/bull/gates/gate_logic_not.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_not"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_not.vtf
Normal file
BIN
materials/bull/gates/gate_logic_not.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_not_aperture.vmt
Normal file
5
materials/bull/gates/gate_logic_not_aperture.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_not_aperture"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_not_aperture.vtf
Normal file
BIN
materials/bull/gates/gate_logic_not_aperture.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_or.vmt
Normal file
5
materials/bull/gates/gate_logic_or.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_or"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_or.vtf
Normal file
BIN
materials/bull/gates/gate_logic_or.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_or_aperture.vmt
Normal file
5
materials/bull/gates/gate_logic_or_aperture.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_or_aperture"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_or_aperture.vtf
Normal file
BIN
materials/bull/gates/gate_logic_or_aperture.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_xnor.vmt
Normal file
5
materials/bull/gates/gate_logic_xnor.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_xnor"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_xnor.vtf
Normal file
BIN
materials/bull/gates/gate_logic_xnor.vtf
Normal file
Binary file not shown.
5
materials/bull/gates/gate_logic_xnor_aperture.vmt
Normal file
5
materials/bull/gates/gate_logic_xnor_aperture.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$basetexture" "bull/gates/gate_logic_xnor_aperture"
|
||||
"$model" "1"
|
||||
}
|
BIN
materials/bull/gates/gate_logic_xnor_aperture.vtf
Normal file
BIN
materials/bull/gates/gate_logic_xnor_aperture.vtf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user