-
Activity
-
13
fix Fix Goto Lag (aka Devil Tower/Dungeon lag after warp)
please make them into a zip or, if you really want to use tag code please extract only the changes you made and the code around them. -
8
Owsap Productions
Owsap treated me like a friend, I purchased a system from him, then I needed his assistance and at the appointed time I was contacted by him so that we could solve the problem. I'm not even talking about the quality of the products and the skills of Owsap. The best services without a doubt.- 1
-
-
4
Render target window
Is it supposed to look like this? void CPythonApplication::RenderGame() { if (!PERF_CHECKER_RENDER_GAME) { m_kRenderTargetManager.RenderBackgrounds(); float fAspect=m_kWndMgr.GetAspect(); float fFarClip=m_pyBackground.GetFarClip(); [...] } Sloved is working tank you very much- 1
-
-
0
[Extern series] Part 3: LZO 2.10
Made a year ago. Let me know if I missed anything(or if you need a tutorial on how to change it in the source) Here's the repo: [Hidden Content] or M2DL- 11
-
-
-
-
0
[Extern series] Part 2: Jpeg-9e
No need for explanations. I made this a year ago so, if I missed anything, please let me know. Here's the tut: [Hidden Content] or M2DL- 8
-
-
-
-
-
0
[Extern series] Part 1: DevIL 1.8
Tested on x86 client/server. Fix for x64 server/x86 client coming soon. If I left something out, feel free to let me know and I'll update the tutorial. I only use Visual Studio/Windows - No tutorial for FreeBSD yet. I'll do it in the future, if no one comes further with it. Here it is: [Hidden Content] or M2DL I uploaded the precompiled libs as well(for the lazy fucks who don't want to learn how to do it themselves). This will also fix your(invisible/white/broken) Guild Mark problem for whoever tried to update to 1.8 and didn't enable JPG support Good luck- 16
-
-
-
-
0
Metin2 Renders
You can find more renders on [Hidden Content] Lycan Serpent Render Warrior Serpent Render Alastor Render Sura Zodiac Render -
10
-
6
Open Source API for Metin2 Server Management - Early Development
You are able to create authorization groups and include accounts into them. So if you prefer to have simple permission system, one solution would be to create multiple groups based on modules.
-
-
Recently Browsing
- No registered users viewing this page.
Question
Rexors 4
Hello guys, I have some problem with add function to my button in inventory.
I create new .py file with gui and add some to game.py with easy function opening/closing my gui
and running this from hotkey
That work great but my problem start when i try change hotkey to button. I dont know how to hook to function def GuiWindow(self): from game.py to button in uiinventory.py
I try some like this
but wasn`t work.
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Dec 13
2
Top Posters For This Question
Night 1 post
Rexors 1 post
Popular Days
Dec 13 2014
2 posts
Popular Posts
Night
try : def GetChild(self, name) definded in ui.py i think this might help you
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now