multiplayerFramework icon indicating copy to clipboard operation
multiplayerFramework copied to clipboard

Create a dev branch for pull requests

Open Rayjax opened this issue 9 years ago • 1 comments

Hi, I cloned and run the project but faced a lot of issues, especially due to the fact that the remote website is down. I rerouted the remote requests to localhost, but it wasn't enough. In the end, in order to be able to signup, login, create a character and start a game I :

-Removed '/8100' on resources requests. Without it, they work. -Fixed the undefined session issues -Repaired some routes and request which were commented or reading wrong variables -Added a middleware to mimic the expected session behavior by using cookie-session

Please create a branch so that I can make a pull req. Cheers

Rayjax avatar Sep 05 '16 19:09 Rayjax

wow, ok, didn't expect anyone to do anything with this repo, since it was mostly for my own learning, but it'd be cool if you did something with it :p. the /8100 not working for you is because on my server I make the url /8100 become port 8100. (I do this because the port is blocked at my school, but port 80 is obv open) this repository isn't currently under very active development, the most recent thing I did with this is http://github.com/mfosse/soccerCars2, but I can totally answer any questions and open another branch.

fossephate avatar Sep 05 '16 20:09 fossephate