Replies: 1 comment
-
I suggest adding the following for the Ru language: |
Beta Was this translation helpful? Give feedback.
-
I suggest adding the following for the Ru language: |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I added a new feature to Sanny Builder Library that I think is worth a new discussion. This is a questionnaire or, more formally, a decision tree, that should help a novice scripter find a command suiting their needs.
Decision Trees can be found for each game under /find route:
https://library.sannybuilder.com/#/gta3/find
https://library.sannybuilder.com/#/vc/find
https://library.sannybuilder.com/#/sa/find
The tree is constructed out of predefined statements (or sentences). Each sentence describes only one command.
Example of a statement:
Vertical bars denote a choice that the user must made. Depending on other statements you may have one or more possible choices to narrow the search. Picking the given choices, you complete the statement and get the final command.
The tree is game AND language specific. The reason for that is, a game may have unique commands that would require its own statements. It is language specific as each language has its own grammar or punctuation rules. It's hard to split statements in steps and make them correctly display in all languages.
Shared statements are also available, they are included in any game's decision tree.
https://github.com/sannybuilder/library/tree/master/shared/statements
Game specific statements live in the game folders:
https://github.com/sannybuilder/library/tree/master/gta3/statements
https://github.com/sannybuilder/library/tree/master/vc/statements
https://github.com/sannybuilder/library/tree/master/sa/statements
--
I only made a handful of statements as an example. I need community's help to get more statements in different languages. My initial goal is to describe at least 100-200 most used commands.
Any feedback is very welcome 👍
Beta Was this translation helpful? Give feedback.
All reactions