Results 1 to 2 of 2

Thread: Items not being placed? O.o

  1. #1
    Senior Member SonicXtreme's Avatar
    Join Date
    Dec 2006
    Posts
    283

    Items not being placed? O.o

    Recently in Hammer , whilst placing stuff in a map i am making when i compile and then test the level ingame , some things show up ingame , and others dont , for instance , i imported Breens Desk and Chair , the Desk shows up , but the Chair does not...

    Has anyone else had this problem , or does anyone know of a solution?

  2. #2
    Medicine Woman Aerowyn's Avatar
    Join Date
    Jun 2007
    Location
    Pennsylvania
    Posts
    1,325

    Re: Items not being placed? O.o

    Your problem lies in the fact that you are inserting items as the wrong category.

    There are prop_statics and prop_physics. You can't place a prop_physics object as a prop_static because physics props can break or move on use or when they are shot.

    That's why it's so important to read your compile log to make sure there are no errors.

    If you compile your map and read the log afterwards, it should tell you which items you have placed incorrectly.

    More than likely, you are putting in the chair as a prop_static, when it is actually a prop_physics, because shooting it will cause it to move.

    To make the chair appear, make it a prop_physics. If you want it to remain stationary when you shoot it, you to go the "flags" tab, and click "motion disabled" and "disable movement on player bump" and it should work.

    Good luck! Let me know if you need any more help.

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •