Search found 363 matches

by Goku
11 Jan 2022, 08:57
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

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 Goku
10 Jan 2022, 20:08
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

Louis wrote: 10 Jan 2022, 19:53For 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.
by Goku
10 Jan 2022, 20:06
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

Louis wrote: 10 Jan 2022, 19:46 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.
by Goku
10 Jan 2022, 19:41
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

New version .7.008 on tsre site.
by Goku
10 Jan 2022, 19:33
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

Oh, I see there is a bug inside server code:
QString msg = "load_route ( \"bbb\" )";
Route name is hardcoded.
Fix is underway.
by Goku
10 Jan 2022, 19:30
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

The route must be too in client /routes/ directory.
- Server needs complete route.
- Client needs: route folder with directories and files like in my bbb example.
by Goku
10 Jan 2022, 18:37
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

Just remember to share all shapes and tetures between users. So it, would be good if only one person will add new shapes and textures, and then share the files to other users. But if something is missing, nothing wrong happens, I think. Also, don't use terrtex painting in multiplayer, it won't work....
by Goku
10 Jan 2022, 17:07
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

In the past I did try one line command but didn't worked for me after first run. If yours works good, then it's great.

Yes, shapes and textures you have to manage separately. As I said, it is not finished feature.
by Goku
10 Jan 2022, 14:53
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

You have answer in the log:
Global dir not exist "/home/tsre/files/global"

global/tsection.dat file is required to run TSRE.
by Goku
10 Jan 2022, 08:19
Forum: Discussion
Topic: Multiplayer Editing Demo
Replies: 97
Views: 399420

Re: Multiplayer Editing Demo

If nothing chappens, did you remember to use chmod +x on executable file?