-
Notifications
You must be signed in to change notification settings - Fork 154
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
Goal_action #2198
base: master
Are you sure you want to change the base?
Goal_action #2198
Conversation
@Ady4ik сделай ревью, выскажи, чтобы чисто по коду только сталось |
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.
Медведь орет гол - что может быть лучше? Только КД на экшн сделать и в целом вопросов у меня нет)
/// <summary> | ||
/// Just handler of a ShoutActionEvent. | ||
/// If there is no sound or phrase it won't do anything. | ||
/// </summary> |
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.
Я так думаю это должно быть документацией к классу, так что должно быть прямо перед ним
namespace Content.Shared.SS220.Shout; | ||
/// <summary> | ||
/// Event for memes, or is u want to make some kind of alternative scream button | ||
/// </summary> |
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.
Гендер для звука разве что, а для сообщения в чат гендер может переключаться локализацией (просто комментарий, действий не требуется)
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.
Ну, вот я для звука, но может как-то потом
- files: | ||
- gooool.ogg | ||
license: "CC0-1.0" | ||
copyright: "Modified by SkaldetSkaeg (Github), shortened, cleaned from background sounds, converted to OGG." | ||
source: "https://www.myinstants.com/ru/instant/goool-7073/" |
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.
Источник интересный, а у нас есть право лицензировать это как CC0, я уж не говорю о том что использовать?
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.
Я, просто, не уверен, что можно писать “No Known Copyright”.
Насчёт использования, то тут на уровне нашего ТТС.
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.
Предлагаешь свой где-то записать?
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.
Насчёт использования, то тут на уровне нашего ТТС.
Есть 2 существенных отличия от ТТС:
- Данный репозиторий не содержит ни методов генерации голоса, ни моделей для генерации, только механизм получения с сервера, что совершенно легально
- Сами модели ТТС хоть и могли быть натренерованы на чужих данных, это пока не признаётся однозначным нарушением прав интелликтуальной собственности
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.
А с этим звуком, точнее как ты здесь его определил, есть 2 проблемы:
- Мы никак не можем публиковать открытую лицензию на этот файл, но для этого можно указать
Custom
в полеlicense
- Нет подтверждения тому, что у нас есть лицензия на файл
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.
Короче, снова немного в дебри погрузился. По сути это user generated content, так как постобработка и контекст.
Но что по лицензии хз.
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.
В общем я ещё уточню по этому моменту, но лучше искать звук на который у нас будет лицензия. Можно, я не знаю, попросить Шусса на стриме крикнуть "ГОООЛ" чтоб мы это использовали здесь.
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.
В общем я ещё уточню по этому моменту, но лучше искать звук на который у нас будет лицензия. Можно, я не знаю, попросить Шусса на стриме крикнуть "ГОООЛ" чтоб мы это использовали здесь.
я бы ещё по картинке спросил. Мне её просто пережатую скинули. Лучше попросить наших перерисовать, когда со звуком разберемся?
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.
На самом деле да
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.
с картинкой решено
- type: dataset | ||
id: goalPhrases | ||
values: | ||
- восклицает | ||
- голосует | ||
- бравирует | ||
- возглашает | ||
- выкрикивает | ||
- вскрикивает |
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.
А локализацию можно?
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.
Не совсем понял
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.
сами фразы должны быть в локализации, здесь должны быть только ключи
Resources/Textures/SS220/Interface/Actions/actions_meme.rsi/meta.json
Outdated
Show resolved
Hide resolved
…ta.json Co-authored-by: DaGo <[email protected]>
Описание PR
Мемов ради сделал специальную кнопку на медведя, которая выкрикивает "Гол!"
Перенес всё в ActionGrant. Сделал уникальный ивент позволяющий конструировать кнопки с различными звуками и текстом в чат.
Медиа
Видео с раннего билда, сейчас есть и делэй на действии и фразы в чате
https://github.com/user-attachments/assets/de3ad361-6064-4412-878a-689d266192f4
Проверки
Изменения
🆑