Open finndefi opened 3 years ago
Here you have a full tutorial how to do it step by step: https://www.youtube.com/watch?v=RzEZ__Iq9-s
I know, the problem is this part of the tutorial:
$things_dir = "/data/things"; // files from that dir won't be downloaded automaticly, you can set it to null to download everything automaticly (useful if you have only 1 version of data/sprites)
My updater doesn't have the things_dir. I need spr and dat to download automatically every time I update it.
Hello guys and thank you for this incredible tool you guys made for us.
I'm having some issues while using updater_advanced.php
It seen to be well configured since my ready to play client goes without spr/dat to players and at first login files download just fine.
But when I update it (yes I encrypted the new spr and dat) client just won't download the new ones.
If I update something like init, updater is working perfectly. It seems that updater is not recognizing an update inside folders.
Am I missing some configuration?
Thank you in advance.