I'm in the Pirate Gonzalez discord so I must have been considering it at one point, but I haven't made a serious effort to work through it. I don't have any hard rules about what I might add, it really comes down to familiarity and I just don't have enough experience with Beacon yet. That said, I'm always willing to help with integration if someone else wants to take up the cause!
delzhand
Creator of
Recent community posts
The next release is going to do a few things to address that. The last selected actor type will be remembered, which means fewer clicks on the Add Actor dialog. The context menu for actors now supports nesting, so a lot of the game-specific rules and features will be mvoed there.
For instance, Maleghast actors will have a "Maleghast" item in their context menus, with children Add Token (strength/miracle/etc, modifiable by homebrew), End Turn, Advance Round, etc.
There's not, but it's a good idea. Map expansion works by cloning a row/column, so currently the best option is to clone the first row/or column and then edit it down. Obviously that's a bit of a headache if you've got a lot of editing already done on that first row and need to terraform. I've also got a todo to make the map rotation controls work against the visual center (right now it pivots around the center of the base 8x8 map, which is pure oversight on my part).
I'm tracking this at https://github.com/delzhand/isocon/issues/430 as well. Are you on a GPU or integrated graphics?
IsoCON doesn't utilize a server model, just p2p connections, so it's not able to do async play currently. v0.8 (coming soon) will enable sessions to persist to a file, so it's theoretically possible if everyone connects at least once to get the token graphics synced. However it would involve passing around the session file and updating it, which is cumbersome and presents some other issues.
I'll keep async play options in mind for the future, but at the moment it isn't supported.
It seems that if your UI scale config make the patch notes modal larger than the window, it's impossible to close. I'll fix that in the next release. As a workaround, you can edit your config file (C:\Users\<username>\AppData\LocalLow\isocon\Isocon\config.dat) and set ReleaseNotesSeen like so: "ReleaseNotesSeen":"|0.7.0|0.7". Thanks for reporting this issue!
