[REL][Client][Server] Mod Help Player Guide 1.1.2 [86765]

Discussion in 'Released Mods' started by wondible, January 23, 2015.

  1. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    1. Make the player guide accessible accessible from the game lobby (`new_game`)
    2. 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. Sometimes a player will download mods before loading the lobby and not require the refresh.

    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 in `../../server_mods/`

    - https://github.com/pamods/mod_help_player_guide


    Client Mod

    Provides help for just you.

    - http://wondible.com/pa/mod_help_player_guide_v1.1.2.zip
    - PAMM

    Server Mod

    Provides help to everyone in lobbies you host.

    - http://wondible.com/pa/mod_help_player_guide.server_v1.1.2.zip
    - PAMM 1.1.0+

    Changes

    ## 1.1.2

    - Bump build number for titans
    - Note: mod articles referencing build bar images will need to be updated

    ## 1.1.1

    - Fix issue with jQuery auto-parsing JSON
    - Update articles to 82293 html header format. Every vanilla article was touched in the update, so mod articles will likely have to be updated to match.


    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 sample support

    - Extreme Energy Combat
    - Extremely Efficient Engineers
    - Finite Metal
    - Junkyard Wars
    - No Metal Commander
    - Puppetmaster
    - Reclaimable Features

    (WIP Thread)
    Last edited: August 29, 2015
    killerkiwijuice likes this.
  2. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Mod Help Player Guide 1.0.2

    - update build version
    - update UI shadows for server mod
    - fix forum url to REL topic
    killerkiwijuice likes this.
  3. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Mod Help Player Guide (server) 1.0.3 - update UI shadows for server mod to 78071
    killerkiwijuice likes this.
  4. killerkiwijuice

    killerkiwijuice Post Master General

    Messages:
    3,879
    Likes Received:
    3,597
    Wait, if I have the client side mod enabled and want to use this to help people with mods, it only says stuff to me in chat?
  5. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    There are three mods

    chat is a client mod that runs on your client and chats to everybody

    player guide has a client version that gives only you the extensions.

    player guide server version will shadow in hooks so that people who join a lobby can see the player guide topics, but it may require a UI refresh.
    killerkiwijuice likes this.
  6. killerkiwijuice

    killerkiwijuice Post Master General

    Messages:
    3,879
    Likes Received:
    3,597
    Oh :)

    I'll go over to that thread then.
  7. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Mod Help Player Guide (server) 1.0.4 1.0.5 - update UI shadows for server mod to 79317
    Last edited: March 14, 2015
    killerkiwijuice likes this.
  8. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Mod Help Player Guide 1.1.0 - Server version: Remove shadows. Requires PAMM 1.1.0+
    killerkiwijuice likes this.
  9. mikeyh

    mikeyh Post Master General

    Messages:
    1,869
    Likes Received:
    1,509
    Any issues with using server mod scenes?
  10. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    As the host I had to refresh, but that isn't new.
  11. mikeyh

    mikeyh Post Master General

    Messages:
    1,869
    Likes Received:
    1,509
    Install Faster Server Browser and it will auto refresh for you.
  12. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Mod Help Player Guide 1.1.1

    - Fix issue with jQuery auto-parsing JSON
    - Update articles to 82293 html header format. Every vanilla article was touched in the update, so mod articles will likely have to be updated to match.
  13. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Mod Help Player Guide (server version) delisted until PAMM style server mods are working again.
  14. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Apparently a false alarm; I wish I knew why it wasn't working earlier.
  15. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Mod Help Player Guide 1.1.2

    - Bump build number for titans
    - Note: mod articles referencing build bar images will need to be updated

Share This Page