Search found 7112 matches

by Phergus
Wed Sep 09, 2020 10:03 pm
Forum: MapTool
Topic: Noob install 'ransomware' flagged
Replies: 4
Views: 746

Re: Noob install 'ransomware' flagged

The links on that page are from GitHub so that's good. As you say, it's probably just a false positive from BitDefender though I would have expected enough folks that use BitDefender have already downloaded and installed 1.7.0 to keep that from happening. Being cautious is still a good idea. I check...
by Phergus
Wed Sep 09, 2020 5:08 pm
Forum: Announcements
Topic: MapTool 1.8.0 Beta 2 Released
Replies: 18
Views: 14087

Re: MapTool 1.8.0 Beta 2 Released

MT is self-contained. The JVM is part of the install process and is in the install directory.

If you're futzing around with the .jar file then you'll have to install a working Java 14 with JFX to launch it with.
by Phergus
Wed Sep 09, 2020 8:37 am
Forum: MapTool
Topic: Noob install 'ransomware' flagged
Replies: 4
Views: 746

Re: Noob install 'ransomware' flagged

This is the first I've heard of this happening for 1.7. Did you download the installer from the Github site?

The MapTool install doesn't include a nvdrssel.bin file nor would it directly access it.

This is the SHA-1 for the installer:
Screenshot 2020-09-09 06.36.04.png
Screenshot 2020-09-09 06.36.04.png (13.29 KiB) Viewed 733 times
by Phergus
Wed Sep 09, 2020 12:26 am
Forum: Announcements
Topic: MapTool 1.8.0 Beta 2 Released
Replies: 18
Views: 14087

Re: MapTool 1.8.0 Beta 2 Released

I wouldn't expect any issues with installing over a folder containing your 1.7 install. Myself, I still install each version in its own directory but that's because I am frequently running multiple versions.
by Phergus
Tue Sep 08, 2020 4:26 pm
Forum: Announcements
Topic: MapTool 1.8.0 Beta 2 Released
Replies: 18
Views: 14087

MapTool 1.8.0 Beta 2 Released

MapTool now uses Java 14 from AdoptOpenJDK. The installers are now built using jpackage and are a little different. Please report back if you run into issues with installers on the various platforms. Download MT 1.8.0-beta.2 here Lots of enhancements, bug fixes and performance improvements to the c...
by Phergus
Fri Sep 04, 2020 8:52 am
Forum: Macros
Topic: DungeonDraft, portals and tokens
Replies: 7
Views: 4333

Re: DungeonDraft, portals and tokens

The native doors in Dungeondraft don't stand out that well. I tend to prefer slightly oversize doors to make them easier to see.
by Phergus
Thu Sep 03, 2020 6:34 pm
Forum: Macros
Topic: DungeonDraft, portals and tokens
Replies: 7
Views: 4333

Re: DungeonDraft, portals and tokens

DungeonDraft allows you to place portals, such as windows and doors, but of course in the import process, these are just part of the background map it seems. DD always bakes the portal images into the exported image. Nothing to do with the import process. If you use the "empty" portals in...
by Phergus
Sat Aug 22, 2020 4:38 pm
Forum: Macros
Topic: VBL, MBL, and VBL/MBL questions.
Replies: 6
Views: 712

Re: VBL, MBL, and VBL/MBL questions.

It appears that Wiki: getVBL() doesn't detect MBL at all.
by Phergus
Sat Aug 22, 2020 11:48 am
Forum: Macros
Topic: VBL, MBL, and VBL/MBL questions.
Replies: 6
Views: 712

Re: VBL, MBL, and VBL/MBL questions.

Only works for square grids but the basic idea. [h: res = input( "cx|0|X:|", "cy|0|Y:|" )] [h: abort(res)] [h: w = json.get(json.get(getInfo("map"),"grid"),"size")] [h:rectangle = json.set("{'shape':'rectangle'}", "x", cx*w, "...
by Phergus
Sat Aug 15, 2020 8:55 am
Forum: MapTool
Topic: Rolling dice - keep the Results
Replies: 2
Views: 317

Re: Rolling dice - keep the Results

Pretty much everything is possible with macros. You could put this in a macro: [r:1d20],[r:1d20],[r:1d20] Which would put out the three rolls individually. GM: 14,8,20 You could use: [h: t = 3d20][r: d = getNewRolls()] And get an array of the three rolls. GM: [12,1,7] Lots of ways to go. Dice_Expres...
by Phergus
Fri Aug 14, 2020 9:34 am
Forum: MapTool
Topic: [Solved] Fog of war resets itself now and then
Replies: 5
Views: 530

Re: Fog of war resets itself now and then

Are you using a framework you downloaded? That sounds like you are running some framework that is trying to only expose the currently visible area as tokens move. Without intervention via macros, previously exposed areas will stay exposed unless you use the Ctrl-Shift-O (expose only current visible)...
by Phergus
Fri Aug 07, 2020 5:48 pm
Forum: MapTool
Topic: Overlays.
Replies: 53
Views: 5332

Re: Overlays.

This is something that Reverend on the Discord server did. I put it into a campaign file to demo it.
MotionTrackerExample.png
MotionTrackerExample.png (290.31 KiB) Viewed 2500 times
MotionTrackerV2.cmpgn
(497.62 KiB) Downloaded 91 times
Click on the motion tracker token and run the motion_tracker macro from the selection window.
by Phergus
Tue Aug 04, 2020 12:49 pm
Forum: MapTool
Topic: IP v6
Replies: 16
Views: 1705

Re: IP v6

1) Probably? I have no way to test it here. 2.1) Correct 2.2) Maybe? Seems like that is the purpose of the router. To protect your PC from the outside world. 2.3) Maybe? I'm sure having IPv6 end-to-end would be best but perhaps there is a way to transit an IPv6 network along the way. 2.4) IPv6 is en...
by Phergus
Tue Jul 21, 2020 9:47 am
Forum: Feature Requests
Topic: [FREQ] DonJon Name Generator Function
Replies: 23
Views: 10813

Re: [FREQ] DonJon Name Generator Function

I tried. But I don't think I understand what the syntax needs to look like.
I definitely don't. Someone that knows about javascript/HTML5 stuff can probably figure out however.
by Phergus
Tue Jul 21, 2020 9:42 am
Forum: MapTool
Topic: Hiding Token Name
Replies: 4
Views: 530

Re: Hiding Token Name

Didn't say it was a good idea to do it. :D

Go to advanced search