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

Field Manual - Add Framework #9320

Merged
merged 48 commits into from
Oct 11, 2023
Merged

Field Manual - Add Framework #9320

merged 48 commits into from
Oct 11, 2023

Conversation

hypoxia125
Copy link
Contributor

@hypoxia125 hypoxia125 commented Aug 12, 2023

-- Created framework for addition of the Field Manual --

Created %PBOPREFIX%
Created CfgHintCategories.hpp
Created CfgHints.hpp
Created config.cpp
Created script_component.hpp

Will continue to add parts in additional PR - small incriments
closes #3416

Created barebones framework for addition of the Field Manual
addons/fieldmanual/config.cpp Outdated Show resolved Hide resolved
addons/fieldmanual/config.cpp Outdated Show resolved Hide resolved
Hypoxic and others added 7 commits August 11, 2023 21:25
Created Stringtable.xml

Created a few strings... more to come
Moved opening brace

Co-authored-by: Mike-MF <TyroneMF@hotmail.com>
new lines at end of file

Co-authored-by: Mike-MF <TyroneMF@hotmail.com>
Added arguments to ACE_Field_Rations_Base
Added strings for descriptions of subclasses
Added medical item documentation
Added field ration documentation
Added fortify tool documentation
@hypoxia125 hypoxia125 changed the title WIP: FieldManual - Add {Framework} WIP: FieldManual - Add Framework Aug 12, 2023
Hypoxic added 2 commits August 11, 2023 22:51
Added item documentation
Cleaned up other strings
Added additional arguments and made them universal
Reordered CfgHints.hpp
Added Range Tables string
Reordered stringtable
Added images for inline use
changed indentation style to guidelines
added empty line to the end of each file
hypoxia125 and others added 2 commits August 12, 2023 17:44
remove redundant includes

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
remove redundant includes

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
@PabstMirror PabstMirror added this to the Ongoing milestone Aug 12, 2023
@PabstMirror PabstMirror added the kind/feature Release Notes: **ADDED:** label Aug 12, 2023
hypoxia125 added 2 commits August 16, 2023 11:26
added explosives string - no image yet
added dead man's switch - no image as of yet
jonpas
jonpas previously requested changes Aug 16, 2023
addons/fieldmanual/script_component.hpp Outdated Show resolved Hide resolved
addons/fieldmanual/script_component.hpp Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
@jonpas jonpas changed the title WIP: FieldManual - Add Framework WIP: Field Manual - Add Framework Aug 16, 2023
@jonpas jonpas changed the title WIP: Field Manual - Add Framework WIP: Add Field Manual framework Aug 16, 2023
hypoxia125 and others added 2 commits August 17, 2023 09:50
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
changed structures for spray paint to surfaces
Copy link
Contributor Author

@hypoxia125 hypoxia125 left a comment

Choose a reason for hiding this comment

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

needs a workflow rerun. failed, unknown cause

addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
addons/fieldmanual/stringtable.xml Outdated Show resolved Hide resolved
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
@PabstMirror PabstMirror modified the milestones: Ongoing, 3.16.0 Sep 7, 2023
@LinkIsGrim LinkIsGrim dismissed stale reviews from Mike-MF and TheCandianVendingMachine September 8, 2023 03:22

Handled

@LinkIsGrim
Copy link
Contributor

Per internal discussion it might be best to leave this to 3.16.1?

@jonpas jonpas modified the milestones: 3.16.0, 3.16.1 Sep 12, 2023
@hypoxia125
Copy link
Contributor Author

How do you guys feel about me throwing the string tables into AI for translation then using a PR for each language? Just to get something in. Someone that is fluent can always fix it after.

@PabstMirror
Copy link
Contributor

47afa1f
will grab item names from cfgWeapons
reduces the number of duplicated translations and will also show [N/A] - x if addon missing

Copy link
Member

@veteran29 veteran29 left a comment

Choose a reason for hiding this comment

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

Code LGTM, stringtables... tl;dr

@Drofseh
Copy link
Contributor

Drofseh commented Oct 6, 2023

How do you guys feel about me throwing the string tables into AI for translation then using a PR for each language? Just to get something in. Someone that is fluent can always fix it after.

If you use machine translation to do the strings they won't show up as missing for the people doing translation. This means they won't be able to find any mistakes until they actually encounter them in game or go through the stringtables string by string. This makes it more difficult for the translator.

@PabstMirror PabstMirror modified the milestones: 3.16.1, 3.16.0 Oct 11, 2023
@PabstMirror PabstMirror merged commit 1764823 into acemod:master Oct 11, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Release Notes: **ADDED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get most important ACE3 featuers into in game Field Manual
8 participants