Open IgnisAlienus opened 9 months ago
might be able to just loosen the regex for the player controllers. I don't think they need the current "BP_PlayerContoller_C" and we might just be able to use ".+" instead.
might be able to just loosen the regex for the player controllers. I don't think they need the current "BP_PlayerContoller_C" and we might just be able to use ".+" instead.
Yeah, that would work just as well if it won't break anything else.
Is there plugins out now that would benefit from this?
People that have custom time tracking plugins. I think the other guy my be onto something where the regex on the one is made less specific for the controller. As long as that doesn't break anything else.
Support for GC's Player Controllers.
I added them in the log-parser as new files instead of messing with and possibly breaking old files.
This may need to be done for any other mods that mess with the BP name for the Player Controller.
Let me know if there's a better way to implement this. But this is working for me on our Server.