From: Pascal K. <kir...@us...> - 2005-11-18 19:21:30
|
> As to how hard it is to implement that's another story, it may need > investigation. It could happen that there is already written code > implementing console somewhere, so it could be used. I'll try to look > for it. If I find anything I'll post here. WalkTest has a console, you can access it by pressing <tab> So this implementation would as difficult as copy paste :) CS provides a lot of functionality next to the 3d rendering, so it's also possible to print error messages to the console (text console, not ingame) by using the csReport. I'm not sure in how far this is just what Ozan is about to implement. If you want the error messages in the ingame console, I suggest to implement a custom iReporterListener and or look at the already implemented ingame consoles in CS (fancycon and such). - PK |