rogeliO Posté(e) le 17 mars 2017 Posté(e) le 17 mars 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 Posté(e) le 26 juin 2017 Posté(e) le 26 juin 2017 Does any one have a dead heat Vm configured they can share please? Thanks
bryhud Posté(e) le 28 août 2017 Posté(e) le 28 août 2017 anyone get a wheel, G27 to work with this?  Thanks
mickael28 Posté(e) le 20 septembre 2017 Posté(e) le 20 septembre 2017 (modifié) Sorry, quote got removed, retrying below... Modifié le 21 septembre 2017 par mickael28
mickael28 Posté(e) le 21 septembre 2017 Posté(e) le 21 septembre 2017 (modifié) 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 Modifié le 21 septembre 2017 par mickael28
Franky Posté(e) le 11 octobre 2017 Posté(e) le 11 octobre 2017 Tank Tank I keep getting I.O board error when I start the game anyone have this problem before
Franky Posté(e) le 11 octobre 2017 Posté(e) le 11 octobre 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 Posté(e) le 14 novembre 2017 Posté(e) le 14 novembre 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 Posté(e) le 14 novembre 2017 Posté(e) le 14 novembre 2017 Has anyone got dead heat to work off the keyboard?
Mounir Posté(e) le 14 novembre 2017 Posté(e) le 14 novembre 2017 Has anyone got Dead Heat to work on windows?
Safur Posté(e) le 14 novembre 2017 Posté(e) le 14 novembre 2017 (modifié) 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. Modifié le 14 novembre 2017 par Safur
fire10 Posté(e) le 17 janvier 2018 Posté(e) le 17 janvier 2018 (modifié) 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 ;-) Modifié le 19 janvier 2018 par 7zxkv stop multi post (last warning)
haricot42 Posté(e) le 23 janvier 2018 Posté(e) le 23 janvier 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 Posté(e) le 24 janvier 2018 Posté(e) le 24 janvier 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 Posté(e) le 24 janvier 2018 Posté(e) le 24 janvier 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 Posté(e) le 24 janvier 2018 Posté(e) le 24 janvier 2018 don't have this game archive , any link i can try to do something ?
nerdork Posté(e) le 24 janvier 2018 Posté(e) le 24 janvier 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 Posté(e) le 24 janvier 2018 Posté(e) le 24 janvier 2018 (modifié) 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)  Modifié le 24 janvier 2018 par haricot42 oops , missing sudo. now working 2
tattoohanz Posté(e) le 26 janvier 2018 Posté(e) le 26 janvier 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 Posté(e) le 26 janvier 2018 Posté(e) le 26 janvier 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 Posté(e) le 31 janvier 2018 Posté(e) le 31 janvier 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 PostĂ©(e) le 31 janvier 2018 PostĂ©(e) le 31 janvier 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 Posté(e) le 31 janvier 2018 Posté(e) le 31 janvier 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 Posté(e) le 1 février 2018 Posté(e) le 1 février 2018 (modifié) 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 Modifié le 3 février 2018 par 7zxkv double post in one: LAST WARNING.
Boomslangnz Posté(e) le 4 février 2018 Posté(e) le 4 février 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
fire10 Posté(e) le 4 février 2018 Posté(e) le 4 février 2018 No mate I get exactly the same issue
Boomslangnz Posté(e) le 6 février 2018 Posté(e) le 6 février 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
fire10 Posté(e) le 6 février 2018 Posté(e) le 6 février 2018 I really hope someone can work this out
Razor Posté(e) le 23 janvier 2019 Posté(e) le 23 janvier 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
Razor Posté(e) le 24 janvier 2019 Posté(e) le 24 janvier 2019 Here is the proper screenshot. Please help!
POOTERMAN Posté(e) le 6 mars 2019 Posté(e) le 6 mars 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 Posté(e) le 6 mars 2019 Posté(e) le 6 mars 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
POOTERMAN Posté(e) le 6 mars 2019 Posté(e) le 6 mars 2019 (modifié) . Modifié le 7 mars 2019 par POOTERMAN 1
Invité Cbeluz40 Posté(e) le 21 juin 2019 Posté(e) le 21 juin 2019 (modifié) 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 }   Modifié le 21 juin 2019 par Cbeluz40
rockohoward Posté(e) le 23 juin 2019 Posté(e) le 23 juin 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
Invité ziosalva65 Posté(e) le 23 juin 2019 Posté(e) le 23 juin 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 Posté(e) le 23 juin 2019 Posté(e) le 23 juin 2019 Has anyone managed to get the camera working, hopefully this will come to teknoparrot 1
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant