Hi everyone, I'm new on this forum. I m very glad to share with you some free features.
Maybe, some of them it s already posted and if it s possible to delete that topics to keep it mine because I'm the author. Greets
You need to have Emoji in TextLine by @xP3NG3Rx.
Bitte melden Sie sich an, um diesen Link zu sehen.
Bitte melden Sie sich an, um diesen Link zu sehen.
VirusTotal : Bitte melden Sie sich an, um diesen Link zu sehen.
edit:
change PythonTextTail.cpp:
TTextTail * pTextTail = RegisterTextTail(VirtualID,
c_szChat,
pCharacterInstance->GetGraphicThingInstancePtr(),
pCharacterInstance->GetGraphicThingInstanceRef().GetHeight() + 10.0f,
c_TextTail_Chat_Color);
to:
TTextTail * pTextTail = RegisterTextTail(VirtualID,
strContent.c_str(),
pCharacterInstance->GetGraphicThingInstancePtr(),
pCharacterInstance->GetGraphicThingInstanceRef().GetHeight() + 10.0f,
c_TextTail_Chat_Color);