-
Notifications
You must be signed in to change notification settings - Fork 28
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
Example configuration for YR #36
Conversation
d1cc6b6
to
be535bd
Compare
e9bd22e
to
a5bf318
Compare
2cb6ea7
to
ead23f5
Compare
Removed all the code changes from this branch, now it only consists of config changes. (Except for the last few commits, consider splitting them). |
src/TSMapEditor/Config/Actions.ini
Outdated
@@ -134,7 +134,7 @@ Description=Reveals all cells that share the same zone as the waypoint specified | |||
P2Type=Waypoint | |||
|
|||
[PlaySound] | |||
Name=Play sound | |||
Name=Play Sound |
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'd like both trigger/script action names and descriptions to be uniform across editor configurations, for the actions that are shared between TS and YR. If you feel they can be improved, make a PR for it targeting master
rather than editing them for YR alone.
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'd like both trigger/script action names and descriptions to be uniform across editor configurations, for the actions that are shared between TS and YR. If you feel they can be improved, make a PR for it targeting
master
rather than editing them for YR alone.
I totally agree. Will need to put some thought into stadardizing it, though, as rn it's a mish-mash of FA2/FS, ModEnc and "freestyle".
Co-authored-by: MortonPL <23420063+mortonpl@users.noreply.github.com>
This PR provides an example configuration for Yuri's Revenge and YR-based modifications. It's targeting branch
tsclient
for now to minimize diff, but, once complete, it should ideally become an upstream branch.Current configuration contains most of the necessary map making things, but it is currently missing mission scripting data like new trigger events, actions and script actions.