Meezermox Posted September 16, 2016 Share Posted September 16, 2016 (edited) Hello! Today just like Tank Tank Tank I present to you Dead Heat arcade, dumped and playable with a PS4 controller! https://uptobox.com/72b56mdkupzr https://teknogods.github.io/compatibility/DeadHeat.htm http://8ch.net/1cc/res/220.html Just like with Tank Tank Tank, you may need an nvidia card to run the game/properly display graphics. Edited May 29, 2022 by 7zxkv titre 3 Link to comment Share on other sites More sharing options...
ginzu Posted September 16, 2016 Share Posted September 16, 2016 (edited) Awesome! Thank you Meezermox As i can see, you play the game on ubuntu. Can it be playable on windows too? I can't test it now because my pc is out of order for now. Ginzu Edited September 16, 2016 by ginzu Link to comment Share on other sites More sharing options...
lokofer Posted September 16, 2016 Share Posted September 16, 2016 which ubuntu do you use ? and where to download it ? :D thanks Link to comment Share on other sites More sharing options...
Meezermox Posted September 16, 2016 Author Share Posted September 16, 2016 Awesome! Thank you Meezermox As i can see, you play the game on ubuntu. Can it be playable on windows too? I can't test it now because my pc is out of order for now. Ginzu Unfortunately not playable on Windows, perhaps in the future when Windows 10 increases compatibility with Ubuntu programs which ubuntu do you use ? and where to download it ? :D thanks Any version of Ubuntu or it's derivatives work fine for launching this! Also the download to the game is here http://8ch.net/1cc/res/220.html Link to comment Share on other sites More sharing options...
Meezermox Posted September 16, 2016 Author Share Posted September 16, 2016 Salut et merci Quel dommage qu'il faut avoir UBUNTU (bref un autre jeux que je met de coter) PS:Ou trouver un lien pour UBUNTU? vous pouvez télécharger Ubuntu ici http://www.ubuntu.com/download/desktop Link to comment Share on other sites More sharing options...
Mounir Posted September 17, 2016 Share Posted September 17, 2016 Le jeu Dead Heat est jouable sur windows7? Link to comment Share on other sites More sharing options...
catseye69 Posted September 17, 2016 Share Posted September 17, 2016 Pour ceux qui sont sous windows on peut surement lancer le jeux avec un linux "portable" c'est a dire un linux qui boot a partir d'un cd ou une clé usb(?) Link to comment Share on other sites More sharing options...
lokofer Posted September 17, 2016 Share Posted September 17, 2016 Pour ceux qui sont sous windows on peut surement lancer le jeux avec un linux "portable" c'est a dire un linux qui boot a partir d'un cd ou une clé usb(?) Is it hard to install ubuntu ? once i tried and i had no sound :( and internet worked very slow another question can i have a partition for ubuntu on my pc and store the games in an external HDD hard drive ? Link to comment Share on other sites More sharing options...
superrma Posted September 17, 2016 Share Posted September 17, 2016 anyone gotten to work into virtual box? nothing happens when i try to launch it. Link to comment Share on other sites More sharing options...
catseye69 Posted September 17, 2016 Share Posted September 17, 2016 Is it hard to install ubuntu ? once i tried and i had no sound :( and internet worked very slow another question can i have a partition for ubuntu on my pc and store the games in an external HDD hard drive ? it's very easy to install ubuntu on a computer with a usb key(there is an application to do that but i don't remember it's name) . . you have to choose the good version corresponding to your pc architecture.Installing ubuntu on a partition of your hard drive sorry i don't know never done it.Do you mean multiboot?look at unetbootin Link to comment Share on other sites More sharing options...
lokofer Posted September 17, 2016 Share Posted September 17, 2016 it's very easy to install ubuntu on a computer with a usb key(there is an application to do that but i don't remember it's name) . . you have to choose the good version corresponding to your pc architecture.Installing ubuntu on a partition of your hard drive sorry i don't know never done it.Do you mean multiboot?look at unetbootin well i will try to install UBUNTU in another partition for my pc to see what happens Link to comment Share on other sites More sharing options...
Harry99710 Posted September 17, 2016 Share Posted September 17, 2016 well i will try to install UBUNTU in another partition for my pc to see what happens Im the one who got it to work on ubuntu, it didn't work on a 64bit ubuntu install so i had to use a 32bit for it to work and it needs libsdl installed on it to launch https://packages.debian.org/jessie/libsdl-image1.2 2 Link to comment Share on other sites More sharing options...
lokofer Posted September 18, 2016 Share Posted September 18, 2016 Im the one who got it to work on ubuntu, it didn't work on a 64bit ubuntu install so i had to use a 32bit for it to work and it needs libsdl installed on it to launch https://packages.debian.org/jessie/libsdl-image1.2 could you put the links for the UBUNTU you used ? also which libsdl should i download ? Link to comment Share on other sites More sharing options...
Harry99710 Posted September 18, 2016 Share Posted September 18, 2016 (edited) On 9/18/2016 at 10:34 AM, lokofer said: could you put the links for the UBUNTU you used ? also which libsdl should i download ? Go here for 32bit ubuntu http://releases.ubuntu.com/16.04/and chose the 32bit desktop image (see image) For the library go here https://packages.debian.org/jessie/libsdl-image1.2and choose i386 then select a download mirror that's closest to you. open the deb file in ubuntu and click install, put in your password and it should install for the sound fix press ctrl + alt + t and type in sudo nano /etc/asound.cfg and paste in the stuff below #5.1 to stereo downmix - manual with no plugin pcm.!sysdefault { slave.pcm front slave.channels 2 type route # input output scaling ttable.0.0 1 # fl left 100 ttable.1.1 1 # fr right 100 ttable.2.0 1 # rl left 100 ttable.3.1 1 # rr right 100 ttable.4.0 0.5 # ctr left 50 ttable.4.1 0.5 # ctr right 50 ttable.5.0 0.5 # lfe left 50 ttable.5.1 0.5 # lfe right 50 } then press ctrl + x and then press y followed by enter then close the terminal window install drivers for your Nvidia card by clicking the system settings icon then go to software & updates section. in the software and updates window click on additional drivers and select nvidia binary driver (normally at the top) and press apply changes. Once they have installed reboot the computer now go into the folder where you extracted dead heat's files and right click in that folder and select open in terminal paste in LD_PRELOAD=./dh_emu.so ./a.elf and the game should launch Edited November 28, 2017 by Harry99710 Link to comment Share on other sites More sharing options...
lokofer Posted September 18, 2016 Share Posted September 18, 2016 (edited) Go here for 32bit ubuntu http://releases.ubuntu.com/16.04/and chose the 32bit desktop image (see image) For the library go here https://packages.debian.org/jessie/libsdl-image1.2and choose i386 then select a download mirror that's closest to you. open the deb file in ubuntu and click install, put in your password and it should install for the sound fix press ctrl + alt + t and type in sudo nano /etc/asound.cfg and paste in the stuff below #5.1 to stereo downmix - manual with no plugin pcm.!sysdefault { slave.pcm front slave.channels 2 type route # input output scaling ttable.0.0 1 # fl left 100 ttable.1.1 1 # fr right 100 ttable.2.0 1 # rl left 100 ttable.3.1 1 # rr right 100 ttable.4.0 0.5 # ctr left 50 ttable.4.1 0.5 # ctr right 50 ttable.5.0 0.5 # lfe left 50 ttable.5.1 0.5 # lfe right 50 } then press ctrl + x and then press y followed by enter then close the terminal window install drivers for your Nvidia card by clicking the system settings icon then go to software & updates section. in the software and updates window click on additional drivers and select nvidia binary driver (normally at the top) and press apply changes. Once they have installed reboot the computer now go into the folder where you extracted dead heat's files and right click in that folder and select open in terminal paste in LD_PRELOAD=./dh_emu.so ./a.elf and the game should launch thanks , does also tank tank tank work with this method ? ho dow i modify the emulator to turn off camera and also see the game full-screen ? Edited September 18, 2016 by lokofer Link to comment Share on other sites More sharing options...
Harry99710 Posted September 18, 2016 Share Posted September 18, 2016 thanks , does also tank tank tank work with this method ? ho dow i modify the emulator to turn off camera and also see the game full-screen ? tank tank tank needs a slightly different method to work however i can't get it to work and put DH_CAMERAFIX=1 at the end for the camera (game will still run fine without it) and -full for fullscreen Link to comment Share on other sites More sharing options...
lokofer Posted September 18, 2016 Share Posted September 18, 2016 tank tank tank needs a slightly different method to work however i can't get it to work and put DH_CAMERAFIX=1 at the end for the camera (game will still run fine without it) and -full for fullscreen you mean when i execute the emulator should all read LD_PRELOAD=./dh_emu.so ./a.elf DH_cAMERAFIX=1 -full Link to comment Share on other sites More sharing options...
Harry99710 Posted September 18, 2016 Share Posted September 18, 2016 you mean when i execute the emulator should all read LD_PRELOAD=./dh_emu.so ./a.elf DH_cAMERAFIX=1 -full yes 1 Link to comment Share on other sites More sharing options...
LEGEND80 Posted September 18, 2016 Share Posted September 18, 2016 Go here for 32bit ubuntu http://releases.ubuntu.com/16.04/and chose the 32bit desktop image (see image) For the library go here https://packages.debian.org/jessie/libsdl-image1.2and choose i386 then select a download mirror that's closest to you. open the deb file in ubuntu and click install, put in your password and it should install for the sound fix press ctrl + alt + t and type in sudo nano /etc/asound.cfg and paste in the stuff below #5.1 to stereo downmix - manual with no plugin pcm.!sysdefault { slave.pcm front slave.channels 2 type route # input output scaling ttable.0.0 1 # fl left 100 ttable.1.1 1 # fr right 100 ttable.2.0 1 # rl left 100 ttable.3.1 1 # rr right 100 ttable.4.0 0.5 # ctr left 50 ttable.4.1 0.5 # ctr right 50 ttable.5.0 0.5 # lfe left 50 ttable.5.1 0.5 # lfe right 50 } then press ctrl + x and then press y followed by enter then close the terminal window install drivers for your Nvidia card by clicking the system settings icon then go to software & updates section. in the software and updates window click on additional drivers and select nvidia binary driver (normally at the top) and press apply changes. Once they have installed reboot the computer now go into the folder where you extracted dead heat's files and right click in that folder and select open in terminal paste in LD_PRELOAD=./dh_emu.so ./a.elf and the game should launch Brilliant instructions. Thanks so much. What about game controllers? I assume there's a way to use Xbox One pads? Link to comment Share on other sites More sharing options...
rockohoward Posted September 18, 2016 Share Posted September 18, 2016 Brilliant instructions. Thanks so much. What about game controllers? I assume there's a way to use Xbox One pads? I assume it runs with 360 controllers. I got it to work with a Gioteck SC-1 pad which differs a lot from Dual Shock 3 and is similar to a 360 config. I will try a 360 pad later however. Link to comment Share on other sites More sharing options...
rockohoward Posted September 18, 2016 Share Posted September 18, 2016 3 Link to comment Share on other sites More sharing options...
rockohoward Posted September 21, 2016 Share Posted September 21, 2016 Brilliant instructions. Thanks so much. What about game controllers? I assume there's a way to use Xbox One pads? 360 Pad works so i'm sure X1 controllers will work as well Left analog to steer. B to Accelerate, A for Brake, X to Change View, Y for Nitrous. I'll edit this as I test more buttons Link to comment Share on other sites More sharing options...
Maxheadr00m Posted October 10, 2016 Share Posted October 10, 2016 I cant get the nvidia drivers to show up and when i try run the file from the terminal I get permission denied any help would be great Any chance a PS£ wheel would work? Link to comment Share on other sites More sharing options...
kingpinzero Posted October 11, 2016 Share Posted October 11, 2016 I cant get the nvidia drivers to show up and when i try run the file from the terminal I get permission denied any help would be great Any chance a PS£ wheel would work? If it says permission deniend, first do a SU or run the command with SU. You need to be a superuser. Link to comment Share on other sites More sharing options...
Maxheadr00m Posted October 14, 2016 Share Posted October 14, 2016 hi I tried the SU and now I get Sudo: ./a.elf: comman not found I have the file on the desktop could that be it? Link to comment Share on other sites More sharing options...
Maxheadr00m Posted October 14, 2016 Share Posted October 14, 2016 got it. I needed to update the a.elf folder to read write Link to comment Share on other sites More sharing options...
Maxheadr00m Posted October 14, 2016 Share Posted October 14, 2016 ok so when the counter counts down on initial boot the game freezes on 1 second left. any help is appreciated Link to comment Share on other sites More sharing options...
Maxheadr00m Posted October 23, 2016 Share Posted October 23, 2016 I'm still stuck when the counter counts down at call attendant Has anyone else had this issue? Link to comment Share on other sites More sharing options...
gbk666 Posted November 11, 2016 Share Posted November 11, 2016 which linux distribution runs on the original machine? Link to comment Share on other sites More sharing options...
customizer2 Posted January 10, 2017 Share Posted January 10, 2017 This game works well for me except for the sound, which is bad, low and distorted - I am using ubuntu 16.04 with Via HD onboard sound - I have added some lines in asound.cfg through the terminal to get stereo 5.1 sound, launch the game with "LD_PRELOAD=./dh_emu.so ./a.elf DH_SOUND_FIX=1" but this won´t work - Do I need to install a sound card like Creative to have the correct 5.1 stereo sound for this game ? Any help to fix this problem ? Link to comment Share on other sites More sharing options...
xtremebuga Posted January 10, 2017 Share Posted January 10, 2017 (edited) Hey folks, here is Need for Speed Arcade for Windows 7, only runs one run and in error sequence. Someone can try to solve this and also to put the career mode, to assert credits, leaver the game with the esc button. Look at the script folder, the configuration file and try to solve it because I do not know. Thank you very much in advance.The X-box control works. http://www.4shared.com/rar/9ufO7bjLba/Underground.html Edited January 10, 2017 by xtremebuga 2 Link to comment Share on other sites More sharing options...
Team 7zxkv Posted January 10, 2017 Team Share Posted January 10, 2017 NFS Underground = 1800MB forme here. You purified the files? Link to comment Share on other sites More sharing options...
jviegas Posted January 10, 2017 Share Posted January 10, 2017 (edited) NFS Underground = 1800MB forme here. You purified the files? The only changed files are: - dinput8.dll - Folder "scripts" This is the reason why the game can run. All the other files are the same as original dump available on the internet. The way I see it this file is pointing the game directlly to race with a chosen car. No matter what options you change in the script file, when you start the game goes directly to the race. Edited January 10, 2017 by jviegas Link to comment Share on other sites More sharing options...
xtremebuga Posted January 10, 2017 Share Posted January 10, 2017 The only changed files are: - dinput8.dll - Folder "scripts" This is the reason why the game can run. All the other files are the same as original dump available on the internet. I think my files are incomplete, so I posted here, hoping someone would have the files and post the ones that are missing. Link to comment Share on other sites More sharing options...
jviegas Posted January 10, 2017 Share Posted January 10, 2017 I think my files are incomplete, so I posted here, hoping someone would have the files and post the ones that are missing. Your files are the same as the original dump folder game. I think it's not a problem about the game files is about the dinput8.dll Where did you get this file? Maybe you can talk with the developer. Link to comment Share on other sites More sharing options...
jviegas Posted January 10, 2017 Share Posted January 10, 2017 I found where did you get it. Link to comment Share on other sites More sharing options...
Hinzoto Posted February 17, 2017 Share Posted February 17, 2017 This game works well for me except for the sound, which is bad, low and distorted - I am using ubuntu 16.04 with Via HD onboard sound - I have added some lines in asound.cfg through the terminal to get stereo 5.1 sound, launch the game with "LD_PRELOAD=./dh_emu.so ./a.elf DH_SOUND_FIX=1" but this won´t work - Do I need to install a sound card like Creative to have the correct 5.1 stereo sound for this game ? Any help to fix this problem ? The same here... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now