Jump to content
Korean Random

Recommended Posts

Помогите разобраться по какому пути лежит файл картинка .png конверт как на скриншоте

Безымянный.png

Share this post


Link to post

Short link
Share on other sites

Спасибо БРО от души что то не получается

Edited by _BRANIBOR_

Share this post


Link to post

Short link
Share on other sites
6 минут назад, _BRANIBOR_ сказал:

Спасибо БРО от души что то не получается

Что именно не получается? Найти картинку?

 

Share this post


Link to post

Short link
Share on other sites

Заменить на свою к примеру 

# coding=utf-8
import BigWorld
from gui import SystemMessages
from Account import Account
count = 0
message = u'<font color="#78dbe2">Модификация HETCEPBEPA</font>\n' + '<font color="#dbd7d2">Успешно загружена</font><img src="../maps/icons/bottons/MessageIcon-1.png">'

def new_onBecomePlayer(self):
    global count
    old_onBecomePlayer(self)
    type = SystemMessages.SM_TYPE.GameGreeting
    if count == 0:
        SystemMessages.pushMessage(message, type)
        count = 1


old_onBecomePlayer = Account.onBecomePlayer
Account.onBecomePlayer = new_onBecomePlayer

Edited by _BRANIBOR_

Share this post


Link to post

Short link
Share on other sites
30 минут назад, _BRANIBOR_ сказал:

Заменить на свою к примеру 

Назвать свою картинку envelope.png, и скопировать ее в World_of_Tanks\res_mods\1.4.1.2\gui\maps\icons\buttons\

Назвать свою картинку MessageIcon-1.png, и скопировать ее в World_of_Tanks\res_mods\1.4.1.2\gui\maps\icons\library\

 

Edited by ktulho

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...