Welcome to Killing Floor (UT2004) Klub. It's a place for Killing Floor (2.50-3.0) can find anything related to the game. From maps and mods, to patches and updates.

Post news Report RSS Resizing CODE for CONSOLE.

Were you ever in need of a larger CONSOLE size to review your extracted file? Well here is a CODE that'll fix that problem.

Posted by on

If you're into CODING, then you know what how HANDY it is to have a larger size CONSOLE box to review the extracted file (from *.u to individual *.uc) for error messages. Thanks to Twilight on his use of Unreal SDK which he converted to his own - see RVSGaming - for public use on Ravenshield Rainbow Six game, you can now adjust the CONSOLE box to whatever size you want.

The CODE is seen below:

@echo off
Title ToolBelt v3.9 - [SDK2 v2.1]
color 1F
//mode con:cols=110 lines=52
mode con:cols=608 lines=464
cd Code Environment\system
:: init
echo _______________________________________________
echo Loading SDK2 by Joel L ("Twilight")
echo.
echo.
echo Raven Shield SDK2         ¯ [Version 2.1]
echo ToolBelt                  ¯ [Version 3.9]
echo Type HELP for a list of ToolBelt commands
echo.
echo.
echo.
CMD /k

It is seen in line 4 - mode con:cols=608 lines=464. This will increase your CONSOLE box so as to enable you to scroll up and down as well as sideways, left to right and vice versa.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: