Aller au contenu

[Arcade PC] Dead Heat Arcade (Bandai-Namco) [Linux + Nvidia Gpu Required]


Messages recommandés

  • 3 mois après...
  • 2 mois après...
  • 4 semaines après...
Posté(e) (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é par mickael28
  • 3 semaines après...
  • 1 mois après...
Posté(e)

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

Posté(e) (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é par Safur
  • 1 mois après...
Posté(e) (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é par 7zxkv
stop multi post (last warning)
Posté(e)

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 .

 

 

Capture d’écran de 2018-01-23 14-24-51.png

Posté(e)

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

 

 

 

 

Capture d’écran de 2018-01-24 12-03-40.png

Capture d’écran de 2018-01-24 12-03-33.png

Capture d’écran de 2018-01-24 12-45-43.png

Capture d’écran de 2018-01-24 13-06-09.png

Posté(e) (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é par haricot42
oops , missing sudo. now working
Posté(e)
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

Posté(e)

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?

Posté(e)

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

 

 

Posté(e)

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.

Posté(e) (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é par 7zxkv
double post in one: LAST WARNING.
Posté(e)

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.

  • 11 mois après...
  • 1 mois après...
Posté(e)

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.

Posté(e)
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 ... )

  • 3 mois après...
Invité Cbeluz40
Posté(e) (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é par Cbeluz40
Posté(e)
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.

Invité ziosalva65
Posté(e)

 

hello you can send me a complete tutorial how to make dead heat work because I can't get it to work thanks

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 compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
×
×
  • CrĂ©er...