How do I read .plog files?
Soul_Rider
Mod Bean Join Date: 2004-06-19 Member: 29388Members, Constellation, Squad Five Blue
in Modding
So I have a bug in GorgeCraft, where when I drop a hive, my system hard locks. There is nothing output to the console, so I decided to do a p_logall to capture what was going on, as the Devs request for bug information.
Turns out, you can't read the file in notepad. What do I need to use to be able to read the log I have created?
Turns out, you can't read the file in notepad. What do I need to use to be able to read the log I have created?
Comments
is where you want to look
You will need to install python, I'm not certain what version matso wrote it in though.
I can build everything else all day long, but generally no more than 2 hives before it craps out on a third. Often it will crap out on the first too. Also, bear in mind, this is not the spawn hive, this is the gorge build hive. It is the same hive, so the code is unlikely to be the hive itself.
That's why I thought plog might help, to let me know all the variables being passed at teh time....