-
Notifications
You must be signed in to change notification settings - Fork 42
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
v3.0.0 #152
Merged
Merged
v3.0.0 #152
Conversation
This file contains 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
A full changelog of everything will be published when v3.0.0 is finalized.
Revised spawning with determining LoS and distance. Adjusted default distance value, as it was off quite a bit.
Added in the ability to see the number of total attempts for LoS and Distance. Added the ability to change from plugin spawning to Valve spawning through a cvar, this isn't changable on the fly, the map has to be reloaded. Added a cvar to set the amount of distance attempts along with LoS attempts, changed the default value of 10 to 64.
Updated the LoS and Distance checking methods for spawning a player Added LoS and Distance to the spawn statistics Added the cvars dm_remove_blood_player and dm_remove_blood_walls Removed the cvar dm_remove_blood
Updated to v3.0.0 BETA - Updated: README.md with new changes - Updated: deathmatch.ini file with new changes - Added: dm_spawn_default allows for default map spawns - Added: Weapons menu now states which weapon is selected - Added: Translations for weapons menu - Added: Weapons menu allows for returning to previous menu - Fixed: Weapons menu not correctly allowing intended behaviors - Fixed: Incorrect weapon or no weapon being given - Fixed: config_loader.ini being loaded in deathmatch loader menu - Fixed: Health and armor replies - Removed: Colors from PrintHintText due to CS:GO update - Removed: Useless code from weapons menu - Removed: Useless translations for duplicates
Add GitHub Actions to compile and release on tags
…config-load Call State_Update() on OnMapStart()
…into development
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.
Replace all of v2 with v3 that should have been published a long time ago...