- This topic has 3 replies, 2 voices, and was last updated 13 years, 5 months ago by .
Developer (debugging) mode on.
Does somebody know, how to turn on the debugging mode in Mafia?
There are script, that sends debug texts to game and I’d like to read them
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>
I don’t know how do it, but when I’m debugging scripts I create some debug strings in textdb_xx.def file and I use console_addtext nnnn command, where nnnn is the ID in textdb_xx.def file.
Does somebody know, how to turn on the debugging mode in Mafia?There are script, that sends debug texts to game and I’d like to read them
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>
I don’t know how do it, but when I’m debugging scripts I create some debug strings in textdb_xx.def file and I use console_addtext nnnn command, where nnnn is the ID in textdb_xx.def file.
You can also use entity_script ssss command, where ssss is the string (directly, not ID) whitout quotations.
It displays new window, but this command works only in human scripts, not standard scripts.
Thank You, I solved it via console_addtext.
- You must be logged in to reply to this topic.
