antiblock
Elveron

Support Panel by ImTweet™ 1.0.0

   (0 reviews)
Sign in to follow this  

1 Screenshot

About This File

Autor: ImTweet™

Este painel de suporte permite obter assistência de um administrador disponível

 

 

Como instalar?


 

Spoiler

 

Na pasta root, no ficheiro game.py, na função __BuildKeyDict adicionar:


onPressKeyDict[app.DIK_F5]	= lambda : self.__SupportPanel()

 

No fim do módulo, adicionar:


def __SupportPanel(self):	
		import uiSupportPanel
		self.SupportPanel = uiSupportPanel.SupportPanel()
		self.SupportPanel.Show()

 

No módulo PlayerSettingModule.py, na função __LoadGameEffect, após


net.RegisterEmoticonString("(fish)")

adicionar:


chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+29, "Bip01", "effekte/tweet.mse")
net.RegisterEmoticonString("(tweet)")

 

Após estes passos, basta adicionar o módulo uiSupportPanel.py na pasta root,

o window script SupportPanel.py na pasta uiscript

e o effect script Tweet.mse na pasta "effekte/", que pode alterar como quiser no código acima.

 

 

 

 




User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

There are no reviews to display.