Search results

  1. omlette

    Source Code Humor

    npc_Manhack.cpp // Relentless bastard! Doesn't fail (fail not valid anyway) return TranslateSchedule( SCHED_CHASE_ENEMY ); //FIXME: This code sucks -- jdw offsetDir.z = 0.0f; m_vForceVelocity += ( offsetDir * ( offsetSpeed.Length2D() * 0.25f ) );
  2. omlette

    Source Code Humor

    Yup yup. Just so you know, they are called "comments", because they do just that -- comment on the code but don't get processed by the computer. If encompassing a large part of code in a comment to disable it, /* codehere */ is used.
  3. omlette

    Source Code Humor

    Nice to see that Valve is as crazy as their code. :D Anyone find anything funny while looking through the source code? If so, please try and post a filename along with the excerpt. From npc_Combine.cpp // --------------------------------------------------------------------- // Are...
  4. omlette

    lol @ germany

    taken from gib.cpp if ( g_Language.GetInt() == LANGUAGE_GERMAN ) { // no sticky gibs in germany right now! return; }
  5. omlette

    question about source code

    Since the full SDK is released, there's tons of source code that comes with it. My question is, just how much is this? Obviously not everything is there, or hacks and the like would be much easier to make, but there seems to be just about any kind of file I can imagine. Physics, ladder climbing...
  6. omlette

    Half-Life 2: Deathmatch Released

    I was not expecting such an awesome update so soon.
  7. omlette

    A preview of things to come

    I SECOND THIS NOTION
  8. omlette

    "Soon". god yes

    I think that's all that needs to be said. God yes.
  9. omlette

    How do I sell my copy of Half Life 2?

    He raises legitimate questions that should be asked. You stop talking.
  10. omlette

    Anyone know of a leet headset?

    First off, sorry for posting this here, but I don't know where else it should go. Does anyone know of a really good headset in terms of sound AND mic quality that is around 50$ or under? I need something to use in CS:S. I had an amazing Plantronics one, but I stepped on it. Oops. Thanks :D
  11. omlette

    Help - problem running HL2 MP co-op

    bump :|
  12. omlette

    Help - problem running HL2 MP co-op

    I wouldn't mind if I could get it to work in the first place
  13. omlette

    Help - problem running HL2 MP co-op

    Followed those exact instructions, no dice.
  14. omlette

    Help - problem running HL2 MP co-op

    When I try to connect to a friends server, it says: Disconnect: Error verifying STEAM UserID Ticket(server was unable to contact the authentication server, 27). When he tries to connect to me, it won't connect either. Anyone know what's up? And it's NOT a firewall issue, I hosted CS:S...
  15. omlette

    Life as a Combine soldier is hard

    lol how did you do those
  16. omlette

    post ur neat tricks with the grav gun

    me too, tag
  17. omlette

    Haha, Gabe sort of contradicted himself. (END GAME SPOILERS)

    So, you'll let us blow it (the citadel) up -- but then stop the explosion, teleport us into a black room, and let us wonder what happened to it? :E
  18. omlette

    Skybox

    1) Create a brush 2) Go to the texture browse and filter for "skybox" 3) You should see a blue texture that says SKYBOX on it. Apply this to the brush. 4) Hollow it out and place it around your level or over a window or wherever the sky needs to be seen 5) Map -> Map properties -> Skybox...
  19. omlette

    How do I spawn weapons?

    I can't find anything pertaining to weapons in the entity list. (Also, does anyone happen to know what the orange wall dev texture is called?) Thanks
Back
Top