t3h PeNgU1N oF d00m Posted September 26, 2009 Share Posted September 26, 2009 I was wanting to increase the number of peds that spawn in certain parts of GTA 3. Where would I edit this at? I cant find it in the script. Link to comment Share on other sites More sharing options...
coin-god Posted September 27, 2009 Share Posted September 27, 2009 03DE: set_pedestrians_density_multiplier_to 0.0 Increase the Float number to have more peds. Link to comment Share on other sites More sharing options...
t3h PeNgU1N oF d00m Posted September 27, 2009 Author Share Posted September 27, 2009 That only sets the number of peds for the Hospital information scene. Im looking to set the amount of peds for the whole game. Couldn't find anything else like that though. Link to comment Share on other sites More sharing options...
t3h PeNgU1N oF d00m Posted September 29, 2009 Author Share Posted September 29, 2009 Anyone? lol Im a noob at coding. Link to comment Share on other sites More sharing options...
coin-god Posted September 29, 2009 Share Posted September 29, 2009 That opcode works perfectly in SA/VC. Should work in III aswell. If not, i dont know. Link to comment Share on other sites More sharing options...
Deji Posted September 29, 2009 Share Posted September 29, 2009 03DE: set_pedestrians_density_multiplier_to 2.0 (double peds spawn) You can also use 0156: set_zone_ped_density 'PARK' 1 0 To define the density of different areas... But bear in mind that the GTA III engine has many differences to San Andreas (I like it more in some ways), thus opcodes may not act the same. I'm sure if you type random stuff into opcode search (with GTA III mode activated, of course) you can find some other helpful things That only sets the number of peds for the Hospital information scene. Im looking to set the amount of peds for the whole game. Couldn't find anything else like that though. confused.gif You've put it in a loop, right? Otherwise it'll only last a little while, then the game will take over Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now