Jump to content

Reading .mse from C++


Recommended Posts

Hello!
I am writing and asking for help on this forum after some weeks.

 

I am creating ranking system and everything works fine, but I need to know how to read from metin2 client binary .mse file.

I have this line in C++ binary function:

sprintf(c_pszRank, "d:/ymir work/ui/ranking/ranker_%d.mse", iTOPPlayersRank);

and I return 1, so it is ranker_1.mse. But when I try it, nothing happens (so it can not read .mse) and when I change path to .tga file, it will load but picture is static.

 

Could you help me how to solve this problem?
Thanks.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.