Release Thread Make the player guide accessible accessible from the game lobby (`new_game`) Add tabs to the player guide with mod articles. Default articles are provided with the official modinfo fields, or mods can specify custom articles. There are both client and server mods. The lobby functionality is only provided to other players (or when using only the server mod yourself) after a UI refresh, which must occur after mod loading is complete. The official player guide is currently under development, so this mod may be volitile for a while. The repo is the client mod. A grunt task creates the server mod with modified shadow files (assuming it can find PA files in your system) in `../../server_mods/` - https://github.com/pamods/mod_help_player_guide - http://wondible.com/pa/mod_help_player_guide_v0.1.0.zip - http://wondible.com/pa/mod_help_player_guide.server_v0.1.1.zip Custom Articles The mod attempts to load an `<identifier>/mod_help.json` for each active mod. The file should contain a key named `articles`, which is an object containing article-name:article-url pairs. This mod currently has example files: `com.wondible.pa.mod_help_player_guide.client/mod_help.json` Code: { "articles": { "Mod Help Player Guide (Client)": "coui://ui/mods/mod_help_player_guide/article/mod_help_player_guide.html" } } Mods with provisional support To test, download an archive. - https://github.com/JustinLove/extreme_energy_combat - https://github.com/JustinLove/extremely_efficient_engineers - https://github.com/JustinLove/finite_metal - https://github.com/JustinLove/junkyard_wars - https://github.com/JustinLove/no_metal_commander - https://github.com/JustinLove/puppetmaster - https://github.com/JustinLove/reclaimable_features
Server mods with provisional articles. To test, download an archive. - https://github.com/JustinLove/extreme_energy_combat - https://github.com/JustinLove/extremely_efficient_engineers - https://github.com/JustinLove/finite_metal - https://github.com/JustinLove/junkyard_wars - https://github.com/JustinLove/no_metal_commander - https://github.com/JustinLove/puppetmaster - https://github.com/JustinLove/reclaimable_features I'm going to take another look at puppetmaster and see if I can get the live keybindings.