-
Content Count
146 -
Joined
-
Last visited
-
Days Won
5
Gurgarath last won the day on October 31 2020
Gurgarath had the most liked content!
Community Reputation
203 FriendlyAbout Gurgarath

-
Rank
Friendly
Informations
-
Gender
Male
-
Location
France
Social Networks
-
Discord
Gurgarath#7209
Skills
-
Mapping
Advanced
-
Music / Audio
Intermediate
-
3D
Beginner
-
2D
Intermediate
-
C++
Advanced
-
C#
Beginner
-
C
Intermediate
-
LUA
Advanced
-
Python
Advanced
-
PHP
Advanced
-
SQL
Advanced
-
HTML
Advanced
-
CSS
Advanced
-
JavaScript
Intermediate
-
Java
Beginner
-
FreeBSD
Advanced
-
Windows
Advanced
-
Gurgarath started following Heavenly Hope SF + Source, 3D ART Tatsumaru, How can I stop python injectors? and 4 others
-
I can't see no difference.
-
Hi, Make sure to remove PyRun_SimpleFile and PyRun_SimpleString.
-
I've been using it for quite a bit of time, the only "problem" (which is not one) is when I connect right after starting the server.
-
Usually it can happen when you are on a mount that goes too fast (Manni / White Lion). Or when you miss the adequate motlist and serverside animation-related stuff (accumulation).
-
Great update as always! By the way, a small suggestion could be to port the strings to another file to make the translation of the software easier. I often translate the tools using ResHack or whatever, but having the strings in a specific language file could make it easier for multiple translation. Even if it is just visual.
-
Gurgarath changed their profile photo
-
Maybe a config option for this messagebox could be interesting. Other than that, a small message can be displayed right next to "Idle" on the bottom left of your screenshot.
-
Hi, In pack : icon, effet and etc/interface. Don't forget to change the path where it's hardcoded (server sources / root)
-
Problem in making a new metin2.exe file
Gurgarath replied to Atlasz's question in Questions & Answers
For this you need to download the sources and to compile a new executable using client sources -
It already exists in the default sources, check questlua_party.cpp if I remember well. Some prototype or leftover of it is still present but I haven't tried anything yet.
-
Add indexes to log table to speed up searches
Gurgarath replied to Cappuccino's topic in Guides & HowTo
Well, both of you are correct. It depends on multiple factors, how much do you access the logs, for how long do you keep them, how big is your table, how big is your storage, how often you clean it, all that stuff and even more, it's just a part of the factors that are in action. Adding indexes won't do much if you don't do the querying right, if you don't access the logs or don't clean them often, because having an index on a big table can increase the time it takes to do an "UPDATE / INSERT" query but in response you can have a better time accessing it ("SELECT"), also, caching t -
Great topic! I think you should still leave a C++14 version for people doing the (normal?) job of upgrading their sources. Excellent job as usual, it's a nice version of this system, probably the best so far. Congratulations!
-
Just edit the Alpha Layer of the .dds file (the texture) in Photoshop, the whiter it is, the brighter it will be in game.
-
Skeletton of Python modules for IDE.
Gurgarath replied to Takuma's topic in Programming & Scripts / Systems
Good job for this release. It's highly needed for everyone who wants to take the advantage of whatever is in their source without having to open the module and check how it works and if it's there. It just makes it simpler for everyone who wants to start coding something without knowing exactly the usage or just for people who wants to gain time.