-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomspawn #1013
base: master
Are you sure you want to change the base?
Randomspawn #1013
Conversation
Can developers ReGameDLL add this to the official version? |
@TheKrytyk unlikely. hopes 0.1% |
Need to add, but how do I edit the .nav file? |
@TheKrytyk why would you edit it?? |
@TheKrytyk Yes, the quality of the points directly depends on the quality of the nav zones. |
So how do you edit these .nav files? Finally, add it so that there is XYZ distance from the wall |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
i use official |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am thankful for the work to bring this new functionality in! I have a request to add the rest of the ConVars from CS:GO so that this idea can work better as it was intended.
ConVar mp_randomspawn("mp_randomspawn", "0", FCVAR_REPLICATED | FCVAR_RELEASE, "Determines whether players are to spawn. 0 = default; 1 = both teams; 2 = Terrorists; 3 = CTs." );
ConVar mp_randomspawn_los("mp_randomspawn_los", "1", FCVAR_REPLICATED | FCVAR_RELEASE, "If using mp_randomspawn, determines whether to test Line of Sight when spawning." );
ConVar mp_randomspawn_dist( "mp_randomspawn_dist", "0", FCVAR_REPLICATED | FCVAR_RELEASE, "If using mp_randomspawn, determines whether to test distance when selecting this spot." );
And please make mp_randomspawn
not a boolean, but 0/1/2/3
Ok, well @Vaqtincha are you able to include all the reGameDLL fixes since they won't add it officially? |
No description provided.