Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Realm Works Forums > Realm Works Discussion

Notices

Reply
 
Thread Tools Display Modes
Exmortis
Senior Member
 
Join Date: Sep 2012
Location: Ottawa, Canada
Posts: 781

Old March 10th, 2020, 03:22 AM
Quote:
Originally Posted by Farling View Post
This tool is trivial compared to my former job writing air traffic control systems :-)
OMG I cant imagine!

Exmortis aka "Scott"
RW - Needs Rez spell
HL - Game Master/Designer
RPG Tools - Campaign Cartographer 3+, D20 Pro Ultimate
Real Life - IT Security
Hobby - Anything on water or ATV
Exmortis is offline   #111 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old March 10th, 2020, 04:51 AM
Version 2.5 is available

If you don't like the default map pin format, you can now change the format using the new "map pin" dialog window.

If you mess things up, you can restore the default formats for each part of the pin in the same dialog.

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #112 Reply With Quote
malvernas
Junior Member
 
Join Date: Aug 2013
Location: San Diego
Posts: 16

Old March 27th, 2020, 10:59 AM
Thanks Farling! I was trying to use the old version that was in the forums and was having issues. this new version solved all my issues!!!!!!
malvernas is offline   #113 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old March 27th, 2020, 02:46 PM
Quote:
Originally Posted by malvernas View Post
Thanks Farling! I was trying to use the old version that was in the forums and was having issues. this new version solved all my issues!!!!!!
Good to hear :-)

I'm still waiting for suggestions from anybody for any improvements to the formatting.

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #114 Reply With Quote
Merion
Senior Member
 
Join Date: Mar 2014
Location: Germany, so please bear with my English
Posts: 378

Old March 28th, 2020, 11:41 AM
Well, I tried playing with the css but my experience with css equals zero, so all I managed to change was the fonts and their formatting. Tried to add columns and padding and failed at both. Didn't spend fore than 2h max on it though.

My idea was to make it look more like the page of an official rulebook or supplement.

Find my stuff on

_|_ F i c t i o n a l m a p s . c o m _|_ D r i v e t h r u R P G _|_

Last edited by Merion; March 28th, 2020 at 11:49 AM.
Merion is offline   #115 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old April 1st, 2020, 12:40 PM
Quote:
Originally Posted by Merion View Post
Well, I tried playing with the css but my experience with css equals zero, so all I managed to change was the fonts and their formatting. Tried to add columns and padding and failed at both. Didn't spend fore than 2h max on it though.

My idea was to make it look more like the page of an official rulebook or supplement.
To get the body of each topic into two columns, you can add the following to theme.css

Code:
.topicBody {
    column-count: 2;
}
.contents {
   break-inside: avoid;
}
If you want each section within a topic to start in its own multi-column layout, then you could also add the following:

Code:
.section1 {
   column-span: all;
}
If you want the text to reduce to a single column if the window is narrow (e.g. being viewed on a phone), then you can use the following extra text (for a minimum column width of 300 pixels):

Code:
.topicBody {
    column-count: 2;
    column-width: 300px;
}

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal

Last edited by Farling; April 6th, 2020 at 12:30 AM.
Farling is offline   #116 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old April 28th, 2020, 02:52 AM
V2.6 is available

This release updates the functionality of map pins.

Different map pin shapes are used for pins that link to other topics, and pins that are not linked. (In the future, this will be expanded further to have different pins based on the category of the linked topic - e.g. all links to cities will use one shape; links to dungeons will use a different shape.)

If a map pin is defined without any additional text, and the map pin is linked to another topic, then the text from the first section of the topic is used to populate the pin.

The only text that is used is multi-line text snippets, and both normal contents and GM directions will be used if not present on the pin.

(The summary of linked topics is what I've wanted in RW for a while.)

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #117 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old April 28th, 2020, 04:16 AM
Version 2.7 is available

This minor update expands on the popup tooltips that were added as part of 2.6.

The expanded tooltip is automatically created for all links within articles, not just map pins.

This allows the first section of each topic to be viewed without having to click on a link.

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #118 Reply With Quote
Acenoid
Senior Member
 
Join Date: Dec 2013
Posts: 798

Old April 29th, 2020, 02:27 AM
EDIT: deleted text (posted this in the wrong thread)

Join the (unofficial) Realm-Works IRC Chat: #realm-works on the Rizon Network (https://wiki.rizon.net/index.php?title=Servers)
-> Browser Client: https://kiwiirc.com/client/irc.rizon.net

Last edited by Acenoid; April 30th, 2020 at 05:26 PM.
Acenoid is offline   #119 Reply With Quote
lancealittle
Junior Member
 
Join Date: Apr 2014
Posts: 15

Old May 3rd, 2020, 11:32 AM
hey Farling, is it ok with you if i put the Output Format tool into the RW Facebook Group files section ? That way peeps in there who aren't fans of forums can find it easier...

Regards, Paul
lancealittle is offline   #120 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 07:57 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.