#competitive server

2 posts loaded — scroll for more

Text
tribow
tribow

Decided at the last second before I went to bed to record this video.

There has been a competitive server running for some years now.

I don’t run the server myself, but I am the one who wrote a lot of the code behind the server. (Base Auto Server logic was made by Corecii)

I go into more detail about the logistics of the Competitive Server in this steam thread

Text
tribow
tribow

Worked more on the competitive server for Distance.

It got pointed out to me that players need some incentive to play solo and hang out in the server, so the solution we discussed was to have a solo player’s rating go up by 1 every time they finish a level solo.

I got this logic working today! Woo! It doesn’t display properly in the chat right now, bit of a shame.

Oh, also I broke the /rank command…. Tried changing the regex so writing something like “blablabla /rank blablabla” wouldn’t trigger the command. /rank should be at the start for it to trigger.

Even though I got the regex working on regex101 it didn’t work the same in practice. Ugh.

Should be fixed next time I take a look though.