Multiplayer Editing Demo

Forum for discussion about TSRE features.
User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
It's just that if we run a route, for example Strepanovka, everything is fine on the server, But from the client side, when connecting, until we add your test route to our routes folder, it will not connect to the server. It just crashes at the "load_route" stage, and if we add it, it works, but the route starts all black. When pointing at the traffic light, an error pops up that no model was found in the test route. "C:/RTS/routes/bbb/shapes/T_Signal_Small_WB.s|C:\\RTS/routes/bbb/textures"

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
I attach a Log, a completely different route is used, but information is loaded from bbb.
# route directory name to load on startup by default
routeName = Stepanovka
------Log.txt Client
https://disk.yandex.ru/d/yOQrDdDHVdh2nw


------Log.txt Server
https://disk.yandex.ru/d/jrX1PDL_ENg47w

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
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.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
Oh, I see there is a bug inside server code:
QString msg = "load_route ( \"bbb\" )";
Route name is hardcoded.
Fix is underway.

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
New version .7.008 on tsre site.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
Yes, the full route is on the server. The assembly we use lies on the repository, we give it to the user via rsync and that's it. Well, I understand that you can just throw certain folders in bbb and continue testing. Since MaDaDev is very interested in this functionality. We are the largest project on RTrainSim Russian for the development of PS, Routes, etc.
Last edited by Louis on 10 Jan 2022, 19:47, edited 1 time in total.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
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.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
Thank you for the new version, now we will conduct a test and give an answer, if necessary, I can also attach the server and client logs.

User avatar
Louis
Posts: 53
Joined: 09 Jan 2022, 11:33
Location: Moscorw
Contact:
Launched under Windows, it works, the textures are all rendered. There are no more problems with red markers. Now I'll upload it to Arch Linux and check how it will be there. Also tell me if there is an opportunity to make a port that can be changed. For security purposes from other people who may find out the ip and port

User avatar
Goku
Site Admin
Posts: 363
Joined: 15 Jan 2019, 18:10
Location: Poland
Contact:
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.

Post Reply