Aller au contenu

[Arcade PC] Road Fighters All Decrypted (Konami)


Messages recommandés

Posté(e) (modifié)
On 5/2/2021 at 8:11 PM, Krakatoa said:

What launcher are you using to run it? I am using spice, but when I launch after configuring controls in FFB, it does not recognize any of the controls.

 

Logitech is all set to 270 profile.g29.jpg.eab163ed484b6beceeb0522c5258d586.jpg

well you need logitech gaming software to configure your wheel then select spice.exe then adjust wheel rotate then launch the game with spice that's it 

Edit: make sure you have all FFB plugins in the root files to works

Modifié par Kiriya403
Posté(e)
15 minutes ago, Kiriya403 said:

well you need logitech gaming software to configure your wheel then select spice.exe then adjust wheel rotate then launch the game with spice that's it 

Edit: make sure you have all FFB plugins in the root files to works

Thanks I got it working. 

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

please help.

I need to start eserver in the same time with the game...how can I do please with BAT file?

I need to calibrate the wheel to start but I have no possibility because I think that my Wheel can't go to left 0% and right 100% my wheel is left 15 and right 85 

If I exit the test mode I can play...but all start I have the same error to calibrate

  • 1 mois après...
  • 2 semaines après...
  • 4 semaines après...
Posté(e)
On 8/19/2021 at 10:50 AM, POPO69 said:

hrllo please help me 

Sans titre.png

I'm having the same problem with jgt.dll not able to load. Also, can someone reupload the FFB plugin for this game? the link from the previous reply had all expired. thanks

  • 2 semaines après...
Posté(e) (modifié)
En 1/4/2021 a las 15:30, Kleyon dijo:

Ok, thanks for information! I'll take a look.

 

Thanks a lot! I edited script with path I use and converted it to exe using AutoHotKey, works like a charm!

 

This script don´t work for my, because if i launch the server and the game from the script compile as exe don´t work.

But if i launch manualy the server, press enter and launch manually the game, work fine.

This is weird because all the script does is automate those steps.

I have found a solution that may not be ideal, but with which it has worked for me and I share it in case someone is in the same situation.

I have modified the script.ahk as Road Fighters Prelaunch.ahk which must be compiled as Road Fighters Prelaunch.exe and this .exe must be run as Administrator.

This would be the script:

 

#SingleInstance force
Run, "D:\PC Games\TeknoParrot Games\Road Fighters 3D\contents\sv\eaLocalServer.exe"
Sleep, 1500
Send, {Enter}
Sleep, 500
WinActivate, GLUT
WinMinimize , eaLocalServer


Escape::
    Process,Close,spice.exe
    Run,taskkill /im "spice.exe" /F
    Process,Close,eaLocalServer
    Run,taskkill /im "eaLocalServer.exe" /F
    ExitApp
return

As you can see, launch the server and press Enter, the launch of the game has been eliminated and the code is kept to be able to escape.

If I first run this file, either manually or as a Prelaunch in RocketLauncher and then run the game, everything works perfectly.

 

This is my configuration in RocketLauncher

 

[Road Fighters 3D]
Application=..\..\PC Games\TeknoParrot Games\Road Fighters 3D\contents\spice.exe
ExitMethod=WinClose Application
PreLaunch=..\..\PC Games\TeknoParrot Games\Road Fighters 3D\Road Fighters Prelaunch.exe
PreLaunchMode=run
 

 

Road Fighters Prelaunch.exe

Road Fighters Prelaunch.ahk

Modifié par Pinball Virtual - Victor
  • 4 mois après...
Posté(e)
On 5/17/2019 at 3:19 PM, EmuAl said:

I have started one but got sidetracked with other stuff, will get back to it at some point and put it up when its done, have done about a 3rd of it so far :) 


its been a while. Just wondering if you ever posted your work?

 

Posté(e) (modifié)

not yet dude, got side tracked with all sorts of other stuff but i'll put up what i've done so far, just in case i never get back to it, will do it at the weekend 👍

 

on second thoughts i'll try to get some more done on this :) got the bug when i had a go on it earlier

 

Added a video of what I've done so far, got some changes to make to stuff i done ages ago so its still incomplete.

 

Modifié par EmuAl
Added Video of Progress
  • 1 mois après...
Posté(e)
On 2/24/2022 at 12:56 AM, EmuAl said:

not yet dude, got side tracked with all sorts of other stuff but i'll put up what i've done so far, just in case i never get back to it, will do it at the weekend 👍

 

on second thoughts i'll try to get some more done on this :) got the bug when i had a go on it earlier

 

