Closed joepmeloenMV closed 6 years ago
Nevermind, I fixed it right after posting 45 minutes ago. Took me 2 days :-) to figure it out.
plugins.js holds the plugins configurations, the ftp program didn't detected a different in file sizes when the treshold is switchted from 100 to 200, when uploading to the domain webserver now it's working fine.
Hi Nelderson,
I got on issue with the globavars. I have a nodejs server running from my home computer and hosting the game on a webserver with a domain. Cors are used, players see each other moving, that is all working fine.
However, when I use the globalvars something strange is happening.
two players: both on local - works fine. two players: both connected trough isp:8000 from outside to nodejs and static map - works fine. two players: one trough isp:8000 and the other trough domain - works fine. two players: one trough domain and one trough local - works fine. two players: both trough domain - doesn't work...
I think the nodejs server doesn't send the data back to the domain? Any toughts?