Search found 53 matches

by Louis
11 Jan 2022, 10:27
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

If I understand correctly, you are using the QT library, you are allowed to enter data under Windows. In the evening I can give an example of what is happening in it. Also tell me do you have an email that you can write to outside of this forum?
by Louis
11 Jan 2022, 10:19
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

Tell me how to save. I tried to write save in the console on Windows, but nothing happens, it does not even allow me to enter a command. I tried using cmd, powershell, the result is negative I did try it only on Linux. Maybe there is a bug on windows ... Maybe a Windows bug, I'll check for Linux in...
by Louis
11 Jan 2022, 10:12
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

Yes, we rent a Dedicated Server in Europe, on virtualization, and in principle it makes no difference, but of course ArchLinux is better, I use it as the main system myself. I see that you know something about programming or scripts at least. Maybe you don't know but TSRE is open source and you can...
by Louis
10 Jan 2022, 22:35
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

We didn't collect many bugs: Caught out of sync, one user displays normally, the other two do not. I 'm applying a screenshot https://prnt.sc/26c80vj The problem with green markers is not synchronized with other users if it is stretched. I'm attaching a screenshot https://prnt.sc/26c81by Desynchroni...
by Louis
10 Jan 2022, 22:16
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

Tell me how to save. I tried to write save in the console on Windows, but nothing happens, it does not even allow me to enter a command. I tried using cmd, powershell, the result is negative
by Louis
10 Jan 2022, 20:34
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

#!/usr/bin/env bash
if [ -z ${1+x} ]; then
echo "Usage: $0 path-to-directory" >&2
exit 1
fi

find "$1" -depth -exec perl-rename 's/(.*)\/([^\/]*)/$1\/\L$2/' {} \;


An example of the script that we used under ArchLinux
by Louis
10 Jan 2022, 20:17
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

Sorry in advance for the clumsy English
by Louis
10 Jan 2022, 20:16
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

Also a question, does your port work over tcp and udp? or on a specific one ?
by Louis
10 Jan 2022, 20:14
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

For security purposes from other people who may find out the ip and port If all your users have static IP, try to make some firewall rules that will allow access only for those IPs. Yes, I probably will, maybe you'll just take it out in the future settings.txt the port is separate. Or you can use a...
by Louis
10 Jan 2022, 20:13
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 398761

Re: Multiplayer Editing Demo

Also tell me, is it better to use the Linux or Windows platform? One more thing, we can help you in testing new versions that you are releasing. Doesn't matter. But if you want to host it in a datacenter, linux servers/vps are just much, much cheaper and easier to manage. Yes, we rent a Dedicated S...