Martin Michelsen

Results 45 comments of Martin Michelsen

To my knowledge, the red ring is not available by default on PSO GC. Item drops are actually controlled by the client, but it's possible for the server to override...

I wrote a section in README.md about how to get Flycast to connect to a local newserv instance. The method described there works on macOS only, but the same concept...

Probably GitHub issues are the best way; this is a personal project of mine and I can't consistently dedicate time to it. PRs are welcome as well as issues, but...

It does use the files from the patch-bb directory (specifically, system/patch-bb/data/map_*.dat). If the map isn't found there, it then looks in data.gsl (which is what the client does as well)....

This led to an interesting discovery - I had assumed the 66 (leave game) and 69 (leave lobby) commands were the same, but they are actually different. In 66, there's...

Are you using the latest version of phosg? I updated phosg's crc32 function today to make it quite a bit faster for exactly this reason. I also considered implementing a...

I've added a checksum cache which hopefully will make startup faster (after the first time). Beware, though: this adds a new potential source of bugs since patch files now may...

This is a good idea, but I'm hesitant to add more library dependencies (even for a library as well-tested and widely-distributed as libpng). One option that doesn't require a library...

Interesting idea. I haven't seen .rmf or .hsb files before; could you upload or link to some examples here? I can't promise I'll get to this soon, but will consider...

I've implemented support for .rmf/.hsb/.bsn files; you can use the `--index-format=hirf` option with resource_dasm to extract the contents. The contents go through the same decoding steps as Mac OS resource...