https://github.com/zaisty/tchernobog-linux
How to run Diablo 1 mod Tchernobog under Linux with wine and winetricks. Easy setup.
https://github.com/zaisty/tchernobog-linux
diablo linux mod tchernobog wine winehq winetricks
Last synced: about 2 months ago
JSON representation
How to run Diablo 1 mod Tchernobog under Linux with wine and winetricks. Easy setup.
- Host: GitHub
- URL: https://github.com/zaisty/tchernobog-linux
- Owner: zaisty
- License: mit
- Created: 2025-02-09T17:56:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T18:41:01.000Z (4 months ago)
- Last Synced: 2025-02-09T19:33:17.622Z (4 months ago)
- Topics: diablo, linux, mod, tchernobog, wine, winehq, winetricks
- Homepage: https://mod.diablo.noktis.pl
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
In this tutorial I show how to run Diablo mod Tchernobog under Linux with wine setup.
=============================================You will need:
* Wine installation on your modern Linux PC
* Winetricks installation
* DIABDAT.MPQ file from original Diablo game. You can buy Diablo on [GOG](https://www.gog.com/eng/game/diablo) or copy file from CD version.
* Tchernobog mod. Can be downloaded from official website [here](https://mod.diablo.noktis.pl/download).Installation of Wine and Winetricks
---------------------------------------------
I don't write here about installation of Wine. Everything You can find depending on Your distro is on Wine website, [here on official wiki](https://gitlab.winehq.org/wine/wine/-/wikis/Download) and there's a plenty of tutorials on the internet.
From my experience I suggest to install development branch of Wine. That's it.About Winetricks. Just install it from your packages repo. It will be outdated.
Run this command on terminal to make Winetricks updated to the latest version:
```
sudo winetricks --self-update
```And here's the trick command
---------------------------------------------
This command will do the whole thing and make Tchernobog playable on Your PC with Wine.
Run it on terminal without sudo.
```
winetricks directmusic directplay dmband dmcompos dmime dmloader dmscript dmstyle dmsynth dmusic dmusic32 dsound dswave
```
This will install with winetricks nessesary libraries to make it work.And finally Tchernobog mod
---------------------------------------------
Just download, unpack mod and copy DIABDAT.MPQ to main folder of mod.
Run exe with this command.
```
wine start /unix /home//Games/Tchernobog/Tchernobog.exe
```
Change path to proper one of Your folder where Tchernobog is.Enjoy Your game!