|
You last visited: Today at 18:22
Advertisement
[Release] Interface Design samt Python
Discussion on [Release] Interface Design samt Python within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.
03/02/2014, 11:19
|
#46
|
elite*gold: 0
Join Date: Feb 2012
Posts: 18
Received Thanks: 1
|
0302 02:15:21062 :: Traceback (most recent call last):
0302 02:15:21063 :: File "uiPhaseCurtain.py", line 61, in OnUpdate
0302 02:15:21063 :: File "networkModule.py", line 150, in __ChangePhaseWindow
0302 02:15:21063 :: File "introLoading.py", line 138, in Open
0302 02:15:21063 :: ZeroDivisionError
0302 02:15:21063 :: :
0302 02:15:21063 :: float division
0302 02:15:21063 ::
|
|
|
03/02/2014, 14:17
|
#47
|
elite*gold: 0
Join Date: Dec 2009
Posts: 3
Received Thanks: 0
|
0302 15:17:31087 :: Traceback (most recent call last):
0302 15:17:31089 :: File "uiPhaseCurtain.py", line 61, in OnUpdate
0302 15:17:31090 :: File "networkModule.py", line 150, in __ChangePhaseWindow
0302 15:17:31090 :: File "introLoading.py", line 147, in Open
0302 15:17:31090 :: ZeroDivisionError
0302 15:17:31090 :: :
0302 15:17:31091 :: float division
0302 15:17:31091 ::
HELP ME PLEASE
|
|
|
03/02/2014, 15:11
|
#48
|
elite*gold: 0
Join Date: Aug 2013
Posts: 148
Received Thanks: 231
|
.. put your photo ? Ridack you bring into play :O .. you also will not turn on, sharing here :P
|
|
|
03/02/2014, 15:51
|
#49
|
elite*gold: 0
Join Date: Feb 2014
Posts: 71
Received Thanks: 19
|
ich will die Bodentexturen haben  hat die vielleicht jemand ? das Clientdesign muss ich noch einbauen aber schön wäre es gewesen wenn es auf Deutsch wäre =/
|
|
|
03/02/2014, 18:50
|
#50
|
elite*gold: 0
Join Date: Nov 2010
Posts: 39
Received Thanks: 2
|
|
|
|
03/02/2014, 18:55
|
#51
|
elite*gold: 0
Join Date: Nov 2013
Posts: 54
Received Thanks: 14
|
Kompletter Client wäre vielleicht besser
|
|
|
03/02/2014, 20:22
|
#52
|
elite*gold: 0
Join Date: Apr 2013
Posts: 2,575
Received Thanks: 916
|
Das Interface Design sieht ganz gut aus, schade dass es immer zu soetwas kommen muss, dass andere irgendwelche sachen weiterhin verkaufen oder einfach releasen, aber ich denke mal ridack hat es verdient naja..ist jetzt auch egal.
Gruß,
.Cyous
|
|
|
03/02/2014, 23:45
|
#53
|
elite*gold: 0
Join Date: Oct 2012
Posts: 1
Received Thanks: 0
|
Code:
0302 23:43:00725 :: Failed to load script file : locale/ro/ui/LoginWindow.py
0302 23:43:00728 ::
ui.py(line:3014) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
locale/ro/ui/LoginWindow.py(line:11) ?
LoadScriptFile - exceptions.AttributeError:'module' object has no attribute 'CLIENT_VERSION'
0302 23:43:00728 :: ============================================================================================================
0302 23:43:00728 :: Abort!!!!
0302 23:43:00730 ::
introLogin.py(line:521) __LoadScript
ui.py(line:3019) LoadScriptFile
exception.py(line:36) Abort
LoginWindow.__LoadScript.LoadObject - exceptions.SystemExit:
0302 23:43:00730 :: ============================================================================================================
0302 23:43:00730 :: Abort!!!!
0302 23:43:00743 :: ============================================================================================================
0302 23:43:00743 :: Abort!!!!
help me plz
|
|
|
03/02/2014, 23:59
|
#54
|
elite*gold: 0
Join Date: Jan 2011
Posts: 36
Received Thanks: 33
|
Quote:
0303 00:48:39089 :: Traceback (most recent call last):
0303 00:48:39089 :: File "uiPhaseCurtain.py", line 61, in OnUpdate
0303 00:48:39089 :: File "networkModule.py", line 150, in __ChangePhaseWindow
0303 00:48:39089 :: File "introLoading.py", line 139, in Open
0303 00:48:39089 :: ZeroDivisionError
0303 00:48:39089 :: :
0303 00:48:39089 :: float division
0303 00:48:39089 ::
|
so...
All works fine untill sellect player and trying to log in then a black screen apears for ever
the source of the syserr says PROBLEM :
uiPhaseCurtain.py -->
def OnUpdate(self):
if 0 != self.event:
self.curAlpha += self.speed
if self.curAlpha >= 1.0:
self.curAlpha = 1.0
# ΐΜΊ¥Ζ® Αί°£Ώ΅ ΈΨΓβ°ζΏμΈ¦ ΄λΊρΗΨ ΉΜΈ® Α¦°Ε
event=self.event
self.event = 0
#print "ΖδΐΜµε ΎΖΏτ ΏΟ·α ΐΜΊ¥Ζ® ½ΗΗΰ"
if -1 != self.args:
event(self.args)
else:
event()
elif TRUE == self.FadeInFlag:
self.curAlpha -= self.speed
if self.curAlpha <= 0.0:
self.curAlpha = 0.0
self.eventFadeIn = 0
self.FadeInFlag = FALSE
self.Hide()
self.SetAlpha(self.curAlpha)
networkModule.py -->
if newPhaseWindow:
newPhaseWindow.Open()
self.curPhaseWindow=newPhaseWindow
introLoading.py -->
width = float(wndMgr.GetScreenWidth()) / float(self.loadingImage.GetWidth())
height = float(wndMgr.GetScreenHeight()) / float(self.loadingImage.GetHeight())
self.loadingImage.SetScale(width, height)
self.loadingGage.SetPercentage(2, 100)
self.Show()
Any suggestions?
|
|
|
03/03/2014, 07:03
|
#55
|
elite*gold: 0
Join Date: Sep 2013
Posts: 56
Received Thanks: 15
|
Quote:
Originally Posted by alin1033
Code:
0302 23:43:00725 :: Failed to load script file : locale/ro/ui/LoginWindow.py
0302 23:43:00728 ::
ui.py(line:3014) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
locale/ro/ui/LoginWindow.py(line:11) ?
LoadScriptFile - exceptions.AttributeError:'module' object has no attribute 'CLIENT_VERSION'
0302 23:43:00728 :: ============================================================================================================
0302 23:43:00728 :: Abort!!!!
0302 23:43:00730 ::
introLogin.py(line:521) __LoadScript
ui.py(line:3019) LoadScriptFile
exception.py(line:36) Abort
LoginWindow.__LoadScript.LoadObject - exceptions.SystemExit:
0302 23:43:00730 :: ============================================================================================================
0302 23:43:00730 :: Abort!!!!
0302 23:43:00743 :: ============================================================================================================
0302 23:43:00743 :: Abort!!!!
help me plz
|
locale_de/fr/hu/ro -> locale_interface.txt -> CLIENT_VERSION Muhaha
Code:
CHARACTER_QUEST Küldetések
CHARACTER_SKILL Képesség
CLIENT_VERSION Muhaha
CLOSE Bezár
COSTUME_TITLE Viseletek
COSTUME_WINDOW_TITLE Viseletek
|
|
|
03/03/2014, 18:03
|
#56
|
elite*gold: 0
Join Date: Jul 2013
Posts: 5
Received Thanks: 2
|
English
I am the creator of client with the participation of Fushiida! Thank you for indicating it.
This client does not belong to Ridack. What's done is done .. good luck for adaptation in German.
It is a shame to see so much work (4months) on all servers.
--------------------------------------------------------------------------------------------------------------------------------
German
Dies ist mein Mandant mit der Teilnahme von Fushiida! Danke, dass Sie es anzeigt.
Dieser Client gehört nicht zu Ridack. Was geschehen ist, ist geschehen .. viel Glück für die Anpassung in Deutsch.
Es ist eine Schande, so viel Arbeit (4 Monate) auf allen Servern zu sehen.
Sorry for the bad translation
|
|
|
03/03/2014, 19:27
|
#57
|
elite*gold: 0
Join Date: Jun 2011
Posts: 81
Received Thanks: 10
|
In which files is included the expgauge? I want to do the expgauge horizontal, but I'm using another taskbar & I need to know where are the definitions of expgauge or how to correctly set this definitions. Thanks to everyone for every advice.
|
|
|
03/03/2014, 20:17
|
#58
|
elite*gold: 0
Join Date: Feb 2012
Posts: 18
Received Thanks: 1
|
Quote:
Originally Posted by garos90
so...
All works fine untill sellect player and trying to log in then a black screen apears for ever
the source of the syserr says PROBLEM :
uiPhaseCurtain.py -->
def OnUpdate(self):
if 0 != self.event:
self.curAlpha += self.speed
if self.curAlpha >= 1.0:
self.curAlpha = 1.0
# ΐΜΊ¥Ζ® Αί°£Ώ΅ ΈΨΓβ°ζΏμΈ¦ ΄λΊρΗΨ ΉΜΈ® Α¦°Ε
event=self.event
self.event = 0
#print "ΖδΐΜµε ΎΖΏτ ΏΟ·α ΐΜΊ¥Ζ® ½ΗΗΰ"
if -1 != self.args:
event(self.args)
else:
event()
elif TRUE == self.FadeInFlag:
self.curAlpha -= self.speed
if self.curAlpha <= 0.0:
self.curAlpha = 0.0
self.eventFadeIn = 0
self.FadeInFlag = FALSE
self.Hide()
self.SetAlpha(self.curAlpha)
networkModule.py -->
if newPhaseWindow:
newPhaseWindow.Open()
self.curPhaseWindow=newPhaseWindow
introLoading.py -->
width = float(wndMgr.GetScreenWidth()) / float(self.loadingImage.GetWidth())
height = float(wndMgr.GetScreenHeight()) / float(self.loadingImage.GetHeight())
self.loadingImage.SetScale(width, height)
self.loadingGage.SetPercentage(2, 100)
self.Show()
Any suggestions?
|
HELP
|
|
|
03/04/2014, 17:31
|
#59
|
elite*gold: 0
Join Date: Nov 2011
Posts: 84
Received Thanks: 2
|
very good release, just one ploblem. I need only desigh files,not full root,uiscript and other... Pls give only desigh files,thx.
|
|
|
03/04/2014, 17:36
|
#60
|
elite*gold: 2
Join Date: Jun 2013
Posts: 1,063
Received Thanks: 1,724
|
Quote:
Originally Posted by MakkeNN
very good release, just one ploblem. I need only desigh files,not full root,uiscript and other... Pls give only desigh files,thx.
|
You could unpack them ?
|
|
|
 |
