-
Notifications
You must be signed in to change notification settings - Fork 152
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
Possible Fog of War Bug #158
Comments
Hey @coolyoshi, have you been able to solve this? |
I think this bug might pop up if the gamestate has too much setup logic/too slow. Did a workaround by initializing vision after a delay once all players are loaded in. It's not a proper solution though. |
Im having the same issue. What was your exact solution Coolyoshi if I may ask? |
I wouldn't call it a solution but I just wait till all players loaded into game. Then after that I spawn the actors into the game after a 7 second delay. Basically that delay allows enough time to set everything up and avoid fog issues I guess |
Hmmm interesting, and you add the delay into the gamestate? |
Yeah. Actually I'm not really sure if it fixes it 100%, just seems to improve it alot atleast for me. |
Can you share more details about your setup? Listen server or dedicated? Example map of the plugin or your own one? |
Hi Nick, I just added a landscape on the example map. Pablo was trying to replicate the issue, but couldnt do it. EDIT: Ooops, wrong thread, but still relevant I guess? |
I can show it to you on the discord server :) |
I will be there for another 5 hours cca. |
Sorry, but with a baby and two jobs, I kinda have to be able to look at these issues "spontaneously" :) |
Haha! No worries. I understand ;) |
Not sure if it's just me but player 1 sometimes can't initialize fog of war properly.
The screen might go entirely black, or partially black (covered partially by fog), but when it breaks the result is always that fog just doesn't work.
The text was updated successfully, but these errors were encountered: