PedRacer v1.5
7 416
117
7 416
117
Author's Note
I wanted something similar to the NoPixel RP racing to waypoint feature so I created this. If you have any feature requests or suggestions let me know in the comments.
Author: Rixeh
https://www.gta5-mods.com/users/Rixeh
About PedRacer
This script will spawn 5 or 8 pedestrians vehicles around you with random modifications, count down and then race to your waypoint. As default it will charge you 1000 Dollar to buy into the race and rewards you with the prize pot if you win (6000 or 9000). This can be turned off in the .ini or now with NativeUI support.
Configurable Settings (.ini & NativeUI):
Activation Shortcut - Start Race (default: O)
Menu/Deactivation Shortcut - Open Menu & Cancel Current Race (default: NumPad1)
Invincible Pedestrians - Car's won't take damage when racing (default: true)
Use Money - Will take -1000 Dollar at the start of the race, winning gives you 6000 or 9000 Dollar (default: true)
Nubmer of Cars - Race againt 5 or 8 pedestrian cars. (default: 5)
Cars Stay Spawned - Cars will slow down and drive around for a while after the race, if off they disappear when the race ends. (default: true)
Random Cars - Will Spawn random cars when on. Off will copy your current vehicle. (default: true)
Random Car Class - Select from Sports, Super, Classic, Muscle & Motorcycles. (default: sports)
Custom Cars - You can set custom cars to race against, spawn specific cars or any addon models using their spawn name. If enabled custom cars overrides random cars if both are turned on. You can see a list of spawn names here: GTA Network Wiki - Vehicle Models (default: false, banshee)
Neons - Turn pedestrian car neons on/off. (default: true)
RaceEnd - Race End marker on display while racing. (default: true)
DriveAssist - (Beta) Makes pedestrians more likely avoid certain situations like flying off hills, spinning out, hitting walls and other cars. Currently in development, its far from perfect right now but it's a step in the right direction. You can turn it on and off if you don't like it. (default: true)
SpeedBoost - (Beta) Makes pedestrians drive faster, its early days with this too so expect some strange behaviour. It can be enabled/disabled in the settings. (default: true)
Debug - I use it while working on the above two features, I'm just exposing it for anyone who's curious how it works. (default: false)
Known Issues:
If cars stay spawned is turned on and you have traffic turned off, they will still disappear.
Suggestions
The pedestrians like to crash into other cars like no tomorrow so a traffic reduction mod or turning off traffic helps the races go more smoothly.
Credits:
ZyDevs - DragRace Source - Although I pretty much entirely rewrote this for my purpose I had no knowledge of c# going into it so I learned using their project and picking it apart. Thank you for sharing ZyDevs! Their mod is available here: Drag Race
Requirements (Not Included)
Script Hook V
Community Script Hook V .NET (and dependancies)
NativeUI
Installation
Place PedRacer.dll & PedRacer.ini in your "Grand Theft Auto V\scripts\" directory
Changelog
v1.5
- Updated menu system.
- Added SpeedBoost for pedcars.
- Added Neon's option.
- Added Race End marker.
- Added Debugger.
v1.4
- Added DriveAssist, this makes peds less likley to crash in certain situations.
- Added 5 or 8 ped cars racing as an option.
- Added random car class selection.
- Added cars spawn with random modifications.
- Cleaned up menu items.
v1.3
- NativeUI menu for custom cars
- New race start + finish display
v1.2
- Fixed Pedestrians randomly stopping on some roads.
- Added Custom Car Spawning from a list in PedRacer.ini using a car spawn name. (default: Banshee)
v1.1
- Added current race position to pedestrian blip on minimap.
- Added your current position in the race to the top/middle of the screen.
- Added NativeUI Support - Menu/Deactivation Shortcut when no race is active to view.
- Added option Random Cars - Spawns random Sports cars when on, when off your current car is copied.
- Added option Cars Stay Spawned - Cars continue to drive around after the race is over.
- Fix pedestrians more likely to race to destination now.
- Removed pre-defined car colours.
v1.0.1
- Fixed issue left in from development, only black ped car could win. Resolved.
Bug Reports
Please leave bug reports in the comments and I'll get back to you as soon as I get chance to look.
I wanted something similar to the NoPixel RP racing to waypoint feature so I created this. If you have any feature requests or suggestions let me know in the comments.
Author: Rixeh
https://www.gta5-mods.com/users/Rixeh
About PedRacer
This script will spawn 5 or 8 pedestrians vehicles around you with random modifications, count down and then race to your waypoint. As default it will charge you 1000 Dollar to buy into the race and rewards you with the prize pot if you win (6000 or 9000). This can be turned off in the .ini or now with NativeUI support.
Configurable Settings (.ini & NativeUI):
Activation Shortcut - Start Race (default: O)
Menu/Deactivation Shortcut - Open Menu & Cancel Current Race (default: NumPad1)
Invincible Pedestrians - Car's won't take damage when racing (default: true)
Use Money - Will take -1000 Dollar at the start of the race, winning gives you 6000 or 9000 Dollar (default: true)
Nubmer of Cars - Race againt 5 or 8 pedestrian cars. (default: 5)
Cars Stay Spawned - Cars will slow down and drive around for a while after the race, if off they disappear when the race ends. (default: true)
Random Cars - Will Spawn random cars when on. Off will copy your current vehicle. (default: true)
Random Car Class - Select from Sports, Super, Classic, Muscle & Motorcycles. (default: sports)
Custom Cars - You can set custom cars to race against, spawn specific cars or any addon models using their spawn name. If enabled custom cars overrides random cars if both are turned on. You can see a list of spawn names here: GTA Network Wiki - Vehicle Models (default: false, banshee)
Neons - Turn pedestrian car neons on/off. (default: true)
RaceEnd - Race End marker on display while racing. (default: true)
DriveAssist - (Beta) Makes pedestrians more likely avoid certain situations like flying off hills, spinning out, hitting walls and other cars. Currently in development, its far from perfect right now but it's a step in the right direction. You can turn it on and off if you don't like it. (default: true)
SpeedBoost - (Beta) Makes pedestrians drive faster, its early days with this too so expect some strange behaviour. It can be enabled/disabled in the settings. (default: true)
Debug - I use it while working on the above two features, I'm just exposing it for anyone who's curious how it works. (default: false)
Known Issues:
If cars stay spawned is turned on and you have traffic turned off, they will still disappear.
Suggestions
The pedestrians like to crash into other cars like no tomorrow so a traffic reduction mod or turning off traffic helps the races go more smoothly.
Credits:
ZyDevs - DragRace Source - Although I pretty much entirely rewrote this for my purpose I had no knowledge of c# going into it so I learned using their project and picking it apart. Thank you for sharing ZyDevs! Their mod is available here: Drag Race
Requirements (Not Included)
Script Hook V
Community Script Hook V .NET (and dependancies)
NativeUI
Installation
Place PedRacer.dll & PedRacer.ini in your "Grand Theft Auto V\scripts\" directory
Changelog
v1.5
- Updated menu system.
- Added SpeedBoost for pedcars.
- Added Neon's option.
- Added Race End marker.
- Added Debugger.
v1.4
- Added DriveAssist, this makes peds less likley to crash in certain situations.
- Added 5 or 8 ped cars racing as an option.
- Added random car class selection.
- Added cars spawn with random modifications.
- Cleaned up menu items.
v1.3
- NativeUI menu for custom cars
- New race start + finish display
v1.2
- Fixed Pedestrians randomly stopping on some roads.
- Added Custom Car Spawning from a list in PedRacer.ini using a car spawn name. (default: Banshee)
v1.1
- Added current race position to pedestrian blip on minimap.
- Added your current position in the race to the top/middle of the screen.
- Added NativeUI Support - Menu/Deactivation Shortcut when no race is active to view.
- Added option Random Cars - Spawns random Sports cars when on, when off your current car is copied.
- Added option Cars Stay Spawned - Cars continue to drive around after the race is over.
- Fix pedestrians more likely to race to destination now.
- Removed pre-defined car colours.
v1.0.1
- Fixed issue left in from development, only black ped car could win. Resolved.
Bug Reports
Please leave bug reports in the comments and I'll get back to you as soon as I get chance to look.
Перше завантаження: 02 Червня 2019
Останнє оновлення 19 Серпня 2019
Last Downloaded: 1 день назад
85 коментаря
Author's Note
I wanted something similar to the NoPixel RP racing to waypoint feature so I created this. If you have any feature requests or suggestions let me know in the comments.
Author: Rixeh
https://www.gta5-mods.com/users/Rixeh
About PedRacer
This script will spawn 5 or 8 pedestrians vehicles around you with random modifications, count down and then race to your waypoint. As default it will charge you 1000 Dollar to buy into the race and rewards you with the prize pot if you win (6000 or 9000). This can be turned off in the .ini or now with NativeUI support.
Configurable Settings (.ini & NativeUI):
Activation Shortcut - Start Race (default: O)
Menu/Deactivation Shortcut - Open Menu & Cancel Current Race (default: NumPad1)
Invincible Pedestrians - Car's won't take damage when racing (default: true)
Use Money - Will take -1000 Dollar at the start of the race, winning gives you 6000 or 9000 Dollar (default: true)
Nubmer of Cars - Race againt 5 or 8 pedestrian cars. (default: 5)
Cars Stay Spawned - Cars will slow down and drive around for a while after the race, if off they disappear when the race ends. (default: true)
Random Cars - Will Spawn random cars when on. Off will copy your current vehicle. (default: true)
Random Car Class - Select from Sports, Super, Classic, Muscle & Motorcycles. (default: sports)
Custom Cars - You can set custom cars to race against, spawn specific cars or any addon models using their spawn name. If enabled custom cars overrides random cars if both are turned on. You can see a list of spawn names here: GTA Network Wiki - Vehicle Models (default: false, banshee)
Neons - Turn pedestrian car neons on/off. (default: true)
RaceEnd - Race End marker on display while racing. (default: true)
DriveAssist - (Beta) Makes pedestrians more likely avoid certain situations like flying off hills, spinning out, hitting walls and other cars. Currently in development, its far from perfect right now but it's a step in the right direction. You can turn it on and off if you don't like it. (default: true)
SpeedBoost - (Beta) Makes pedestrians drive faster, its early days with this too so expect some strange behaviour. It can be enabled/disabled in the settings. (default: true)
Debug - I use it while working on the above two features, I'm just exposing it for anyone who's curious how it works. (default: false)
Known Issues:
If cars stay spawned is turned on and you have traffic turned off, they will still disappear.
Suggestions
The pedestrians like to crash into other cars like no tomorrow so a traffic reduction mod or turning off traffic helps the races go more smoothly.
Credits:
ZyDevs - DragRace Source - Although I pretty much entirely rewrote this for my purpose I had no knowledge of c# going into it so I learned using their project and picking it apart. Thank you for sharing ZyDevs! Their mod is available here: Drag Race
Requirements (Not Included)
Script Hook V
Community Script Hook V .NET (and dependancies)
NativeUI
Installation
Place PedRacer.dll & PedRacer.ini in your "Grand Theft Auto V\scripts\" directory
Changelog
v1.5
- Updated menu system.
- Added SpeedBoost for pedcars.
- Added Neon's option.
- Added Race End marker.
- Added Debugger.
v1.4
- Added DriveAssist, this makes peds less likley to crash in certain situations.
- Added 5 or 8 ped cars racing as an option.
- Added random car class selection.
- Added cars spawn with random modifications.
- Cleaned up menu items.
v1.3
- NativeUI menu for custom cars
- New race start + finish display
v1.2
- Fixed Pedestrians randomly stopping on some roads.
- Added Custom Car Spawning from a list in PedRacer.ini using a car spawn name. (default: Banshee)
v1.1
- Added current race position to pedestrian blip on minimap.
- Added your current position in the race to the top/middle of the screen.
- Added NativeUI Support - Menu/Deactivation Shortcut when no race is active to view.
- Added option Random Cars - Spawns random Sports cars when on, when off your current car is copied.
- Added option Cars Stay Spawned - Cars continue to drive around after the race is over.
- Fix pedestrians more likely to race to destination now.
- Removed pre-defined car colours.
v1.0.1
- Fixed issue left in from development, only black ped car could win. Resolved.
Bug Reports
Please leave bug reports in the comments and I'll get back to you as soon as I get chance to look.
I wanted something similar to the NoPixel RP racing to waypoint feature so I created this. If you have any feature requests or suggestions let me know in the comments.
Author: Rixeh
https://www.gta5-mods.com/users/Rixeh
About PedRacer
This script will spawn 5 or 8 pedestrians vehicles around you with random modifications, count down and then race to your waypoint. As default it will charge you 1000 Dollar to buy into the race and rewards you with the prize pot if you win (6000 or 9000). This can be turned off in the .ini or now with NativeUI support.
Configurable Settings (.ini & NativeUI):
Activation Shortcut - Start Race (default: O)
Menu/Deactivation Shortcut - Open Menu & Cancel Current Race (default: NumPad1)
Invincible Pedestrians - Car's won't take damage when racing (default: true)
Use Money - Will take -1000 Dollar at the start of the race, winning gives you 6000 or 9000 Dollar (default: true)
Nubmer of Cars - Race againt 5 or 8 pedestrian cars. (default: 5)
Cars Stay Spawned - Cars will slow down and drive around for a while after the race, if off they disappear when the race ends. (default: true)
Random Cars - Will Spawn random cars when on. Off will copy your current vehicle. (default: true)
Random Car Class - Select from Sports, Super, Classic, Muscle & Motorcycles. (default: sports)
Custom Cars - You can set custom cars to race against, spawn specific cars or any addon models using their spawn name. If enabled custom cars overrides random cars if both are turned on. You can see a list of spawn names here: GTA Network Wiki - Vehicle Models (default: false, banshee)
Neons - Turn pedestrian car neons on/off. (default: true)
RaceEnd - Race End marker on display while racing. (default: true)
DriveAssist - (Beta) Makes pedestrians more likely avoid certain situations like flying off hills, spinning out, hitting walls and other cars. Currently in development, its far from perfect right now but it's a step in the right direction. You can turn it on and off if you don't like it. (default: true)
SpeedBoost - (Beta) Makes pedestrians drive faster, its early days with this too so expect some strange behaviour. It can be enabled/disabled in the settings. (default: true)
Debug - I use it while working on the above two features, I'm just exposing it for anyone who's curious how it works. (default: false)
Known Issues:
If cars stay spawned is turned on and you have traffic turned off, they will still disappear.
Suggestions
The pedestrians like to crash into other cars like no tomorrow so a traffic reduction mod or turning off traffic helps the races go more smoothly.
Credits:
ZyDevs - DragRace Source - Although I pretty much entirely rewrote this for my purpose I had no knowledge of c# going into it so I learned using their project and picking it apart. Thank you for sharing ZyDevs! Their mod is available here: Drag Race
Requirements (Not Included)
Script Hook V
Community Script Hook V .NET (and dependancies)
NativeUI
Installation
Place PedRacer.dll & PedRacer.ini in your "Grand Theft Auto V\scripts\" directory
Changelog
v1.5
- Updated menu system.
- Added SpeedBoost for pedcars.
- Added Neon's option.
- Added Race End marker.
- Added Debugger.
v1.4
- Added DriveAssist, this makes peds less likley to crash in certain situations.
- Added 5 or 8 ped cars racing as an option.
- Added random car class selection.
- Added cars spawn with random modifications.
- Cleaned up menu items.
v1.3
- NativeUI menu for custom cars
- New race start + finish display
v1.2
- Fixed Pedestrians randomly stopping on some roads.
- Added Custom Car Spawning from a list in PedRacer.ini using a car spawn name. (default: Banshee)
v1.1
- Added current race position to pedestrian blip on minimap.
- Added your current position in the race to the top/middle of the screen.
- Added NativeUI Support - Menu/Deactivation Shortcut when no race is active to view.
- Added option Random Cars - Spawns random Sports cars when on, when off your current car is copied.
- Added option Cars Stay Spawned - Cars continue to drive around after the race is over.
- Fix pedestrians more likely to race to destination now.
- Removed pre-defined car colours.
v1.0.1
- Fixed issue left in from development, only black ped car could win. Resolved.
Bug Reports
Please leave bug reports in the comments and I'll get back to you as soon as I get chance to look.
Перше завантаження: 02 Червня 2019
Останнє оновлення 19 Серпня 2019
Last Downloaded: 1 день назад
Still doing the math calculation ~_~;;??
Above all, I hope nothing bad would have happened to the developer, for just in case.
Wow finally it is updated. :D
@Rixeh
Hey there,
just a quick question. Thank you for a great mod.
https://imgur.com/gxbgaUA
But how about adding some extra functionality to this mod.
For example how about giving a possibility to have Racing not just 1 Circle, but actually many Circles functionality implementation?
for example if I would like to race not just 1 circle around the map, but 5 laps or 10 ?? (without every time Starting 10 times from scratch all over and over again, but just one "a hell of a good damn" Ride
comprising 10 laps or whatever number we would wish ? How about that? :)
https://imgur.com/5SD9DAk
@FelixSG I ended up taking a couple extra holidays! :)
@duration thanks for the detailed suggestion, a few people have already asked for this so I've been quietly building something in the background, I'm maybe about half way through the main bulk of it, it's probably the next major update I'll make. No eta unfortunately!
Where I can download v1.4?
@Rixeh <3 would be so cool! will be looking forward to it! Thank you so much <3
@ProGammer1111 I've made it available again, any reason why?
@Rixeh Im not updated my game. And new one update doesn't work for me;) thx btw
doesnt work for me either
When counting down to the start, a lag and the NPCs stand still and nothing happens
@Rixeh 1 HAVA ARACI VE MOTORLA DENEDİM ÇOK BAŞARILI BAK İZLE BU BİR TEST
can this be re-written into a Fivem Resource? if so let me know pls
can you update this to be compatible with this mod: https://www.gta5-mods.com/vehicles/realistic-top-speed-for-gta-v ? :D
and also compatible with: https://www.gta5-mods.com/scripts/pull-me-over-0-8 ?
@Rixeh
wow cool, I hope for a motorcycle too, i like this
awesome mod!!, but can i turn off the random modification feature for the opponents? so i can have a stock supercar race,bc some of the model doesn't have the modification parts causing the game to glitch...
does dis stil work? i press o and numpad but it not show up the menu
not working
It seems that this mod no longer works.
ESto no anda...