PDA

View Full Version : Customizing the Console



Exal
11-11-2009, 11:28 AM
Hey.
I'm having a hard time finding information on how to customize the in-game console. I've browsed the official UDK documentation, as well as several other sources, without finding anything on this topic.

At the moment I'm analyzing source code files, trying to understand how this works. If anyone has some info on this topic or links they'd like to share, my task would be a lot easier.
General information, documentation, tutorials about anything related to customizing the console would be more than welcome. :)

Blaaguuu
11-11-2009, 10:12 PM
In what way are you trying to customize it? Just adding more commands that you can enter in the console, or changing how the console itself looks and functions?

Exal
11-12-2009, 10:38 AM
In what way are you trying to customize it? Just adding more commands that you can enter in the console, or changing how the console itself looks and functions?

I would definitely change the looks of it and add new commands or delete existing ones.
I'd also want to learn more about the functionality of the console and, depending on how it works, adapt it to the game's needs.

But like I said, any no-matter-how-general info about the console is useful.


Edit: Never mind about this topic, unrealscript reference + source code rock. Thanks anyway ;)