@@ -64,5 +64,11 @@
|
||||
"tooltip.oc2.device_needs_reboot": "Requires reboot",
|
||||
"tooltip.oc2.flash_memory_missing": "A flash memory containing a firmware is required to boot.",
|
||||
"tooltip.oc2.memory_missing": "Some memory is required to load the flash memory for execution to boot.",
|
||||
"tooltip.oc2.hard_drive_missing": "Most systems will require a root file system to boot."
|
||||
"tooltip.oc2.hard_drive_missing": "Most systems will require a root file system to boot.",
|
||||
|
||||
"subtitles.oc2.computer": "Computer Running",
|
||||
"subtitles.oc2.floppy": "Floppy Reads",
|
||||
"subtitles.oc2.floppy_eject": "Floppy Ejects",
|
||||
"subtitles.oc2.floppy_insert": "Floppy Inserts",
|
||||
"subtitles.oc2.hdd": "HDD Seeks"
|
||||
}
|
||||
51
src/main/resources/assets/oc2/sounds.json
Normal file
51
src/main/resources/assets/oc2/sounds.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"computer_running": {
|
||||
"category": "block",
|
||||
"subtitle": "subtitles.oc2.computer",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "oc2:computer_running",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"floppy_access": {
|
||||
"category": "block",
|
||||
"subtitle": "subtitles.oc2.floppy",
|
||||
"sounds": [
|
||||
"oc2:floppy_access1",
|
||||
"oc2:floppy_access2",
|
||||
"oc2:floppy_access3",
|
||||
"oc2:floppy_access4",
|
||||
"oc2:floppy_access5",
|
||||
"oc2:floppy_access6"
|
||||
]
|
||||
},
|
||||
"floppy_eject": {
|
||||
"category": "block",
|
||||
"subtitle": "subtitles.oc2.floppy_eject",
|
||||
"sounds": [
|
||||
"oc2:floppy_eject"
|
||||
]
|
||||
},
|
||||
"floppy_insert": {
|
||||
"category": "block",
|
||||
"subtitle": "subtitles.oc2.floppy_insert",
|
||||
"sounds": [
|
||||
"oc2:floppy_insert"
|
||||
]
|
||||
},
|
||||
"hdd_access": {
|
||||
"category": "block",
|
||||
"subtitle": "subtitles.oc2.hdd",
|
||||
"sounds": [
|
||||
"oc2:hdd_access1",
|
||||
"oc2:hdd_access2",
|
||||
"oc2:hdd_access3",
|
||||
"oc2:hdd_access4",
|
||||
"oc2:hdd_access5",
|
||||
"oc2:hdd_access6",
|
||||
"oc2:hdd_access7"
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/oc2/sounds/computer_running.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/computer_running.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_access1.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_access1.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_access2.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_access2.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_access3.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_access3.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_access4.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_access4.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_access5.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_access5.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_access6.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_access6.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_eject.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_eject.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/floppy_insert.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/floppy_insert.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/hdd_access1.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/hdd_access1.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/hdd_access2.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/hdd_access2.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/hdd_access3.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/hdd_access3.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/hdd_access4.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/hdd_access4.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/hdd_access5.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/hdd_access5.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/hdd_access6.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/hdd_access6.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/oc2/sounds/hdd_access7.ogg
Normal file
BIN
src/main/resources/assets/oc2/sounds/hdd_access7.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user