Saturday, July 27, 2013

MapTools Still Not Smiling

The group I play with recently upgraded to MapTools 1.3.b89. Naturally the GM didn't mention this beforehand so when I tried to connect I got a version error. I quickly downloaded the binaries and replaced the entire folder. Everything seemed fine until I used some of my macros. Everytime a variable was used it would repeat all text found inside a DIV before that variable. Using a TWF Rogue means a ton of variables so each attack spammed a wall of text.

It was like the client was being launched in a diag mode or something. Remembered there was a fix for this yet couldn't remember what it was. Couldn't find the right words in Google so ended up browsing the RPTools forums manually. Thankfully I found the answer in the Macros section: disable the Insert Smilies option in the MapTool Preferences (Interactions tab, Chat box). *sigh* Would be nice it they'd fix that. I miss the emoticons. If I knew Java I'd fix it myself.

While I'm making note of that fix I might as well include the custom launch command I use too:
"C:\Program Files (x86)\Java\jre7\bin\javaw" -Dsun.java2d.noddraw=true -Xmx1024M -Xss3m -jar maptool-1.3.b89.jar run

Wednesday, July 17, 2013

Sim til Emergence

Read a pretty good blog on simulation coding. I remember writing my own Life decades ago. Need to do that again as a mod or something.