Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Updates
      2. Find Lobbies & Players
      3. Guides & Strategies
      4. Vehicles
      5. Content Creator
      6. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

*DO NOT* SHARE MEDIA OR LINKS TO LEAKED COPYRIGHTED MATERIAL. Discussion is allowed.

i want to make a game like gta


captain jack sparrow
 Share

Recommended Posts

captain jack sparrow

can you tell me wich program to use????i don't want to make a game as good as gta i want to make a simple open world gta style game for android (you know gta stuff:killing people,collecting money,doing missions,stealing cars,etc)  there are a lot of simple gta style games on the android market

Edited by captain jack sparrow
  • Like 2
Link to comment
Share on other sites

Unity or Unreal, depending on how comfortable you are with writing code. Both are free, at least, until you start actually making money from your game, both have huge communities and a ton of help and tutorials on YouTube and internet in general. Neither will be easy to use - they are both going to have a significant learning curve.

 

Unity is generally positioned as the more of a hobbyist one, and in a lot of ways is easier to use. However, you will absolutely have to write some code with it. Your options are JavaScript or C#. You will be able to find a lot of ready-made scripts for a lot of things you want in a game, but you'll have to at least understand enough about programming to hook them up and stitch it all together. There is no way around that with Unity.

 

Unreal is positioned as a more professional tool, so it might take a bit longer to learn it. On the plus side, scripting is actually optional if you aren't doing anything complex and will be using a lot of pre-made assets. This is because Unreal comes with a feature called Blueprints that lets you hook up game logic as a diagram. It still has a heavy learning curve, and it's still a lot like programming, but if you have zero experience writing code, that might be way easier to start with. On the flip side, if you decide that Blueprints aren't cutting it, Unreal goes from easy to hard mode in a quantum jump, because if you want to write your own gameplay classes, you'll have to learn C++.

 

Finally, regardless of which one you chose, both engines assume that you'll do most of the content authoring internally. Both come with asset stores where you can buy a lot of assets, and there are even some that are free that aren't horrible. But odds are, even if you go this route, you'll want to make at least some of the content. For 3D work, I would go with Blender. It's free and used by hobbyists and professionals alike. It will export meshes and animations to FBX format, which both Unity and Unreal understand. Texture and audio work come with way more options, and it's mostly up to what works for you, but if you need a starting point, GIMP is a decent free alternative to Photoshop, though not nearly as feature heavy, and you can use Audacity for simple audio work.

 

In principle, using just these tools, you can make a pretty good game. With enough time and effort, you could remake GTA III. Just don't expect to jump in and be able to know how to use everything right away. Each of these tools comes with a huge learning curve. Expect to sink hundreds of hours into it before you're making serious progress. Of course, if you have prior experience making art, 3D assets, audio, or writing code, that will significantly lighten the time needed. Still, making components for a game tends to be a little different than other projects, so expect to be spending times learning things even then.

 

P.S. I should probably mention RPG Maker. Not free, but inexpensive. If you want to make a top-down 2D game, similar to GTA/GTA2, you might be able to pull it off with less hassle in RPG Maker than either of the above options. You can make 2D games in Unity and Unreal as well, but most of complexities are still there. RPG Maker will make a lot of the work a lot easier for the beginner. The only part that will be tricky is getting cars to drive at an angle, but I'm pretty sure I've seen pre-made options for that. Worth exploring if you want a 2D game. Naturally, you don't need 3D assets, meaning you'll only need to make 2D sprite sheets and audio, which will be a lot less work to make. Speaking of sprite sheets, something like Spriter might make it a lot easier. The base version is free, and if you will end up needing Pro features, it's inexpensive.

 

And I should have mentioned earlier, that all three options: Unity, Unreal, and RPG Maker - support exporting for both iOS and Android. It's actually very easy to make multi-platform games with all three options.

  • Like 1

Prior to filing a bug against any of my code, please consider this response to common concerns.

Link to comment
Share on other sites

captain jack sparrow

i have unity i am trying to learn it ti is hard but it's ok i will learn it

Link to comment
Share on other sites

  • 1 month later...
Burdolevich

Hey pal, do you want to join me in some project? I'm want to convert Liberty City from third generation into Unity...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.