Added a video of what I've done so far, got some changes to make to stuff i done ages ago so its still incomplete.

 

How's this coming along? Any chance of a release soon?

 

Posté(e)

still working on it guys, had a pc reset recently which has been a setback but still have what i've done so far.

will try to get more done soon 👍

Posté(e)
On 24/09/2021 at 05:24, Pinball Virtual - Victor said:

 

#SingleInstance force
Run, "D:\PC Games\TeknoParrot Games\Road Fighters 3D\contents\sv\eaLocalServer.exe"
Sleep, 1500
Send, {Enter}
Sleep, 500
WinActivate, GLUT
WinMinimize , eaLocalServer


Escape::
    Process,Close,spice.exe
    Run,taskkill /im "spice.exe" /F
    Process,Close,eaLocalServer
    Run,taskkill /im "eaLocalServer.exe" /F
    ExitApp
return

 

This Script saved my life, it works perfectly, I just added a few more lines and now eaLocalServer.exe starts and then triggers Start, and with just one key, I close all the files that were opened. Many thanks to all and especially to the creator of this Script.

 

My script looked like this:

 

#SingleInstance force
Run, "E:\Jogos Nesicaxlive Arcade\Road Fighters\sv\eaLocalServer.exe"
Sleep, 1500
Send, {Enter}
Sleep, 500
WinActivate, GLUT
WinMinimize , eaLocalServer
Run, "E:\Jogos Nesicaxlive Arcade\Road Fighters\game.exe"

Escape::
    Process,Close,spice.exe
    Run,taskkill /im "spice.exe" /F
    Process,Close,eaLocalServer
    Run,taskkill /im "eaLocalServer.exe" /F
    Process,Close,spice
    Run,taskkill /im "spice.exe" /F
    Process,Close,game
    Run,taskkill /im "game.exe" /F
    ExitApp
return

:very-good::very-good::very-good:

 

Posté(e)
Il y a 6 heures, xtremebuga a dit :

This Script saved my life, it works perfectly, I just added a few more lines and now eaLocalServer.exe starts and then triggers Start, and with just one key, I close all the files that were opened. Many thanks to all and especially to the creator of this Script.

 

My script looked like this:

 

#SingleInstance force
Run, "E:\Jogos Nesicaxlive Arcade\Road Fighters\sv\eaLocalServer.exe"
Sleep, 1500
Send, {Enter}
Sleep, 500
WinActivate, GLUT
WinMinimize , eaLocalServer
Run, "E:\Jogos Nesicaxlive Arcade\Road Fighters\game.exe"

Escape::
    Process,Close,spice.exe
    Run,taskkill /im "spice.exe" /F
    Process,Close,eaLocalServer
    Run,taskkill /im "eaLocalServer.exe" /F
    Process,Close,spice
    Run,taskkill /im "spice.exe" /F
    Process,Close,game
    Run,taskkill /im "game.exe" /F
    ExitApp
return

:very-good::very-good::very-good:

 

Hello man you mean that with this script the backup works ???

Posté(e)

Hi,

I got the game from Virusman's site. I tried different ways to make the controls work but without success.

With spicecfg, my gamepad is recognized but no reaction from the game. Using FFB plugin, it is the same. Is there any trick? 

Posté(e)
3 hours ago, holmes said:

Hi,

I got the game from Virusman's site. I tried different ways to make the controls work but without success.

With spicecfg, my gamepad is recognized but no reaction from the game. Using FFB plugin, it is the same. Is there any trick? 

I use this config file and it works great.

 

Sem_t%C3%ADtulo.png?1649714370

Posté(e)

Anybody using latest spicetools on this game, i can't get it to work.
keep getting IO error
this is in the log
[2022/04/12 21:44:16] W:libutils: 'G:\Roms\ARCADE PC\RF3DNEW\jgt.dll' couldn't be loaded: A dynamic link library (DLL) initialization routine failed.
have tried various jgt.dll and all say the same error

any help would be appreciated
thanks

Posté(e)
2 hours ago, EmuAl said:

Anybody using latest spicetools on this game, i can't get it to work.
keep getting IO error
this is in the log
[2022/04/12 21:44:16] W:libutils: 'G:\Roms\ARCADE PC\RF3DNEW\jgt.dll' couldn't be loaded: A dynamic link library (DLL) initialization routine failed.
have tried various jgt.dll and all say the same error

any help would be appreciated
thanks


i use an old version. Pretty sure it came with the dump along with Glarh.

 

 

