Page 1 of 1

[Request]BF4 hud

Posted: Mon Jun 09, 2014 5:06 am
by TrollFaceSam
Could someone pls make a hud that looks like the bf4 hud?

Re: [Request]BF4 hud

Posted: Mon Jun 09, 2014 7:13 am
by Roman_rus
TrollFaceSam wrote:
Could someone pls make a hud that looks like the bf4 hud?
that is not possible to do. all that could be edited is stuff in right corner (ammo and health) change the font and place background.
So there is no point to do that. if "only open spades" would have open system, instead of those dll files.

Re: [Request]BF4 hud

Posted: Mon Jun 09, 2014 8:41 am
by Warp
I would have to agree with Roman_rus on this one.

- The font can, technically, be changed, but I can't compile the generator or find a program that makes the right png files.

- As the HUD uses C++ (or something like that) it is hard to mod.

Maybe someone who knows about this sort of stuff could help :)

Re: [Request]BF4 hud

Posted: Sun Jun 15, 2014 5:57 am
by Chameleon
I will try to look at scripts and see if I can find .as script file for this one.
It is actually possible to change your HUD a bit by making target.png the size of your screen and just painting on it whatever you like. Don't worry, the image will center itself, not like in AoS 0.7x.
Btw, .as files are AngelScript - similar to, but not C++.

Re: [Request]BF4 hud

Posted: Sun Jun 15, 2014 6:12 am
by SovietMarmalade
Wow, how come I never thought of that

Re: [Request]BF4 hud

Posted: Sun Jun 15, 2014 6:14 am
by Jdrew
It would be cool Blue_BigSmile

Re: [Request]BF4 hud

Posted: Sun Jun 15, 2014 6:37 am
by Chameleon
I see that chat appears on top left. Where is Killfeed? What does it look like, is it letters or pictures?
EDIT: Where do you want to write chat (now chat writing is on bottom of screen)?

Re: [Request]BF4 hud

Posted: Sun Jun 15, 2014 6:39 am
by Jdrew

Re: [Request]BF4 hud

Posted: Sun Jun 15, 2014 7:10 am
by Chameleon
Well I was able to find Chat writing window position, ESC menu position and Main menu/preferences positions. No minimap - might be inside the .exe, not on .as

Re: [Request]BF4 hud

Posted: Mon Jun 16, 2014 2:11 pm
by Warp
Chameleon wrote:
I will try to look at scripts and see if I can find .as script file for this one.
It is actually possible to change your HUD a bit by making target.png the size of your screen and just painting on it whatever you like. Don't worry, the image will center itself, not like in AoS 0.7x.
Btw, .as files are AngelScript - similar to, but not C++.
Hmm. Well not all the program is in AngelScript for sure.

Learn_more seems to know

Anyway, thanks for the info :)

Edit: Is this what you are referring to?