WorpeX
New member
What happened to https://forum.rigsofrods.org/multiplayer/races? It just disappeared one day and never came back.
given how the pages numbered 82,270 it may storage cost maybe? last time page was captured was January 2,2022 on the wayback machine link to last capture:https://web.archive.org/web/20220102102320/https://forum.rigsofrods.org/multiplayer/races .What happened to https://forum.rigsofrods.org/multiplayer/races? It just disappeared one day and never came back.
// terrn2 file
[Races]
DragRace.race
Slalom.race
It's very much so possible to login with a forums account, see this 2 year old branch (with 2 factor!)Hi, this is probably good moment to share my plans for the race system. I want to make a complete terrain editor in the near future, and I want it to include race editing, and I want the upcoming release to be able to play those new races. Problem is, currently races are defined in script code, which theoretically gives flexibility but in practice just makes people dependent on code generators. Conclusion: I will extend the race system to read definition files with syntax similar to Tobj. I already have a proof of concept script which converts existing races to Def files.For illustration:
Code:// terrn2 file [Races] DragRace.race Slalom.race
Now, quick thoughts about integration with the forums:
* I think it's time to add a login box to the game, to use with the forums account
* I'm not experienced with this, but Curl can do SSL (TLS?) requests and the rest is basically same as the old token system, just automated
* Does XF have API for this? Is some custom extension needed?
* Apparently this would match race times with users and provide other moderation options.
We use essential cookies to make this site work, and optional cookies to enhance your experience.