Metin2 Download
This forum is dedicated to the automatic publication of @Metin2 Download.
0 topics in this forum
There are no topics in this forum yet
-
Activity
-
5
-
43
Upgraded Reference (TMP4 Base) By Ulthar
putty -> gameclean or -> game src folder -> OBDIR folder -> delete all in the folder thats it! everything goes without changes. i also thought at first that it was because of it, but it works the same way without your change. -
2
TXT File To Lower Case [Phaselis Map Works]
this is an extra option yep but I want to remane specificly .txt files, for users I can recommend them to use this code with a little modify; Use a list comprehension instead of the for loop to check if the filename contains uppercase characters. Use os.path.splitext() method to get the file extension, and then concatenate it with the lowercase filename. Use the r prefix for the input() function to interpret backslashes as part of the path string. import os def rename_files(path): # Use os.scandir() instead of os.walk() for better performance for entry in os.scandir(path): if entry.is_file(): # Get the filename and extension separately filename, ext = os.path.splitext(entry.name) if any(c.isupper() for c in filename): # Rename file to lowercase and concatenate the extension new_name = filename.lower() + ext os.rename(entry.path, os.path.join(path, new_name)) # Use the r prefix for the input function to interpret backslashes as part of the path string path = input(r"Enter directory path: ") rename_files(path) print("All files have been renamed to lowercase.") maybe this could be the my solution for py user, thanks for contribution to my topic -
43
-
-
43
Upgraded Reference (TMP4 Base) By Ulthar
Hi @gergogonczi, try this (it worked for me) In file /usr/metin2/src/game/src/stdafx.h Search for: #include <tr1/unordered_map> #include <tr1/unordered_set> replace with: #include <unordered_map> #include <unordered_set> Should be ok to compile after that. If I've understood correctly, this happened because of new version of c++ does not use tr1 any more. @ Ulthar : Great Work so far!!!! I'm testing now, all went OK, just the tr1 thingy that i've managed to correct it. Best regards to you all!! EDIT: I had a "problem" which was my bad ahahahah! Its OK now -> continuing playing around with these files -
6
-
5
official Official Environment Effect Options [REVERSED]
oh brother, i won't disparage you. I like your works. I'm sorry if I spoke wrong english. I use your systems and I love you. I just said that your system is not working on my files so I restored the backups.- 1
-
-
1
4 Alternatives Open Source to Trello
I would also love to add Azure Dev Ops to the mix - It has an amazing board, every US (card) has a number, unlimited storage for you repo but the best part is to be fully connected through Visual Studio. It's the one I currently use for local systems and testing: Ah, and it's completely free (máx 5 users, then it's 5€/m per extra user).- 1
-
-
5
official Official Environment Effect Options [REVERSED]
no pls use my systems- 1
-
-
5
error source game
hy, i reinstall and when i open the chest i get crash with no sysser only game.core how i read it ? -
1
4 Alternatives Open Source to Trello
Hello community, Keeping your project development organized is half the step to success. If you don't intend to spend money or use the free version of Trello I will leave an open source solution in this topic. [Hidden Content]- 13
-
-
5
official Official Environment Effect Options [REVERSED]
The system is not working for me. It works for you, but the system does not work. Now, the systems you have started to have problems. Sorry Mali. I had to restore backups.- 4
-
-
-
-
0
fix MySQL server has gone away
Hello community, I had a problem on my server that after 2 days of being turned on I would get the error "MySQL server has gone away". After 1 week of research and testing I came up with a solution. Step by Step [Hidden Content]- 17
-
-
-
-
0
Vibestro Limited | Distraught & his team professional services
Awesome and fast services
-