-
Notifications
You must be signed in to change notification settings - Fork 738
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
Conversation
Created barebones framework for addition of the Field Manual
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
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
remove redundant includes Co-authored-by: PabstMirror <pabstmirror@gmail.com>
remove redundant includes Co-authored-by: PabstMirror <pabstmirror@gmail.com>
added explosives string - no image yet
added dead man's switch - no image as of yet
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
changed structures for spray paint to surfaces
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.
needs a workflow rerun. failed, unknown cause
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Handled
Per internal discussion it might be best to leave this to 3.16.1? |
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. |
47afa1f |
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.
Code LGTM, stringtables... tl;dr
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. |
-- 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