| Readme: | Short: Diablo build for modern operating systems Version: 1.4.0 Architecture: ppc-morphos
What is DevilutionX -------------------
DevilutionX is a source port of Diablo and Hellfire that strives to make it simple to run the game while providing engine improvements, bugfixes, and some optional quality of life features.
Check out the manual for what features are available and how best to take advantage of them.
For a full list of changes see our changelog.
How to Install --------------
Note: You'll need access to the data from the original game. If you don't have an original CD then you can buy Diablo from GoG.com. Alternately you can use spawn.mpq from the shareware version, in place of DIABDAT.MPQ, to play the shareware portion of the game.
Download the latest DevilutionX release and extract the contents to a location of your choosing or build from source.
Copy DIABDAT.MPQ from the CD or GOG-installation (or extract it from the GoG installer) to the DevilutionX folder. To run the Diablo: Hellfire expansion you will need to also copy hellfire.mpq, hfmonk.mpq, hfmusic.mpq, hfvoice.mpq. For more detailed instructions: https://github.com/diasurgical/devilutionX/blob/master/docs/installing.md
MorphOS Requirements --------------------
- MorphOS 3.16 or newer - SDL2 library V53.5 or newer
Credits -------
The original Devilution project https://github.com/diasurgical/devilution#credits Everyone who worked on Devilution/DevilutionX https://github.com/diasurgical/devilutionX/graphs/contributors Nikolay Popov for UI and graphics https://www.instagram.com/nikolaypopovz/ WiAParker for the Polish voice pack https://wiaparker.pl/projekty/diablo-hellfire/ And thanks to all who support the project, report bugs, and help spread the word. MorphOS build: Filip "widelec-BB" Maryjanski.
Legal -----
DevilutionX is released to the Public Domain. The documentation and functionality provided by DevilutionX may only be utilized with assets provided by the ownership of Diablo.
The source code in this repository is for non-commercial use only. If you use the source code you may not charge others for access to it or any derivative work thereof.
Diablo - Copyright (c) 1996 Blizzard Entertainment, Inc. All rights reserved. Diablo and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
DevilutionX and any of its maintainers are in no way associated with or endorsed by Blizzard Entertainment.
Known Issues ------------
The audio sample player have some endianess issues. You will not encounter them when using only original Diablo and Hellfire data files, but there are extra language packs with polish and russian dubbing - those may not play correctly. As a workaround you may create packs yourself using wav (pcm 8 bit little endian) format instead of mp3. In build.sh you can replace line 36: sh -c 'f={}; flac --silent -d -c "$f" | lame --replaygain-accurate --quiet -q 0 - "../build/'"$1"'/${f%.*}.mp3"' with sh -c 'f={}; ffmpeg -i "$f" -c:a pcm_u8 -ar 22050 "../build/'"$1"'/${f%.*}.mp3"' The sounds will be enocoded just like in orignal Diablo. The packs sources are available at https://github.com/diasurgical/devilutionx-assets
Contact -------
If you want to contact me about MorphOS build you can find me on IRC (widelec-BB on #morphos at irc.libera.chat) or XMPP (widelec@xmpp.social).
|
06:15
09:54
09:47
16:14
I didn't write a custom makefile, I've used cmake. All the endian releated fixes I did have been merged into the upstream. Rest of the changes needed you can check at: http://blabla.ppa.pl/download/devilutionx-1.4.0-morphos.diff
08:41
Would it be possible to share your Makefile for MorphOS ?.
I'd like to port v1.4 for AmigaOS4.
I was able to compile Vanilla Conquer and Augustus for AmigaOS4 with the help of BeWorld last month.
Thank you.
19:30
i tried it and it work perfectly
so what the problem?
for a powerbook g4 1,67 ghz radeon 9700
35 fps on 640x480
morphos 3.17
00:18
00:07
exemple for freespace 1 ou 2
text with iconx
If Exists mossys:libs/tinygl.library
rename Mossys:Libs/tinygl.library Mossys:Libs/tinygl.library_disabled
EndIf
If Exists mossys:libs/tinygl/r200.library
rename Mossys:Libs/tinygl/r200.library Mossys:Libs/tinygl/r200.library_disabled
EndIf
If Exists mossys:libs/tinygl/r300.library
rename Mossys:Libs/tinygl/r300.library Mossys:Libs/tinygl/r300.library_disabled
Endif
If Exists mossys:libs/tinygl.libraryold
rename Mossys:Libs/tinygl.libraryold Mossys:Libs/tinygl.library
EndIf
If Exists mossys:libs/tinygl/r200.libraryold
rename Mossys:Libs/tinygl/r200.libraryold Mossys:Libs/tinygl/r200.library
EndIf
If Exists mossys:libs/tinygl/r300.libraryold
rename Mossys:Libs/tinygl/r300.libraryold Mossys:Libs/tinygl/r300.library
Endif
freespace2
(tinygl.libraryold and r200.libraryold and r300.libraryold of morphos3.15)
then another text with icon x:
If Exists mossys:libs/tinygl.library
rename Mossys:Libs/tinygl.library Mossys:Libs/tinygl.libraryold
EndIf
If Exists mossys:libs/tinygl/r200.library
rename Mossys:Libs/tinygl/r200.library Mossys:Libs/tinygl/r200.libraryold
EndIf
If Exists mossys:libs/tinygl/r300.library
rename Mossys:Libs/tinygl/r300.library Mossys:Libs/tinygl/r300.libraryold
Endif
If Exists mossys:libs/tinygl.library_disabled
rename Mossys:Libs/tinygl.library_disabled Mossys:Libs/tinygl.library
EndIf
If Exists mossys:libs/tinygl/r200.library_disabled
rename Mossys:Libs/tinygl/r200.library_disabled Mossys:Libs/tinygl/r200.library
EndIf
If Exists mossys:libs/tinygl/r300.library_disabled
rename Mossys:Libs/tinygl/r300.library_disabled Mossys:Libs/tinygl/r300.library
Endif
reboot
22:55
a text with icon x
If Exists mossys:libs/tinygl.library
rename Mossys:Libs/tinygl.library Mossys:Libs/tinygl.library_disabled
EndIf
If Exists mossys:libs/tinygl/r200.library
rename Mossys:Libs/tinygl/r200.library Mossys:Libs/tinygl/r200.library_disabled
EndIf
If Exists mossys:libs/tinygl/r300.library
rename Mossys:Libs/tinygl/r300.library Mossys:Libs/tinygl/r300.library_disabled
Endif
i don t know if it work for somes games
copy the tiny gl library of morphos 3.15 in the games too
21:17
21:46
21:35
17:20
mousepointer, change the screenresolution or disable the hardware pointer in Diablo settings, works both for me (TM) ;)
12:41
and the mousepointer looks broken,
22:12
I use powermac g5 2ghz and MorphOS 3.16
20:40
20:47
Unable to write to location:
./
On the other hand, an old devilutionx binary that I have from 2020 works. Can't remember where it was upload back then..