-
October 4th, 2021, 03:28 #61
- Join Date
- May 2018
- Posts
- 199
-
October 4th, 2021, 12:37 #62
You might find some of these helpful in getting started...
https://www.youtube.com/watch?v=R_Cu...668LyJXmfk25Yv
-
October 4th, 2021, 14:04 #63
- Join Date
- Apr 2015
- Posts
- 82
That tutorial is pretty old at this point, and I haven't updated it. I know a lot has changed, so it's likely that something that DID work doesn't work anymore. If I get a chance, I'll take a look at updating it.
-
October 4th, 2021, 16:28 #64
- Join Date
- May 2018
- Posts
- 199
-
October 4th, 2021, 17:31 #65
- Join Date
- Apr 2015
- Posts
- 82
I figure out the issue (at least the title issue).
It used to be that you had to provide a graphics file (png) for the title. At some point, they modernized it so that you could provide a string instead and the title would be automagically formatted to put the string on the graphic as needed. Here is the code I used to put a title on. It's pretty straight forward. It adds a string resource for the title, and then adds a windowtitlebar with that resource.
Code:<?xml version="1.0" encoding="iso-8859-1"?> <root> <icon file="graphics/TutorialTitle5E.png" name="TutorialTitle" /> <string name="tutorial_title">Tutorial</string> <windowclass name="TutorialWindow"> <frame>campaignlistwithtabs</frame> <sheetdata> <banner_campaign> <icon>TutorialTitle</icon> </banner_campaign> <windowtitlebar name="title"> <resource>tutorial_title</resource> </windowtitlebar> <close_campaignlist /> </sheetdata> </windowclass> </root>
-
December 1st, 2022, 02:11 #66
- Join Date
- Oct 2022
- Posts
- 27
So, I'm in the Tutorial at the Minimum Viable Product Step 4 where it says to switch to using <frame>campaignlistwithtabs</frame>
and it doesn't do anything at all. (The previous steps have worked.)
Has FGU now dropped the campaignlistwithtabs? If so, what can I use instead (in the tutorial)?
-
December 1st, 2022, 02:43 #67
This tutorial was written a long time ago. I havent tried it.
What you should do is unpack CoreRPG and then use an editor with Find In Files functionality and search for campaignlistwithtabs and see what it finds, follow it back until you find your answer.
-
December 1st, 2022, 10:24 #68
- Join Date
- Oct 2022
- Posts
- 27
Where do I find CoreRPG and how do I “unpack” it?
-
December 1st, 2022, 18:52 #69
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 21,105
Any non-vaulted rulesets and extensions are located in the FG data folder under rulesets and extensions subfolder. You can get to the FG data folder using the folder button on the launch screen.
There is a whole topic devoted to where files are located, and how they work in the Developer Guide on the wiki that you should read.
https://fantasygroundsunity.atlassia...Files+Overview
Regards,
JPG
-
December 4th, 2022, 17:32 #70
Be aware, once you unpack core rpg (or any ruleset or module) FG will no longer see updates to that item (because the compressed file will get updated, but FG always reads unpacked references first)
Problems? See; How to Report Issues, Bugs & Problems
On Licensing & Distributing Community Content
Community Contributions: Gemstones, 5E Quick Ref Decal, Adventure Module Creation, Dungeon Trinkets, Balance Disturbed, Dungeon Room Descriptions
Note, I am not a SmiteWorks employee or representative, I'm just a user like you.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks