Skip to content

Commit

Permalink
Added: more pieces for developer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Feb 15, 2016
1 parent 063a1f2 commit cd6de5e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ asmlib.SetIndexes("V",1,2,3)
asmlib.SetIndexes("A",1,2,3)
asmlib.SetIndexes("S",4,5,6,7)
asmlib.InitAssembly("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","5.205")
asmlib.SetOpVar("TOOL_VERSION","5.206")
asmlib.SetOpVar("DIRPATH_BAS",asmlib.GetOpVar("TOOLNAME_NL")..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_EXP","exp"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_DSV","dsv"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
Expand Down Expand Up @@ -321,8 +321,18 @@ else
asmlib.LogInstance(gsToolNameU..": DB PIECES from LUA")
asmlib.DefaultTable("PIECES")
if(asmlib.GetCoVar("devmode" ,"INT") ~= 0) then
asmlib.DefaultType("Develop")
asmlib.InsertRecord({"models/sprops/cuboids/height06/size_1/cube_6x6x6.mdl", "#", "#", 1, "", "", ""})
asmlib.DefaultType("Develop Sprops")
asmlib.InsertRecord({"models/sprops/cuboids/height06/size_1/cube_6x6x6.mdl" , "#", "x1", 1, "", "", ""})
asmlib.InsertRecord({"models/sprops/cuboids/height12/size_1/cube_12x12x12.mdl", "#", "x2", 1, "", "", ""})
asmlib.InsertRecord({"models/sprops/cuboids/non_set/cube_18x18x18.mdl" , "#", "x3", 1, "", "", ""})
asmlib.InsertRecord({"models/sprops/cuboids/height24/size_1/cube_24x24x24.mdl", "#", "x4", 1, "", "", ""})
asmlib.InsertRecord({"models/sprops/cuboids/height36/size_1/cube_36x36x36.mdl", "#", "x5", 1, "", "", ""})
asmlib.InsertRecord({"models/sprops/cuboids/height48/size_1/cube_48x48x48.mdl", "#", "x6", 1, "", "", ""})
asmlib.DefaultType("Develop PHX")
asmlib.InsertRecord({"models/hunter/blocks/cube025x025x025.mdl", "#", "x1", 1, "", "", ""})
asmlib.InsertRecord({"models/hunter/blocks/cube05x05x05.mdl" , "#", "x2", 1, "", "", ""})
asmlib.InsertRecord({"models/hunter/blocks/cube075x075x075.mdl", "#", "x3", 1, "", "", ""})
asmlib.InsertRecord({"models/hunter/blocks/cube1x1x1.mdl" , "#", "x4", 1, "", "", ""})
end
asmlib.DefaultType("SligWolf's Rerailers")
asmlib.InsertRecord({"models/props_phx/trains/sw_rerailer_1.mdl", "#", "Short Single", 1, "-190.55299377441,0,25.193000793457", "211.41400146484,0.014999999664724,-5.3949999809265", ""})
Expand Down Expand Up @@ -1543,7 +1553,7 @@ else
asmlib.InsertRecord({"models/ron/m_strom/oo/gle_xxxg1/gle_outer_c90g1.mdl" , "#", "#", 1, "", "0,-52,7", ""})
asmlib.InsertRecord({"models/ron/m_strom/oo/gle_xxxg1/gle_outer_c90g1.mdl" , "#", "#", 2, "", "-1876,-1928,7", "0,-90,0"})
asmlib.InsertRecord({"models/ron/m_strom/ii/gle_xxxg1/gle_outer_left_c225g1.mdl" , "#", "#", 1, "", "0,-52,7", ""})
asmlib.InsertRecord({"models/ron/m_strom/ii/gle_xxxg1/gle_outer_left_c225g1.mdl" , "#", "#", 2, "", "-679.008,-179.294,7", "0,-157.5,0"})
asmlib.InsertRecord({"models/ron/m_strom/ii/gle_xxxg1/gle_outer_left_c225g1.mdl" , "#", "#", 2, "", "-679.008,-179.294,7", "0,-157.5,0"})
asmlib.InsertRecord({"models/ron/m_strom/oo/gle_xxxg1/gle_outer_left_c225g1.mdl" , "#", "#", 1, "", "0,-52,7", ""})
asmlib.InsertRecord({"models/ron/m_strom/oo/gle_xxxg1/gle_outer_left_c225g1.mdl" , "#", "#", 2, "", "-679.008,-179.294,7", "0,-157.5,0"})
asmlib.InsertRecord({"models/ron/m_strom/ii/gle_xxxg1/gle_outer_left_c45g1.mdl" , "#", "#", 1, "", "0,-52,7", ""})
Expand Down

0 comments on commit cd6de5e

Please sign in to comment.