Starfinder Playlist
Page 8 of 12 First ... 678910 ... Last
  1. #71
    Quote Originally Posted by vaughnlannister View Post
    Hey, with these steps:

    download the extension --> change ext. to zip --> unzip file --> open the extension file --> go to folder themes --> go to folder default --> open theme_settings.xml using notepad or another application.

    Then change the value indicated here below with a red underline.
    Replace it with a new colour value, you choose and pick the new colour value you'd like here: https://htmlcolorcodes.com

    I did that for the fonts and the icons I changed the color using paint.net
    icons.jpeg
    chat.jpeg

  2. #72
    Quote Originally Posted by Drowbe View Post
    Yup! Those are the settings. That will change the font color. To change the icon colors, you'll need to replace the images. The default colors I used were really optimized for SirMotte's hearth theme.

    Working on this extension this week... I will tweak a bit for clarity. Will post what I come up with.
    Great look forward to it too !!!

  3. #73
    I'm running PF2 and decided to try it out and it works beautifully apart from one minor irritant: the critical miss is not working.

    automatic miss.png

    I then changed the text match from:
    Code:
    if string.match(rMessageGM.text, "%[AUTOMATIC MISS%]") then
    to
    Code:
    if string.match(rMessageGM.text, "%[CRITICAL MISS%]") then
    which I copied directly from the chat window, and this is the result:

    critical miss.png

    What am I missing?
    “Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.”

    Terry Pratchett [RIP] - Jingo

  4. #74
    Quote Originally Posted by Farnaby View Post
    I'm running PF2 and decided to try it out and it works beautifully apart from one minor irritant: the critical miss is not working.

    automatic miss.png

    I then changed the text match from:
    Code:
    if string.match(rMessageGM.text, "%[AUTOMATIC MISS%]") then
    to
    Code:
    if string.match(rMessageGM.text, "%[CRITICAL MISS%]") then
    which I copied directly from the chat window, and this is the result:

    critical miss.png

    What am I missing?
    Your on the right track, I think that for the ruleset your using, "Automatic Miss", may be named differently, though I know very little about the ins and outs of if this. You could send a DM to celestian he makes many extension for 2E he would have a better answer for your question, it looks like something small to fix?

    Good luck!

  5. #75
    Quote Originally Posted by vaughnlannister View Post
    Your on the right track, I think that for the ruleset your using, "Automatic Miss", may be named differently, though I know very little about the ins and outs of if this. You could send a DM to celestian he makes many extension for 2E he would have a better answer for your question, it looks like something small to fix?

    Good luck!
    Which is why I changed it into CRITICAL MISS as I stated in my original post.
    “Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.”

    Terry Pratchett [RIP] - Jingo

  6. #76
    Quote Originally Posted by Farnaby View Post
    Which is why I changed it into CRITICAL MISS as I stated in my original post.
    Hey, I think I've figured out why it isn't working, the string match, as it is now is set up to recognise the GM text in 5e.

    In 5e


    In 2e


    I think you have to slightly tweak the "%[AUTOMATIC MISS%]" part to also match the DEF EFFECTS

    if string.match(rMessageGM.text, "%[AUTOMATIC MISS%]") then

    The following two links should be helpful matching it:

    https://www.lua.org/manual/5.2/manual.html#6.4.1
    https://lua-users.org/wiki/PatternsTutorial

    Though I'm not quite sure.

    Good Luck!
    Attached Images Attached Images
    Last edited by vaughnlannister; June 12th, 2021 at 09:20.

  7. #77
    - edited - see my next post
    Last edited by Weissrolf; June 12th, 2021 at 09:20.

  8. #78
    Quote Originally Posted by Weissrolf View Post
    Use [CRITICAL MISS] instead of [CRITICAL MISS%]
    Worth a go !

  9. #79
    -double post-
    Last edited by Weissrolf; June 12th, 2021 at 09:54.

  10. #80
    I just tried both (with and without %) and they both work for me.



    But I just remembered that I edited the extension before to make it work in PF2, but forgot which parts I changed. So here is the full block:

    Code:
    			if string.match(rMessageGM.text, "%[CRITICAL MISS%]") then
    				-- it is a fumble... reset things to a fumble
    				rMessageGM.icon = "roll_attack_crit_miss";
    				rMessagePlayer.icon = "roll_attack_crit_miss";
    				rMessageGM.font = "attack_roll_crit_miss_msgfont";
    				rMessagePlayer.font = "attack_roll_crit_miss_msgfont";
    			end

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
FG Spreadshirt Swag

Log in

Log in