Search results

  1. Unarmed

    Texture lighting problems

    Cubemaps being messy perhaps? Not sure though... However this seems to be an issue in TF2 altogether. Look at the rocksides in dustbowl and note how they also change as you move around.
  2. Unarmed

    NPC Parenting and motion

    Fake it. Have the claws move a prop_dynamic and once that is in place you kill it and then you spawn the NPC at the exact same spot, at the same time. Looks like an npc is being carried although it's not.
  3. Unarmed

    TF2 Mixed Game Types (CTF & CP)

    You could fake it somehow with triggers I suppose... But I doubt you'd get the actual interface of both gametypes at the same time. Although if you fake it you could easily make some other kind of notification for the players and then just run a standard CTF game as "main". Also, for the exit...
  4. Unarmed

    Compiling/decompiling maps

    Those are the ethical reasons why you shouldn't decompile but there are technical reasons that are work aswell. Firstly, if you think about it there are several ways you can make objects in hammer that are identical. So ingame all these objects look exactly the same but in the vmf, they dont...
  5. Unarmed

    NPC Parenting and motion

    Why are you gonna parent an npc? That would just look wierd IMO. And if you get an NPC on a train so that it moves, why cant you just kill the train later on?
  6. Unarmed

    Project Outskirts

    there is an entity called ai_relationship which allows the mapper to set rfelationships between different npc's. These relationships can be used on whole classes such as npc_combine_s or on specific entities if a name is supplied rather than a class. Oh, and ripping Hlao2 textures to release...
  7. Unarmed

    anyone here managed to use texture lights with the same accuracy as in halflife1?

    Sounds rather strange to me. If func_details were somehow not accounted for when lighting is done then they would be unlit an not cast shadows. But it's possible that it has some effect. What do I know....
  8. Unarmed

    Light problems

    Have you placed any cubemaps in your map and most importantly: did you run the "buildcubemaps" command in the game?
  9. Unarmed

    Question Regarding NPC Settings

    Just look at the settings. For who it should apply to just add npc_vortigaunt and then set the relationship to "hate". The object he should hate should simply be "player". And then set it to start active. No need to mirror the relationship since target is a player...
  10. Unarmed

    What entity/trigger I need to activate music?

    ambient_generic. Create one of those, choose the sound you want and set the "is not looped", "play everywhere" & "start silen" flags and you're good to go. Just fire an output from anywhere you like to the generic with the PlaySound input.
  11. Unarmed

    anyone here managed to use texture lights with the same accuracy as in halflife1?

    They havne't been high prio so thats why they look bad. Unfortunatley. Espaciall since texlights was one of the best ways to light a map back in the days..
  12. Unarmed

    Converting .map to a hl2 deathmatch map and tfc .bsp?

    Please, in the future be more specific. Don't say some file. Say which specific file. Im assuming that it says "Game configuration is missing or invalid" since that is the most common one. What you need to make sure is that you've got the right game selected in the drop-down menu in the...
  13. Unarmed

    nodraw Application

    I make all of my brushes out of nodraw first and then texture them. Its rather annoying in the beginning but I gt used to it and now I use it like the dev texture. However, if you are using dev textures then by all means, keep doing so and then use the search and replace thingy that can be...
  14. Unarmed

    Converting .map to a hl2 deathmatch map and tfc .bsp?

    Huh? To convert a .map file you need to compile it. That creates the actual bsp. With that map file I can only assume that you are working on the goldsrc engine and to edit and compile the map file you can use Hammer verision 3.5 However, for alll source related files you should use the...
  15. Unarmed

    Map Ideas

    Im quite sure that there was a map contest over at CM back in the 1.1(ish) days where contestants had to be made from a them generated by this.
  16. Unarmed

    My first [finished] map

    apertuer? You almost think it is a portal map.
  17. Unarmed

    Vphysics penetration error

    compile log please. The VPhysics errors are genereally harmless.
  18. Unarmed

    Map Ideas

    I hope they pay you well since you spend your own time browsing forums regarding the same things as you work with. It's like working for free. If you have ambitions like that/like what you're doing so much, start a company man/woman! As architecture goes, my uni provides me with a ton fo...
  19. Unarmed

    Map Suggestions

    Noticed this before and I see that it's still there. Sprinklers in a room made out of nothing but concrete? WTF?
  20. Unarmed

    Map Not Loading

    as for the "no player start" error, that only checks for the info_player_start entity which spawns gordon. That means that it can basically be ignored in any game that doesnt use gordon.
Back
Top