Adds some things to the lobby (#1143)
* The first part of this PR, "Lobby Music" * Part 2 of this PR, act 1: "Operator Plush" * WebP conversion+ Fixing some YML
This commit is contained in:
parent
567af7c4f8
commit
d2caa686dc
Binary file not shown.
Binary file not shown.
|
|
@ -58,6 +58,16 @@
|
|||
copyright: "Flip Flap by X-ceed is licensed under a short but clear license (see flip-flap.txt in this directory) and is free for non-commercial use. It was converted from MOD to WAV using Schism Tracker, in 16 Bit, Non-Interpolated mode, no output equalizer settings, Ramp volume at start of sample enabled. From there it was converted to OGG Vorbis with `ffmpeg -i flip-flap.wav -q 2.9 flip-flap-renc.ogg` (quality scale chosen to match size of the OGG file being replaced). Non-interpolated mode was chosen as the module has a high enough sample rate to balance it out, but seems muffled in other interpolation modes. If 'Ramp volume at start of sample' is not enabled, a clicking phenomenon results."
|
||||
source: "http://aminet.net/package/mods/xceed/Flipflap"
|
||||
|
||||
- files: ["Patricia_Taxxon_-_Chipshop.ogg"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Chipshop by Patricia Taxxon off the album 'Bicycle'"
|
||||
source: "https://patriciataxxon.bandcamp.com/track/chipshop"
|
||||
|
||||
- files: ["Patricia_Taxxon_-_Minute.ogg"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Minute by Patricia Taxxon off the album 'Aeroplane'"
|
||||
source: "https://patriciataxxon.bandcamp.com/track/minute"
|
||||
|
||||
- files: ["psirius_-_nights_of_orion.xm.ogg"]
|
||||
license: "CC-BY-NC-SA-4.0"
|
||||
copyright: "Nights of Orion by Psirius"
|
||||
|
|
|
|||
|
|
@ -13,8 +13,10 @@
|
|||
- /Audio/Lobby/melcom-cyberpunk.it.ogg
|
||||
- /Audio/Lobby/midori_-_conundrum_final.it.ogg
|
||||
- /Audio/Lobby/mod.flip-flap.ogg
|
||||
- /Audio/Lobby/Patricia_Taxxon_-_Minute.ogg
|
||||
- /Audio/Lobby/Patricia_Taxxon_-_Chipshop.ogg
|
||||
- /Audio/Lobby/psirius_-_nights_of_orion.xm.ogg
|
||||
#- /Audio/Lobby/psirius_-_nymphs_of_the_forest.mptm.ogg
|
||||
- /Audio/Lobby/psirius_-_nymphs_of_the_forest.mptm.ogg
|
||||
- /Audio/Lobby/superposition.ogg
|
||||
- /Audio/Lobby/hackers.ogg
|
||||
- /Audio/Lobby/every_light_is_blinking_at_once.ogg
|
||||
|
|
|
|||
|
|
@ -37,3 +37,7 @@
|
|||
- type: lobbyBackground
|
||||
id: TechnologicalProgress
|
||||
background: /Textures/LobbyScreens/DeltaV__Technological_Progress_by_threlo.png
|
||||
|
||||
- type: lobbyBackground
|
||||
id: OperatorPlush
|
||||
background: /Textures/LobbyScreens/OperatorPlush.webp
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
|
|
@ -47,3 +47,8 @@
|
|||
license: "Custom"
|
||||
copyright: "CC-BY-NC-ND-4.0 / threlo on discord / @threlo on itaku"
|
||||
source: "https://linktr.ee/threlo"
|
||||
|
||||
- files: ["OperatorPlush.webp"]
|
||||
license: "CC-BY-4.0"
|
||||
copyright: "Commission adapted to fit the format by Leonardo_DaBepis on discord / @leonardo-dabepis on Tumblr. Template was filled in by Adeinitas @ DeltaV"
|
||||
source: "https://leonardo-dabepis.tumblr.com/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue