Team-Silver-Sphere / SquadJS

Squad Server Script Framework
Boost Software License 1.0
163 stars 123 forks source link

Feat: Support for GC's Player Controllers #345

Open IgnisAlienus opened 7 months ago

IgnisAlienus commented 7 months ago

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.

steelskillet commented 7 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.

IgnisAlienus commented 7 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.

Yeah, that would work just as well if it won't break anything else.

werewolfboy13 commented 7 months ago

Is there plugins out now that would benefit from this?

IgnisAlienus commented 7 months ago

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.