From 49d1baf0b0544fc392a4145211be1db5bb91d29d Mon Sep 17 00:00:00 2001 From: haiwwkes <49613070+rhailrake@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:35:01 +0500 Subject: [PATCH 1/8] Merge pull request #511 * fix --- Content.Server/GameTicking/GameTicker.RoundFlow.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Content.Server/GameTicking/GameTicker.RoundFlow.cs b/Content.Server/GameTicking/GameTicker.RoundFlow.cs index 8dc131d664e..5640e53d8dc 100644 --- a/Content.Server/GameTicking/GameTicker.RoundFlow.cs +++ b/Content.Server/GameTicking/GameTicker.RoundFlow.cs @@ -438,9 +438,11 @@ public void ShowRoundEndScoreboard(string text = "") PlayerICName = playerIcName, PlayerGuid = userId, PlayerNetEntity = GetNetEntity(entity), - Role = antag - ? roles.First(role => role.Antagonist).Name - : roles.FirstOrDefault().Name ?? Loc.GetString("game-ticker-unknown-role"), + Role = roles.Any() + ? (antag + ? roles.FirstOrDefault(role => role.Antagonist).Name + : roles.FirstOrDefault(role => !role.Antagonist).Name) ?? Loc.GetString("game-ticker-unknown-role") + : Loc.GetString("game-ticker-unknown-role"), Antag = antag, JobPrototypes = roles.Where(role => !role.Antagonist).Select(role => role.Prototype).ToArray(), AntagPrototypes = roles.Where(role => role.Antagonist).Select(role => role.Prototype).ToArray(), From e097cb78cda5acba49f8e711a53a561507000b70 Mon Sep 17 00:00:00 2001 From: SplikZerys <136282037+SplikZerys@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:35:37 +0300 Subject: [PATCH 2/8] Merge pull request #504 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Зверолов Тавиш * elisa * mr chu * sotis * wtf * mediv * asd * mtf1 * cleaning * round stat false --- .../_sunrise/tts/tts-voices-sunrise.ftl | 6 ++- .../_Sunrise/tts_voices_sunrise.yml | 43 +++++++++++++++---- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl index e2170a9376a..ca3a161ca62 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl @@ -28,8 +28,12 @@ tts-voice-name-dota2-silencer = (NEW) [Dota 2] Сайленсер tts-voice-name-hearthstone-warden = (NEW) [Hearthstone] Смотритель tts-voice-name-cb-announcer = (NEW) [Containment Breach] Announcer tts-voice-name-hearthstone-lord-of-thunder = (NEW) [Hearthstone] Владыка Грома -tts-voice-name-hearthstone-ahun = (NEW) [Hearthstone] Ахун tts-voice-name-hearthstone-tekahn = (NEW) [Hearthstone] Текан tts-voice-name-hearthstone-finli = (NEW) [Hearthstone] Финли tts-voice-name-hearthstone-brann = (NEW) [Hearthstone] Бранн tts-voice-name-hearthstone-reno = (NEW) [Hearthstone] Рено +tts-voice-name-hearthstone-zverolov-tavish = (NEW) [Hearthstone] Зверолов Тавиш +tts-voice-name-hearthstone-elisa = (NEW) [Hearthstone] Элиза +tts-voice-name-hearthstone-sotis = (NEW) [Hearthstone] Сотис +tts-voice-name-hearthstone-mediv = (NEW) [Hearthstone] Медив +tts-voice-name-hearthstone-mtf1 = (NEW) [Containment Breach] MTF 1 diff --git a/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml b/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml index c6362f4c2d5..4896f9b28c3 100644 --- a/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml +++ b/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml @@ -268,14 +268,6 @@ speaker: hearthstone_tekahn provider: sunrise -- type: ttsVoice - id: HearthstoneAhun - name: tts-voice-name-hearthstone-ahun - sex: Male - speaker: hearthstone_ahun - provider: sunrise - roundStart: false # ужасное качество - - type: ttsVoice id: HearthstoneFinli name: tts-voice-name-hearthstone-finli @@ -297,3 +289,38 @@ speaker: hearthstone_reno provider: sunrise +- type: ttsVoice + id: HearthstoneZverolovTavish + name: tts-voice-name-hearthstone-zverolov-tavish + sex: Male + speaker: hearthstone_zverolov_tavish + provider: sunrise + +- type: ttsVoice + id: HearthstoneElisa + name: tts-voice-name-hearthstone-elisa + sex: Female + speaker: hearthstone_elisa + provider: sunrise + +- type: ttsVoice + id: HearthstoneSotis + name: tts-voice-name-hearthstone-sotis + sex: Male + speaker: hearthstone_sotis + provider: sunrise + +- type: ttsVoice + id: HearthstoneMediv + name: tts-voice-name-hearthstone-mediv + sex: Male + speaker: hearthstone_mediv + provider: sunrise + +- type: ttsVoice + id: HearthstoneMTF1 + name: tts-voice-name-hearthstone-mtf1 + sex: Male + speaker: mtf_1 + provider: sunrise + roundStart: false # хз From 1d7bed216484fcb0a8c5fd798e3ffa733c303c5b Mon Sep 17 00:00:00 2001 From: GayBot Date: Mon, 14 Oct 2024 22:34:43 +0300 Subject: [PATCH 3/8] Automatic changelog update --- Resources/Changelog/ChangelogSunrise.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 4dc22a79f85..1429aba2b61 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -4728,3 +4728,12 @@ id: 337 time: '2024-10-12T16:59:55.0000000+00:00' url: https://github.com/space-sunrise/space-station-14/pull/500 +- author: rhailrake + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0430 \u043E\u0448\ + \u0438\u0431\u043A\u0430 \u0441 \u043A\u043E\u043D\u0446\u043E\u043C \u0440\u0430\ + \u0443\u043D\u0434\u0430." + type: Fix + id: 338 + time: '2024-10-14T19:35:01.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/511 From 42b16d1eee62d1bde73ab8f7943f8bcb04ab6e2e Mon Sep 17 00:00:00 2001 From: SplikZerys Date: Tue, 15 Oct 2024 03:22:48 +0300 Subject: [PATCH 4/8] tts voices update --- Resources/Changelog/ChangelogSunrise.yml | 27 +++++++++++++++++ .../_sunrise/tts/tts-voices-sunrise.ftl | 5 +++- .../_Sunrise/tts_voices_sunrise.yml | 30 +++++++++++++++++-- 3 files changed, 58 insertions(+), 4 deletions(-) diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 1429aba2b61..b2d94aa0cdf 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -4737,3 +4737,30 @@ id: 338 time: '2024-10-14T19:35:01.0000000+00:00' url: https://github.com/space-sunrise/space-station-14/pull/511 +- author: SplikZerys + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u0438\u043B \u0447\u0435\u0442\u044B\u0440\ + \u0435 (4) \u043D\u043E\u0432\u044B\u0445 \u0422\u0422\u0421-\u0433\u043E\u043B\ + \u043E\u0441\u0430 \u0438\u0437 Hearthstone: \u0417\u0432\u0435\u0440\u043E\u043B\ + \u043E\u0432 \u0422\u0430\u0432\u0438\u0448, \u042D\u043B\u0438\u0437\u0430\ + , \u0421\u043E\u0442\u0438\u0441 \u0438 \u041C\u0435\u0434\u0438\u0432." + type: Add + id: 339 + time: '2024-10-15T19:38:09.377132+00:00' +- author: SplikZerys + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u0438\u043B \u0433\u043E\u043B\u043E\u0441\ + \u0430 MTF \u0438\u0437 Containment Breach." + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u0438\u043B \u0433\u043E\u043B\u043E\u0441\ + \ \u0410\u043B\u0451\u0448\u0438 \u041F\u043E\u043F\u043E\u0432\u0438\u0447\u0430\ + \ \u0438\u0437 \u0422\u0440\u0435\u0445 \u0411\u043E\u0433\u0430\u0442\u044B\ + \u0440\u0435\u0439." + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u0438\u043B \u0433\u043E\u043B\u043E\u0441\ + \ \u041F\u0451\u0442\u0440\u0430 \u0418\u0432\u0430\u0449\u0435\u043D\u043A\u043E\ + \ - \u0410\u043A\u0442\u0435\u0440\u0430 \u043E\u0437\u0432\u0443\u0447\u043A\ + \u0438." + type: Add + id: 340 + time: '2024-10-15T00:14:13.974301+00:00' diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl index ca3a161ca62..5fef46f59e3 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl @@ -36,4 +36,7 @@ tts-voice-name-hearthstone-zverolov-tavish = (NEW) [Hearthstone] Звероло tts-voice-name-hearthstone-elisa = (NEW) [Hearthstone] Элиза tts-voice-name-hearthstone-sotis = (NEW) [Hearthstone] Сотис tts-voice-name-hearthstone-mediv = (NEW) [Hearthstone] Медив -tts-voice-name-hearthstone-mtf1 = (NEW) [Containment Breach] MTF 1 +tts-voice-name-mtf1 = (NEW) [Containment Breach] MTF 1 +tts-voice-name-mtf2 = (NEW) [Containment Breach] MTF 2 +tts-voice-name-petr_glance_ivashenko = (NEW) [Актер Озвучки] Пётр Иващенко +tts-voice-name-three-bogatira-alesha-popovich = (NEW) [Три Богатыря] Алёша Попович diff --git a/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml b/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml index 4896f9b28c3..9641b754f70 100644 --- a/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml +++ b/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml @@ -318,9 +318,33 @@ provider: sunrise - type: ttsVoice - id: HearthstoneMTF1 - name: tts-voice-name-hearthstone-mtf1 + id: CBMTF1 + name: tts-voice-name-mtf1 sex: Male speaker: mtf_1 provider: sunrise - roundStart: false # хз + roundStart: true # хз + +- type: ttsVoice + id: CBMTF2 + name: tts-voice-name-mtf2 + sex: Male + speaker: mtf_2 + provider: sunrise + roundStart: true # хз + +- type: ttsVoice + id: ThreeBigatiraAleshaPopovich + name: tts-voice-name-three-bogatira-alesha-popovich + sex: Male + speaker: three_bogatira_alesha + provider: sunrise + roundStart: true + +- type: ttsVoice + id: PetrGlanceIvashenko + name: tts-voice-name-petr_glance_ivashenko + sex: Male + speaker: petr_ivashenko + provider: sunrise + roundStart: true From b121deb412d09b47648b4ff3361bbe3bdc86081d Mon Sep 17 00:00:00 2001 From: iertis Date: Thu, 17 Oct 2024 05:26:12 +0500 Subject: [PATCH 5/8] Adjutant minor fix --- .../Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml | 4 ++-- .../Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml index ac49a8b3bb7..566e3da93ee 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml @@ -224,8 +224,8 @@ id: AdjutantIDCard state: pda-adj - type: PdaBorderColor - borderColor: "#A32D26" - accentVColor: "#DFDFDF" + borderColor: "#1b2426" + accentVColor: "#62584a" - type: Icon sprite: _Sunrise/Objects/Devices/pda.rsi state: pda-adj diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml index 89a0f3ace5f..992a4335f94 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Adjutant/adjutant.yml @@ -41,7 +41,7 @@ id: AdjutantGear equipment: shoes: ClothingShoesBootsLaceup - eyes: ClothingEyesGlassesSunglasses + eyes: ClothingEyesGlassesCommand id: AdjutantPDA ears: ClothingHeadsetAdjutant neck: ClothingNeckMantleAdjutant From 656d0a0dfecc610a074163c81becf2ba8634e2af Mon Sep 17 00:00:00 2001 From: GayBot Date: Thu, 17 Oct 2024 03:25:55 +0300 Subject: [PATCH 6/8] Automatic changelog update --- Resources/Changelog/ChangelogSunrise.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index b2d94aa0cdf..80664d11621 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -4764,3 +4764,18 @@ type: Add id: 340 time: '2024-10-15T00:14:13.974301+00:00' +- author: kanopus7 + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D \u0446\u0432\u0435\ + \u0442 \u0433\u0440\u0430\u043D\u0438\u0446 \u041A\u041F\u041A \u0430\u0434\u044A\ + \u044E\u0442\u0430\u043D\u0442\u0430." + type: Fix + - message: "\u0421\u043E\u043B\u043D\u0446\u0435\u0437\u0430\u0449\u0438\u0442\u043D\ + \u044B\u0435 \u043E\u0447\u043A\u0438 \u0430\u0434\u044A\u044E\u0442\u0430\u043D\ + \u0442\u0430 \u0437\u0430\u043C\u0435\u043D\u0435\u043D\u044B \u043D\u0430 \u0430\ + \u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043D\ + \u044B\u0435 \u043E\u0447\u043A\u0438." + type: Tweak + id: 341 + time: '2024-10-17T00:26:12.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/505 From 8a6dd70bb4493bce8436df77929cd64896006d04 Mon Sep 17 00:00:00 2001 From: iertis Date: Thu, 17 Oct 2024 05:28:18 +0500 Subject: [PATCH 7/8] station-goal-component.ftl fix --- .../_strings/_sunrise/station-goal/station-goal-component.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/station-goal/station-goal-component.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/station-goal/station-goal-component.ftl index e0c810586d1..37a4fc38b2d 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/station-goal/station-goal-component.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/station-goal/station-goal-component.ftl @@ -386,7 +386,7 @@ station-goal-nuke-room = ⠀============================================= ⠀Приветствую, уважаемое командование станции! ⠀ Поздравляем, цель вашей смены является [bold]ПОСТРОЙКА НОВОГО ЯДЕРНОГО ХРАНИЛИЩА[/bold] - ⠀Чтобы её выполнить инженерному отделу ставится задача построить с нуля ядерное хранилище вблизи мостика командования, размером 5 на 5. Разрешаем вам снести даже лишнюю помещение, которое не обладает стратегической важностью, дабы построить новое хранилище. + ⠀Чтобы её выполнить инженерному отделу ставится задача построить с нуля ядерное хранилище вблизи мостика командования, размером 5 на 5. Разрешаем вам снести даже лишнее помещение, которое не обладает стратегической важностью, дабы построить новое хранилище. ⠀Новое Ядерное Хранилище должно иметь обшивку из двух слоёв укреплённых стен, а также инженеры должны провести туда электропитание, атмосферные трубы и обеспечить атмос. ⠀После отстройки нового хранилища - вы обязаны также добавить туда два шлюза с доступом командования и перекрасить его в цвет командного шлюза. А также поставить гермозатворы с удалённым доступом, кнопка от них должна находиться в каюте капитана. ⠀Отделу Снабжения ставится задача заказать все требующиеся ресурсы для выполнения поставленной цели. From 92d4b4bef3939980b52e186bd22e89885634c851 Mon Sep 17 00:00:00 2001 From: SplikZerys <136282037+SplikZerys@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:45:29 +0300 Subject: [PATCH 8/8] NEW TTS VOICES (#532) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * new tts voices and roundStart false mtf1-2 * new tts voice - georgiy kain from pathologic 2 * deleted bad voice model * Артемий Бурах * warcraft * asd * Инквизитор * ttttttttttttttsssssssssssss * path * tts * changelog update --- Resources/Changelog/ChangelogSunrise.yml | 20 ++++ .../_sunrise/tts/tts-voices-sunrise.ftl | 11 ++- .../_Sunrise/tts_voices_sunrise.yml | 99 +++++++++++++++++-- 3 files changed, 120 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 80664d11621..a7dc9df8ee3 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -4779,3 +4779,23 @@ id: 341 time: '2024-10-17T00:26:12.0000000+00:00' url: https://github.com/space-sunrise/space-station-14/pull/505 +- author: SplikZerys + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u0434\u0432\u0430\ + \ (2) \u043D\u043E\u0432\u044B\u0445 \u0433\u043E\u043B\u043E\u0441\u0430 \u0438\ + \u0437 Hearthstone: \u0410\u043A\u0430\u043C\u0430 \u0438 \u0412\u0430\u043B\ + \u0438\u0440\u0430 \u0421\u0430\u043D\u0433\u0432\u0438\u043D\u0430\u0440." + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u0432\u043E\u0441\ + \u0435\u043C\u044C (8) \u043D\u043E\u0432\u044B\u0445 \u0433\u043E\u043B\u043E\ + \u0441 \u0438\u0437 Pathologic 2: \u0413\u0435\u043E\u0440\u0433\u0438\u0439\ + \ \u041A\u0430\u0438\u043D, \u0410\u0440\u0442\u0435\u043C\u0438\u0439 \u0411\ + \u0443\u0440\u0430\u0445, \u0413\u0440\u0438\u0444, \u0410\u043D\u0433\u043B\ + \u0430\u044F \u041B\u0438\u043B\u0438\u0447, \u0418\u043D\u043A\u0432\u0438\u0437\ + \u0438\u0442\u043E\u0440, \u0410\u043B\u0435\u043A\u0441\u0430\u043D\u0434\u0440\ + \ \u0421\u0430\u0431\u0443\u0440\u043E\u0432, \u0410\u043B\u0435\u043A\u0441\ + \u0430\u043D\u0434\u0440 \u0411\u043B\u043E\u043A, \u041C\u0430\u0440\u043A\ + \ \u0411\u0435\u0441\u0441\u043C\u0435\u0440\u0442\u043D\u0438\u043A." + type: Add + id: 342 + time: '2024-10-21T00:08:09.484875+00:00' diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl index 5fef46f59e3..d22aba9b903 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/tts/tts-voices-sunrise.ftl @@ -37,6 +37,15 @@ tts-voice-name-hearthstone-elisa = (NEW) [Hearthstone] Элиза tts-voice-name-hearthstone-sotis = (NEW) [Hearthstone] Сотис tts-voice-name-hearthstone-mediv = (NEW) [Hearthstone] Медив tts-voice-name-mtf1 = (NEW) [Containment Breach] MTF 1 -tts-voice-name-mtf2 = (NEW) [Containment Breach] MTF 2 tts-voice-name-petr_glance_ivashenko = (NEW) [Актер Озвучки] Пётр Иващенко tts-voice-name-three-bogatira-alesha-popovich = (NEW) [Три Богатыря] Алёша Попович +tts-voice-name-hearthstone-valira-sangvinar = (NEW) [Hearthstone] Валира Сангвинар +tts-voice-name-hearthstone-akama = (NEW) [Hearthstone] Акама +tts-voice-name-pathologic2-georgiy-kain = (NEW) [Pathologic 2] Георгий Каин +tts-voice-name-pathologic2-artemiy-burach = (NEW) [Pathologic 2] Артемий Бурах +tts-voice-name-pathologic2-grif = (NEW) [Pathologic 2] Гриф +tts-voice-name-pathologic2-anglaya-lilich = (NEW) [Pathologic 2] Англая Лилич +tts-voice-name-pathologic2-alexander-saburov = (NEW) [Pathologic 2] Александр Сабуров +tts-voice-name-pathologic2-inkvizitor = (NEW) [Pathologic 2] Инквизитор +tts-voice-name-pathologic2-alexander-blok = (NEW) [Pathologic 2] Александр Блок +tts-voice-name-pathologic2-mark-bessmertnik = (NEW) [Pathologic 2] Марк Бессмертник diff --git a/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml b/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml index 9641b754f70..b1f64262839 100644 --- a/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml +++ b/Resources/Prototypes/_Sunrise/tts_voices_sunrise.yml @@ -204,6 +204,7 @@ sex: Male speaker: splikzerys provider: sunrise + roundStart: false # предстоит перетренировка модели - type: ttsVoice id: Dota2Riki @@ -323,15 +324,7 @@ sex: Male speaker: mtf_1 provider: sunrise - roundStart: true # хз - -- type: ttsVoice - id: CBMTF2 - name: tts-voice-name-mtf2 - sex: Male - speaker: mtf_2 - provider: sunrise - roundStart: true # хз + roundStart: false # точно нет - type: ttsVoice id: ThreeBigatiraAleshaPopovich @@ -348,3 +341,91 @@ speaker: petr_ivashenko provider: sunrise roundStart: true + +- type: ttsVoice + id: HearthstoneValiraSangvinar + name: tts-voice-name-hearthstone-valira-sangvinar + sex: Female + speaker: hearthstone_valira_sangvinar + provider: sunrise + roundStart: true + +- type: ttsVoice + id: HearthstoneAkama + name: tts-voice-name-hearthstone-akama + sex: Male + speaker: hearthstone_akama + provider: sunrise + roundStart: true + +- type: ttsVoice + id: Pathologic2GeorgiyKain + name: tts-voice-name-pathologic2-georgiy-kain + sex: Male + speaker: pathologic2_georgiy_kain + provider: sunrise + roundStart: true + sponsorOnly: true + +- type: ttsVoice + id: Pathologic2ArtemiyBurach + name: tts-voice-name-pathologic2-artemiy-burach + sex: Male + speaker: pathologic2_artemiy_burach + provider: sunrise + roundStart: true + sponsorOnly: true + +- type: ttsVoice + id: Pathologic2Grif + name: tts-voice-name-pathologic2-grif + sex: Male + speaker: pathologic2_grif + provider: sunrise + roundStart: true + sponsorOnly: true + +- type: ttsVoice + id: Pathologic2AnglayaLilich + name: tts-voice-name-pathologic2-anglaya-lilich + sex: Female + speaker: pathologic2_anglaya_lilich_tired + provider: sunrise + roundStart: true + sponsorOnly: true + +- type: ttsVoice + id: Pathologic2AlexanderSaburov + name: tts-voice-name-pathologic2-alexander-saburov + sex: Male + speaker: pathologic2_alexander_saburov + provider: sunrise + roundStart: true + sponsorOnly: true + +- type: ttsVoice + id: Pathologic2Inkvizitor + name: tts-voice-name-pathologic2-inkvizitor + sex: Female + speaker: pathologic2_inkvizitor + provider: sunrise + roundStart: true + sponsorOnly: true + +- type: ttsVoice + id: Pathologic2AlexanderBlok + name: tts-voice-name-pathologic2-alexander-blok + sex: Male + speaker: pathologic2_alexander_blok + provider: sunrise + roundStart: true + sponsorOnly: true + +- type: ttsVoice + id: Pathologic2MarkBessmertnik + name: tts-voice-name-pathologic2-mark-bessmertnik + sex: Male + speaker: pathologic2_mark_bessmertnik + provider: sunrise + roundStart: true + sponsorOnly: true