-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Merge current dev progress to main #11
Merged
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
* Inherit Checkpoint object, replace RunTime with Ticks * Fix errors with creating new Checkpoint * Simplify PersonalBest base class by excluding ID and Rank from constructor
* Tidy up player stats classes * Move Checkpoints load method to PlayerStats * Use info_teleport_destinations for player spawn locations * Look for info_teleport_destinations with guideline names * Fallback if associated info_teleport_destination cannot be found * Append `spawn_` to info_teleport_destination standards * Resolve warnings
* Test commit, fix stages * Add files via upload * Updated * Delete src/bin/Debug/net7.0 directory * . * whoopsie? * quick review * Updated replay to work with bots - Fixed bot spamming errors with the TriggerStartZone/TriggerEndZone - Added reverse/pause replay (!rr/!rp) Still need to fix more bots than wanted joining, and make DB queries async * Working replays, not 100% done * Fixed bot spawning rate, TODO: * UPDATED: Default surf config to right configs TODO: Add stage/bonuses/etc support when done, update bot_quota to change upon loading map time * Bot changes name on replay loading * Used FormatTime in necessry places. Added cool HUD when spectating replays. Added css_spec/css_replaybotpause/css_replaybotflip * Fixed, error when no replay data --------- Co-authored-by: Shachar <shachar262@gmail.com> Co-authored-by: T <74899888+tslashd@users.noreply.github.com> --------- Bots rely on this ws-cs2/CS2Fixes@2380ec6 otherwise we get some wonky angles while the bot is surfing
…onus support (#10) * Fixed bot noclipin when no replay * Added saveloc/tele support * Added practice mark to messages when in practice mode * Now even when time not running, When tele it will start playing in practice mode * Forgot to add the tele args lol, Fixed now * Fixed error when !tele <num> larger than amount of teles or not a number * Fixed Map stages counting. why wasn't this fix already :( * Added support for more than one replay bot + plugin no longer relies on Will's version of cs2fixes * Displaying time instead of ticks in bot replay now. would like for someone to check if there is a better way, but this works pretty well * Added support for Personal Best replays with !pbreplay <maptime_Id/null> * Updated readme * Removed not needed comments * Works also when no wr exists * FormatTime correctly * Reverted uneeded changes * Temp patch for maps changing bot_quota, need to be addressed * Cleaned code
[RM] Save/load times
Readme patch
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.
Mainly because GitHub not showing the DEV branch licensing and Readme