Fantasy Grounds Merchandise
Page 1 of 2 12 Last
  1. #1

    A few problems in customizing Fantasy Grounds

    I've hit a bit of a "snag" when trying to customize Fantasy Grounds to my liking. I've included a screenshot to illustrate the problems. And here they are:

    PROBLEM 1:
    I added a new lighting and copied the "ui_utility.xml" and "graphics.xml" under my own ruleset-folder (and made all the correct changes in the other xml-files). I also added the new picture for it. This works perfectly as seen in the screenshot as number 2.

    But since I did this, the token-box loses the tokenbag-section as you can see in the screenshot as number 1. If I move everything back to where they came, the tokenbag emerges, but I lose the custom lighting (even though the changes are in place in the "ui_utility.xml" and "graphics.xml" -files).

    PROBLEM 2:
    Second problem is more of a personal thing: I have a severe arachnophobia (meaning I fear spiders) and the spider-logo on the minimized npc-token (number 3 in the screenshot) gives me serious creeps, so I don’t want to use it. You can see from the screenshot (number 4) that I’ve already changed the book-cover of monsters.

    I tried to change the picture (in data/icons), but Fantasy Grounds STILL uses the same original picture, even though it doesn’t exist anymore and a new picture replaced it. How does it do that?

    VERSION:
    Oh, and I'm using the 1.05f -version since I made my own ruleset for it and it won’t work on FGII without major modifications (and currently I haven't got the time or the energy to redo it).

    Any help would be greatly appreciated.

  2. #2
    It has been a while since I last made developments for FGI, but the icon you are looking for is not in data/icon, but in icon folder of your ruleset. There is only 6 in that folder, (IIRC), so you should be able to change it there.

    Sandeman
    Ultimate Licence holder

    I've had FG for so LONG I DON'T KNOW HOW TO USE IT!

    But I'm learning!

  3. #3
    Sigurd's Avatar
    Join Date
    Mar 2005
    Location
    Ontario, Canada
    Posts
    993

    FG2 is an improvement

    I can understand not wanting to abandon all your work for the new edition. My thought is that you will find far more players for the new version and people are unlikely to go back.


    Sigurd
    J.R.R. Tolkien wrote, "I wish life was not so short. Languages take such a time, and so do all the things one wants to know about."

  4. #4
    Quote Originally Posted by Sigurd
    I can understand not wanting to abandon all your work for the new edition. My thought is that you will find far more players for the new version and people are unlikely to go back.
    I'm not upgrading to FGII because I play with friends that I used to play face-to-face, but can't anymore since I moved to another city. We will all probably uprage after I've finally had the time to modify the ruleset.

  5. #5
    Stuart's Avatar
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    741
    Quote Originally Posted by Qualdan
    We will all probably uprage after I've finally had the time to modify the ruleset.
    Trust me ... trying to convert an FG ruleset to FGII ... "uprage" is most definitely the word

    Good luck, I have not had the time to do mine.

  6. #6
    Quote Originally Posted by kalmarjan
    It has been a while since I last made developments for FGI, but the icon you are looking for is not in data/icon, but in icon folder of your ruleset. There is only 6 in that folder, (IIRC), so you should be able to change it there.
    Yeah thanks, that worked. Can't imagine why I didn't think that myself.

  7. #7
    Okay, now it seems that if I want to have the custom lighting or the changed monster-icon, I need to lose the tokenbag-section in the token-box.

    If I use the files "ui_utility.xml" and "graphics.xml" which are in my ruleset -folder, tokebags stop working. If I use the ones in the "data" -folder, I can't make any modifications that show up.

    Any ideas?

    I have to say, that it was amazing how fast the previous answers came. I was ready to wait a day or possibly two before getting an answer. The community-spirit here is real.

  8. #8
    Sigurd's Avatar
    Join Date
    Mar 2005
    Location
    Ontario, Canada
    Posts
    993
    Quote Originally Posted by Qualdan
    ...I can't make any modifications that show up.

    Any ideas?
    I think there have been a few FG1 threads around since the change but many have been archived. Most people who would try to help you are remembering from their dim dark past. They are amazing resources but you're working on an Edsel when they're trying to tune Jaguars. They may not remember to help you and they won't discover it in what they're doing now.

    If I find anyone else having problems with FG1, I'll send them to this thread .

    Good luck.


    Sigurd
    J.R.R. Tolkien wrote, "I wish life was not so short. Languages take such a time, and so do all the things one wants to know about."

  9. #9
    Quote Originally Posted by Qualdan
    Okay, now it seems that if I want to have the custom lighting or the changed monster-icon, I need to lose the tokenbag-section in the token-box.

    If I use the files "ui_utility.xml" and "graphics.xml" which are in my ruleset -folder, tokebags stop working. If I use the ones in the "data" -folder, I can't make any modifications that show up.

    Any ideas?

    I have to say, that it was amazing how fast the previous answers came. I was ready to wait a day or possibly two before getting an answer. The community-spirit here is real.
    Now, this is going way back into my latter days, but the problem you may be facing has to do with the XML normalizing in FGI. FGII put all references to the ruleset as localized to the folder in which the ruleset resides. IIRC, in FGI, if you make changes to your data folder, you had to go back to all the xml files and change any path information from "../data/file.xml" to "rulesetname/data/file.xml".

    This then pointed FG in the direction of the custom ruleset, otherwise the default behavior pointed to the d20 ruleset.

    Try that out and see if it works... I for one was glad when they changed the formatting in FGII, because it meant that if I wanted to change the ruleset name, I did not have to go through all the xml files and change the paths...

    Sandeman
    Ultimate Licence holder

    I've had FG for so LONG I DON'T KNOW HOW TO USE IT!

    But I'm learning!

  10. #10
    Quote Originally Posted by kalmarjan
    if you make changes to your data folder, you had to go back to all the xml files and change any path information from "../data/file.xml" to "rulesetname/data/file.xml".

    This then pointed FG in the direction of the custom ruleset, otherwise the default behavior pointed to the d20 ruleset.
    I made the changes in the xml -files, like this: <icon name="minimized_npc" file="rulesets/myrules/icons/minimized_npc.png" />

    The problem appears when I change the a line in "base.xml". If I point it:
    <includefile source="data\graphics.xml"></includefile>
    the minimized-icon doesn't change, but the tokebox works like it should. But if I point it to
    <includefile source="rulesets\myrules\graphics.xml"></includefile>
    the minimized-icon works, but tokebox doesn't.

    And I've made sure both "graphics.xml" -files are identical in contents. Weird, huh?

    But I really appreciate your help, even though I'm a blast from the past. It sounds like I have to seriously consider upgrading my ruleset to FGII.

Page 1 of 2 12 Last

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
  •  
Cosmere RPG Beta Launch

Log in

Log in