View Single Post
AEIOU
Senior Member
 
Join Date: Jan 2012
Posts: 1,147

Old July 25th, 2015, 12:18 PM
The Syrinscape thread spurred thinking about possibilities for connecting to a web-based alternative. The recent linking to pages of a PDF thread pushed me in the right direction. There could be a simpler way but this works for me. I know LWD is looking at a better solution as their FAQ says linking to websites is a high priority for them.

1) Pick a website that you want to have a link to from within RealWorks. I'm going to use the tabletopaudio website's soundpad.
2) Open a new text document in NotePad: Right-click desktop, choose New, choose Text Document
3) Past the following into the blank NotePad document:
Code:
@ECHO OFF
SET BROWSER=chrome.exe
SET WAIT_TIME=2
START %BROWSER% -new-tab "http://tabletopaudio.com/dungeon_sp.html"
@ping 127.0.0.1 -n %WAIT_TIME% -w 1000 > nul
pause
4) Change the browser in line two to whatever you use, probably chrome.exe or firefox.exe or iexplore.exe
5) Change the website in line four to whatever you would like.
6) IMPORTANT -- now Save As and change type to All Files, then change the file extension for the file from .txt to .bat
7) Open RW and add a Foreign Object snippet to a Category, choose Load from File, browse to where you saved your new batch file and select it.
8) Voila

You can use this to add links to websites for random generators, reference lookups, whatever....

Here's the PDF thread which provides lots of great ideas that may be helpful for others trying to link to outside sources: http://forums.wolflair.com/showthrea...highlight=page
AEIOU is offline   #1 Reply With Quote