Search found 1872 matches

by JamzTheMan
Thu Dec 27, 2018 12:13 pm
Forum: MapTool 1.4
Topic: 1.4+ Load Times with .exe file
Replies: 6
Views: 5445

Re: 1.4+ Load Times with .exe file

Are you launching the downloaded/setup exe to start or running it from the Windows start menu (assuming windows)?

It may also check for new versions (jwrapper is used and does additional things behind the scenes). This will be changed/removed in future versions.
by JamzTheMan
Mon Oct 22, 2018 4:09 pm
Forum: MapTool 1.4
Topic: FEATURE: Casting new light on MapTool
Replies: 16
Views: 10038

Re: FEATURE: Casting new light on MapTool

It very well could be. Being a hobby project, one can never say for sure how long anything will take. It'll be done when it's done. I do however have it "launching" currently but with lots of errors. There's so much to rip out and replace it's not funny. When I did TokenTool it took about ...
by JamzTheMan
Sat Oct 20, 2018 11:57 am
Forum: MapTool 1.4
Topic: [1.4.1.8] Default.theme location
Replies: 2
Views: 4552

Re: [1.4.1.8] Default.theme location

This should be more easily done with 1.4.1.9+ IF using javapackager to deploy as you get a static directory (in fact, should be user changeable during setup). JWrapper will be going away, I'm just not sure what @Azhrei has planned (as he wants to keep the Launcher and use jlink or something)
by JamzTheMan
Sat Oct 20, 2018 11:53 am
Forum: MapTool 1.4
Topic: FEATURE: Casting new light on MapTool
Replies: 16
Views: 10038

Re: FEATURE: Casting new light on MapTool

NP. Life happens so things get...delayed? :) Anyhoo,ya. I had put this on the back burner for what I'm calling MapTool 2.0 which is a pretty big rewrite converting over from a swing awt application to using JavaFX. I actually just started on it this month and...well, it's going to take months and mo...
by JamzTheMan
Wed Oct 10, 2018 9:28 pm
Forum: Macros
Topic: Reset and then clear FOW for a single token
Replies: 3
Views: 507

Re: Reset and then clear FOW for a single token

Via a macro for a single token? No. There is a restoreFoW() function that restores FoW for the whole map and then you can exposeFoW() for a single token.
by JamzTheMan
Sun Oct 07, 2018 11:56 am
Forum: General Discussion
Topic: Greetings from a new user
Replies: 10
Views: 1263

Re: Greetings from a new user

If you are using 1.4.1.8 then there should be a "Launcher" app, run that and adjust the memory. Note: you can also let it be blank and therefore have no max and it'll use as much as needed (up to a point) but with 32 you should be just fine. Another note: One reason to set a lower max memo...
by JamzTheMan
Sat Sep 22, 2018 3:45 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: 91.08 Pathfinder + D&D3.5 Framework
Replies: 202
Views: 193662

Re: 91.08 Pathfinder + D&D3.5 Framework

I thought it had one built in already? I know there are a LOT of macros to sift through but there should be one.

I had one many moons ago but started customizing it for Pathfinder...
by JamzTheMan
Wed Aug 22, 2018 11:37 am
Forum: MapTool 1.4
Topic: Full list of all MTscript functions as of 1.4.1.7
Replies: 14
Views: 3027

Re: Full list of all MTscript functions as of 1.4.1.7

FYI: Yea, I had to get a good list so I could add them as keywords for the editor. Sadly that then required editing another text file, run an external jar to create the class files for injection for the syntax highlighter. Never got a chance to find a way to automate/internalize it so adding new mac...
by JamzTheMan
Wed Aug 22, 2018 11:19 am
Forum: User Creations
Topic: PF2 Framework?
Replies: 11
Views: 8978

Re: PF2 Framework?

I'm slowly working on one. I was going to start changing the current PF framework over but the more and more I thought about it the better I thought it would be to just start over from "scratch". So much has changed and there are a few pain points/laggy parts that need to be fixed I'm opti...
by JamzTheMan
Sun Aug 19, 2018 1:03 pm
Forum: MapTool 1.4
Topic: Full list of all MTscript functions as of 1.4.1.7
Replies: 14
Views: 3027

Re: Full list of all MTscript functions as of 1.4.1.7

FYI: I already added a -macro argument to my fork that logs out all the functions in that version... basically: if (listMacros) { String logOutput = null; List<String> macroList = parser.listAllMacroFunctions(); Collections.sort(macroList); for (String macro : macroList) { logOutput += "\n"...
by JamzTheMan
Thu Aug 09, 2018 8:27 pm
Forum: MapTool 1.4
Topic: Just started using 1.4, how do I work this?
Replies: 4
Views: 622

Re: Just started using 1.4, how do I work this?

Correct, it only reveals FoW at the end point and at waypoints. Otherwise it reveals at every cell along the way. It's for performance or you have a reason to reveal that way. (It's useful if moving tokens 1000 feet or such). Or if you make a map with lots of lights and performance degrades, it's on...
by JamzTheMan
Thu Aug 09, 2018 8:24 pm
Forum: Developer Notes
Topic: Hello again
Replies: 5
Views: 6548

Re: Hello again

That could be true... So if you just comment you are working on it one of the admins can "assign" the issue to you.
by JamzTheMan
Mon Aug 06, 2018 4:15 pm
Forum: MapTool 1.4
Topic: Contributing to MapTool 1.4
Replies: 40
Views: 59758

Re: Contributing to MapTool 1.4

I didn't see an open pull request? Do you have a PR #?
by JamzTheMan
Mon Aug 06, 2018 4:09 pm
Forum: MapTool 1.4
Topic: Video as Map Background.
Replies: 52
Views: 7358

Re: Video as Map Background.

Yea, it's still a very early beta with hard coded links and such, not ready for a public beta...
by JamzTheMan
Mon Aug 06, 2018 4:05 pm
Forum: Developer Notes
Topic: Hello again
Replies: 5
Views: 6548

Re: Hello again

And before working on it, it would be appreciated if you assigned the issue to yourself. You could also comment on it and if it's complicated, a plan of attack. Most of us get emails/alerts when Issues are updated and respond right back to the issue with comments/suggestions.

Go to advanced search