![]() |
2015-12-16 19:38 | ||
marcussacana |
https://github.com/marcussacana/EushullyEditor The ArcGameEngine don't need repack to read... |
|
2011-04-08 13:23 | ||
Direwolf18 | I know this is kind of a necro, but did you or anyone else ever figure out how to RE-Encode an Eushully game? Been working on translating some of the menu options on their newest game from the demo. I don't know JPN myself but there are translations for that stuff available online. Ready to try re-inserting and testing but have had no luck. | |
2010-02-02 14:57 | ||
Avisch |
BREAK THROUGH ON THE IMAGES! Turns out you can simply change the extension of the file from .bmp to .agf , and it reads it as an AGF image (don't know why I didn't try this earlier). Conversion is unnecessary, atleast for files with no alpha channel. EDIT: Did some more complex tests. SYS3 doesn't mind edits at all, but SYS4 required editing from colors within it's own set. I fixed this by adding an INI file. Ultimately I will need to perform more tests. |
|
2010-01-27 15:52 | ||
Avisch |
So a helpful friend (Jtle) revealed to me that you can override existing files by adding them to the game folder, this works for both Pre-2008 games and 2008-onward games. For images, it's just a matter of converting edited the BMP images back to the AGF file format. With asmodean's source this might be possible but I know nothing about C++, so I'll see if I can find a local expert. For scripts, it's just a matter of injecting extracted text files into the binary files (BIN). As I said earlier, XAGE can inject translations to pre-2008 games, but I do want to open the possibility of translating 2008+ games. |
|
2010-01-11 00:39 | ||
kaitoukid |
Thx for the tool. Let me help if u really starting this translation project. Since I'm quite free now... |
|
2010-01-09 13:05 | ||
Avisch |
Here is the tool. Mediafire link Just so everyone knows, I have not abandoned this project completely. I am trying to find out if I can either reverse engineer XAGE (to allow image re-insertion) or use the source code of asmodean's tool to create a compiler. |
|
2010-01-01 20:38 | ||
kaitoukid |
Quote:
|
|
2009-12-04 23:02 | ||
Avisch | Finally got it to work. Turns out I kept setting the wrong directory. | |
2009-11-30 03:56 | ||
Unregistered | I tested both tools and they work on that game. ex4alf gives a warning about data7.alf missing but extracts fine, ageExtractor also complains about data7.alf as fatal error, so I had to create an empty data7.alf for it to work. | |
2009-11-26 18:15 | ||
Avisch |
The AgeExtractor does work for Genrin no Kishougun II! Asmodean's tool SHOULD work for Ikusa Megami ZERO, but it looks like I'll just work with the other tool for now. |
|
2009-11-26 16:53 | ||
Unregistered |
Maybe it's an issue with that game. Can you try it with Genrin no Kishougun II? I tested them on that one, so if it doesn't work, you're doing something wrong. |
|
2009-11-26 14:14 | ||
Avisch |
Never made .bat files before. I feel like a kid who's discovered a new toy. Thanks :) What I tried: 1.I moved all the files to "D:\EXTRACTION" to simplify things. 2. Used the .bat files. I tried both suggested cmd lines, with both extraction programs. It does create the folder structure (Data 1, Data 2, etc) but still can't actually get any of the files. Gives me the same error. And just to be as helpful as possible. I am using Windows XP professional. Here's what I have now. LINK |
|
2009-11-25 14:43 | ||
Unregistered |
Quote:
Code:
@echo off chdir cd . chdir pause |
|
2009-11-25 11:34 | ||
Quote:
|
||
2009-11-25 10:45 | ||
Unregistered |
>cd "D:\Program Files\Eushully\戦女神ZERO" >D: >AgeAlfExtractor.exe -x -a SYS4INI.BIN etc Quote:
|
|
This thread has more than 15 replies. Click here to review the whole thread. |