Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. 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

Happy Holidays from the GTANet team!

Wanting to learn to Script


OldWorldGaming
 Share

Recommended Posts

OldWorldGaming

Hey guys. Apologies if this is the wrong place, but I really need some help. I know there's lots of different programming languages, Java, C++ etc; but I don't know which one to choose. I'm also unsure how the programs work. I have no knowledge of scripting, I did make a Flash game in College but I don't remember much. In Flash at least, there is a coding section as well as actually importing images, etc. Is it the same for other languages?

 

Say you were using Notepad+ or something to script, and wanted to make a ball bounce up and down, would you use another program to design the ball? I'm unsure how you'd actually combine an object and a string of code.

 

I don't suppose anyone could just give me some advice on which language would be best to start off with, and if anyone had any links to tutorials I could follow to get the basics of the program.

 

My dream would be to create a zombie survival game ("wow, original!"). Scripting would start off just as my own little hobby, constantly improving my skills over time. I know you'd start of small, probably making something as basic as a point-and-click game, but just getting the basics would help improve my confidence and knowledge to move onto bigger and better things.

 

Thanks in advance, it is much appreciated.

Link to comment
Share on other sites

Basically, flash works as if you already have an engine which you script. The engine takes care of importing images and other resources for you. If you are writing a game completely from scratch, you'll have to do this. It involves asking operating system to open a file and get you a handle to it, reading the binary data from the file, constructing corresponding structures and memory, and when you need it, sending the necessary data to sound or graphics API to actually have something happen.

 

In contrast, you can work with a game engine that's already been designed. Try Unity. It has an interface that lets you import resources, and you can code it in Java Script, which is not that different from how you'd write a Flash game.

 

Of course, you still have to design the individual resources, be they images, 3D models, or sounds. Each one is an art of its own.

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

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.