MapTool 1.3 Development Build 56

New build announcements plus site news and changes.

Moderators: dorpond, trevor, Azhrei, Craig

MeMeMe
Dragon
Posts: 256
Joined: Tue Mar 31, 2009 7:44 pm

Re: MapTool 1.3 Development Build 56

Post by MeMeMe »

Aha, thanks!

Now I can see them in the Resource Library. How do I select them - when I click the Image or Grid Image token type and have to browse for a file, where exactly are they?
MapTools Forks: Thread

Phergus
Deity
Posts: 7132
Joined: Fri May 12, 2006 8:56 pm
Location: Middle of Nowhere, NM
Contact:

Re: MapTool 1.3 Development Build 56

Post by Phergus »

Gee, I wonder where I saw this question predicted....

@MeMeMe - They are found in your user home directory under .maptool\resource\Default\States

MeMeMe
Dragon
Posts: 256
Joined: Tue Mar 31, 2009 7:44 pm

Re: MapTool 1.3 Development Build 56

Post by MeMeMe »

Thanks, Phergus.

Shame there isn't an easier way.

Also I suspect not every user will know what the home directory is.
MapTools Forks: Thread

Phergus
Deity
Posts: 7132
Joined: Fri May 12, 2006 8:56 pm
Location: Middle of Nowhere, NM
Contact:

Re: MapTool 1.3 Development Build 56

Post by Phergus »

Agree 100%.

User avatar
toyrobots
Dragon
Posts: 278
Joined: Sat Apr 12, 2008 4:17 pm

Re: MapTool 1.3 Development Build 56

Post by toyrobots »

Could a friendly person with some development knowledge give me an educated guess as to how long before 1.3 final?

I need to factor this into my "plans" ...

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Re: MapTool 1.3 Development Build 56

Post by trevor »

MeMeMe wrote: Shame there isn't an easier way.
There will be, I was disappointed when I saw that it goes directly to the file system, I'll be swapping that out for the typical asset tree
Dreaming of a 1.3 release

User avatar
FdL
Giant
Posts: 201
Joined: Thu Feb 28, 2008 5:21 pm

Re: MapTool 1.3 Development Build 56

Post by FdL »

I want to know whether this is a bug or intended. Then I'll post it on the right place.

If you set portrait size to zero, the statsheet dissappears too.

As I said earlier, there should be a tick box to have portrait visible or not, just as there's one for stat sheet now.

User avatar
Hawke
Great Wyrm
Posts: 2261
Joined: Sat Apr 21, 2007 12:12 am
Location: Albuquerque, NM

Re: MapTool 1.3 Development Build 56

Post by Hawke »

FdL wrote:I want to know whether this is a bug or intended. Then I'll post it on the right place.

If you set portrait size to zero, the statsheet dissappears too.

As I said earlier, there should be a tick box to have portrait visible or not, just as there's one for stat sheet now.
I think if you set it to 1 you might get the desired result

User avatar
FdL
Giant
Posts: 201
Joined: Thu Feb 28, 2008 5:21 pm

Re: MapTool 1.3 Development Build 56

Post by FdL »

Hawke wrote:
FdL wrote:I want to know whether this is a bug or intended. Then I'll post it on the right place.

If you set portrait size to zero, the statsheet dissappears too.

As I said earlier, there should be a tick box to have portrait visible or not, just as there's one for stat sheet now.
I think if you set it to 1 you might get the desired result
That's exactly what I ended up doing. Even though it helps block less of the screen for me, it's not the way it should work. But well, it's a minor issue.

Strumiker
Kobold
Posts: 3
Joined: Mon May 04, 2009 10:45 pm

Re: MapTool 1.3 Development Build 56

Post by Strumiker »

I'm fairly new to MapTool, but I just have a quick little question on if something is working properly or if I'm missing the boat.

The problem I'm having deals with:
json.reverse

I originally had it in a token macro to reverse a long string/array. It didn't work there, so I made a simple test macro to see if it works:

Code: Select all

[r:a = json.fromList("1,2,3,4")]
[r:json.reverse(a)]
[r:json.shuffle(a)]
This returns the following:

Code: Select all

« a = json.fromList("1,2,3,4") = a = json.fromList("1,2,3,4") = [1,2,3,4] » « json.reverse(a) = json.reverse([1,2,3,4]) = [1,2,3,4] » « json.shuffle(a) = json.shuffle([1,2,3,4]) = [2,4,1,3] »
So the json.shuffle there is to make sure the array is correct, which it seems to be, but the json.reverse doesn't seem to be.

Like I said, I'm pretty new to MapTools - and JSON too. Am I doing something wrong? Should I move this question somewhere else?

User avatar
Mrugnak
Dragon
Posts: 745
Joined: Mon Jul 21, 2008 7:38 pm

Re: MapTool 1.3 Development Build 56

Post by Mrugnak »

Strumiker wrote:Am I doing something wrong? Should I move this question somewhere else?

I'd suggest creating a new thread in the MapTools forum will get you more attention from more people, who might be able to help. If it's confirmed as a bug, once it's discussed in the MapTools forum you can create a thread in the Bug Report sub forum which will generally get it addressed by a developer.

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Re: MapTool 1.3 Development Build 56

Post by trevor »

FdL wrote:I want to know whether this is a bug or intended. Then I'll post it on the right place.

If you set portrait size to zero, the statsheet dissappears too.

As I said earlier, there should be a tick box to have portrait visible or not, just as there's one for stat sheet now.
That's a bug :P
Dreaming of a 1.3 release

User avatar
FdL
Giant
Posts: 201
Joined: Thu Feb 28, 2008 5:21 pm

Re: MapTool 1.3 Development Build 56

Post by FdL »

trevor wrote:
FdL wrote:I want to know whether this is a bug or intended. Then I'll post it on the right place.

If you set portrait size to zero, the statsheet dissappears too.

As I said earlier, there should be a tick box to have portrait visible or not, just as there's one for stat sheet now.
That's a bug :P
Okay, I'll go report it then :)

User avatar
Veggiesama
Dragon
Posts: 619
Joined: Wed Aug 29, 2007 1:18 am

Re: MapTool 1.3 Development Build 56

Post by Veggiesama »

I found out that if you (GM) drop a token onto the board, it will be an NPC always, no matter if you saved it as a PC or NPC.

Is this already known?
My D&D 4e Campaign FrameworkMy Shadowrun 4e Campaign Framework
RPGA#: 5223846427 — Skype: Veggiesama — Fear the ferret.

Phergus
Deity
Posts: 7132
Joined: Fri May 12, 2006 8:56 pm
Location: Middle of Nowhere, NM
Contact:

Re: MapTool 1.3 Development Build 56

Post by Phergus »

Pretty sure there is a bug report on that already. Dropping a token follows the preferences settings irrespective of the actual token. (All of that was put in long before there was an .rptok file.)

But the Bug Report forum would be the correct place to report it.

Post Reply

Return to “Announcements”