Skip to content
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

Tagging - Add support for mission Tags #7710

Merged
merged 6 commits into from
Jun 19, 2020

Conversation

dedmen
Copy link
Contributor

@dedmen dedmen commented May 13, 2020

When merged this pull request will:

Parse tags from description.ext
It will also handle mission/mod paths just like https://community.bistudio.com/wiki/Description.ext#CfgSounds

This is based on #7709 branch (sorry but they would conflict either way)

@jonpas jonpas added the kind/enhancement Release Notes: **IMPROVED:** label May 13, 2020
@jonpas jonpas added this to the 3.13.3 milestone May 13, 2020
@jonpas jonpas changed the title [WIP] Mission sprays WIP: Tagging - Add support for mission Tags May 13, 2020
@dedmen dedmen changed the title WIP: Tagging - Add support for mission Tags Tagging - Add support for mission Tags May 13, 2020
@@ -20,7 +21,8 @@
params [
["_unit", objNull, [objNull]],
["_texture", "", [""]],
["_material", "", [""]]
["_material", "", [""]],
["_tagModel", "UserTexture1m_F", [""]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not used anywhere in this function. Should be added to L117 so it is passed to createTag.

Copy link
Contributor Author

@dedmen dedmen Jun 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its not used in the params, but should still be in the header, and adding it to params will make sure that it prints error at correct place if you pass wrong datatype.
L117 is oopsie

Copy link
Contributor

@PabstMirror PabstMirror left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good overall

dedmen and others added 2 commits June 15, 2020 15:54
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Release Notes: **IMPROVED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants