• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code G15 Support (creating lcd logo)

Sent666

Grizzled Veteran
Jun 25, 2006
72
0
I'm trying to create a startup for the G15 Lcd. I understand how to create text, and change the font size, but don't know how to make the logo. In the ROMainMenu.uc there is this line:
Code:
Controller.LCDDrawTile(Controller.LCDLogo,0,0,50,43,0,0,50,43);
This is that little 'R' logo that comes up on the screen. How can I create a custom one for myself? Is it just an array that holds characters?

Also, how can I get rid of the text that says "Loading Red Orchestra" (something like that), I can't find it.

Thanks. :D