Skip to content

Commit

Permalink
Звукогенераторы, теперь рабочие..?
Browse files Browse the repository at this point in the history
  • Loading branch information
FaDeOkno committed Oct 12, 2023
1 parent 01aee2d commit 50320fc
Show file tree
Hide file tree
Showing 16 changed files with 197 additions and 0 deletions.
Binary file added Resources/Audio/ADT/SoundGen/budilnik.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/SoundGen/destruction_1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/SoundGen/destruction_2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/SoundGen/destruction_3.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/ADT/SoundGen/factory_ambient.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/SoundGen/hit.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/ADT/SoundGen/shaft_water.ogg
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions Resources/Locale/ru-RU/ADT/SoundGen/soundgen.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ent-ADTSoundGenDestruction1 = Разрушение 1 [Звукогенератор]
ent-ADTSoundGenDestruction2 = Разрушение 2 [Звукогенератор]
ent-ADTSoundGenDestruction3 = Разрушение 3 [Звукогенератор]
ent-ADTSoundGenBudilnik = Будильник [Звукогенератор]
ent-ADTSoundGenHit = Удар [Звукогенератор]
ent-ADTSoundGenMovingObjects = Двигающиеся камни [Звукогенератор, эмбиент]
ent-ADTSoundGenFactory = Завод [Звукогенератор, эмбиент]
ent-ADTSoundGenSuddenChord = Аккорд [Звукогенератор]
ent-ADTSoundGenShaftWater = Капли воды [Звукогенератор, эмбиент]
ent-ADTSoundGenShortScaryAmbient = Нагнетение [Звукогенератор, эмбиент]
ent-ADTSoundGenReverseDissolveScary = Реверс [Звукогенератор]
ent-ADTSoundGenDungeonAmbientScary = Шахта [Звукогенератор, эмбиент]
171 changes: 171 additions & 0 deletions Resources/Prototypes/ADT/SoundGen/soundgenerators.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
# Objects for making sounds?

- type: entity
parent: BaseItem
id: ADTSoundGenBase
name: ADTSoundGenBase
abstract: true
description: Sound Generator! Wowie!
components:
- type: Sprite
sprite: ADT/Objects/Misc/soundgen.rsi
state: icon
- type: Item
sprite: ADT/Objects/Misc/soundgen.rsi


- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenDestruction1
name: ADTSoundGenDestruction1
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/destruction_1.ogg
radius: 8

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenDestruction2
name: ADTSoundGenDestruction2
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/destruction_2.ogg
radius: 8

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenDestruction3
name: ADTSoundGenDestruction3
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/destruction_3.ogg
radius: 8

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenBudilnik
name: ADTSoundGenBudilnik
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/budilnik.ogg
radius: 5

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenHit
name: ADTSoundGenHit
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/hit.ogg
radius: 4

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenMovingObjects
name: ADTSoundGenMovingObjects
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/moving_objects_ambient_scary.ogg
radius: 15

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenFactory
name: ADTSoundGenFactory
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/factory_ambient.ogg
radius: 18

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenSuddenChord
name: ADTSoundGenSuddenChord
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/pianino_chord_sudden.ogg
radius: 2

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenShaftWater
name: ADTSoundGenShaftWater
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/shaft_water.ogg
radius: 15

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenShortScaryAmbient
name: ADTSoundGenShortScaryAmbient
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/short_ambient_scary.ogg
radius: 8

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenReverseDissolveScary
name: ADTSoundGenReverseDissolveScary
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/reverse_dissolve_scary.ogg
radius: 4

- type: entity
parent: ADTSoundGenBase
id: ADTSoundGenDungeonAmbientScary
name: ADTSoundGenDungeonAmbientScary
abstract: false
components:
- type: TimedDespawn
lifetime: 0.1
- type: EmitSoundOnSpawn
sound:
path: /Audio/ADT/SoundGen/dungeon_ambient_scary.ogg
radius: 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/ADT/Objects/Misc/soundgen.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Adventure Time MRP",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}

0 comments on commit 50320fc

Please sign in to comment.