Hope can help me!
need help Texture 2D font how do I modify it
-
- Posts: 41
- Joined: Tue Sep 04, 2018 12:22 am
Re: need help Texture 2D font how do I modify it
nmdpkvs wrote::( Hope can help me!
20171107153938.png
what game is it?
is it batman arkham asylum ?
i want to edit too .. but i can't extract it from the batman AA game files..
can anyone here help?!!!
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: need help Texture 2D font how do I modify it
ramyzahran wrote:nmdpkvs wrote::( Hope can help me!
20171107153938.png
what game is it?
is it batman arkham asylum ?
i want to edit too .. but i can't extract it from the batman AA game files..
can anyone here help?!!!
its a very old thing... add a new font to game as a .upk (gfx or texture font) if game doesnt have a font adder (old UE 3), then edit .font whit hex editor
-
- Posts: 218
- Joined: Wed Jul 19, 2017 5:04 am
Re: need help Texture 2D font how do I modify it
Shokoniraya wrote:ramyzahran wrote:nmdpkvs wrote::( Hope can help me!
20171107153938.png
what game is it?
is it batman arkham asylum ?
i want to edit too .. but i can't extract it from the batman AA game files..
can anyone here help?!!!
its a very old thing... add a new font to game as a .upk (gfx or texture font) if game doesnt have a font adder (old UE 3), then edit .font whit hex editor
Shokoniraya, don't confuse other guys...
look, you need creat a new font in Unreal Engine 3 (if this is ue 2.5, you have to use gfx font . if this is ue2, then edit font in hex editor)
and put created upk in mian console (where the all upk located in there, not same name for folder in every game)
if game if doesn't have any font gfx or swf, then decompress upk file and edit whit hex, you can fine decompressor in gildor Site, and edit in hex (dont change the default size, or game can't run)
and if you are adding new upk, you must add upk name in DefaultEngine.ini and find [Engine.PackagesToAlwaysCook] and add like that, +Package=my_upk (add whitout .upk)
and goto GFxUI.int in INT folder and add like that, font_subtitles=my_upk.myfont (myfont is your font name that you created in unreal engine)
-
- Posts: 41
- Joined: Tue Sep 04, 2018 12:22 am
Re: need help Texture 2D font how do I modify it
GHOST DEAD wrote:Shokoniraya wrote:ramyzahran wrote:
what game is it?
is it batman arkham asylum ?
i want to edit too .. but i can't extract it from the batman AA game files..
can anyone here help?!!!
its a very old thing... add a new font to game as a .upk (gfx or texture font) if game doesnt have a font adder (old UE 3), then edit .font whit hex editor
Shokoniraya, don't confuse other guys...
look, you need creat a new font in Unreal Engine 3 (if this is ue 2.5, you have to use gfx font . if this is ue2, then edit font in hex editor)
and put created upk in mian console (where the all upk located in there, not same name for folder in every game)
if game if doesn't have any font gfx or swf, then decompress upk file and edit whit hex, you can fine decompressor in gildor Site, and edit in hex (dont change the default size, or game can't run)
and if you are adding new upk, you must add upk name in DefaultEngine.ini and find [Engine.PackagesToAlwaysCook] and add like that, +Package=my_upk (add whitout .upk)
and goto GFxUI.int in INT folder and add like that, font_subtitles=my_upk.myfont (myfont is your font name that you created in unreal engine)
OK .. how do i edit .font files with HEX and with UE3[UDK] ??!!! i already have it..
i tried it with HEX but i do not know where to edit character spaces values..
-
- Posts: 416
- Joined: Sat Sep 15, 2018 5:22 am
Re: need help Texture 2D font how do I modify it
GHOST DEAD, i saw a old forum, You posted a tfc
how did you edit a .tfc? seems like a UPK file
how did you edit a .tfc? seems like a UPK file
-
- Posts: 41
- Joined: Tue Sep 04, 2018 12:22 am