The Dink Network

Reply to Re: Updated File: Windinkedit Plus 2.5 (source code included)

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 19th 2022, 03:10 PM
sob_scorpb.gif
RW
Peasant He/Him Romania
Thankfully, my brain is rewritable. 
I used whatever the defaults are. If winecfg can be trusted, then that's Windows 7.

Basically I just installed a fresh Ubuntu 22.04 in a virtual machine, and then:

# install Wine
sudo apt update
sudo apt install wine wine32 win64

# install DinkHD
wine Downloads/dink_smallwood_hd-1_99.exe

# I run DinkHD in windowed mode so it doesn't mess things up
wine 'C:\blah\dink.exe' -window

# I run WDE with software rendering so it works
SDL_RENDER_DRIVER=software wine WinDinkeditPlus2.exe


DinkHD seems to run without issues for me... well, I haven't tried it for long, but I'm able to use it to download dmods, and also to play Dink and dmods from what I can tell.