rogeliO Posted March 17, 2017 Posted March 17, 2017 I've tried my luck using keyboard as controller but you'll get an error saying there's duplicate PCB IDs in each PCB.
bryhud Posted June 26, 2017 Posted June 26, 2017 Does any one have a dead heat Vm configured they can share please? Thanks
bryhud Posted August 28, 2017 Posted August 28, 2017 anyone get a wheel, G27 to work with this? Thanks
mickael28 Posted September 20, 2017 Posted September 20, 2017 (edited) Sorry, quote got removed, retrying below... Edited September 21, 2017 by mickael28
mickael28 Posted September 21, 2017 Posted September 21, 2017 (edited) 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 } Hi Harry, I was asking you in youtube, but it seems I found your instructions. I've created that /etc/asound.cfg file with the content above (I tried with /etc/asound.config as well, which I read somewhere else) and in both cases when I launch the game, I just get: * nsAdrv: cannot open audio device surround51 (No such file or directory) Any clue what could be causing that issue? I'm using the following command: sudo LD_PRELOAD=./dh_emu.so ./a.elf DH_CAMERAFIX=1 DH_SOUND_FIX=1 Edited September 21, 2017 by mickael28
Franky Posted October 11, 2017 Posted October 11, 2017 Tank Tank I keep getting I.O board error when I start the game anyone have this problem before
Franky Posted October 11, 2017 Posted October 11, 2017 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?
Franky Posted November 14, 2017 Posted November 14, 2017 Dead heat any way I can change the controls to use a keyboard? I have a keyboard emulator that I've use for a few arcade games and I want to get the dead heat to work with this board
Franky Posted November 14, 2017 Posted November 14, 2017 Has anyone got dead heat to work off the keyboard?
Mounir Posted November 14, 2017 Posted November 14, 2017 Has anyone got Dead Heat to work on windows?
Safur Posted November 14, 2017 Posted November 14, 2017 (edited) Peut-on lancer ce jeux sous Ubuntu en passant par une Virtual Box afin de simuler Ubuntu sous Windows? Comme c'est le cas pour plusieurs jeux d'ailleurs. Edited November 14, 2017 by Safur
fire10 Posted January 17, 2018 Posted January 17, 2018 (edited) Hey guys 2 questions hopefully someone can help. Is it possible to remap the Xbox 360 pad for this, I'd be happy to compensate for someone's time to do it. Also does anyone have some model numbers of Web cams that work with this and a quick 'how to' on how to make them work, cheers everyone . Right guys I have found this quite difficult as I've not used Linux before but finally got this running. I'm going to try and get all the Linux games running and will write an in depth noob friendly tutorial from start to finish including Linux download and install instructions so that everyone can enjoy these. I will include direct links to all the files that are needed to make it as painless as possible. Massive Thankyou to the Hackitup group for sorting these your efforts are hugely appreciated is there anyway to contact you for advice please. Also if anyone who has these games working could get in contact it would be great. I need to try and get the Web cam working so working makes and models including instructions would really help for the tutorial. The same applies to the PS4 and Xbox360 wired pads, how do we get these working with this game please guys as at the moment I have no controls. Many thanks in advance. Also a huge thanks to those that have helped so far, you know who you are ;-) Edited January 19, 2018 by 7zxkv stop multi post (last warning)
haricot42 Posted January 23, 2018 Posted January 23, 2018 Salut tous, Je confirme qu'il marche bien avec un Linux 64 Bits ( ubuntu 17.10 pour moi ) il faut bien installer les bonnes librairies en 32Bits. si besoin , je peux donner quelques tuyaux . 1
haricot42 Posted January 24, 2018 Posted January 24, 2018 Ok , here we go for setup in 64 Bits mode ( usefull if you want to have Vmware or virtualbox in // ) 1- install ubuntu in dual boot ( again , it's not working well in a Virtual machine ) 2- update your ubuntu ( apt-get update / apt-get upgrade ). 3- verify to have a proprietary video driver. ( see picture 1 and 2) 5-unpack the dead heat archive . now it's time to check for dependencies. open a terminal in dead heat directory ( second mouse buton click , 'open terminal') type command : sudo ldd a.elf sudo ldd dh_emu.so you will have the full list of dependencies here , if some are not found , we must install them. ( see picture 3) 6 install missing dep. we will install the missing dependencies , but they are in 32bits in this case. so type command: >sudo dpkg --add-architecture i386 then add all this dep.( more than expected , but needed by other game ) > sudo apt-get install libc6:i386 libstdc++6:i386 libcg:i386 libcggl:i386 libcurl3:i386 libglu1-mesa:i386 libasound2-plugins:i386 libsdl1.2-dev:i386 if some packets won't install , add a dev repo with : >sudo add-apt-repository ppa:ubuntu-toolchain-r/test if all is ok , launch the game ( after changing a.elf properties see picture 4) with >sudo LD_PRELOAD=./dh_emu.so ./a.elf Dh_CAMERAFIX=1 ( if you don't have any camera) you can also edit the data/csv/config.csv for more option 3
nerdork Posted January 24, 2018 Posted January 24, 2018 @ haricot42 thanks ,it is a great post, it is very useful.By the way , can you get tank tank tank to boot up?
haricot42 Posted January 24, 2018 Posted January 24, 2018 don't have this game archive , any link i can try to do something ?
nerdork Posted January 24, 2018 Posted January 24, 2018 http://8ch.net/1cc/res/197.html this is the download link and the instruction ,but no one has been able to play the game yet, though.For me, enter the command line in the terminal just does nothing, the game doesn't load at all. 1
haricot42 Posted January 24, 2018 Posted January 24, 2018 (edited) ok , thank , game is launching but complain about io_board missing , will fix it ..... by the way there is right command to launch the game is : >sudo LD_PRELOAD=./tio_emu.so:./tank_emu.so ./n_tank_release ( after changing properties of n_tank_release of course) Edited January 24, 2018 by haricot42 oops , missing sudo. now working 2
tattoohanz Posted January 26, 2018 Posted January 26, 2018 ok,Dead heat runs on ubuntu 17.10,i did fix the sound config,but the game still have a cracking sound....any help,thx:)
fire10 Posted January 26, 2018 Posted January 26, 2018 On 1/24/2018 at 2:56 PM, haricot42 said: ok , thank , game is launching but complain about io_board missing , will fix it ..... by the way there is right command to launch the game is : >sudo LD_PRELOAD=./tio_emu.so:./tank_emu.so ./n_tank_release ( after changing properties of n_tank_release of course) Hi Haricot thanks for your help with these linux games, I think tank tank tank and Wangan 4 are the most difficult games Ive ever had to get going :-( Could you upload your pre compliled tank tank tank files, only the ones we have to change. Hopefully we can get this going, especially as we now know it works from argonlefou. I would really like step by step how to find keyboard details and setup the keyboard hook, im a super noob in linux
sTo0z Posted January 31, 2018 Posted January 31, 2018 DH_PCB_ID doesn't seem to work at all. ID always appears to be 2 to all machines, and will always conflict, and will always launch into Single Player. Anyone know otherwise?
fire10 Posted January 31, 2018 Posted January 31, 2018 Yep im looking at this at the moment mate. Ive got into test mode and changed ids around etc but cant seem to make it stick. Hopefully someone can sort this as the readme me says it works. Also Arcade Maniac has been trying to help me get the camera working, if we could get everyone with cameras working in dead heat or tanktanktank to post on here how they did it and their make and model of camera that would be great. Ive tried with a Microsoft lifecam vx7000 and a logiteck c170 setting the cemera to /dev/video0 but no luck yet just get the 'Please call an attendant camera error E50' I can turn the error off with the camera fix etc but not get the camera working, but in this clip the uploader has it working, ive tried contacting him/her but have not had a reply
sTo0z Posted January 31, 2018 Posted January 31, 2018 I have a Microsoft HD LifeCam 3000 that doesn't appear to work. I can disable the error as well but having the camera plugged in just leads to the same error. 1
fire10 Posted February 1, 2018 Posted February 1, 2018 (edited) Cheers sToOz top job mate hopefully we can get more input on here it would be great to get it working. Arcade Maniac managed to get it working with the same camera as me the logitech c170 wish I could work out how Guys it would really be great to get some feedback on what cameras work for you all Edited February 3, 2018 by 7zxkv double post in one: LAST WARNING.
Boomslangnz Posted February 4, 2018 Posted February 4, 2018 Has anyone got this working on Logitech G27 wheel? Also has anyone ever got the network working? I just get pcb error about conflict How do we set an environment varable? Poster in 1cc said For network play, set an environment variable called DH_PCB_ID to 1, 2, 3 , or 4 depending upon link configuration. >If DH_PCB_ID is not set, the default PCB ID will be 1. 1
Boomslangnz Posted February 6, 2018 Posted February 6, 2018 well you can enter test menu and modify options I changed the DH_PCB_ID numbers etc but still get the same conflict id error also attempted network after making the changes but still no go
Razor Posted January 23, 2019 Posted January 23, 2019 Could anyone possibly help me get past this point? P.S. Im using a wired XBOX 360 controller by the way. Your time and consideration are greatly appreciated! Dead Heat Screenshot
POOTERMAN Posted March 6, 2019 Posted March 6, 2019 Hey guys, just wanted to ask as I see it's been over a year since there was any update on here - is the only way to play Dead Heat still to install Ubuntu/Linux on a Windows PC? Wasn't sure if anyone was working on it or if anyone ever managed to get the game running off a USB stick that had the Ubunto OS on it? Thanks.
garfield63 Posted March 6, 2019 Posted March 6, 2019 Il y a 3 heures, POOTERMAN a dit : Hey guys, just wanted to ask as I see it's been over a year since there was any update on here - is the only way to play Dead Heat still to install Ubuntu/Linux on a Windows PC? Wasn't sure if anyone was working on it or if anyone ever managed to get the game running off a USB stick that had the Ubunto OS on it? Thanks. Hi Pooterman, few days ago Reaver posted news about deadheat, and other linux games, coming to teknoparrot with the teknobudgie loader linux emulation, as he did for lindbergh... So there's many Linux games we should see in the future ( let's hope for terminator salvation, aliens armaggeddon, jurassic parc ... ) 1
Guest Cbeluz40 Posted June 21, 2019 Posted June 21, 2019 (edited) bom dia alguem poderia me ajudar a rodar o som ele sta destorcendo eu ja fiz tudo isso e nada sera que tem outro jeito... I'm having a problem with the sound, it's squeaking and it's not necessary to list anything. I have to play with the television if someone can help. Thank you. #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 } Edited June 21, 2019 by Cbeluz40
rockohoward Posted June 23, 2019 Posted June 23, 2019 On 6/21/2019 at 12:01 AM, Cbeluz40 said: bom dia alguem poderia me ajudar a rodar o som ele sta destorcendo eu ja fiz tudo isso e nada sera que tem outro jeito... I'm having a problem with the sound, it's squeaking and it's not necessary to list anything. I have to play with the television if someone can help. Thank you. #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 } If you are using HDMI as your sound input it will not work. You have to use another audio source. 1
Guest ziosalva65 Posted June 23, 2019 Posted June 23, 2019 hello you can send me a complete tutorial how to make dead heat work because I can't get it to work thanks
fire10 Posted June 23, 2019 Posted June 23, 2019 Has anyone managed to get the camera working, hopefully this will come to teknoparrot 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now