Starfinder Playlist

Thread: Help!!!!!

  1. #1
    jhall6766's Avatar
    Join Date
    Sep 2014
    Location
    SouthCentrall, Pa
    Posts
    200

    Help!!!!!

    Hi ....
    I did a Mod listing the Deities of Aihrde... However I tried to organize them under the different types of Deities, But when I check in player mode its not organized in the manner I wanted.. instead It just offers a list of all the deities... Is there a way to organize in a better way or do I need a seperate mod for each grouping????
    I have the Ultimate License
    My timezone is Eastern U.S.A
    I'm looking to experience a wide range of game systems.. After playing a bit , I hope to Gm 1 game biweekly.
    https://www.fantasygrounds.com/calen...ex.xcp?id=1380 for D&D5E Saturday night game
    https://the-lost-mines-of-phandelver...dianportal.com and https://candar.obsidianportal.com[SIGPIC][/SIGPIChttps://www.fantasygrounds.com/forums/image.php?type=sigpic&userid=28042&dateline=143231 4775]

  2. #2
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,413
    If you want specific lists you need to create each list.

    Assuming you're doing this in the Castles & Crusades ruleset, have a look at the players handbook module (TLG80114FG2_CnC_Players_Handbook_5th_Printing.mod ). The main entries for most data is in the <library> and <reference> sections, but there are a couple of sections called <lists> (there is actually two sections called lists, which is a bit confusing).

    For example, the list of character classes are at lists.classes and this is basically just a list of the class names with links to the actual data in reference.classes:

    Code:
    <lists static="true">
    		<classes>
    			<name type="string">Classes</name>
    			<index>
    				<fighter>
    					<listlink type="windowreference">
    						<class>referencetextwide</class>
    						<recordname>reference.classes.fighter</recordname>
    					</listlink>
    					<name type="string">Fighter</name>
    				</fighter>
    				<ranger>
    					<listlink type="windowreference">
    						<class>referencetextwide</class>
    						<recordname>reference.classes.ranger</recordname>
    					</listlink>
    					<name type="string">Ranger</name>
    				</ranger>
    				<rogue>
    					<listlink type="windowreference">
    						<class>referencetextwide</class>
    						<recordname>reference.classes.rogue</recordname>
    					</listlink>
    					<name type="string">Rogue</name>
    				</rogue>
    				<assassin>
    					<listlink type="windowreference">
    						<class>referencetextwide</class>
    						<recordname>reference.classes.assassin</recordname>
    					</listlink>
    					<name type="string">Assassin</name>
    				</assassin>
    ...
    ...
    ...
    With reference.classes.fighter being where all the data for the fighter class is.

    If you want to make specific lists, then you'll need to make these individual lists and then reference each list from the library.entries section of the module - as this is the top level of the module and what is displayed in the library. For example library.entries.e_classes is the link to open the classes list:

    Code:
    <e_classes>    
       <librarylink type="windowreference">
    		<class>referenceindex</class>
    		<recordname>lists.classes</recordname>
    	</librarylink>
    	<name type="string">Classes</name>
    </e_classes>
    Relating this to the actual library entries:




    The numbers in the image above are described in the following list:
    1. This is the base module entry, click on this and it will display the high level library menu in #2.
    2. This is the high level library menu. This is defined in the module XML in library.entries If the "Classes" link is pressed the lists.classes referenceindex is opened in #3 (see the <e_classes> link code above).
    3. The referenceindex windowclass and displays the data stored in lists.classes (some of this code is shown higher up in this post) - basically this is a list of names with a corresponding <listlink> entry that tells FG where to get the data when the link is pressed and what window class to open to display the data.
    4. When the "Fighter" link is pressed, FG displays the data stored in the XML at reference.classes.ranger in the referencetextwide window class (the definition of the GUI window).
    5. This is the referencetextwide displaying the data from reference.classes.ranger.


    Hope that points you in the right direction - keep referring to the standard C&C modules for various examples - if you see something you like in the module within the FG GUI, look in the module XML and see how it is setup.
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  3. #3
    jhall6766's Avatar
    Join Date
    Sep 2014
    Location
    SouthCentrall, Pa
    Posts
    200
    Thank You for the quick response.. This will be helpful.
    I have the Ultimate License
    My timezone is Eastern U.S.A
    I'm looking to experience a wide range of game systems.. After playing a bit , I hope to Gm 1 game biweekly.
    https://www.fantasygrounds.com/calen...ex.xcp?id=1380 for D&D5E Saturday night game
    https://the-lost-mines-of-phandelver...dianportal.com and https://candar.obsidianportal.com[SIGPIC][/SIGPIChttps://www.fantasygrounds.com/forums/image.php?type=sigpic&userid=28042&dateline=143231 4775]

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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
  •  
STAR TREK 2d20

Log in

Log in