Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: ArenMook on December 22, 2012, 04:06:52 AM
-
Play Windward (http://www.tasharen.com/windward/game.html). I've already released its water, fog of war and HUD text. What would you like me to release next? Some have suggested the inventory system -- but I am one of those people that believes the inventory system should be custom to every game. Minimap? Talent system? Something else? You decide.
-
Would love to see how you did the custom tooltip system within the talent tree, possibly even a suggestion on how you set up each talent. Class for each, get/set quick example of one of them, etc. I imagine you were able to create it a lot easier knowing nGUI inside and out opposed to writing out a ton of custom classes, so any unknown helper classes and methods for nGUI would be great.
-
A kind of island/object gnerator, level editor.
-
The terrain in Windward is based on procedural generation in later levels. I just click a button and a random cool looking terrain is generated. I can then tweak it using Unity's terrain tools to be what I want. There is also an option to use a mask texture where you specify which areas should have islands (white) and which areas should have ocean (black) (well, there is one more channel used for mountains, but I won't get into that). There is no level editor in Windward, so I wouldn't be able to release that.
-
just click a button and a random cool looking terrain is generated.
I like that part, that would be cool to release :-) The question, wheter you can make a mobile friendly version of that. Using T4M or other mobile friendly terrain solutions.