Page 2 of 2

Posted: Mon Feb 04, 2013 3:33 pm
by satoon101
paytonpenn wrote:I would've posted the error earlier but there isn't easy copying and pasting.
Sorry for double post, but I just noticed this in your post.

Yes, using the console doesn't make it easy to copy paste. We do plan on including a logging system at some point that will make this much easier, but I am not sure when that will be added. The way I do it, for now, is to right click on the top of the console and go to Edit->Select All. Then, right click on the top again, and go to Edit->Copy. Next, create a new text document on the desktop, open it, and paste what you have copied. Remove everything from the pasted text except for the Traceback. Taking a picture works, too, obviously.

Satoon

Posted: Tue Feb 05, 2013 12:17 am
by paytonpenn
Works perfectly. Have key commands been implemented? http://www.eventscripts.com/pages/Es_key_commands

Posted: Tue Feb 05, 2013 12:53 am
by Logifl3x
I wouldn't be surprised if key commands were not implemented. Python can already do those things using dicts, sql and ini files. I know there are other ways to do so in python but these were the first few that I had thought of.

Posted: Tue Feb 05, 2013 1:53 am
by satoon101
We do plan on implementing KeyValues to parse .res files, but as Logifl3x said, there really is no need for es_key_ commands, as Python has other ways to handle these types of things.

Satoon