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?
Reticule changing in steam installation
-
- Posts: 965
- Joined: Sun May 15, 2005 7:00 am
- Location: Amsterdam, the Netherlands
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.
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.
Last edited by Bunnywabbit on Sun Oct 08, 2017 11:39 am, edited 1 time in total.


-
- Posts: 281
- Joined: Mon Jan 30, 2012 8:58 pm
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.
Also if I try to replace the centeroutbmp.mdl with a different version, Steam notices and helpfully re-downloads the whole game.
Last edited by BlackBagel on Sat Oct 14, 2017 3:20 am, edited 1 time in total.
§
-
- Posts: 281
- Joined: Mon Jan 30, 2012 8:58 pm
-
- Posts: 965
- Joined: Sun May 15, 2005 7:00 am
- Location: Amsterdam, the Netherlands
Ah yes. The semicolon. The bane of my existence.
also thanks for the glasshud-props
also thanks for the glasshud-props



-
- Posts: 281
- Joined: Mon Jan 30, 2012 8:58 pm