Search Unity

How easy would it be to make game similar to DOOM?

Discussion in 'Getting Started' started by ss slothman, Apr 1, 2015.

  1. ss slothman

    ss slothman

    Joined:
    Nov 19, 2014
    Posts:
    7
    I want to make a doom like game (but with zombies and survival elements) what will i need to learn and what software other than unity will i need.
    how do i make the 2d sprites?
     
  2. Tiny-Man

    Tiny-Man

    Joined:
    Mar 22, 2014
    Posts:
    482
    photoshop, ms paint?
     
  3. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,694
    Consider buying a shooter framework like UFPS or Realistic FPS Prefab. Then you just need to add your artwork and you're basically done except for saved games. You can buy another package for saved games and get it working with your shooter framework.

    id hand-drew many of the monsters in DOOM, and photographed the rest from clay sculptures, like claymation. For the weapons, they went to Toys'R'Us and photographed toy weapons. Shooter frameworks usually come with a variety of weapon models.

    For audio, you can record sound effects yourself or get some free ones from http://freesound.org and music from http://incompetech.com/music/royalty-free or APM on the Unity Asset Store.
     
  4. Sylvir

    Sylvir

    Joined:
    Mar 21, 2015
    Posts:
    396
    inkscape is a great free vector drawing software, and then there are programs like gimp that i belive are raster programs for image editing and painting.
     
    BrandyStarbrite likes this.
  5. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    From a technical stand point, FPS are easy to build. Create terrain, add a character controller, add basic ray casting for shooting, add some enemies with basic AI and you are done.

    You can do a lot more with a shooter, but that's about all doom had.
     
  6. ss slothman

    ss slothman

    Joined:
    Nov 19, 2014
    Posts:
    7
    Thank you so much for the help its much appreciated.
     
  7. Adam-Buckner

    Adam-Buckner

    Joined:
    Jun 27, 2007
    Posts:
    5,664
    The only thing I'd add is: be careful not to dissect very old games like DOOM too much in making a First Person Shooter, as they were forced to do many work-arounds due to technology limitations. Relying on Sprites for a 3D style game is one example. Most likely, you will want to use animated 3D models for your monsters. For this, you can rely on the Asset Store for material.
     
  8. ss slothman

    ss slothman

    Joined:
    Nov 19, 2014
    Posts:
    7
    the reason i wanna make a game with 2d sprites in a 3d world in because i love the look and feel of those kinda games.
     
  9. MurDocINC

    MurDocINC

    Joined:
    Apr 12, 2013
    Posts:
    265
  10. ss slothman

    ss slothman

    Joined:
    Nov 19, 2014
    Posts:
    7
    Thanks for posting those links it helps alot