WinterSquire / AlphaRing

A Modding Tool For MCC
MIT License
89 stars 1 forks source link

[Question] Does this mod work by implementing an unused feature in MCC? #18

Closed kylepitcock closed 3 weeks ago

kylepitcock commented 3 weeks ago

Like is this using a feature that was never used or could someone else theoretically use this same implementation to a game such as left 4 dead or one of the older call of duty games?

WinterSquire commented 3 weeks ago

The splitscreen function is already built into the game. What I did was detour the get local player function and make the game think you have more than one local player. You can't apply this method to other games. I might write a wiki page explaining this in detail someday.