Search Unity

Request game ready turn based games.

Discussion in 'Assets and Asset Store' started by solidcrash, Jul 29, 2011.

  1. solidcrash

    solidcrash

    Joined:
    Mar 27, 2011
    Posts:
    65
    I am more into artist, I've try learn few code. it made my brain goes boom.

    I want to have games ready just like 3rd Person Platformer tutorial in this website. as it said it allow me to edit it made it better. I like it as it show me where I need go to.

    so what I really want for my first "artist" for games is turn based games. and I am save 1st person view and 3rd person view as it need best artist working on.

    I knew that all of you programmer said that 1stPS and 3rdPS is easy. yes easy to code programmer. way too hard for me!

    in Collaboration area are pretty useless. But I have better idea. why not I just ask you smart code programmer person, why not you just made whole fully games without any "wow" artist and put it in asset? so all of us artist able to add our own modelling and nice animation into our games as hobby. you able to get nice modelling from everywhere in WWW.

    I really want it able to accept for purpose of games type.
    example.
    Warhammer 40,000: Squad Command;- free style movement. line of sight and switch weapons.
    Advance war;- square style movement, 2d animation graphic img, info and chooser.
    Dawn of war soulstorm;- hex style movement, in world map, allow you to move next war-zone. also bonus items.
    Might and Magic Heroes V;- again, free style movement in world map, square style in battle zone.
    Great Little War Game;- hex style movement, movement and range info, touchscreen.

    also I would like all of those have animation ready with editable, have support to show how can we change it, so we wont ask you "how can I do that or that?"

    if you just did it, why not just put in example games for we to try it out that we may like it.
    remember, it useful for hobby artist or seriously artist, like me.
     
    Last edited: Jul 30, 2011
  2. Rastafari

    Rastafari

    Joined:
    Jul 18, 2011
    Posts:
    196
    Onoez how are your brains now o.o
     
  3. Rush-Rage-Games

    Rush-Rage-Games

    Joined:
    Sep 9, 2010
    Posts:
    1,997
    Try to be helpful! :D
     
  4. solidcrash

    solidcrash

    Joined:
    Mar 27, 2011
    Posts:
    65
    Headache! Can we just aim what I want. okay... heh..

    Thanks.

    Anywhere...

    Base on turn base games I forgot to add "non-turn-based-wargame".... heh. to be fair with other person it would be nice to able to create broad games like Mario party or better. ether use option chooser and dice as well...

    Also I like to have inro and cut scene in games plus movie cut scene for per-game. just in case you forgot about it..

    [EDIT]

    here you go. it will save your work.

    please find a script I may need.

    http://unity3d.com/support/documentation/ScriptReference/Transform.RotateAround.html

    http://answers.unity3d.com/questions/13524/rts-style-camera-scrolling.html

    http://answers.unity3d.com/questions/31045/turn-based-battle-system.html

    http://answers.unity3d.com/questions/23247/turn-based-shooter.html

    http://forum.unity3d.com/threads/59732-RTS-Tips-Keeping-track-of-resources-players.

    http://unity3d.com/support/documentation/ScriptReference/Input.html

    http://forum.unity3d.com/threads/73726-RTS-Unit-Selection

    http://en.wikipedia.org/wiki/A*_search_algorithm

    http://www.unifycommunity.com/wiki/index.php?title=Click_To_Move

    http://www.unifycommunity.com/wiki/index.php?title=WaypointMaster

    http://www.unifycommunity.com/wiki/index.php?title=AnimationStepSync

    http://www.unifycommunity.com/wiki/index.php?title=DragObject

    http://forum.unity3d.com/threads/69067-Rts-unit-selection-problem

    http://answers.unity3d.com/questions/31416/my-bar-script-for-healthmanaenergy.html

    http://answers.unity3d.com/questions/41784/online-advanced-aiartificial-intelligence-with-js.html

    http://answers.unity3d.com/questions/25075/mini-map-display.html

    http://forum.unity3d.com/threads/39837-Fog-of-war-Mesh

    http://answers.unity3d.com/questions/13657/mulitple-spawn-points-with-random-seed.html

    http://unity3d.com/support/documentation/ScriptReference/Random.html

    http://unity3d.com/support/documentation/ScriptReference/index.Accessing_Other_Game_Objects.html

    But I cannot find script for ;
    Population cap
    Resource gathering (harvesting, etc.)
    Hierarchical /unit improvement
    Unit/Group commands
    Unit health and status display
    Unit selection (drag using any shape to select units)

    So I've did my homework....

    all I need to put it all together as I don't know how.

    with thank to this website, as i just Google "what script i need for RTS" ( turn base script don't show very well..)

    http://docs.garagegames.com/torque-...entation/Scripting/Advanced/RTSPrototype.html

    and this
    http://www.garagegames.com/products/torque-3d/getting-started ( you will need click Making a Real Time Strategy Game)

    Enjoy. ;)
     
    Last edited: Jul 30, 2011
  5. solidcrash

    solidcrash

    Joined:
    Mar 27, 2011
    Posts:
    65