You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded the solution, installed nuget packages for newtonsoft.json and slimdx, compile was ok but when I run the app
throw some errors about some files or folders are missing... like \config\interface.txt and some others... any suggestion? thanks!
The text was updated successfully, but these errors were encountered:
hey @neutrin0x,
You need so called "DataPack".
If you will Google it you will find few places where it is mentioned as part of "how-to" but the problem is that all the links are outdated.
I remember I had similar problem back in days when I was working with the code.
Try this link: https://insane-gamers.com/l2net-source.zip
I found that there is interface.txt inside. You will probably have to create folder config by hand.
Anyway you will need more files after this will be found (systemmsg.txt, npcname.txt etc) - you should find them inside this zip as well).
I've downloaded the solution, installed nuget packages for newtonsoft.json and slimdx, compile was ok but when I run the app
throw some errors about some files or folders are missing... like \config\interface.txt and some others... any suggestion? thanks!
The text was updated successfully, but these errors were encountered: