Nicolaj 'Eastvillage' Ø Jensen

Results 8 comments of Nicolaj 'Eastvillage' Ø Jensen

Your idea sounds different since it will only be one entity setting up the match. In my proposal multiple participants are able to restrict the settings. However, our ideas may...

Originally, I considered using the existing tags in my proposal, but decided it would better to put it in a different field due to the somewhat different semantics and to...

I also believe that it should be off by default since we have more bot players than bot makers. Bot makers will most likely find the rendering documentation so putting...

That is not true. `get_output()` is still called during kickoffs, but just like players, their controls are mostly ignored. You can see this if you print something to the console...

Ideally we get the flag from the game, which means we need Psyonix to add it to the API. Or we fix #423 and botch it, but that requires access...

One other use could be for CleoPetra, which could use this too to generate team names based on the bots on the team.

Got it! Even made myself a little helper function. Thanks! ```rust struct Span { begin: usize, end: usize, } trait WithSpan { fn with_span(self) -> Parser for Parser { (empty().pos()...