errors
neutrin0x opened this issue · 1 comments
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!
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).
Hope it helps. Good luck.