forked from Simnation/Main
ed
This commit is contained in:
parent
1dd1e1affb
commit
c4c72eb62c
12 changed files with 21 additions and 0 deletions
7
resources/[defaultmaps]/meth_lab/__resource.lua
Normal file
7
resources/[defaultmaps]/meth_lab/__resource.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
|
||||
|
||||
this_is_a_map 'yes'
|
||||
|
||||
client_scripts {
|
||||
"client.lua"
|
||||
}
|
BIN
resources/[defaultmaps]/meth_lab/stream/_manifest.ymf
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/_manifest.ymf
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ydr
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ydr
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ymap
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ymap
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ytd
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ytd
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ytyp
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village.ytyp
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village_col.ybn
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/casa_village_col.ybn
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/cs1_13_3.ybn
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/cs1_13_3.ybn
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/cs1_13_house2.ydr
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/cs1_13_house2.ydr
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/cs1_occl_13.ymap
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/cs1_occl_13.ymap
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/meth_lab/stream/hi@cs1_13_6.ybn
Normal file
BIN
resources/[defaultmaps]/meth_lab/stream/hi@cs1_13_6.ybn
Normal file
Binary file not shown.
|
@ -252,6 +252,20 @@ Config.Interiors = {
|
|||
shell = "t3_unfurn_shell",
|
||||
zOffset = -1.5,
|
||||
},
|
||||
|
||||
["shell_21"] = {
|
||||
label = "PB House",
|
||||
shell = "pb_haus_shell_001",
|
||||
zOffset = -1.5,
|
||||
},
|
||||
["shell_22"] = {
|
||||
label = "Moto House",
|
||||
shell = "moto_shell01_shell",
|
||||
zOffset = -1.5,
|
||||
},
|
||||
|
||||
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue