Page 1 of 1

Posted: Sun Oct 08, 2017 9:10 am
by Hellsyng
Hey all,

I can't figure out how to change my reticule in game anymore. Used to work by just changing centerin and centerout in the Artwork folder or enabling a certain style in CortUI, but now I've changed both of the center files out and nothing changed. When I use the built in Style Change in Alleg that also doesn't change the reticule (it stays stock while gauges etc. change)

What am I doing wrong here?

Posted: Sun Oct 08, 2017 9:39 am
by Hellsyng
Okay I got it to change using a different set of .mdl centerinbmp and centeroutbmp. Now how do I get it to accept a png, I know it used to work and have no idea how to do it now.

Posted: Sun Oct 08, 2017 10:32 am
by Bunnywabbit
Create a text file and call it centeroutbmp.mdl
In it:

CODEuse "model"

centeroutbmp = ImportImageFromFile("paththo/your.png");

Typed on my phone so your mileage may vary.

Check out wiki FAW/index.php/Modifying_the_User_Interface

For more details.

Note that I edited this a few times.

Posted: Sun Oct 08, 2017 9:54 pm
by Hellsyng
Thanks Bunny! I'm still in love with GlassHUD btw.

Posted: Sat Oct 14, 2017 3:18 am
by BlackBagel
I tried the redirect to a png and just got crash on startup. Anybody successfully change the reticule?

Also if I try to replace the centeroutbmp.mdl with a different version, Steam notices and helpfully re-downloads the whole game.

Posted: Sat Oct 14, 2017 4:01 am
by Hellsyng
Yep I figured it out, the correct format is:

CODE
use "model";

centeroutbmp = ImportImageFromFile("your/file/directory/yourfilename.png", true);

Posted: Sat Oct 14, 2017 11:55 am
by BlackBagel
Audacious wrote:QUOTE (Audacious @ Oct 14 2017, 12:01 AM) Yep I figured it out, the correct format is:

CODE
use "model";

centeroutbmp = ImportImageFromFile("your/file/directory/yourfilename.png", true);
IT'S ALIVE

Thank you

Posted: Sat Oct 14, 2017 12:47 pm
by Bunnywabbit
Ah yes. The semicolon. The bane of my existence.

also thanks for the glasshud-props :)

Posted: Sat Oct 14, 2017 12:58 pm
by BlackBagel
I am also a huge fan of glassHUD! 1000% improvement in gameplay