feat(extra-natives/five): add GENERATE_PEDS_AT_SCENARIO_POINTS#3496
Closed
ook3D wants to merge 1 commit into
Closed
feat(extra-natives/five): add GENERATE_PEDS_AT_SCENARIO_POINTS#3496ook3D wants to merge 1 commit into
ook3D wants to merge 1 commit into
Conversation
Contributor
|
Hello, those peds will be networked or not? |
Contributor
Author
no clue to be honest, im not the most familiar with networking stuff but i assume the game will do its best to network them, as its essentially just spawning scenarios like normal, just forcefully |
Collaborator
|
Thanks for contribution. Scenarios population is too complex and in game itself it was designed to follow user's game settings and PC specs, but such function will most likely be used by community without complete understanding how it affects game performance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal of this PR
this native is useful if you want to overall have more scenario peds spawned, as in MP, the amount is decreased.
or lets say you have an interior such as a nightclub with ambient scenarios that you need to always spawn, you can use this to force generate them.
...
How is this PR achieving the goal
self explainatory
...
This PR applies to the following area(s)
FiveM, Natives
...
Successfully tested on
FiveM
Game builds: ..
3095, 3258
Platforms: Windows, Linux
Windows
Checklist
Fixes issues