BEEmod / BEE2-items

Standard Items for the BEE2.4
132 stars 46 forks source link

help needed debugging #250

Closed genestrashcan closed 8 years ago

genestrashcan commented 8 years ago

how do i fix this...

sand-background-14 - copy

here is the code from the editor items file, line 34 is around the exporting line

"Item"
    {
    "Type"          "ITEM_TEST_CHAMBER_SIGNAGE"
    "Filter"        "Ellington Vengaboys Museum;signage"
    "Author"        "Ellington Vengaboys Museum"
    "Description"   "The test chamber signage that lists test elements used in the test"
    "Editor"
        {
        "SubType"
            {
            "Name"          "Test Chamber Signage"
            "Model"
                {
                "ModelName"     "evm_signage.3ds"               
                }
            "Palette"
                {
                "Tooltip"   "TEST SIGNAGE"
                "Image"     "palette/clean/test_signage_pti.png"
                "Position"  "3 5 0"
                }
            "Sounds"
                {
                "SOUND_CREATED"                 "P2Editor.PlaceOther"
                "SOUND_EDITING_ACTIVATE"        "P2Editor.ExpandOther"
                "SOUND_EDITING_DEACTIVATE"      "P2Editor.CollapseOther"
                "SOUND_DELETED"                 "P2Editor.RemoveOther"
                }
            "MovementHandle"        "HANDLE_NONE"
            "InvalidSurface"        "CEILING FLOOR"
            "DesiredFacing"         "DESIRES_UP
            }
        "Exporting"
            {       
            "Instances"
                {
                "0"
                    {
                    "Name"              "instances/BEE2/clean/info_sign_white.vmf"
                    "EntityCount"       "13"
                    "BrushCount"        "8"
                    "BrushSideCount"    "48"
                    }
                "1"
                    {
                    "Name"              "instances/BEE2/clean/info_sign_black.vmf"
                    "EntityCount"       "13"
                    "BrushCount"        "8"
                    "BrushSideCount"    "48"
                    }
                }
            "TargetName"        "signage"           
            "OccupiedVoxels"
                {
                "Voxel"
                    {
                    "Pos"       "0 0 0"
                    "Surface"
                        {
                        "Normal"    "0 0 2"
                        }
                    }               
                }
            "EmbeddedVoxels"
                {
                "Volume"
                    {
                    "Pos1"      "0 0 0"
                    "Pos2"      "1 0 0"
                    }
                }
            }
            "Offset"        "64 64 64"
        }
    }
TeamSpen210 commented 8 years ago

You're missing the quote after DESIRES_UP.

genestrashcan commented 8 years ago

fixed - closed