Search results

  1. Unarmed

    Problems Need help

    Yeah. Give us the log.
  2. Unarmed

    help- trigger a zombie to break down door

    I meant for the door to look like a door but be a func_breakable. It only needs to look like a door, not behave like one if it is to be smashed. For the zombie facing the wrong way, just rotate the scripted_sequence. If you want zombie to slam open another one then you just need a new...
  3. Unarmed

    Rendering Problems

    Beacuse when decompiling a map what you get is not a VMF that is in any condition to be recompiled. All that can actually be used is the entitywork since that is the same.
  4. Unarmed

    VRAD just crashes, always

    Well... all runs fine in above log, although rad doesn not run at all.. Does the log say anything before RAD crashes?
  5. Unarmed

    Something is Wrong

    Then its messed up brushes. Interlopers.net says: zero area child patch Generally, this error may be ignored Description: A solid in your level has a face with no area. My guess is that vrad.exe is trying to create a lightmap for a face that doesn't exist. Maybe you have an invalid...
  6. Unarmed

    Opinion on lighting?

    It's too yello IMO
  7. Unarmed

    help- trigger a zombie to break down door

    Make scripted_secuence near door and set it up so that it refers to you zombie and will tell it to play a nice animation where the zombie attacks. It can be useful to set the zombie to play this animation so that you get the scripted_sequence the right distance from the door. Make door breakable...
  8. Unarmed

    New Killbox map

    I hope the gameplay is great because its downright ugly..
  9. Unarmed

    Something is Wrong

    15 degenerate faces zero area child patch zero area child patch zero area child patch Looks like messed up displacements to me.
  10. Unarmed

    3d skybox errors

    Looks like you have water on side brushes too.. Oh and if map can be seen from skybox it will be duplicated since skybox camera sees the map and displays that.
  11. Unarmed

    entity array

    Makes sense, I've studied programming :P
  12. Unarmed

    Bulletproof Glass

    thats for what gibs to spawn actually. Quite stupid since you can break the glass anyway :S
  13. Unarmed

    Error upon starting my map?

    And next time you have an error (or if this one persists), post your compile log.
  14. Unarmed

    Lighting Issue

    Why point spotlight? Point spotlight is usually used just to create that nice effect of the light beaming down from just underneath the light. The light itself is actually a light_dynamic and anyone who has worked with those and done theyir homework will find that they are expensive as hell...
  15. Unarmed

    entity array

    how will these be named then? Does that say anywhere?
  16. Unarmed

    Need to find 2 tuts

    Brush 15425: areaportal brush doesn't touch two areas Brush 15457: areaportal brush doesn't touch two areas Interlopers.net has this to say on this error. The affected object may not work and/or cause general errors Description: One of your areaportals touches either too many, or to...
  17. Unarmed

    Question on Lighting?

    Blocklight brushes do absoluteley notthing but block light. They dont clip anything nor block VIS or any bullets. If you do indeed make a cylinder make sure that you make it hollow. Light coming from inside a blocklight brush will never hit any of the faces of the brush and therefore the...
  18. Unarmed

    Need to find 2 tuts

    That looks like a leak to me. Post entire log instead.
  19. Unarmed

    Question on Lighting?

    Lower the settings for the spread of the light. To prevent light from bouncing and lighting up the rest of the room make a box covered in the BLOCKLIGHT texture that contains the area you want to be lit and the light itself and then hollow that box with a value of -2. That should stop all bounce.
  20. Unarmed

    Bulletproof Glass

    Breakiness? Nope. Tectures do NOT break unless you turn them into an entity configured to break such as a func_breakable or func_physbox. How the material handles bullet collisions, wheter it affects VIS and if it should be transparent or not are things that are preset in the texture. But...
Back
Top