5E Product Walkthrough Playlist
Page 1 of 2 12 Last
  1. #1

    Extension FG3 (CoreRPG) : 7th Sea


    Inclued Basic Pool by ianmward and work the same way than Forbidden Lands Extension --> https://www.fantasygrounds.com/forum...Lands-Mechanic




    Download here :arrow: https://www.dropbox.com/s/2t4qjlo0z3...sheet.zip?dl=0
    Last edited by neuralnoise; May 6th, 2020 at 08:42.

  2. #2
    add Hero points track + skills ranks tips

  3. #3
    This is a great extension and I love what you've done with it. I did go in and make a couple corrections that I want to pass on to you.

    1. Hero Points were linked to Wealth so changing one changed the other to match. I corrected to separate values.
    2. Wealth and Reputation were not retaining their values after closing FG. They would reset to 0 upon restarting the campaign. This took me a little finagling to figure out but I fixed it by using the following values:
    <number_dropadd name="reputationsnumber" source="reputationsnumber.slot.amount">
    and
    <number_dropadd name="wealthnumber" source="wealthnumber.slot.amount">

  4. #4
    Thanks!

    I started a game last monday and I suffured an error on Reputation. I hope your tips correct this.

    Unfortunately, I don't find the link between wealth and hero points

    The link is updated

  5. #5
    In "strings_campaign.xml", make sure you have these:
    <string name="char_label_heropoints">Hero Points</string>
    <string name="char_label_wealth">Wealth</string>

    In "record_char_abilities.xml", make sure you have these:
    <stringcontrol name="wealth_label">
    <anchored to="detailframe" position="insidetopleft" offset="150,45" width="150" height="20" />
    <font>chatfont</font>
    <static textres="char_label_wealth" />
    </stringcontrol>
    <number_dropadd name="wealthnumber" source="wealthnumber.slot.amount">
    <anchored to="detailframe" position="insidetopleft" offset="200,45" width="20" height="20" />
    </number_dropadd>

    AND

    <stringcontrol name="heropoints_label">
    <anchored to="arcanaframe" position="insidetopleft" offset="60,120" width="150" height="20" />
    <font>reference-b-large</font>
    <static textres="char_label_heropoints" />
    </stringcontrol>
    <number_dropadd name="heropointsnumber" source="heropointsnumber.slot.amount">
    <anchored to="arcanaframe" position="insidetopleft" offset="150,120" width="20" height="20" />
    </number_dropadd>

    I hope this helps. I don't remember which item was incorrect so I'm just posting everything.

  6. #6
    The controls are OK except offset where there is a little difference between yours and mine with number_dropadd control.

    I tested in local, no error, no link between HP and Wealth.

    I think there was a conflict with some controls names (your 2. in last message). I'll try with a player this evening.

  7. #7
    Can someone help me with this error (see screenshot). I get it on the half of PC sheets. 2 of my players get an error while switching to the Abilities tab and the 2 others get none...

    I don't understand the problem... I tried to create new sheets, clear player's cache, nothing work.


  8. #8
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,678
    Blog Entries
    1
    Religion is anchored to Reputation and either the order is wrong or something else is stopping Reputation from being displayed so Religion cant be anchored.
    Start with why Reputation is not showing...

  9. #9
    Thanks for the answer!

    But, I just don't understand. Two sheets works fine and the two other don't.
    I tried with and without text in reputation control and number, no error on the working sheets.

    The codes is just the same as Concept and Nation (plus numbercontrol).
    Code:
    			<frame_char name="detailframe">
    				<bounds>15,0,-29,85</bounds>
    			</frame_char>
    			<string_labeled name="concept">
    				<anchored to="detailframe" position="insidetopleft" offset="15,10" width="200" height="20" />
    				<labelres>char_label_concept</labelres>
    			</string_labeled>
    			<string_labeled name="nation">
    				<anchored to="concept" position="right" offset="5,0" width="245" />
    				<labelres>char_label_nation</labelres>
    			</string_labeled>
    			<string_labeled name="reputations">
    				<anchored to="detailframe" position="insidetopleft" offset="15,45" width="90" height="20" />
    				<labelres>char_label_reputations</labelres>
    			</string_labeled>
    			<number_dropadd name="reputationsnumber" source="reputationsnumber.slot.amount">
    				<anchored to="detailframe" position="insidetopleft" offset="115,45" width="20" height="20" />
    			</number_dropadd>			
    			<stringcontrol name="wealth_label">
    				<anchored to="detailframe" position="insidetopleft" offset="150,45" width="150" height="20" />
    				<font>chatfont</font>			
    				<static textres="char_label_wealth" />
    			</stringcontrol>	
    			<number_dropadd name="wealthnumber" source="wealthnumber.slot.amount">
    				<anchored to="detailframe" position="insidetopleft" offset="210,45" width="20" height="20" />
    			</number_dropadd>	
    			<string_labeled name="religion">
    				<anchored to="reputations" position="right" offset="135,0" width="225" />
    				<labelres>char_label_religion</labelres>
    			</string_labeled>

  10. #10
    damned's Avatar
    Join Date
    Mar 2011
    Location
    Australia
    Posts
    26,678
    Blog Entries
    1
    That would suggest a data mismatch or error in those specific sheets data.
    Are there are other errors or warnings?
    What happens on new Characters?

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
  •  
5E Character Create Playlist

Log in

Log in