JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#1247 Modification on this GFX font [PS3] doesn't seem working as it should
Author: user JoonX86
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: GFX
State: closed Help

> What steps will reproduce the problem? Simply modifying any of those 5 fonts should reproduce the issue after saving,closing ans reloading. > What is the expected output? What do you see instead? If I modify the same font of PC version of the game, this bug does not happen, and also, modified font works on the game as well, however, if I modify the PS3 version of the font, then the game crashes, and this is the only noticeable symptom that seems related to the issue. http://www.mediafire.com/convkey/c8f0/8npk26tv67wm8fozg.jpg <- here is the picture that may give you some clue. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? I tried 5.00 - 8.01, they all seem to have the same problem. More importantly, none of those versions was able to produce the working font for PS3. > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. http://www.mediafire.com/download/d975ay2h4al7g5a/AS.zip <- HERE is the link of the two fonts from both PC and PS3, please take a look when you feel free. and finally, Thanks for your awesome tool again, for PC, it works great on almost all games :)
developer
Were you able to change anything else in the PS3 version of the game? Probably there is a check in the PS3 version, maybe checks the hash of the files. In this case we can't help you.
admin
What do you mean by "Simply modifying". Please specify steps you can do to reproduce the problem starting with original GFX file to notworking GFX file. Font can be "simply modified" in many ways, some of them may work, others may be buggy, so please tell us what exactly you do with the fonts, thanks. I am attaching those GFX files and screenshot here, because we do not like external links much - they can expire :-).
DownloadPC_FONTS_EN.GFX (117 KiB)DownloadPS3_FONTS_EN.GFX (75 KiB)Downloadfontsen.jpg (27 KiB)
user
@honfika sure I was able to load the game with changed files, my repacking wasn't the issue, I was able to use russian font from the game itself @JPEXS sorry for the external links, the modification that I do, is that I choose any of those fonts inside the GFX, in this case there are 5 of them, Jixellation x 2, JectRex, Isolation, and Nostromo cond then change the Source font then click Embed to add characters with updating the texts. This is all I do, which works great on the PC version of the game.. while the modified font on PS3 just keeps crashing, like I mentioned before, I was able to load unmodified RUSSIAN font replaced with FONTS_EN.GFX just fine, so there is no repacking issue. Finally, like it's shown in the picture, the name tag shows duplicated names on PS3 version, ( Jixellation, Jixellation ) I'm not quite sure if this is related,
user
I think I got some clue, it was related to data encryption inside the swf, the font of PS3 seems in need of encrypted data to run unlike PC font. http://forum.xentax.com/viewtopic.php?f=35&t=10450&start=30 <- This is an old article that got me some clue, currently trying to follow this method to rebuild the font.
developer
Ok, please let us know the result, then we can change FFDec to make PS3 comaptible gfx files.
admin
Hi, please try nightly build 1454 or later. I think I found GFX font editing bug which may be related.
State: new→upgraded
user
@JPEXS, Thanks for your reply, unfortunately still out of luck. Some suggested me to try 3.0 version which at least does not seem to produce the bug that makes the duplicated nametags..
user
https://github.com/jindrapetrik/jpexs-decompiler/commit/a079d3b0ff0af316054ca6f0c7b67ea96a 1f6f4c Your fix didn't seem applied in the build you suggested (1454), guess I will have to compile it myself see if that fixes unless you will post your new build with the probable fix applied. Thanks again for your great support
user
Sorry about the confusion, I wish I could edit my previous posts instead of making three posts, yeah the bug with duplicated nametags is completely gone in the build 1454, however the game still crashes when the part that reads the font. I'm posting my modified font just incase that help you debugging. Here's the log I pulled from PS3 through my debugger. http://pastie.org/private/lmclluepahwmurbyztia UI.PAK is the file that contains the FONTS_EN.GFX
admin
We need to do as little change as possible which causes the bug. Here - try this GFX file. I changed the euro character in the first font. Tell me whether it works or not in your game. Thanks.
user
@JPEXS, Yes I noticed your change at the very end of characters, and your font loaded perfectly fine, I'll try to build my own font with your change.
admin
The euro sign is the last character in the font - that may be related. If the character is somewhere before last, there are more changes needed in the SWF - offsets. Please do some experiments with small changes (yet working - not working) which will locate the bug. For example insert only one character somewhere in the middle (replace "A") - in the Embed dialog there is input field on the bottom to insert single characters. If the game does not work with it, then it might be problem with the offsets as I said. If it does work for you, then again, do as little steps as possible and test it in the game again, to locate which one of the steps caused problem. Then we can fix it. Thanks! Unfortunately, I cannot test it in the game myself, so it is up to you.
State: upgraded→returned
user
@JPEXS Thanks again for your suggestion, I did some tests with various setup.. TEST#1, I added an additional char "가" at the end, it loaded fine without any issue. TEST#2, I added two additional chars "가나" at the end, then it reproduced the issue right away [Black screen after loading trophy as always has been] TEST#3, I replaced an existing char "9" with a different font, this also crashed , like TEST#2 Any more suggestion you'd like to provide?
developer
please try to add only the 2nd character ('나') and please try to replace char '9' to '가'
developer
hmm... i'm not really sure that the 2nd it is easy with FFDec, so first please try only adding the 2nd character only
user
@honfika, it's getting interesting, it seems like adding certain char causes crashing. I tried what you suggested, and as a result, adding "나" caused an immediate crash, on the other hand, adding "가" didn't cause the problem at all again. in case that helps, I'm attaching those two fonts I created with the nightly build, however, I wasn't able to replace "9" with something else other than just the "9" with a different font, it requires a lot of modification on HXD, I just couldn't guess all that stuff encrypted as in BASE64 [definecompactedfont specific]
developer
The 2 attached files are the original + added 1 character to each? 나 and 가 Which one is which?
user
[GA]FONTS_EN.GFX is the one with "가" [NA]FONTS_EN.GFX is the one with "나" So far, [GA]FONTS_EN.GFX is the one that's working.
developer
Could you please try to add other single characters? The simpler the better, for example contains only 1 line
user
@honfika, as you requested, I also tested with a single char, the first one is "ㄱ" which derived from the letter "가" that loaded fine, but the 2nd one is "ㄴ" which derived from the letter "나" also crashed just like the test with "나".
developer
Could you please try the attached files? I've removed everything eccept 1 tag / 1 character. Is it working?
user
@honfika both fonts loaded fine, though it didn't display texts due to missing other fonts that used for subtitle, UI and etc. btw I was able to create a working font for middle earth - shadow of mordor, it also uses the same definecompactedfont. it's weird that Alien is being so picky about the font..
user
OK, I got it all figured out, the trick was not to modify the existing font, I built the working font for additional chars with different font
developer
Yes, missing texts are ok. Could you please try the attached gfx files? Wrong.gfx should be wrong i guess... it is the same as PS3_FONTS_EN_modified2.GFX with the "wrong" character In Edges*.gfx files I've removed the edges of the wrong character one by one.
Downloadgfx.zip (26 KiB)
admin
State: returned→closed