Thread: MoreCore Ruleset
-
January 10th, 2020, 12:30 #1731
Thanks for this Ctmega
I have added tags for the missing TTF font file in the next build.
I dont believe that the current build has any visible tags - what version of MoreCore are you using?
I cant recreate your /myinit error - could you please export and upload the character xml file?
-
January 10th, 2020, 12:51 #1732

Zealot
- Join Date
- May 2016
- Posts
- 84
Version 1.51
Attached is my Dragon Age Character sheet template. It is a work in progress but should allow you to replicate the error on Unity. Basically the /myinit roll is tied to a manually defined modifier as (p1). It's basically a 3d6+(p1) roll. Ultimately I tried to drag in the Dex Modifier value and focus (Conditional +2) values for (a) and (b) but could never get it to calculate properly so I went back to having the player enter the calculated value in the provided box.
Thanks!
-
January 10th, 2020, 13:03 #1733
Very strange... so this also works fine for you in FGC?
I havent yet installed FGU...
-
January 10th, 2020, 13:21 #1734

Zealot
- Join Date
- May 2016
- Posts
- 84
Yeah, it seems to work fine in FGC (Doesn't generate errors anyway) and the value gets updated in the linked field on the character sheet as well as the CT.
On Unity, it doesn't update the linked field because it never calculates the roll. It rolls the dice but never captures the output in chat.
-
January 11th, 2020, 07:45 #1735
-
January 12th, 2020, 01:48 #1736Crusader
- Join Date
- Jul 2017
- Posts
- 27
Is 1.51 the most current version, it just seems odd that there hasn't been any changes in 9 months
-
January 12th, 2020, 02:03 #1737
-
January 12th, 2020, 02:05 #1738Crusader
- Join Date
- Jul 2017
- Posts
- 27
-
January 12th, 2020, 02:14 #1739
Hi Jedrious
That is not in my plans for MoreCore.
You can write an extension to add another Tab for more Rolls or you could overwrite the MoreData tab with your definitions.
The required code looks like this:
Code:<list_text name="cliroller"> <anchored to="cas2"> <left offset="10" /> <top offset="30" /> <right offset="-4" /> <bottom offset="-10" /> </anchored> <newfocus>name</newfocus> <datasource>.clilist2</datasource> <class>cli_rolls</class> <acceptdrop> <class>cas</class> <class>trackers</class> <field>*</field> </acceptdrop> </list_text> <scrollbar_rolls name="scroll_2"> <anchored to="cas2" /> <target>cliroller</target> </scrollbar_rolls>
cliroller is the listname - each list needs a unique name
cas2 is the parent frame name - each list is typically in a separate frame, each frame has a unique name (in fact all named entities should have unique names)
.clilist is the node name in the database - each list needs its own node
the accept drop section is where it tells the list what datatypes to accept - trackers is largely redundant since we combined that functionality into rolls (previously called cas)
the scrollbar is for lists that overrun the frame length/height
-
January 12th, 2020, 02:29 #1740Crusader
- Join Date
- Jul 2017
- Posts
- 27
screenshot moredata.jpg Just to make sure, the highlighted section is what I would replace, correct?
Thread Information
Users Browsing this Thread
There are currently 13 users browsing this thread. (0 members and 13 guests)

Reply With Quote


Bookmarks