Other Roguelikes > DiabloRL

nosound diablorl

(1/1)

nosound:
Original
Spoiler (click to show/hide)Отлично, я зарегистрировался на английском форуме. =))

Привет!

У меня проблема, не получается включить звук в DiabloRL.

config.lua
Spoiler (click to show/hide)
--- Code: ---dofile "keybindings.lua"

graphics  = true

console_x = 80
console_y = 33

screen_x  = 800
screen_y  = 600

reveal_town = false

run_delay = 10

-- To enable sound you need the original Diablo game,
-- in particular the DIABDAT.MPQ. Change this value to
-- FMOD or SDL depending on driver (or just DEFAULT)
-- sound     = "NONE"

-- sound     = "default"
-- Provide a full pathname for your DIABDAT.MPQ file
-- Remember that on Windows "\"" needs to be escaped to "\\"
-- e.g. "c:\\Games\\Diablo\\DIABDAT.MPQ"

mpq       = ""
-- Play walk sound (set to false to turn off)
walk_sound        = true

-- Music volume in the range of 0..100
music_volume      = 100

-- Sound volume in the range of 0..100
sound_volume      = 100
--- End code ---
Вставлял этот файл DIABDAT.MPQ в папку с игрой, и просто прописывал путь, не работает..

Spoiler (click to show/hide)
--- Code: ---libpng warning: iCCP: known incorrect sRGB profile
An unhandled exception occurred at $00000000004C2F01 :
EAccessViolation : Access violation
  $00000000004C2F01 line 652 of ../fpcvalkyrie/src/vnode.pas
  $00000000004C30FE line 701 of ../fpcvalkyrie/src/vnode.pas
  $00000000004E06CB line 51 of ../fpcvalkyrie/src/vsystem.pas
  $000000000058BB80 line 66 of ../fpcvalkyrie/src/vio.pas
  $000000000057059C line 341 of ../fpcvalkyrie/src/viorl.pas
  $00000000005331B0 line 371 of src/rlui.pas
  $0000000000468477 line 55 of src/rlgame.pas
  $00000000004261D7 line 49 of src/rl.pas
--- End code ---

Как исправить?

Этим темы смотрел:
https://forum.chaosforge.org/index.php/topic,6602.0.html
https://forum.chaosforge.org/index.php/topic,6528.0.html
Но они старые, и у меня нету таких пакетов:
"libsdl1.2-dbg"
Помогите.

Ubuntu 18.04.4
Google translate
Great, I registered in the English forum. =))

Hello!

I have a problem, I can’t turn on the sound in DiabloRL.

config.lua
Spoiler (click to show/hide)
--- Code: ---dofile "keybindings.lua"

graphics = true

console_x = 80
console_y = 33

screen_x = 800
screen_y = 600

reveal_town = false

run_delay = 10

- To enable sound you need the original Diablo game,
- in particular the DIABDAT.MPQ. Change this value to
- FMOD or SDL depending on driver (or just DEFAULT)
- sound = "NONE"

- sound = "default"
- Provide a full pathname for your DIABDAT.MPQ file
- Remember that on Windows "\" "needs to be escaped to" \\ "
- e.g. "c: \\ Games \\ Diablo \\ DIABDAT.MPQ"

mpq = ""
- Play walk sound (set to false to turn off)
walk_sound = true

- Music volume in the range of 0..100
music_volume = 100

- Sound volume in the range of 0..100
sound_volume = 100 [/ code] [/ spoiler]

--- End code ---
I inserted this DIABDAT.MPQ file into the folder with the game, and just wrote the path, it doesn’t work ..
Spoiler (click to show/hide)
--- Code: --- libpng warning: iCCP: known incorrect sRGB profile
An unhandled exception occurred at $ 00000000004C2F01:
EAccessViolation: Access violation
  $ 00000000004C2F01 line 652 of ../fpcvalkyrie/src/vnode.pas
  $ 00000000004C30FE line 701 of ../fpcvalkyrie/src/vnode.pas
  $ 00000000004E06CB line 51 of ../fpcvalkyrie/src/vsystem.pas
  $ 000000000058BB80 line 66 of ../fpcvalkyrie/src/vio.pas
  $ 000000000057059C line 341 of ../fpcvalkyrie/src/viorl.pas
  $ 00000000005331B0 line 371 of src / rlui.pas
  $ 0000000000468477 line 55 of src / rlgame.pas
  $ 00000000004261D7 line 49 of src / rl.pas [/ code] [/ spoiler]

--- End code ---
How to fix?

This topic looked:
https://forum.chaosforge.org/index.php/topic,6602.0.html
https://forum.chaosforge.org/index.php/topic,6528.0.html
But they are old, and I do not have such packages:
"libsdl1.2-dbg"
Help.

Ubuntu 18.04.4

nosound:
need instructions to install on Ubuntu18.04.

Navigation

[0] Message Index

Go to full version