-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fix FreeCamere not enter after extract #327
Closed
Closed
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
…m GlobalUsings.cs)
…plexLateUpdate error)
- add SITGCMemoryCheckTime to for check interval - no more 105% Garbage Collector (min 50, max 95%) - move CheckTime and Threshold to Advanced Settings
- NumberOfAlivePlayers to inline - Threshold back to uint.. we dont need floats
- Ensures Server / Host has Authority over Sync - Adds RaidTimer packet send to the SITGameTimeAndWeatherSyncComponent - Fixes an uneccessary "TODO" in log - Removes old code from SITGame
Removes a `finally` that was causing an unnessary delay to all calls to Aki
early return in Update
move early return to Update
…cs (stayintarkov#322) Enables the freecam on death and updated the config to wait for the given number of seconds before changing from the black screen to the freecam with the default set to 5s. Also added the ability to follow/spectate PMCs in first person (I didn't know how to filter to just human players but I think that would be prefereable) - Left Mouse Button goes to the next player. - Right Mouse Button goes to the previous player - End unlocks the camera again so you can fly around freely.
Add the CustomAiPatch and supporting files from SPT. From the testing I've done so far this seems to solve the poblem with AI PMCs spawning with just the assult brain, which then also fixes the newer versions of SAIN (2.2.4 and up).
missing session info from questcontroller and request from server. - resolves accepting quest from lightkeeper
Recreating stayintarkov#316 > Refactor Airdrop packets so they will work without old Json dependant system >Add positional sync of Airdrop box whilst its falling Other things I've done on top: - Updated a couple of patches from SPT and some other tweaks to AirdropManager. - Changed ListOfInteractiveObjects from a list to a ConcurrentDictionary From the testing I've done everything worked properly, except airdrops called in by flare it seems to not sync weapons into players inventories correctly and I'm not entirely sure why.
Fix FreeCamere not enter after extract
Build Successful! You can find a link to the downloadable artifact below. |
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.
Fix FreeCamere not enter after extract