Multiplayer Editing Demo

Forum for discussion about TSRE features.
User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
Also is it possible to add autosave?

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
Louis wrote: 12 Jan 2022, 19:19 And what's your problem with ctrl + z ? The package is not sent to the server?
Are you thinking about Undo? It is disabled in server mode, because it would cause serious "data out of sync" errors between users and server.
Enabling Undo would probably require making completely new, very complex feature. I don't have time for it.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
Louis wrote: 12 Jan 2022, 20:08 Also is it possible to add autosave?
Yes.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
CheckList Testing January 12, 2022.
There are no more problems with the installation of the rails.
No issues with markers either.
There are no problems with the object and the display of the marker either.
The server is stable, there are no crashes.
Saving works normally, there are no problems.
The question is, is it possible to put tiles through the server? We also have a small suggestion, we can help with the implementation of file synchronization.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
Louis wrote: 12 Jan 2022, 20:22The question is, is it possible to put tiles through the server? We also have a small suggestion, we can help with the implementation of file synchronization.
Can you explain in more details? Can't understand your thoughts in this sentence.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
Goku wrote: 12 Jan 2022, 20:28
Louis wrote: 12 Jan 2022, 20:22The question is, is it possible to put tiles through the server? We also have a small suggestion, we can help with the implementation of file synchronization.
Can you explain in more details? Can't understand your thoughts in this sentence.
There is an idea that when a user connects to the server, the server synchronizes its route with the server ones, thereby downloading unused files.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
I'm asking about putting tiles.

And for files, I understand that you want file shapes/textures synchronization server -> clients?

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
You can add to your repository, for users under Windows bat for the convenience of working and running the server


@echo off
echo "Start Server TSRE"

set server-port=65534 :: Specify the port of the server on which you are using TSRE. He can be anyone. Standard port 65534
set server-ip=0.0.0.0 :: Specify the ip of the server on which you run TSRE


.\TSRE5_v0.7.012.exe --server --port %server-port% --ip %server-ip%
Last edited by Louis on 12 Jan 2022, 20:41, edited 1 time in total.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
Goku wrote: 12 Jan 2022, 20:39 I'm asking about putting tiles.

And for files, I understand that you want file shapes/textures synchronization server -> clients?
Yes. This solved the problem that users might not have enough files.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
Sent you an email about cooperation. From mail ILMoroz@outlook.com to pgadecki@gmail.com

Post Reply