Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tails Player 2 #22

Open
overbound opened this issue Mar 3, 2018 · 1 comment
Open

Add Tails Player 2 #22

overbound opened this issue Mar 3, 2018 · 1 comment

Comments

@overbound
Copy link
Owner

There is Tails following Sonic code that can be backported to Sonic Time Twisted. This will allow for a 1.5 player mode like the classic Sonic games. Adding the ability to play 2 players in levels will break several things in the game. Specifically anything that is referencing the player one instance exclusively (example: player[0] instead of objPlayer). The second player will need to be tested game wide to look for bugs. An option to do a 2 player game must be added to the save screen too.

@AlexKhayrullin
Copy link
Collaborator

Even referencing objPlayer is troublesome, since if you reference a non-unique object in GameMaker Studio by its object name, the game will crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants