A handful of miscellaneous changes#112
Merged
themrdemonized merged 2 commits intothemrdemonized:all-in-one-vs2022-wpofrom Dec 10, 2024
Merged
A handful of miscellaneous changes#112themrdemonized merged 2 commits intothemrdemonized:all-in-one-vs2022-wpofrom
themrdemonized merged 2 commits intothemrdemonized:all-in-one-vs2022-wpofrom
Conversation
Owner
|
Please add new exports into lua_help_ex.script and add new console parameters into modded exes options ui in |
Contributor
Author
|
done, also added my previous changes to those files. |
Owner
|
Thanks |
themrdemonized
added a commit
that referenced
this pull request
Dec 10, 2024
A handful of miscellaneous changes (cherry picked from commit ecb0294)
Y3sMan
pushed a commit
to Y3sMan/xray-monolith
that referenced
this pull request
Jan 2, 2025
…-wpo A handful of miscellaneous changes (cherry picked from commit ecb0294)
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.
Added console commands:
Added silenced_tracers (bool) field to weapons sections. If the ammo type can be hidden when using a silenced weapon, setting this field to true makes the tracer visible again.
Added GetZoomRotateTime() and SetZoomRotateTime(float val).
Added senderweapon to the table used for level.add_bullet() to improve compatibility with modding. Defaults to sender.
Added bkeep_speed to SetActorPosition().
Added SetMovementSpeed(). Exported as set_movement_speed(vector vel) for scripting.