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

[SA]Having a car drive to a certain position while respecting traffic


Jaapio
 Share

Recommended Posts

Hi, I'm still quite new to scripting in GTA San Andreas and have a question if this is possible using only stock San Andreas.

 

In a cutscene I want to have CJ get in a taxi/cab and watch the cab drive to it's destination (so the player can get to see and know a bit about the map). But I want to have the cab obey traffic EG not run red lights and not crash into other vehicles, without having to script all the separate stops and turns. Is this something that is possible with the stock scripting or am I going to have to write my own plugin?

Edited by Jaapio
Made title more clearly reflect that this is for GTA San Andreas
Link to comment
Share on other sites

Yes, it's possible with stock scm codes.
Stop at traffic lights is standard behavior of car driving.
There's a code to make the car ignore traffic lights

The route is given by car paths
And so the problem beginns, because the car drive along specific paths instead that route which you want, if you just give a destination.
There's a huge net of paths, it's a construct of many single paths and you don't know or don't see where each path beginns and end.
So a car drive script can be a very annoying job


The script codes allows also to let the car ignore the path and let it drive where you want.
But in this case you have to give many destinations and checks to let the car drive on many small routes
Also the car can stuck anywhere

 

Another solution:
You can record a route which you drive, go, fly or what ever and create a carrec path
a file of GTASA\data\Paths\carrec.img
And then let the car drive on carrec path
The plane fly is done by this method, when you check in at airport
Disadvantage: the car on carrec path is immun to other vehicles

 

 

Edited by ZAZ
Link to comment
Share on other sites

Hi Zaz,

Thanks again for coming to the rescue so quickly. Are you a full time gtaforums member? 😃

 

Both options aren't exactly what I am looking for I want to keep my mod as close to the stock gta San Andreas, so that if people want to use their favorite mods they can just do so. As opposed to if I decide to put in (for example) silent's asi loader  and some other libraries, people will be stuck with that and things might break if they want to put in their own mods that require another asi loader.

 

But since my own map editor is coming along nicely I guess I could add in a functionality for it to generate a script to make a car drive a certain path through traffic. Since I will be in control I can make it generate the script in such a manner that if the vehicle gets stuck the cutscene will fade out and skip to the next relevant part and fade in again.

 

spacer.png

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.