Is it possible to parse game text or any information at run time?

正在查看此主题的用户

Krozzy

Veteran
Sorry if this question is stupid, I don't know anything about warband modding, but from what I understand, POP is all custom so I wouldn't be able to get the answer from the genreal warband modding forums.

I have been doing stuff in school involving information being automatically entered into databases and then used to display real time charts/comparisons via C# windows application.

I thought it would be a fun project to put something together that tracks events, stats, and battle reports from POP in order to display information is charts and what-not.

Is it possible to parse game text or data at run time to a text file or something? Or is that all stuff involved in the source code.

Thanks in advance for any developers taking the time to answer. I understand that some questions might seem stupid or difficult to answer, I am just looking for a "Possibly", then I will do the research and work myself.
 
The log's text (and any other data) is stored somewhere in game memory, so all you have to do is grab it from there.
 
后退
顶部 底部