Page 1 of 1

Problem with changing text

Posted: Sat Feb 02, 2019 11:25 pm
by Apera
Hi,
I've been having problems with changing the text.
when I change the text in the source code it won't change in the game
I will change I line of text but when I play the game it will stay the same

thanks,

Re: Problem with changing text

Posted: Sun Feb 10, 2019 3:23 am
by LacroiXx13
What do you mean ? Replacing the fonts or text in many of the game's .ini files ?

Re: Problem with changing text

Posted: Sun Feb 10, 2019 3:34 am
by AgentParadox
If you mean changing the text that is displayed, the executable for the game contains code matching that at the time it was compiled. You just need to recompile a new executable, and perhaps delete or relocate the old one so you don't get them confused.

If you mean changing the fonts, make sure that either they're the same names as the old ones, or that all instances of the font names in-code are changed to reference the replacement fonts. Afterwards, you should again recompile, for the reason stated above.

Re: Problem with changing text

Posted: Tue Mar 31, 2020 6:56 pm
by PeanutIsTheBest
Remember to compile the source code

Re: Problem with changing text

Posted: Mon Jul 20, 2020 11:48 pm
by ZiYueCommentary
Please open main.bb after editing and press F5 to compile or create an EXE program.
If there is a warning that the compilation cannot be completed, you need to configure your Blitz