Search results

  1. BlueFlame90

    ROM Hack Converting a SoulSliver save into a HeartGold save

    If both games are from the same generation like HG and SS it means that the games use the same engine - so they use the same save file structure. It would be a waste of effort and time to code the second version from scratch or change the save file structure, right? ;)
  2. BlueFlame90

    ROM Hack Pokemon B/W AP Discussion Thread

    Black works perfectly fine on M3 with Wood RPG 1.25 + exp patch. The game froze randomly every now and then but after beating the first gym it never happend again, I wonder why^^
  3. BlueFlame90

    ROM Hack [Completed] Love Plus English Translation Patch

    Great work jjjewel and everyone that helps with the translation I am looking almost every day for new staus updates, this is one of many games that I want to play. Hope there will be more of Rinko translated. As for the cheats: it is true that the patch changes the game ID but that the cheats...
  4. BlueFlame90

    ROM Hack [Completed] Love Plus English Translation Patch

    I have read through the entire topic so far and I finally decided to give this translation a try and help with error report if possible. I really hope this gets a full translation or maybe a full translation of love plus +? Either is fine with me You have my support for this, too bad I can't...
  5. BlueFlame90

    ROM Hack Final Fantasy: The 4 Heroes of Light Issue

    Just as Vulpes Abnocto asked: What flashcart are you using? Well but there are not many reasons for your problem: 1. It could be a bad dump. 2. Your firmware is old. 3. Your flashcard can't run it (there are some that of problems with certain games) It's most likely one of those 3.
  6. BlueFlame90

    ROM Hack Save Game Editor help

    I never used vb before but it should be similar to C#. So here is the answer of you first question: This is for opening a file to write in it! '// First the filestream Dim fs As FileStream = File.Create("C:\testfile.bin") Dim utf8 As New UTF8Encoding() '// The encoding (can be change if needed)...
  7. BlueFlame90

    ROM Hack Code Geass Hangyaku no Lelouch

    No there is no newer version, and I'm actually going to quit now. I don't really have the time to work on this anymore. If anyone wants to pick this game up you can do so. But for now this is dropped!
  8. BlueFlame90

    ROM Hack how to make a save game editor ???

    What you need is a Compiler/Linker fitting for the programming languange you use. A good one is Visual Studio.
  9. BlueFlame90

    ROM Hack how to make a save game editor ???

    Some HEX editor have a compare function like this freeware: Hex-Editor MX In this program you click on search->compare and then you choose the 2 files. If you need help with something you can ask me anytime.
  10. BlueFlame90

    ROM Hack how to make a save game editor ???

    It's just as Masked Ranger said: it's impossible to make a save game editor from AR codes! If you want to make a save game editor you need to learn: 1. A programming language like C#, Java or C++ 2. some basics about file manipulation 3. HEX Now all you need to do is find the values in the...
  11. BlueFlame90

    ROM Hack Code Geass Hangyaku no Lelouch

    @Chinnc: Didn't you already dend me that? I already edited this file, I needed to cut out some parts and change somethings. But this is great work, I think some are even better then the japanese versions!
  12. BlueFlame90

    ROM Hack Tokimeki Memorial Girl's Side 2nd Season Translation

    Amazing progress in such a short time. Keep up the good work and maybe I will play this game In one of the new screenshots there is the name that looks really ugly (Crash), I guess this is because of the naming system of the game (where you enter the players name), It also looks like it only...
  13. BlueFlame90

    ROM Hack Tales of Innocence Transl. (Absolute Zero) v1.0 PATCH RELEASED

    I finally started to play this game. This is a great translation, the best I have seen so far! Good job
  14. BlueFlame90

    ROM Hack Kumatanchi translation

    What about psychoblasters workaround for the VWF? http://kumatrans.wikidot.com/forum/t-114876/vwf#post-340694 Is there a problem using this method?
  15. BlueFlame90

    ROM Hack Days of Memories 3

    Thank's azerty1 for this tool! Since there are still problems with the game I decided to take a look at it and made my own tool for it. Making my own tool was necessary, because I fixed the problem of the widht-font with a new font. With that new font I needed a new table and all characters...
  16. BlueFlame90

    ROM Hack ASH (archaic sealed heat) translation project

    For a second I thought: What's "The world Ends with You"? Yes itwas a great game. I know that they changed the title because another game was named like that, but did they really need to change the entire meaning of the title? "What a wonderful World" became "The World ends with You"! On topic...
  17. BlueFlame90

    ROM Hack [Complete] Tokimeki Memorial Girl's Side 1st Love Plus

    I actually don't really like this game, well I'm a guy after all I only played this because I usally try all translations out, I really appreciate the hard work of translators. (I still have some I need to try out like Tales of Innocents) But I think I should say what I think about this...
  18. BlueFlame90

    ROM Hack Code Geass Hangyaku no Lelouch

    @Chinnc: it's better if you capitalise each new box of text That will look better in the game.
  19. BlueFlame90

    ROM Hack What to do if the translation text is longer than the original

    Actually there are multiply ways of doing what you need. It depends on the game and how it works through the files. In Code Geass for example I use pointers to jump to the new(and longer) text and after that jump back to the end of the original text. But this only works if: 1. You know the...
  20. BlueFlame90

    ROM Hack Code Geass Hangyaku no Lelouch

    Sorry but I was really busy I also considered to remake my Code Geass translation tool (which has been lost ). But I want to make it a lot better and so I don't know if I can make it (very complicated). Anyway here are the japanese dumps of the other files and html versions of their...