I've been more busy with Unity 3d lately. Working on features that I'll be including in the Strategy Game Test that I made.
FogOfWarTest
Here I made an implementation of fog-of-war for strategy games. It uses a mesh blanketing the terrain, whose vertex colors I set depending on if units are in range or not. Enemies appear and disappear depending on whether they're on fog or not.
http://anomalousunderdog.herobo.com/Unity/FogOfWarTest.html
ProjectileTest
Here I made code for launching projectiles like grenades.
http://anomalousunderdog.herobo.com/Unity/ProjectileTest.html
Unit Insignia
I'm planning on letting players upload whatever picture they want and use them as unit insignias; logos visible on the unit 3d models themselves when battling.
XmlTest
I made a simple XML parser which I will use to load unit properties from XML files. I did this so unit properties can be edited without requiring Unity being run.
http://www.unifycommunity.com/wiki/index.php?title=TinyXmlReader
ayus ung fog of war at ung projectile :)
ReplyDeleteif ever you want, source code for those are available at http://anomalousunderdog.webs.com/UnityProjectUploads/
ReplyDeletethanks! might come in handy.
ReplyDelete