Results 1 to 3 of 3
  1. #1
    badhomaks's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    North America
    Posts
    242
    Reputation
    12
    Thanks
    35
    My Mood
    Fine

    Do I Need C++ Knowledge For Creating Source Engine Console ?

    And does anyone know any console source codes (apart from Hell Demon's mini console cause I've already seen it) that I can use to understand how they work? (for educational purposes obviously, I won't be ripping off code without credit)

    Sorry if wrong section.

    (the game is Vindictus if that matters)
    Last edited by badhomaks; 04-08-2012 at 11:02 AM.
    [IMG]https://giant.gfyca*****m/RemorsefulUnitedConch.gif[/IMG]

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Most of them are based off of my work, so won't be much of a difference.
    The ones using a DOS window use AllocConsole like my oldest consoles did.

    And yep, you need C++ for it.
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    Verstehen's Avatar
    Join Date
    Apr 2012
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    1
    You need to use AllocConsole, then have a way for the console to take input and output.
    Here is a basic example.
    Code:
    int hCout;
     AllocConsole();
    hCoutt = _open_osfhandle ((intptr_t) GetStdHandle(STD_OUTPUT_HANDLE), _O_TEXT);
    
    //Free the console when you are done with it
    FreeConsole();

Similar Threads

  1. [Help] D3D9 Menu Hack - Need help, Coding the Hackthread for Hack Sources :(
    By taylan in forum WarRock Hack Source Code
    Replies: 3
    Last Post: 12-07-2011, 06:15 AM
  2. i need help for create hack
    By cabi4 in forum Combat Arms Help
    Replies: 7
    Last Post: 06-30-2010, 08:46 AM
  3. I need a bypass for like cheat engine =)0.o
    By samsam4152 in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 02-12-2010, 07:26 AM
  4. hey i need some hacks for this game can any1 help
    By CrUsHa in forum Hack Requests
    Replies: 10
    Last Post: 05-21-2006, 09:14 PM
  5. need hack (dup) for mu online
    By yonylv in forum Hack Requests
    Replies: 1
    Last Post: 01-04-2006, 12:24 AM