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. Forum Support

    3. Suggestions

Project2DFX


ThirteenAG
 Share

Recommended Posts

Not sure what you mean by 'flash'. But spawning in vehicles from further distances is pretty hard right now because of nodes.

By flashes I assume small lights (white or red ones). How about spawning random lights on paths coordinates then? Would that be possible?

Edited by kikiboy95
Link to comment
Share on other sites

 

Not sure what you mean by 'flash'. But spawning in vehicles from further distances is pretty hard right now because of nodes.

By flashes I assume small lights (white or red ones). How about spawning random lights on paths coordinates then? Would that be possible?

 

Pretty sure its possible, but it'd be too time consuming.

Link to comment
Share on other sites

 

 

Not sure what you mean by 'flash'. But spawning in vehicles from further distances is pretty hard right now because of nodes.

By flashes I assume small lights (white or red ones). How about spawning random lights on paths coordinates then? Would that be possible?

 

Pretty sure its possible, but it'd be too time consuming.

 

Hm. How about limiting the number of the lights then? I assume that on SA spawns approximately 5-6 cars on the street. Taking coordinates of those vehicles would be a good start-point.

So, if a car disappears or is deleted from the streets, the new car appears and its coordinates are taken instead.

Basically, those coordinates could be usfeul when player flies at ~200,300 meters above the ground and that could be the limit of those moving small lights... Sorry if I sounded a bit confusing

Edited by kikiboy95
Link to comment
Share on other sites

Are you talking about actual cars or coronas? Making moving coronas on roads that give you the impression of cars can apparently be done with an opcode, but it'll take too long and it might not look great and making cars spawn at further distances while they're on their paths can't be done right now because of nodes.

Edited by TheJAMESGM
Link to comment
Share on other sites

Spawning coronas, ofc. Coronas which are moving with the car at custom distances. What work would had to be done there exactly, I might be missing something?

Link to comment
Share on other sites

aStiffSausage

Are you talking about something similar to this?

Script got "pool" of cars it can store, let's say, it can get a handle of 20 different cars. The script will store current speed in XYZ-axis, until it can't find a new car to replace current slot, and then, the script will generate corona at the coordinates the car disappeared at, and then count next position from the XYZ speed we just retrieved?

Because if that's the case, then there are few issues, first one being, that the corona would just keep going in a straight line, and the corona might actually go flying in the air if the car was going uphill before despawning.

Link to comment
Share on other sites

Um, not sure if I understood you right. But, here's my idea in briefs:

  • trace spawned cars coordinates and their speed
  • limit the number of vehicles, i.e. 20, like you said above
  • attach corona on the moving car and let that corona be visible at high distances only (like 100 meters above the ground or something similar)
  • if the car which was being traced, disappears, the corona is automatically removed aswel, in pursuit of new coordinates
  • and loops, ofc, at night time optional
Link to comment
Share on other sites

why after installing this mod i get crash everytime i quit my game?

does this mod conflict with something? i only use this mod, colormod.asi,sa_shadows.asi,&streammemfix.asi

Link to comment
Share on other sites

Alternatively

 

To prevent loss of data in case of freeze or black screen, try killing the process before hard-shutting down your computer. To do so, open the Task-Manager via CTRL+SHIFT+ESC. Then type the first few letters of the processes name (gta_sa.exe). I mostly only need to type "gt". Then hit the DELETE key followed by SPACE or ENTER. This will kill the selected process.

Of course, you won't be able to see what you're doing so you should try it at least once while your PC is not frozen.

 

NOTE:

In order for this to work, you have to first open the Task-Manager and select the 'Processes' tab, so that next time you open it, it will present you the list of processes in which you can select any processe by just typing its names into your keyboard while the Task-Manager window is focused.

 

Link to comment
Share on other sites

  • trace spawned cars coordinates and their speed

To begin with, cars don't spawn when far away. Wouldn't work.

Link to comment
Share on other sites

 

  • trace spawned cars coordinates and their speed

To begin with, cars don't spawn when far away. Wouldn't work.

 

If they do not exist, they could be created. I suggest making a bmx bike or smt like that which isn't very visible from the sky and make it follow the road randomly. Once it's out of predefined box used for casting car lights, it can be removed and replaced with the new one. Sounds better? :)

Edited by kikiboy95
Link to comment
Share on other sites

Nope. Nodes aren't loaded neither then, so the vehicle would have nothing to drive on.

Link to comment
Share on other sites

Nope. Nodes aren't loaded neither then, so the vehicle would have nothing to drive on.

With the mod I mentioned few posts above, draw distance of spawned cars and peds can be adjusted manually. It's a CLEO script, check it out :)

Link to comment
Share on other sites

 

Nope. Nodes aren't loaded neither then, so the vehicle would have nothing to drive on.

With the mod I mentioned few posts above, draw distance of spawned cars and peds can be adjusted manually. It's a CLEO script, check it out :)

 

;-; But that's as far as they'll ever go, and its not enough for what you're asking simply because of nodes.

Link to comment
Share on other sites

 

 

Nope. Nodes aren't loaded neither then, so the vehicle would have nothing to drive on.

With the mod I mentioned few posts above, draw distance of spawned cars and peds can be adjusted manually. It's a CLEO script, check it out :)

 

;-; But that's as far as they'll ever go, and its not enough for what you're asking simply because of nodes.

 

I don't know much about the nodes. But I still think this is somehow doable

Link to comment
Share on other sites

aStiffSausage

Well, a lot of things are doable, but taking into consideration that both SilentPL and NTAuthority have been having a hard time trying to increase node distance for VCS PC edition... It might take a while.

Link to comment
Share on other sites

Only real issue with this mod is in Vice City during the phenom penh 86 mission - it causes massive model pop in and out issues. Try it, you'll see what I mean. Makes me weary to try it in other helicopter scenarios.

Link to comment
Share on other sites

This mod is broken, it crashes the game when you reload a save.

Link to comment
Share on other sites

 

This mod is broken, it crashes the game when you reload a save.

Can't say how so at the moment, and anyway can't do anything for the next two weeks :)

 

It is James fault, don't worry
  • Like 1
Link to comment
Share on other sites

 

 

This mod is broken, it crashes the game when you reload a save.

Can't say how so at the moment, and anyway can't do anything for the next two weeks :)

 

It is James fault, don't worry

 

Eat sh*t. :p Temp fix for load game/new game crash.

 

http://www.sendspace.com/file/mmbib8

Link to comment
Share on other sites

How about you install the mod, and play with it yourself.

 

And then you can see an eye candy real-time video of it !

Link to comment
Share on other sites

I think "patch_lods" don't work if frame limiter is set to on, however I don't have a clean game to test it

Link to comment
Share on other sites

I think "patch_lods" don't work if frame limiter is set to on, however I don't have a clean game to test it

Works fine with frame limiter on here.

Link to comment
Share on other sites

What the f... why I'm still facing holes on map then? There is some known compatibility issue with this mod?

Link to comment
Share on other sites

What the f... why I'm still facing holes on map then? There is some known compatibility issue with this mod?

It's an odd one. Some people are still getting holes in the map and some aren't. I just checked the multiplier and the distance option, both work fine for me. Have you tested on a clean game?

Link to comment
Share on other sites

I have my regular SA game, and I have the ISO. However when I run the installer from the ISO, it's detects my actual installation and asks me to unistall/modify. So yeah, I don't have a clean game.

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.