Jump to content

Recommended Posts

Posted

Hi,

 

I am working on a simple RTS Game.

 

Right now I think about how I could best implement a minimap.

And secondly, the Fog of War.

 

Maybe someone has done it before something.

 

I'm grateful for all the tips.

Posted

Minimap:

 

how you generate your map? if you use a .raw I would use the .raw to generate the minimap so you can calculate playerpositions on the map

 

Fog of War:

every unit should have a view/attack radius. dont draw what is not in the viewradius. for the fog itsself you can use a shader or just some kind of light. its up to you how it should look like.

It doesn´t work... why? mhmmm It works... why?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...