Search results

  1. tschumann

    How many Steam games do you own?

    33 at the moment.
  2. tschumann

    c++ memory problems

    Okay; here's the destructor and the function that does all the memory allocation: bsp::~bsp() { delete [] m_Entities.szEntityData; m_Entities.szEntityData = NULL; delete [] m_TextureLump.iTextureOffset; m_TextureLump.iTextureOffset = NULL; delete [] m_pTextureData...
  3. tschumann

    c++ memory problems

    I'm writing a program that opens up a Half-Life .bsp file, but I'm having some problems with memory. In Release the program runs fine and, but in Debug I get the following error: Debug assertion failed! File: <...>\dbgdel.cpp Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse) It seems to...
  4. tschumann

    Gonna animate the butterfly knife

    Is it possible to check the values in HLMV or someting like that?
  5. tschumann

    HL2 Combine body obj file?

    You're going to need a program called mdldecompiler to convert the .mdl to .smd files. And the model file is in source models.gcf in your steamapps folder.
  6. tschumann

    Gonna animate the butterfly knife

    Extract v_knife_spy.dx80.vtx and v_knife_spy.dx90.vtx as well.
  7. tschumann

    Valve Tries L4D2 Classification Again in Australia

    I hope it gets through this time.
  8. tschumann

    HL2 Combine body obj file?

    They're the same. What did you use to convert it to an .obf file?
  9. tschumann

    HL2 Combine body obj file?

    If you want the Metrocop's .smd files you need to decompile source models\hl2\models\police.mdl
  10. tschumann

    team fortress 2 memory problem

    Maybe try minimising all your settings. There's a thread on the Steampowered User Forums with .cfg files for people with Intel graphics cards.
  11. tschumann

    Gonna animate the butterfly knife

    I'm not sure what the problem is. I'd try resetting the SDK and all that sort of thing. Also, I'd try not running it in that folder, and just copy across the required .dll files to wherever you have the .exe
  12. tschumann

    Combine Helicopter Missiles: Secret Scripted Event?

    Isn't there something in Raising The Bar about how whoever was programming the helicopter AI accidentally made it drop bombs instead of shoot missiles and it worked so well they left it like that?
  13. tschumann

    HL2 Combine body obj file?

    There are no .obj files in Half-Life 2's game data; the models are .mdl files which are made by compiling .smd files. You can get the .smd files easy enough, but I don't know if Wings 3D will open .smd files. If not you could try and find something that will convert an .smd to an .obj (I'm not...
  14. tschumann

    HL2 Combine body obj file?

    There are no .obj files in Half-Life 2's game data; the models are .mdl files which are made by compiling .smd files. You can get the .smd files easy enough, but I don't know if Wings 3D will open .smd files. If not you could try and find something that will convert an .smd to an .obj (I'm not...
  15. tschumann

    Left 4 Dead 2 Available for Pre-Order Now

    I'd be quite tempted to purchase it if I could.
  16. tschumann

    team fortress 2 memory problem

    Try searching for the error on Steam Support and try some of the suggestions there.
  17. tschumann

    Gonna animate the butterfly knife

    Looks like a solution here: http://www.facepunch.com/showthread.php?t=773803
  18. tschumann

    Gonna animate the butterfly knife

    Is it in steamapps\<user>\sourcesdk\bin\ep1\bin ?
  19. tschumann

    problem with cs:s map compiling (hammer)

    I think that Face List Count >= OVERLAY_BSP_FACE_COUNT could be a problem. There's some info about it here: http://developer.valvesoftware.com/wiki/Compile_Errors#BSP_.28vbsp.exe.29
Back
Top