Search Unity

Closed

Discussion in 'Scripting' started by Survivorman198, Nov 29, 2014.

  1. Survivorman198

    Survivorman198

    Joined:
    Nov 21, 2014
    Posts:
    25
    I am making a fps game with damage and other stuff. And I want you to post your scripts and instructions on how to set It up. And you can get either a free copy of the game when it is released and your name in the credits. Also I will try to implement something that you chose. The script or scripts will need to log in to a server and show characters with animations and a way to set up a server in game.

    The proper way to set up the application.

    1. First and last name or username.
    2. email(so I can give you a free code to download the game)
    3. Script
    4. installation instructions.
    5. And what you want in the game
    The game will take some time to make but I will go full time over the summer.

    The game's name is
    Survival Of The Fittest.
    Made by VoxlRocket Studios.
     
  2. GetUpKidAK

    GetUpKidAK

    Joined:
    Apr 9, 2013
    Posts:
    84
    So, you want people to give you code to do something in exchange for a copy of the game? Why wouldn't they just make the game themselves in that case?

    Not sure this is going to work...
     
    FirePlantGames likes this.
  3. djfunkey

    djfunkey

    Joined:
    Jul 16, 2012
    Posts:
    201
    No ones going to script you a game for free, even for a copy that might never come about.
    If you want a coder advertise it in the collaboration section atleast.
    This thread should be moved or deleted :confused:
     
  4. elmar1028

    elmar1028

    Joined:
    Nov 21, 2013
    Posts:
    2,359
    Here is my script:

    Code (CSharp):
    1. void Start () {
    2. Application.Quit()
    3. }
    Very useful code. Just attach it everywhere and export it to any platform. Works 100% :)
     
    Kiwasi and FirePlantGames like this.
  5. Sbizz

    Sbizz

    Joined:
    Oct 2, 2014
    Posts:
    250
    Doesn't work if you launch the game from the editor :D
     
  6. Korno

    Korno

    Joined:
    Oct 26, 2014
    Posts:
    518
    Here some code which generates epic realtime mmo fps strategy games. It might take a while though.

    Code (CSharp):
    1.  
    2. void Update()
    3. {
    4.         for(long i=0; i<long.MaxValue; i++)
    5.         {
    6.             Debug.Log ("Making epic game, wait a sec.");
    7.         }
    8. }
     
    Kiwasi, FirePlantGames and elmar1028 like this.
  7. Defero

    Defero

    Joined:
    Jul 9, 2012
    Posts:
    200
     
    Korno and elmar1028 like this.
  8. elmar1028

    elmar1028

    Joined:
    Nov 21, 2013
    Posts:
    2,359
    You must build it as standalone and then it will work.
     
  9. Survivorman198

    Survivorman198

    Joined:
    Nov 21, 2014
    Posts:
    25
    This is now closed. The file got corrupt. Bie.
     
  10. Nubz

    Nubz

    Joined:
    Sep 22, 2012
    Posts:
    553
    I fixed the op so it sounded better in the above quote.

    Kinda stupid since there is a lot of us (me included) that would share just about anything or help anyone but not going to do the work for you and tell you how to use it every step
     
    lordofduct and AlucardJay like this.
  11. lordofduct

    lordofduct

    Joined:
    Oct 3, 2011
    Posts:
    8,531
    This isn't even OP's first thread asking this question. The other one got locked by mods for code begging.

    OP, learn to code, hire a programmer, do something rather than patronizing us...

    Also, want some codes? I have a whole pile of it on my free, open source, framework of code that I use with Unity:
    https://code.google.com/p/spacepuppy-unity-framework/