Skip to content

Commit

Permalink
New sounds for cyborg
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Jan 7, 2024
1 parent 5bdc98b commit 7a5d862
Show file tree
Hide file tree
Showing 27 changed files with 131 additions and 5 deletions.
Binary file added Resources/Audio/ADT/Footsteps/boots1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/boots2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/boots3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/borg_deathsound.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die4.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear4.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear5.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear6.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off4.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/ADT/Objects/Mobs/cyborg_sec.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ent-ADTEmitterBoltCyb = кинетический выстрел
.desc = { ent-BaseBullet.desc }
ent-ADtWeaponSecCyborg = Импульсный пистолет киборга
.desc = Импульсный пистолет, который входит в снаряжение киборга Службы Безопасности. Украшен яркими энергетическими всплеска, а также присутствует способность самостоятельно перезаряжаться с течением времени.
.desc = Импульсный пистолет, который входит в снаряжение киборга Службы Безопасности. Присутствует несколько режимов стрельбы. Украшен яркими энергетическими всплеска, а также присутствует способность самостоятельно перезаряжаться с течением времени.
ent-ADTClothingBackpackSecurityCyb = рюкзак киборга
.desc = Вместительный рюкзак с множеством карманов.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- type: Clothing
sprite: ADT/Mobs/Silicon/Cyborg/cyb_gun.rsi
- type: Gun
fireRate: 2
fireRate: 1.7
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
- type: ProjectileBatteryAmmoProvider
Expand All @@ -34,11 +34,11 @@
- type: BatteryWeaponFireModes
fireModes:
- proto: BulletDisabler
fireCost: 60
fireCost: 70
- proto: ADTEmitterBoltCyb
fireCost: 100
fireCost: 200
- proto: ADTAnomalousParticleOmegaStrongCyb
fireCost: 100
fireCost: 200
- type: Battery
maxCharge: 2220
startingCharge: 2220
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,18 @@
nameSegments: [names_sec_cyb]
- type: Damageable
damageModifierSet: ADTSecurityCybDamagModSet
- type: TriggerOnMobstateChange
mobState:
- Critical
- type: EmitSoundOnTrigger
sound:
collection: SoldierDeath
- type: Speech
speechSounds: Metrocop
soundCooldownTime: 0.5
# - type: Speech
# speechSounds: Combine
# soundCooldownTime: 0.1

- type: entity
save: false
Expand Down
112 changes: 112 additions & 0 deletions Resources/Prototypes/ADT/Entities/Mobs/SecurityCyborg/sounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
- type: speechSounds
id: Metrocop
saySound:
path: /Audio/ADT/Footsteps/say/off2.ogg
askSound:
path: /Audio/ADT/Footsteps/say/off1.ogg
exclaimSound:
path: /Audio/ADT/Footsteps/say/off3.ogg

- type: speechSounds
id: Combine
saySound:
path: /Audio/ADT/Footsteps/off2.ogg
askSound:
path: /Audio/ADT/Footsteps/off3.ogg
exclaimSound:
path: /Audio/ADT/Footsteps/off1.ogg

- type: soundCollection
id: Metrocop
files:
- /Audio/ADT/Footsteps/say/off1.ogg
- /Audio/ADT/Footsteps/say/off2.ogg
- /Audio/ADT/Footsteps/say/off3.ogg
- /Audio/ADT/Footsteps/say/off4.ogg

- type: soundCollection
id: SoldierDeath
files:
- /Audio/ADT/Footsteps/combine/die1.ogg
- /Audio/ADT/Footsteps/combine/die2.ogg
- /Audio/ADT/Footsteps/combine/die3.ogg
- /Audio/ADT/Footsteps/combine/die4.ogg

# # ERT Junitor
# - type: entity
# name: Epsilon - 11 уборщик ОБР
# parent: MobHuman
# suffix: МТФ
# id: MobHumanERTJunitorEVAV3
# components:
# - type: Icon
# sprite: Markers/jobs.rsi
# state: ertjanitor
# - type: GhostTakeoverAvailable
# - type: Speech
# speechSounds: Metrocop
# soundCooldownTime: 0.1
# - type: TriggerOnMobstateChange
# mobState:
# - Critical
# - type: EmitSoundOnTrigger
# sound:
# collection: SoldierDeath
# - type: GhostRole
# allowMovement: true
# allowSpeech: true
# makeSentient: true
# name: ОБР уборщик
# description: Уборщик отделения Epsilon - 11, эй! кто дал ему пистолет?!
# requirements:
# - !type:DepartmentTimeRequirement
# department: Security
# time: 9000
# - !type:OverallPlaytimeRequirement
# time: 16000
# - !type:RoleTimeRequirement
# role: JobJanitor
# time: 1500
# - type: SpecForce
# actionBssActionName: ActionCentcomFtlAction
# - type: Loadout
# prototypes: [ERTJanitorGearEVAV3]
# - type: RandomMetadata
# nameSegments:
# - NamesPVTs
# - names_last_male
# - type: RandomHumanoidAppearance
# randomizeName: false

# - type: entity
# name: Урист Макбайн
# parent: MobHuman
# description: Жалкая кучка спецназа.
# id: MobHumanCombine
# components:
# - type: Icon
# sprite: Markers/jobs.rsi
# state: cyborg
# - type: Speech
# speechSounds: Combine
# soundCooldownTime: 0.1
# - type: Stamina
# critThreshold: 250
# - type: MobState
# - type: MobThresholds
# thresholds:
# 0: Alive
# 200: Critical
# 250: Dead
# - type: SlowOnDamage
# speedModifierThresholds:
# 100: 0.7
# 150: 0.5
# - type: TriggerOnMobstateChange
# mobState:
# - Critical
# - type: EmitSoundOnTrigger
# sound:
# collection: SoldierDeath
# params:
# volume: 3
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Power/chargers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
whitelist:
components:
- BorgChassis
- Silicon
#- type: SiliconCharger
# chargeMulti: 50
# targetTemp: 390
Expand Down Expand Up @@ -212,6 +213,7 @@
whitelist:
components:
- BorgChassis
- Silicon
- type: ContainerContainer
containers:
entity_storage: !type:Container
Expand Down

0 comments on commit 7a5d862

Please sign in to comment.