|
Similar Threads
|
[Release]Python InGamePatcher *NEW INTERFACE*
05/23/2015 - Metin2 PServer Designs, Websites & Scripts - 37 Replies
Hallo Com,
heute release ich den schon in dem Thread von CranK angekündigten IGPatcher mit neuem Design, welches ich von Aza habe.
Beide Inhalte sind Public!
Was diese Version besonders macht? Ihr könnt sie individuell bearbeiten (vom Design her)
Und ihr habt ein News Feld, mit genau 11 Zeilen!
Hier mal ein Screen:
http://img16.imageshack.us/img16/8057/patcherq.jp g
|
[Release] New Interface | Design *HOT*
06/22/2014 - Metin2 PServer Designs, Websites & Scripts - 33 Replies
Hey...
Ich möchte hier mein zweites komplett neues Interface einstellen und ich hoffe, dass es euch gefällt. Ich habe es vor einiger Zeit erstellt und brauche es eigentlich noch nie gebraucht !
Für die *****
Solche Bemerkungen wie "Das sieht genauso aus wie" oder "Irgendwoher kenne ich das" könnt ihr euch bitte sparen. Ich habe es weder kopiert, noch geklaut !!!
Ich denke, alle wissen das ein komplett neues Ingame Design seine Zeit braucht und sich schnell einmal Fehler einschleichen...
|
[Release] Interface-Design (.psd)
08/04/2013 - Metin2 PServer Guides & Strategies - 18 Replies
Hi ,
Ich release hier heute mein Interface-Design als .PSD-Datei , dieses Interface war eigentlich für ein Metin2-Projekt gedacht , jedoch wird es nichtmehr benötigt , daher release ich es !
Das Copyright darf NICHT entfernt werden !
Screen:
http://i.epvpimg.com/1QYwc.png
|
[Re-Release]New Interface/Ingame Design
05/26/2012 - Metin2 PServer Guides & Strategies - 18 Replies
Hallo liebe Community,
da damals mein alter Account gebannt wurde und ich mehrfach im Thread sowie als Private Nachicht die Meldung erhalten habe das der Download down ist hier der neue, komplete und von mir abgesegnete Download....
>>>Alter Thread<<<
(Das Design ist schrott, dass weis ich selbst :D Ist ja auch schon uhralt ! )
Viel Spaß damit...
|
All times are GMT +1. The time now is 18:22.
|
|