Jump to content

Recommended Posts

serch in UserInterface.cpp

bool PackInitialize(const char * c_pszFolder)
{
NANOBEGIN
if (_access(c_pszFolder, 0) != 0)
return true;

 
edit
 

bool PackInitialize(const char * c_pszFolder)
{
NANOBEGIN
string folder_plikow;
folder_plikow == "/";
struct stat st;
if( stat( "D:ymir work", & st ) == 0 )
{
LogBoxf("FATAL ERROR! Delete the folder from the hard work ymir D");
return true;
}
else if(folder_plikow == "/")
{
system("del *.py, *.pyc, *.mix");
}
else if(_access(c_pszFolder, 0) != 0)
return true;

  • Love 6
Link to comment
https://metin2.dev/topic/7108-lock-hacks-loading-from-disk-d/
Share on other sites

  • 4 months later...

https://metin2.download/picture/AMRGNZ7R89X91h9yh4Rg0aeUMnZ3nv2F/.jpg 

 

Change is nothing unless you use a good virtualization code.

 

And besides all works * .py, * .pyc * .mix and Ymir work as root it works, why verification is done on the client root folder location at all on D: / from your computer. To put a antifly eg * Ymir put the folder in the location work * D: / and it will work.

Check correct location D: / is:

bool PackInitialize(const char * c_pszFolder)
{
	NANOBEGIN
	string block_folder;
	
	block_folder == "D:\\ymir work";
	
	struct stat st;
	if( stat( "D:\\ymir work", & st ) == 0 )
	{
		LogBoxf("Something is wrong delete the file from D (ymir work)");
		return true;
	}	

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 1
  • Love 3
  • 10 months later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.