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

Possible Fog of War Bug #158

Open
coolyoshi opened this issue May 21, 2021 · 12 comments
Open

Possible Fog of War Bug #158

coolyoshi opened this issue May 21, 2021 · 12 comments
Assignees
Labels

Comments

@coolyoshi
Copy link

coolyoshi commented May 21, 2021

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.

@npruehs
Copy link
Owner

npruehs commented Jun 5, 2021

Hey @coolyoshi, have you been able to solve this?

@npruehs npruehs reopened this Jun 5, 2021
@npruehs npruehs added the bug label Jun 5, 2021
@coolyoshi
Copy link
Author

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.

@LegendsofBarcraft
Copy link

Im having the same issue. What was your exact solution Coolyoshi if I may ask?

@coolyoshi
Copy link
Author

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

@LegendsofBarcraft
Copy link

Hmmm interesting, and you add the delay into the gamestate?

@coolyoshi
Copy link
Author

Yeah. Actually I'm not really sure if it fixes it 100%, just seems to improve it alot atleast for me.

@npruehs
Copy link
Owner

npruehs commented Aug 24, 2021

Can you share more details about your setup? Listen server or dedicated? Example map of the plugin or your own one?

@npruehs npruehs self-assigned this Aug 24, 2021
@LegendsofBarcraft
Copy link

LegendsofBarcraft commented Aug 24, 2021

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?

@LegendsofBarcraft
Copy link

I can show it to you on the discord server :)

@LegendsofBarcraft
Copy link

I will be there for another 5 hours cca.

@npruehs
Copy link
Owner

npruehs commented Oct 3, 2021

Sorry, but with a baby and two jobs, I kinda have to be able to look at these issues "spontaneously" :)

@LegendsofBarcraft
Copy link

Haha! No worries. I understand ;)

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

No branches or pull requests

3 participants