Ruggero Cortini

Results 4 comments of Ruggero Cortini

Hi and thanks for the comment. It is, as far as I can see, for all events and for all the players. Digging in the code I figured out that...

Okay, I figured out that this only happens when using ```python replay = sc2reader.load_replay( replay_file, engine=sc2reader.engine.GameEngine(plugins=[TestPlugin()])) ``` but it does not happen if you use ```python sc2reader.engine.register_plugin(TestPlugin()) replay = sc2reader.load_replay(replay_file)...

Hi All, there's indeed quite a lot of work to do, because to get this to run I had to extensively modify the logics of the main routines of starcode....

Hi, sorry for the late response. Here is a piece of code that will produce an almost identical trajectory. It requires the installation of the HOOMD-blue python package. ```python from...