Servertransfer isnt working
13 replies



28.09.16 02:09:09 pm
Hello there,
Î want to start a dedicated server over my vServer with this lua script http://unrealsoftware.de/files_show.php?file=1135 but ive got a problem.
there isnt a finished servertransfer at sys/servertransfer.lst so I made one that people who wants to play on my server can see the NPC etc. but it doesnt work. What I did wrong? they arent downloading the whole files they need to play this lua.
here you can see the servertransfer
Î want to start a dedicated server over my vServer with this lua script http://unrealsoftware.de/files_show.php?file=1135 but ive got a problem.
there isnt a finished servertransfer at sys/servertransfer.lst so I made one that people who wants to play on my server can see the NPC etc. but it doesnt work. What I did wrong? they arent downloading the whole files they need to play this lua.
here you can see the servertransfer
Admin/mod comment:
Incorrect tag and wrong forum entry. Moved. /
When you start the server does the server say that these files have been added to the server transfer list? What does it say when someone joins?
The client(s) had limited their download size.
P:S:Tell them to not limiting their download size.
P:S:S:Of course,tibia had huge numbers of files.
P:S:Tell them to not limiting their download size.
P:S:S:Of course,tibia had huge numbers of files.
edited 1×, last 28.09.16 03:53:03 pm
Inactive dude
An answer is simple. Some files are missing.
1. Go to root directory of CS2D on your VPS
2. Upload an archive and then use the command
3. If unzip apt doesn't exist install it by typing
4. Restart the server
1. Go to root directory of CS2D on your VPS
2. Upload an archive and then use the command
unzip -o cs2dtibia_rpg.zip
3. If unzip apt doesn't exist install it by typing
apt-get install unzip
4. Restart the server
No I found the problem for some reason files are saved as ...PNG and not ...png .. thats why it couldnt find the data.
I didn't realize that something like this can cause a problem. You can use this command to rename files extension from upper to lower cases
rename 's/\.PNG$/.png/' *.PNG
@
kch:
If such files exist, then there are a few reasons:
The files in the wrong folder or in the wrong format;
The players of the server there is a limit in file size;
Too many files.
What OS on the server?I think everyone is good with access the download?Check out all. Perhaps I can help.
Off-topic:

If such files exist, then there are a few reasons:



What OS on the server?I think everyone is good with access the download?Check out all. Perhaps I can help.
Off-topic:
It's a problem on Linux because it has case sensitive path and file names. For Windows X.png and X.PNG is the same file, for Linux they are two different things. Unfortunately. It leads to a lot of problems for cross platform programs.
There's actually a ToDo for the CS2D development to automatically try to find files with other capitalization on Linux if loading failed. So this issue might be resolved someday. It has a low priority though.
There's actually a ToDo for the CS2D development to automatically try to find files with other capitalization on Linux if loading failed. So this issue might be resolved someday. It has a low priority though.
@
DC: Wow, before when the server my server was on Linux, had a similar situation. I just now found out why.
Edit:
I think you know why I changed OS.


I think you know why I changed OS.

The format could be .jpeg or .jpg so by adding .png it won't work
Eat Sleep Conquer Repeat. www.Radeon2D.forumid.net
@
kerker: Hosting on a Windows server is stupid. It should only be done for compatibility issues (and even then a virtual Windows machine on Linux would still be better even though that is also very stupid), not because it's more convenient or because "Linux does it differently."




