

szotyizz
Member-
Content Count
9 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout szotyizz

-
Rank
Neutral
Informations
-
Gender
Male
-
Anyone have a solution? https://gyazo.com/3dfd761745886d74a7bbb57fa725116f?fbclid=IwAR1YkedDLkgGyPuLPZsigWMZl1Va3S0oeBVJ_ppDfu7_Aj0vqfjPO43HGxs One of my acquaintances has such a mistake.
-
I would add a little fix too. Presentation: https://ibb.co/Pcqf6y7 In uitooltip.py you have added an additional parameter to def AddItemData, your def probably looks something like this: "def AddItemData(self, itemVnum, metinSlot, attrSlot = 0, flags = 0, unbindTime = 0, preview = 1):" Solution: Python: uiattachmetin.py ##Search self.oldToolTip.AddItemData ##Replace self.oldToolTip.AddItemData(itemIndex, metinSlot, 0, 0, 0, 0) ##Search self.newToolTip.AddItemData ##Replace self.newTool
-
Thank you very much! The code works!
-
I have this in uitooltip.py please check it. https://gist.github.com/szotyizz/a6cdb5115bdcb9ae0e06f229211595b3
-
szotyizz started following Render Target Remastered, Fix Reading d:/ymir work, FPS Drops, Slow Loading Time, Map Area Heavy Effect Usage Fix and 1 other
-
Fix Reading d:/ymir work, FPS Drops, Slow Loading Time
szotyizz replied to Speachless's topic in Guides & HowTo
0213 22:17:28880 :: Not a valid .WAV file: sound/pc2/assassin/bow/attack1.wav 0213 22:17:28880 :: CSoundManager3D::GetInstance (filename: sound/pc2/assassin/bow/attack1.wav) 0213 22:17:30100 :: Not a valid .WAV file: sound/pc2/assassin/bow/attack1.wav 0213 22:17:30100 :: CSoundManager3D::GetInstance (filename: sound/pc2/assassin/bow/attack1.wav) 0213 22:17:31008 :: Not a valid .WAV file: sound/pc2/assassin/bow/attack1.wav 0213 22:17:31008 :: CSoundManager3D::GetInstance (filename: sound/pc2/assassin/bow/attack1.wav) 0213 22:17:31916 :: Not a valid .WAV file: sound/pc2/assassin/bow/ -
Map Area Heavy Effect Usage Fix
szotyizz replied to Distraught's topic in Programming & Scripts / Systems
Hello. Someone? -
Hello. There would be one problem with the render target system. 1: Shows all character costume weapons Presentation: https://imgur.com/YB73JNb https://imgur.com/P3mZDYg Would anyone help please?
-
Hello help me please. "No such file or directory" But the file exists .. Picture