Recent content by Sebbeug

  1. Sebbeug

    Sigma Raijin

    I will try to build it myself... So 3 x 330ohm resistors (for R,G and B) and 1 x 470ohm for sync ?
  2. Sebbeug

    Taito Canary Restore

    Very interesting ! MS8-29 is probably more compatible for a TOEI 25 yoke than the MS9 one. On my NEO25, i had a Toshiba/MS8-25FAR, and it was perfect after changing it for an MS8-29.
  3. Sebbeug

    Taito Canary Restore

    I really like it ! Congratulations !!! Do you use an MS9 Yoke with your tube ? Or a Yoke adaptation ?
  4. Sebbeug

    UD-USB Decoders

    Is it possible to use it BEHIND an UFB brook ? I own a TE2 stick with an UFB brook inside... and i plan to use it with a supergun (via DB15) [Edit] I read it was possible... So is it possible to preorder / order / purchase / ... ? :)
  5. Sebbeug

    CPS3 Convert 3.2 to 3.3

    @Darksoft I finally coded a Windows version, with patcher included ! Download link : https://sebbeug.fr/upload/CPS3_File_Edit_Tool_1.0.zip (100% virus free)
  6. Sebbeug

    CPS3 Convert 3.2 to 3.3

    ok no problem... :) It's only a few lines... Python 3+ with your files on same directory : # Sum of all bytes in a file, byte by byte file = open('name_of_your_file_here', 'rb') data = bytearray(file.read()) total = sum(data) hexa = hex(total) final = hexa[2:] key = final[-2:] print("Sum...
  7. Sebbeug

    CPS3 Convert 3.2 to 3.3

    Ok no problem, with pleasure. I will compile a windows .exe...
  8. Sebbeug

    CPS3 Convert 3.2 to 3.3

    Thanks to @Darksoft for sharing his knowledge ! Just edited the file and IT'S OK NOW !!! I wrote a little python script for that. If people interested, i will compile an .exe to patch all edited SF3.3 files. A big 9 9 0 5 1 2 thanks !
  9. Sebbeug

    CPS3 Convert 3.2 to 3.3

    Thank you @Darksoft, But to adjust this CRC with correct sum ? What's the way ? A 8Mbits file = 8 millions of bytes to add one by one ! I'm not sure it exists a tool for that... I have to code a script... Result should be a 16bits chain ? The last 2 bytes of file only exist to match with the...
  10. Sebbeug

    CPS3 Convert 3.2 to 3.3

    @Darksoft i just bought a 3.2 convert to 3.3 which is working good. So i got the 3.2 cartridge and the extra SIMM. Just burned my 6th CDROM :D and always an error message at the end of rewriting, just before booting. Probably the CRC check. So : I edited the 10 files..... As i said, CRC was...
  11. Sebbeug

    CPS3 Convert 3.2 to 3.3

    Ok, new tests... I extracted the file named : 10 (It's on this file we can find the boot text) CRC32 is : DEB77E46 I edited this file with my changes (under WinHex), now CRC32 is : F74E4446 As described by @Darksoft, we find the same last byte (46)
  12. Sebbeug

    Hi from France

    Thank you all for the Welcome ! And very vey nice forum... I love this style ! (and i didn't know WoltLab...)
  13. Sebbeug

    CPS3 Convert 3.2 to 3.3

    I don't undestand these steps... We are talking about .iso file or files inside ? CD used : SFIII_3rd_Strike_RevA_converted_for_SFIII_2nd_Impact_cartridge.CD1.iso, CRC32 = 9B336911
  14. Sebbeug

    CPS3 Convert 3.2 to 3.3

    Thank you for your answers. I will try it and let you know.
  15. Sebbeug

    CPS3 Convert 3.2 to 3.3

    Hello, owner of a CPS3 SF3 3.2 convert to 3.3, I try to edit the mention - DARKSOFT during boot.Personally, I would leave it well, because all the work goes to Darksoft himself (and thank you for that). But in tournament, it is not necessarily appreciated by players....... ?( What I already...
Back
Top