Multiplayer Editing Demo
Also is it possible to add autosave?
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.
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.
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.
I'm asking about putting tiles.
And for files, I understand that you want file shapes/textures synchronization server -> clients?
And for files, I understand that you want file shapes/textures synchronization server -> clients?
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%
@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.
Sent you an email about cooperation. From mail ILMoroz@outlook.com to pgadecki@gmail.com