JoNB3x Posté(e) le 25 septembre Posté(e) le 25 septembre 4 hours ago, imedox said: jai decomplié le code du SB3Plugin.dll je vai voir si je peu mapé les enter correctement.   is possible that you upload the sb3plugin decompiled? for futures mods.. thanks
maabus19 PostĂ©(e) le 25 septembre PostĂ©(e) le 25 septembre why are you guys using the x64 version? the x86 works perfectly fine.Â
Team WildWolf Posté(e) le 25 septembre Team Posté(e) le 25 septembre il y a une heure, maabus19 a dit : why are you guys using the x64 version? the x86 works perfectly fine. if you read the topic no, If you have an i7 6700k as an example the game doesn't start, black screen.... now with x64 version I can start the game thanks to  imedox, now he try to decompile & recompile "SB3Plugin.dll" to fix inputs
naderkadd1981 Posté(e) le 25 septembre Posté(e) le 25 septembre I am using the standalone x86 version. My ps3 controller using Ds3 service package is not working at all in game despite being detected by my pc in devices xbox360 pad.  Does the ps3 controller work with superbikes 3 standalone?
imedox Posté(e) le 25 septembre Posté(e) le 25 septembre (modifié) Il y a 4 heures, JoNB3x a dit :   is possible that you upload the sb3plugin decompiled? for futures mods.. thanks Ther the SB3Plugin.dll source (5Mo)  SB3Plugin.rar Modifié le 25 septembre par imedox 2
hippopippo PostĂ©(e) le 26 septembre PostĂ©(e) le 26 septembre (modifiĂ©) After five pages of posts, I'd like to shed some light on an architecture and CPU issue:  Using PowerShell, go to the plugin folder and type :  [reflection.assemblyname]::GetAssemblyName("${pwd}\SB3Plugin.dll") | fl  What you get identifies the target platform, keeping in mind that :  Amd64: A 64-bit processor based on the x64 architecture. Arm: An ARM processor. IA64: A 64-bit Intel Itanium processor only. MSIL: Neutral with respect to processor and bits-per-word. (AnyCPU) X86: A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform (WoW64).  If you compile as AnyCPU, then your assembly can run as or be loaded into a 32 bit or 64 bit process.   also via decompile :   so ... my 2 cents ... do you get the point ?  in short, I think it is useless to re-compile the plugin expressly in x64 (and I have 3 i7-11k, i7-13k and i9-13k PCs on which it runs without any issue)  I strongly suspect that it is attributable to the version of the .net framework used (old and I believe compiled on Win 7) Release 4.7.2 of the .NET Framework  Using regedit go there and see what you have installed :  Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full  Well .. after this long introduction try this build recompiled for 4.8.1 and use x86 CLEAN version (with BepInEx 5.4.23.3) and see \BepInEx\LogOutput.txt   https://www.mediafire.com/file/wde1v44fcswhs7h/SB3Plugin_x86_net481.zip/file  Tested and working on many i7 series .. fingers crossed and start thinking about a serious CPU upgrade đ  ModifiĂ© le 26 septembre par hippopippo 3
imedox PostĂ©(e) le 26 septembre PostĂ©(e) le 26 septembre Il y a 2 heures, hippopippo a dit : After five pages of posts, I'd like to shed some light on an architecture and CPU issue:  Using PowerShell, go to the plugin folder and type :  [reflection.assemblyname]::GetAssemblyName("${pwd}\SB3Plugin.dll") | fl  What you get identifies the target platform, keeping in mind that :  Amd64: A 64-bit processor based on the x64 architecture. Arm: An ARM processor. IA64: A 64-bit Intel Itanium processor only. MSIL: Neutral with respect to processor and bits-per-word. (AnyCPU) X86: A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform (WoW64).  If you compile as AnyCPU, then your assembly can run as or be loaded into a 32 bit or 64 bit process.   also via decompile :   so ... my 2 cents ... do you get the point ?  in short, I think it is useless to re-compile the plugin expressly in x64 (and I have 3 i7-11k, i7-13k and i9-13k PCs on which it runs without any issue)  I strongly suspect that it is attributable to the version of the .net framework used (old and I believe compiled on Win 7) Release 4.7.2 of the .NET Framework  Using regedit go there and see what you have installed :  Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full  Well .. after this long introduction try this build recompiled for 4.8.1 and use x86 CLEAN version (with BepInEx 5.4.23.3) and see \BepInEx\LogOutput.txt   https://www.mediafire.com/file/wde1v44fcswhs7h/SB3Plugin_x86_net481.zip/file  Tested and working on many i7 series .. fingers crossed and start thinking about a serious CPU upgrade đ  it not about cpu! the game run well, we need figure out why some controller input not working like Gas/Breeak....ex only (A/X/Y/test/coins/START/volume-+) button works
pinsanity Posté(e) le 26 septembre Posté(e) le 26 septembre (modifié) On 9/22/2025 at 3:00 AM, naderkadd1981 said: Hi i am using the superbikes 3 stand alone x86 . The bike is always strafed to the left. How do we fix that ?  When the game starts hit the middle mouse button and it changes to mouse control and it stops strafing to the left.  Left mouse button - gas Right mouse button - brake Turbo - S on the keyboard Modifié le 26 septembre par pinsanity
80sRkadeGuy Posté(e) le 28 septembre Posté(e) le 28 septembre (modifié) Hello all, I just upgraded from an i5 to an i7-7700k. Do I need the BepinEx version 5.4.23.3? If so, could someone upload it please? I know there are SB3 plugin links, but I'm not sure which version they are. Thanks. Modifié le 28 septembre par 80sRkadeGuy
naderkadd1981 PostĂ©(e) le 28 septembre PostĂ©(e) le 28 septembre On 9/26/2025 at 5:05 PM, pinsanity said:  When the game starts hit the middle mouse button and it changes to mouse control and it stops strafing to the left.  Left mouse button - gas Right mouse button - brake Turbo - S on the keyboard Thanks a lot. Its working with the mouse. Â
imedox Posté(e) le 28 septembre Posté(e) le 28 septembre Il y a 21 heures, 80sRkadeGuy a dit : Hello all, I just upgraded from an i5 to an i7-7700k. Do I need the BepinEx version 5.4.23.3? If so, could someone upload it please? I know there are SB3 plugin links, but I'm not sure which version they are. Thanks. https://drive.google.com/file/d/1RT-X3YC2JG10bGGSRr9GfcVnbheyCteX/view?usp=sharing
Geordiedean1974 Posté(e) le 29 septembre Posté(e) le 29 septembre I get Bepinex needed yet ive got bepin ex in the root folder and all the plugins in the pluugins folder, also got the mod64 in the root yet when i try to lauanch i get the bepinex needed prompt
80sRkadeGuy Posté(e) le 29 septembre Posté(e) le 29 septembre (modifié) 22 hours ago, imedox said: https://drive.google.com/file/d/1RT-X3YC2JG10bGGSRr9GfcVnbheyCteX/view?usp=sharing Thank you for the link. I followed the instructions, but I'm getting a black screen after the Raw Thrills logo. Modifié le 29 septembre par 80sRkadeGuy
arcadeaddict Posté(e) le 30 septembre Posté(e) le 30 septembre I was able to run only the 64bit version, everything works except the steering are you having the same isdue?
Team WildWolf Posté(e) le 30 septembre Team Posté(e) le 30 septembre x86 doesn't work here, only x64 works with attract but no inputs at all (i7 6700k / W10x64 and try all Bepinex and plugin versions.... spent Houuuuuurs to test all this shit. I even try to reinstall W10 too with no result)
imedox Posté(e) le 30 septembre Posté(e) le 30 septembre Il y a 17 heures, 80sRkadeGuy a dit : Thank you for the link. I followed the instructions, but I'm getting a black screen after the Raw Thrills logo. you need x64 version of the game look at the first post.
nosoucy62 PostĂ©(e) le 30 septembre PostĂ©(e) le 30 septembre ce jeu ne fonctionne pas vraiment ! pas de input (souris ou n'importe quoi d'autres) juste F4 pour le fullscreen que ce soit sur w10 ou w11 pas la peine de chercher......cela ne vient pas de lĂ
Team WildWolf PostĂ©(e) le 30 septembre Team PostĂ©(e) le 30 septembre Ă lâinstant, nosoucy62 a dit : ce jeu ne fonctionne pas vraiment ! pas de input (souris ou n'importe quoi d'autres) juste F4 pour le fullscreen que ce soit sur w10 ou w11 pas la peine de chercher......cela ne vient pas de lĂ ya une variable selon les configs oui, c'est un vrai loto pour faire fonctioner la standalone
techondecks Posté(e) le 30 septembre Posté(e) le 30 septembre X86 loads fine but only able to use controls as keyboard/mouse. Any fix for X-Input for controller support?
JoNB3x Posté(e) le 1 octobre Posté(e) le 1 octobre (modifié) Hello everybody i was trying some stuff so here is the result, i get some lights working need more time but you can try  you will need Arduino uno, python, ws2818b led strip  What i got working?  Attract mode: Continuous blue chase (ATTRACT:seq1) with Attract Start or Global State: Attract. Credit inserted: Rapid green flashing (START_BLINK:ON) with AddCash=1 or Serivce=False. Race start (Global State: RaceCoro): Turns off the LEDs (ALL:OFF) and activates the rainbow effect (ATTRACT:seq2) immediately. Not work at allsb3led_monitor.py Race end (Global State: RaceFinish): Switches to continuous green pulsing (ATTRACT:seq3). Return to Attract mode: Returns to blue chase (ATTRACT:seq1) with Global State: Attract.  you must edit the python.py file in order to find the game log VIDEO   Tomorrow i will make a better post or topic  you can edit this code and get perfectly sb3_copy_20250930225855.ino 4 minutes ago, JoNB3x said: Hello everybody i was trying some stuff so here is the result, i get some lights working need more time but you can try  you will need Arduino uno, python, ws2818b led strip  What i got working?  Attract mode: Continuous blue chase (ATTRACT:seq1) with Attract Start or Global State: Attract. Credit inserted: Rapid green flashing (START_BLINK:ON) with AddCash=1 or Serivce=False. Race start (Global State: RaceCoro): Turns off the LEDs (ALL:OFF) and activates the rainbow effect (ATTRACT:seq2) immediately. Not work at allsb3led_monitor.py Race end (Global State: RaceFinish): Switches to continuous green pulsing (ATTRACT:seq3). Return to Attract mode: Returns to blue chase (ATTRACT:seq1) with Global State: Attract.  you must edit the python.py file in order to find the game log VIDEO   Tomorrow i will make a better post or topic  you can edit this code and get perfectly sb3_copy_20250930225855.ino 3.02 kB · 0 downloads  idk why can attach another file but here is the python file sb3led_monitor.py Modifié le 1 octobre par JoNB3x 3
nosoucy62 Posté(e) le 2 octobre Posté(e) le 2 octobre (modifié) anybody have a solution for inputs now ? Modifié le 2 octobre par nosoucy62 1
JoNB3x Posté(e) le 3 octobre Posté(e) le 3 octobre Arduino and python update now i add  - More led effects - More commands - Some timeout to prevent the arduino get saturated  2
imedox Posté(e) le 4 octobre Posté(e) le 4 octobre Le 03/10/2025 à 17:49, JoNB3x a dit : Arduino and python update now i add  - More led effects - More commands - Some timeout to prevent the arduino get saturated  make github repo for this if you can. 2
Shinobi_Arcade Posté(e) le 10 octobre Posté(e) le 10 octobre Le 04/10/2025 à 14:39, imedox a dit : make github repo for this if you can. Hello, the file for testing is updated With this version you commented?
imedox Posté(e) samedi à 15:01 Posté(e) samedi à 15:01 Il y a 15 heures, Shinobi_Arcade a dit : Hello, the file for testing is updated With this version you commented? no 1
imedox PostĂ©(e) dimanche Ă 02:09 PostĂ©(e) dimanche Ă 02:09 Hors sujet mes si qu'Ă©quin sa intĂ©resse đ Voir Ici...
Messages recommandés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire aprĂšs vous ĂȘtes connectĂ©.
Connectez-vous maintenant