1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

KAG Getting rid of the console?

Discussion in 'Help' started by eamono, Oct 17, 2013.

Mods: makmoud98, Mazey
  1. eamono

    eamono Arsonist

    Messages:
    498
    im talking about the black console window that is always open whenever you launch kag, not the in game one. is there a way to make it run in the background and not show up on screen?
     
  2. master4523

    master4523 Masterful KAG Guard Global Moderator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    378
    As far as I know, there's no official way to do it.

    Assuming you're running Windows, create a new .vbs file (let's call it noconsole.vbs) in the same folder as KAG, and paste in this code, save it then double click on the file to launch it.
    Code:
    CreateObject("Wscript.Shell").Run "cmd /c KAG.exe",0,false
    This should do the trick.
    Code:
    CreateObject("Wscript.Shell").Run "cmd /c KAG.exe nolauncher",0,false
     
    Last edited: Oct 24, 2013
    sinnertie likes this.
  3. Duplolas

    Duplolas So Sad

    Messages:
    917
    Maybe it should default be hidden. Especially with the steam release coming. First time I played KAG I tried closing it a few times before I made the connection that it was running in the CMD. You don't want people flooding the forums asking WTH the CMD is doing.
     
Mods: makmoud98, Mazey