Eric Froemling

Results 77 comments of Eric Froemling

Are you using one of the bombsquad test builds from https://ballistica.net/builds? Prefab or custom-compiled builds from here are not 'blessed' and so aren't expected to work, but those ones should....

These all sound like good ideas. Right now there is a smattering of individual hooks and functions such as filter_chat_message() but my hope is to combine everything into a single...

Ok I've added an admin list and the ability to disable kick votes in the latest commit: e0c827cd0ecf940c901fef2c7e0bf5331d464168 just do a `make prefab-server-debug-build` and you should see some new commented...

I've been thinking a lot about this too since it is indeed a tricky problem (as you explain above). We can't just flip everything over to asset-packages in one update...

Can you post a screenshot (or copy and paste the text) starting from the very top? That might help debug things a bit more. And is this a completely unmodified...

A few notes from my end on this: - I've got some protection on the master-server already; a single IP address isn't allowed to list more than a handful of...

So I'm assuming you compiled Python 3.8 from source? (Raspbian still includes 3.7 if I'm correct). If you run 'python3.8' at the command line do you get a functioning interpreter?...

I did run into some odd issues where windows Python wouldn't find all of its own files when running under the linux filesystem, but after moving it to the normal...

If you can find a way to consistently reproduce this it would be very helpful in fixing it. (such as the aforementioned idea of holding down a key while opening...

To clarify: all of these issues apply only when there's more than 2 teams? With the 1.5 update I've tried to move closer to a place where multi-team games are...