pywowlib icon indicating copy to clipboard operation
pywowlib copied to clipboard

How to?

Open Warkdev opened this issue 4 years ago • 4 comments

Hello,

I've tried to use this lib as a submodules of a project but I can't get some of the dependencies to work due to compiler settings.

Is there any how-to or easy implementario' available?

Thanks.

Warkdev avatar Oct 09 '21 08:10 Warkdev

If you provide the error and the steps to reproduce I may be able to help

berkbuzcu avatar Oct 12 '21 16:10 berkbuzcu

Well, I did find that it was my mistake. The library isn't working with python 3.9+. Downgrading to 3.8.10+ fixed the Cython issue :)

Yet, I've found out a bug with Vanilla client (1.12), the code is expecting to find a locale folder in this function:

def list_game_data_paths(path):

I did put in place a hacky "if" for now.

Warkdev avatar Oct 12 '21 18:10 Warkdev

Well, I did find that it was my mistake. The library isn't working with python 3.9+. Downgrading to 3.8.10+ fixed the Cython issue :)

Yet, I've found out a bug with Vanilla client (1.12), the code is expecting to find a locale folder in this function:

def list_game_data_paths(path):

I did put in place a hacky "if" for now.

This library is not intended to be used for Vanilla tbh.

skarndev avatar Oct 12 '21 18:10 skarndev

This library is not intended to be used for Vanilla tbh.

Not at this moment, right ? ;)

I always prefer to start with Vanilla (and have plenty of code on how to interpret the files format like MCLQ chunks and so on..) if you like.

Warkdev avatar Oct 12 '21 18:10 Warkdev