Search found 25 matches

by Tielc
Tue Jun 30, 2015 3:34 pm
Forum: Macros
Topic: Problem with encode(), forms and umlauten
Replies: 42
Views: 5694

Re: Problem with encode(), forms and umlauten

I know I'm coming back to this way later in life. However, today I learned that apostrophes (') can be replaced with their html code equivalents, ie. ' (for single quote) or &#8217 (for apostrophe). I was putting everything in properties, but I will probably pull a lot of those now that I know t...
by Tielc
Wed Jun 24, 2015 8:53 am
Forum: Announcements
Topic: Test Build for 1.4b01
Replies: 12
Views: 4898

Re: Test Build for 1.4b01

Hello, I've been away from these forums for a few months and come back to see a new release on it's way. This is great news! I was curious, as it looks like the primary feature of this release is the ability to connect to a web client, would we might also see the ability to load htm file like Jams' ...
by Tielc
Mon Feb 23, 2015 3:09 pm
Forum: Macros
Topic: Problem with encode(), forms and umlauten
Replies: 42
Views: 5694

Re: Problem with encode(), forms and umlauten

Try holding your output in a variable. One trick I use with funky raw text is to put it all in a macro and use getMacroCommand(getMacroIndexes(macroName)). Then I don't have to worry about messing with quotes or special characters to put the data in to a variable. Then use [r: output] to dump it to...
by Tielc
Mon Feb 23, 2015 11:46 am
Forum: Macros
Topic: Problem with encode(), forms and umlauten
Replies: 42
Views: 5694

Re: Problem with encode(), forms and umlauten

Sorry, reply came in before I was finished writing mine :) I like the idea of storing the macro itself. I'll definitely look into that.
by Tielc
Mon Feb 23, 2015 11:45 am
Forum: Macros
Topic: Problem with encode(), forms and umlauten
Replies: 42
Views: 5694

Re: Problem with encode(), forms and umlauten

Thanks, for the response. Any chance you saw my edit to what was causing the issue? The n't in the body of a macro causes it to just output to the chat window and not launch a frame.
by Tielc
Mon Feb 23, 2015 11:23 am
Forum: Macros
Topic: Problem with encode(), forms and umlauten
Replies: 42
Views: 5694

Re: Problem with encode(), forms and umlauten

I suppose I am digging this up now too. I am writing a tool that pulls data out of hero lab to populate my tokens with properties and macros (similar to HL2MT). I have been running into issues when bringing over some of the text directly (from the character sheet) into a macro (form). It works as su...
by Tielc
Mon Jan 05, 2015 6:20 pm
Forum: Bug Reports
Topic: Has Sight Checkbox not preserved when saving token
Replies: 3
Views: 950

Re: Has Sight Checkbox not preserved when saving token

Good point, I'm using Maptool 1.3.b91, Java 7 Update 72, Windows 7 Enterprise 64bit. I drag a Token onto Maptool, Has Sight is checked by default. I uncheck Has Sight, save the token, delete the token off from map, place a new instance of the token (from the Desktop where I saved it) Has Sight is ch...
by Tielc
Mon Jan 05, 2015 9:51 am
Forum: TokenTool
Topic: Custom TokenTool 1.0b32 (Nerps!)
Replies: 69
Views: 47420

Re: Custom TokenTool 1.0b32 (Nerps!)

Thanks, the good news is a lot of the properties in the content.xml file is only used while inside of Maptool. The content.xml file can be stripped of almost everything nonessential and still allow the token to be placed. Maptool will add the necessary properties to the object upon placement it look...
by Tielc
Mon Jan 05, 2015 8:56 am
Forum: Bug Reports
Topic: Has Sight Checkbox not preserved when saving token
Replies: 3
Views: 950

Has Sight Checkbox not preserved when saving token

The Has Sight check-box in the Token Properties does not appear to be honored when I save a Token and reuse it. Is this intentional, or something missed?
by Tielc
Sun Jan 04, 2015 2:20 pm
Forum: TokenTool
Topic: Custom TokenTool 1.0b32 (Nerps!)
Replies: 69
Views: 47420

Re: Custom TokenTool 1.0b32 (Nerps!)

I know Jamz said he was just using the .jar libraries to create his tokens, so I'm hoping someone else might know what this first MD5 hash in the content.xml file is for, the ID value. I know what the image id's are for, but I wasn't sure where this was one generated from. In nearly every example I'...
by Tielc
Sun Jan 04, 2015 10:52 am
Forum: TokenTool
Topic: Custom TokenTool 1.0b32 (Nerps!)
Replies: 69
Views: 47420

Re: Custom TokenTool 1.0b32 (Nerps!)

I just checked, out of curiosity, and the non-extension files don't appear to be needed by Maptool. For reference, I opened the .rptok file with winzip and removed them all, and the tokens drop into MapTool just fine; in both build b91 and your NERPS version. This will just make creating the .rptok ...
by Tielc
Sat Jan 03, 2015 10:30 pm
Forum: TokenTool
Topic: Custom TokenTool 1.0b32 (Nerps!)
Replies: 69
Views: 47420

Re: Custom TokenTool 1.0b32 (Nerps!)

Jamz, I was hoping you, having created this might be the best source to the answer I am looking for. I am currently re-writing my own HeroLab to Maptool tool so I can better modify the macros and properties that are created. I'm doing this in .NET and I'm using the Cyrptography.MD5 class to accompli...
by Tielc
Fri Jan 02, 2015 11:57 am
Forum: Testing
Topic: [Nerps!] MapTool Fork based on 1.4.1.x
Replies: 249
Views: 61816

Re: [Nerps!] MapTool Fork based on b89

wolph42 wrote:Turn Off smileys in the settings.
Worked like a charm, thanks!
by Tielc
Wed Dec 31, 2014 3:50 pm
Forum: Testing
Topic: [Nerps!] MapTool Fork based on 1.4.1.x
Replies: 249
Views: 61816

Re: [Nerps!] MapTool Fork based on b89

Hey there. I found an issue that appears to be exclusive to the NERPS version of Maptool. I was wondering if you might be able to provide any insight as to what might be causing this. When I run the following macro code (generated automatically from HeroLab2MapTool) <table border='1' cellpadding='0'...
by Tielc
Wed Dec 31, 2014 3:31 pm
Forum: User Creations
Topic: A Pathfinder Hero Lab to Maptool converter
Replies: 57
Views: 34165

Re: A Pathfinder Hero Lab to Maptool converter

Alright, I figured I would keep my previous post as opposed to editing it. I have, for the most part gotten everything working. Now there's a few other challenges I'm still struggling with. I'm hoping the author might be able to provide some insight. Possibly source as I'd like to ultimately be able...

Go to advanced search