Aller au contenu

[Arcade PC] Road Fighters All Decrypted (Konami)


lokofer

Messages recommandés

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
Lien vers le commentaire
Partager sur d’autres sites

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. 

Lien vers le commentaire
Partager sur d’autres sites

  • 1 mois après...
Invité POPO69

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

Lien vers le commentaire
Partager sur d’autres sites

  • 1 mois après...
  • 2 semaines après...
  • 4 semaines après...
  • 2 semaines après...
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
Lien vers le commentaire
Partager sur d’autres sites

  • 4 mois après...

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
Lien vers le commentaire
Partager sur d’autres sites

  • 1 mois après...
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?

 

Lien vers le commentaire
Partager sur d’autres sites

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:

 

Lien vers le commentaire
Partager sur d’autres sites

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

Lien vers le commentaire
Partager sur d’autres sites

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? 

Lien vers le commentaire
Partager sur d’autres sites

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

Lien vers le commentaire
Partager sur d’autres sites

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

Lien vers le commentaire
Partager sur d’autres sites

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.

 

 

Lien vers le commentaire
Partager sur d’autres sites

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.

Lien vers le commentaire
Partager sur d’autres sites

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👍

Lien vers le commentaire
Partager sur d’autres sites

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

Lien vers le commentaire
Partager sur d’autres sites

  • 1 mois après...
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??

Lien vers le commentaire
Partager sur d’autres sites

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
Lien vers le commentaire
Partager sur d’autres sites

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
Lien vers le commentaire
Partager sur d’autres sites

  • 4 mois après...
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?

Lien vers le commentaire
Partager sur d’autres sites

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.

Lien vers le commentaire
Partager sur d’autres sites

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • Créer...