Journeyometer 2: Rivendell is live!
-
- Posts: 5162
- Joined: Mon Jan 13, 2014 5:20 pm
Re: Elfcrusher's Journeyometer
James,
When you are clicking the Choose File button, does your screen look this:
If so, the problem is that you have a security feature enabled. But don't change anything...I'll fix it later tonight so that it works even with that feature on.
When you are clicking the Choose File button, does your screen look this:
If so, the problem is that you have a security feature enabled. But don't change anything...I'll fix it later tonight so that it works even with that feature on.
Last edited by Glorelendil on Mon Jun 02, 2014 1:02 am, edited 1 time in total.
The Munchkin Formerly Known as Elfcrusher
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
-
- Posts: 5162
- Joined: Mon Jan 13, 2014 5:20 pm
Re: Elfcrusher's Journeyometer
Ok, try it again now.
(For those who are interested: I was linking to various .js and .css files from their hosts; I suspect his security settings, or anti-ad filter, was not letting web pages load files from different domains, so those files weren't getting loaded. One of them, d3.js, is critical. So I made them all local instead of remote.)
P.S. This morning I just pushed a fix to the travel roll computation. I'm still not getting exactly the same results as the Erebor to Beorn's House sample in the LG, but it's pretty close. The difference may just be the difference between estimating cell counts from a freehand line and clicking on discrete cells.
- I also finally fixed the direction problem: it now assumes that whichever cell is closest to the first cell you selected is the beginning of the journey. The "reverse direction" button remains.
- Also made the control panel switch automatically to the Journey tab when you start selecting cells. If this is annoying instead of helpful I will disable.
(For those who are interested: I was linking to various .js and .css files from their hosts; I suspect his security settings, or anti-ad filter, was not letting web pages load files from different domains, so those files weren't getting loaded. One of them, d3.js, is critical. So I made them all local instead of remote.)
P.S. This morning I just pushed a fix to the travel roll computation. I'm still not getting exactly the same results as the Erebor to Beorn's House sample in the LG, but it's pretty close. The difference may just be the difference between estimating cell counts from a freehand line and clicking on discrete cells.
- I also finally fixed the direction problem: it now assumes that whichever cell is closest to the first cell you selected is the beginning of the journey. The "reverse direction" button remains.
- Also made the control panel switch automatically to the Journey tab when you start selecting cells. If this is annoying instead of helpful I will disable.
The Munchkin Formerly Known as Elfcrusher
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
Re: Elfcrusher's Journeyometer
I've been doing some more testing, and it seems quite nice. I'm glad you fixed the direction problem. I think I prefer the auto-journey tab switching, but I don't think it's a huge deal either way.
I was wondering, are you going to enable the dates in the shire calendar?
I was wondering, are you going to enable the dates in the shire calendar?
I smashed down the light and dared Valinor
I smashed down the light, revenge will be mine
I smashed down the light, revenge will be mine
- jamesrbrown
- Posts: 564
- Joined: Thu May 09, 2013 5:15 am
- Location: Gilbert, AZ, USA
- Contact:
Re: Elfcrusher's Journeyometer
No, my screen doesn't look like that. Right after pressing "Choose File", my screen looks like this:
In this shot, I am about to choose my Adventurer's Map jpeg. After I choose it, I get the error. Interestingly, after I press the "Ok" on the error window, the map never shows up, but the file name appears in your window like I've chosen it. Like this:
In this shot, I am about to choose my Adventurer's Map jpeg. After I choose it, I get the error. Interestingly, after I press the "Ok" on the error window, the map never shows up, but the file name appears in your window like I've chosen it. Like this:
Please visit my blog, Advancement Points: The One Ring Files, for my TOR Resources
Re: Elfcrusher's Journeyometer
Silly question James, but have you tried it with the Loremaster Map? Sorry if you've already stated that upthread somewhere.
TOR resources thread: viewtopic.php?f=7&t=62
TOR miniatures thread: viewtopic.php?t=885
Fellowship of the Free Tale of Years: viewtopic.php?f=7&t=8318
TOR miniatures thread: viewtopic.php?t=885
Fellowship of the Free Tale of Years: viewtopic.php?f=7&t=8318
- jamesrbrown
- Posts: 564
- Joined: Thu May 09, 2013 5:15 am
- Location: Gilbert, AZ, USA
- Contact:
Re: Elfcrusher's Journeyometer
Yes. I've tried different pictures, both jpeg and png, including the Loremaster's Map. Theoretically, shouldn't you be able to open any jpeg by choosing file? It seems like a simple process, but there is something in the coding that my laptop doesn't quite like.
Please visit my blog, Advancement Points: The One Ring Files, for my TOR Resources
- jamesrbrown
- Posts: 564
- Joined: Thu May 09, 2013 5:15 am
- Location: Gilbert, AZ, USA
- Contact:
Re: Elfcrusher's Journeyometer
Ok. I got it to work with Google Chrome as a browser. Very cool! So, the issue is with Safari. I am going to make sure that I have the latest version of Safari and see if that fixes things. Otherwise, that's where the bug is.
Please visit my blog, Advancement Points: The One Ring Files, for my TOR Resources
Re: Elfcrusher's Journeyometer
Two quick questions from a newb:
1) Any way to get good jpeg of the Adventurer's Map besides scanning it in?
2) Is this calculator out of date? I know Elfcrusher's is superior but this one works nicely on my tablet (which is easier to keep at the table than a lappy)
1) Any way to get good jpeg of the Adventurer's Map besides scanning it in?
2) Is this calculator out of date? I know Elfcrusher's is superior but this one works nicely on my tablet (which is easier to keep at the table than a lappy)
Elfcrusher wrote:But maybe the most important difference is that in D&D the goal is to build wtfpwn demi-god characters. In TOR the goal is to stay alive long enough to tell a good story.
-
- Posts: 5162
- Joined: Mon Jan 13, 2014 5:20 pm
Re: Elfcrusher's Journeyometer
Ok, I disabled the try/catch block that was throwing that error, so that it will actually hit the error deeper in the code.
Go into Preferences, clicked the Advanced Tab, and at the bottom check "Show Develop menu in menu bar".
Now go to the menu that just appeared and click "Show Error Log".
Now try to reload the application and load your image; in the error log it should give you the same error you've been seeing, but with a filename and line of where the error is happening.
One more question, though....what version of Safari are you using? It just occurred to me that the File protocol I'm using has not been a standard for very long.
Go into Preferences, clicked the Advanced Tab, and at the bottom check "Show Develop menu in menu bar".
Now go to the menu that just appeared and click "Show Error Log".
Now try to reload the application and load your image; in the error log it should give you the same error you've been seeing, but with a filename and line of where the error is happening.
One more question, though....what version of Safari are you using? It just occurred to me that the File protocol I'm using has not been a standard for very long.
The Munchkin Formerly Known as Elfcrusher
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
-
- Posts: 5162
- Joined: Mon Jan 13, 2014 5:20 pm
Re: Elfcrusher's Journeyometer
Unfortunately, scanning the image will almost definitely give you the wrong scale. I had to hard code some numbers to make the grid lines calibrate perfectly. In the "some day" feature hopper is a calibration tool so that you can use your favorite map, but that's a ways off.shipwreck wrote:Two quick questions from a newb:
1) Any way to get good jpeg of the Adventurer's Map besides scanning it in?
2) Is this calculator out of date? I know Elfcrusher's is superior but this one works nicely on my tablet (which is easier to keep at the table than a lappy)
I sent you a PM with some things to try, though.
The Munchkin Formerly Known as Elfcrusher
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
Journey Computer | Combat Simulator | Bestiary | Weapon Calculator
Who is online
Users browsing this forum: Geomtje and 8 guests