Posté(e)
On 4/28/2021 at 11:45 AM, Kiriya403 said:

Hi, does anyone play with wheel here? i having problem with shifter which is not configure correctly anyone know how to fix it?

 

Hey, did you ever find a fix for this? My shifter isn't recognized in multiplayer LAN, but works fine on exact same cabs running side by side entering single player games.

Posté(e)
11 hours ago, EmuAl said:

Anybody using latest spicetools on this game, i can't get it to work.
keep getting IO error
this is in the log
[2022/04/12 21:44:16] W:libutils: 'G:\Roms\ARCADE PC\RF3DNEW\jgt.dll' couldn't be loaded: A dynamic link library (DLL) initialization routine failed.
have tried various jgt.dll and all say the same error

any help would be appreciated
thanks

 

 

 

https://mega.nz/folder/mg03lCDa#1NjfIfKOqN6isBK-02s2Cg

 

 

here👍

Posté(e)
Le 11/17/2017 à 7:39 AM, nucleaireland a dit :

Good evening

Translation en version beta 4 complete for Road Fighter 3D has 98% of the translation

to place at the root of the game

http://www.mediafire.com/file/f2fzaiq47657u13/traduction+fr+beta4+a+mettre+racine+jeu.rar

 

 

+English translation in progress

Hi Nucleaireland. Did you finish the english translation?

 

I'm happy to continue where you left off if you provide me the files.

 

Thanks

Posté(e)

Hello why my car start  but dont want to do 3 or 4 engine in automatic mode? 

Posté(e)

Here's an update to the Roadfighters Translation i am currently working on :)

enjoy 👍

 

 

Posté(e)
8 hours ago, EmuAl said:

Here's an update to the Roadfighters Translation i am currently working on :)

enjoy 👍

 

 


looks amazing! Can’t wait for the release!

  • 1 mois après...
Posté(e)
On 4/23/2022 at 11:41 AM, EmuAl said:

Here's an update to the Roadfighters Translation i am currently working on :)

enjoy 👍

 

 


just checking back in to see what the status is of your translation work.

Posté(e)
On 4/24/2022 at 12:41 AM, EmuAl said:

Here's an update to the Roadfighters Translation i am currently working on :)

enjoy 👍

 

 

wow..now can save??

Posté(e) (modifié)
19 hours ago, bojo5150 said:


just checking back in to see what the status is of your translation work.

i'm kinda in the middle of some other stuff and have a lot of RL stuff going on but i will get back on it
still have the missions and some final images to translate but i think its almost done 👍

 

@viperone2020

No, no save yet as far as i know

Modifié par EmuAl
Posté(e) (modifié)
Il 14/9/2017 at 13:05, jviegas ha scritto:

So I finnally got the game running.

 

I had some help that I would like to share so maybe others may have the same questions.

 

1- Unpack the new decrypted version available. You will have a folder named "Contents"  https://mega.nz/#!mNEWyTqI!rXOytHY4EpmpA6nucwE98qSspS-1lFZZOlHFJV66SjI

2- Delete those 2 "D3d......dll" files from "contents" folder

3- Unpack, copy the file "jgt.dll" into your "contents" folder and replace it    https://cdn.discordapp.com/attachments/337774073801342976/357802150111215616/jgt.7z

4- From File spicetools.zip, copy "spicecfg.exe" to your "contents" folder and also the all those 3 files inside "32" folder (from the zip)  http://hakurei.co.uk/file/spicetools.zip

5- Run spicecfg.exe to set your controls

6- Use spice.exe to run the game

7- Enjoy  the game

 

I hope it helps you

the spicetools.zip from hakurei is no more available.
Do you have another link ?
Thank you

 

UPDATE: SOLVED 👍

Modifié par tuwonga
solved
  • 4 mois après...
Posté(e)
On 6/6/2022 at 10:16 AM, EmuAl said:

i'm kinda in the middle of some other stuff and have a lot of RL stuff going on but i will get back on it
still have the missions and some final images to translate but i think its almost done 👍

I've been following this for a bit, do you have any updates on the translation?

 

I've also tried getting this to run right but am missing some features like tracks 8-10 and the ability to do reverse or rain. Are those locked behind certain server settings?

Posté(e)

yeah i think this has been sidetracked again but its not far to go, i will get back to it eventually, sorry to everyone for the big gaps but its very time consuming.

as for the settings, i'm not sure what you need for those specific tracks and i'm sure rain and reverse are available to me with the my settings, i only have e-amusement thing running to get the other main screen race options opened. I could be wrong as it's been a while since i set it up.

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...