Yes that's right.
It allows you to manage servers that are just running worlds with ease.
Start, stop, status, enable and disable servers with ease. Just like with systemctl
Here's a crazy idea that I would love to see: Controllable stage lights: Simple RGB pars 'fixed' Spotlights (fixed, but can be positioned by hand on the fixture itself) Moving Head (can move, of course) Moving Wash (als can move, of course) Controllable: over digilines OR over an DMX-like protocol/w...
After starting to move again it turned around and started moving in the other direction. I have noticed that behaviour too. I think that when the train thinks it becomes derailed cause I paused it on a curve, then the whole (coupled) train just flips around. I haven't 100% been able to reproduce it...
Hey guys, I finally got someone to make me 3d models of the Dutch trains. The VIRM and the SNG. I tried to add them, but the scale of the trains are really really small... I don't know how to do fix the size. I did try visual_size = V(5, 5, 5), , which makes the size look fine, but the train is kind...
I have somewhat been able to fix the code and I just need to move the webfolder to the ddos protected vps which is 24/7 online and then it could be used publicly for anyone to post their skins on. I sadly don't have all the skins from the original website, but yeah... maybe someone had downloaded th...
Version 0.1.1 is out now! Changes: Mobile navbar now works! This is a beta version. It may contain bugs and other stuff. Please report any bugs at https://edugit.org/Miniontoby/mtctl-panel/-/issues or here in the topic Source: https://edugit.org/Miniontoby/mtctl-panel Download: use git clone https:/...
also does a started world persist across a hardware (sudo reboot ) reboot ? With the new update that should be synced within 15 minutes from now (20:05 CEST) on, this is added and (should) work! So with that said: Version 1.6 Version 1.6 is out! - Auto start servers: Enable or Disable your servers ...
I found this error in my logs of the ./mapserver 2022/12/27 11:43:43 http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192 2022/12/28 11:16:28 http: URL query contains semicolon, which is no longer a s...
Version 0.1.0 is out now! This is a beta version. It may contain bugs and other stuff. Please report any bugs at https://edugit.org/Miniontoby/mtctl-panel/-/issues or here in the topic Source: https://edugit.org/Miniontoby/mtctl-panel Download: use git clone https://edugit.org/Miniontoby/mtctl-panel...
Oke so thanks to technical issues at the server host which now finally have been fixed I now get this error: 2022-12-21 19:07:08: WARNING[Main]: [advtrains]Crash during advtrains main step - skipping the shutdown save operation to not save inconsistent data! 2022-12-21 19:07:08: ERROR[Main]: Server...
Oke so thanks to technical issues at the server host which now finally have been fixed I now get this error: 2022-12-21 19:07:08: WARNING[Main]: [advtrains]Crash during advtrains main step - skipping the shutdown save operation to not save inconsistent data! 2022-12-21 19:07:08: ERROR[Main]: ServerE...
So it works, but it completly ruined my world today... After a while of me riding trains, the server stopped reacting and logs spammed: 2022-12-15 18:02:14: WARNING[Server]: SQLite3 database has been locked for 250 ms. 2022-12-15 18:02:15: ERROR[Server]: SQLite3 database has been locked for 1000 ms;...
How much memory do you have on that machine? $ top says Memory: Real: 759M/2384M act/tot Free: 1565M Cache: 1254M Swap: 169M/4122M So I think maybe 2.4GB?? "maybe" o_O Anyway: you can tune the memory usage to a certain amount with the "renderingfetchlimit" setting: https://githu...
There is a mod at the same git thingy as advtrains called advtrains_platform I suggest you to use my version as the one you currently have is specifically made for the LinuxForks server. Mine has more content and variety ( Forum page of my repo ) I don't want to use that mod, becuase I don't need e...
Quick update on "Also I am missing the default platform nodes. I just installed the extra platform nodes mod, but then still I didn't get the default ones. (Btw I installed the advtrains from source using git)" I found the problem. the advtrains mod didn't had 'default' mod as depend, mea...
Quick update on "Also I am missing the default platform nodes. I just installed the extra platform nodes mod, but then still I didn't get the default ones. (Btw I installed the advtrains from source using git)" I found the problem. the advtrains mod didn't had 'default' mod as depend, mean...
How much memory do you have on that machine? I have been able to build the go project on OpenBSD, but then when I run it in a world's folder I get this: INFO[0000] Starting mapserver version=dev INFO[0000] Loading colors filename=colors/vanessa.txt prefix=colormapping size=1335774 INFO[0000] Loadin...
Uhmm the mtmapper with the netmapper doesn't really seem to do it correctly: Just look at https://minetest.ircforever.org/netmap.svg (I cannot show it here, cause it is svg and then the img tag doesn't work that well...) But if you look you can see my path, but if you then look at the island in the...
Uhmm the mtmapper with the netmapper doesn't really seem to do it correctly: Just look at https://minetest.ircforever.org/netmap.svg (I cannot show it here, cause it is svg and then the img tag doesn't work that well...) But if you look you can see my path, but if you then look at the island in the ...
I cannot get multiple trains working on my track without them crashing into each others. "Also it doesn't round the number really" -> this was meant as a hint to maybe adding in the math.floor to the code on the wiki, but it was only an idea. But still, the if distance < F.tbl.distance the...