====== MapTool ====== MapTool is a very nice program by [[http://www.rptools.net/|RPTools]] that we use for netplay. **RPTools Download Page:** https://www.rptools.net/download-rptools-products/ ===== Java 8 ===== * MapTools stable release version: **1.4.1.8** * Kampanj-fil: http://forums.rptools.net/viewtopic.php?f=53&t=26670 * Direktlänk: https://goo.gl/5et9Ky * Rekommenderad Stack Size: **4** megabyte **Problem att starta maptools i Windows 10?** - Ladda ner .jar versonen av maptools - Packa upp/extrahera *.zip filen - Inne i den extraherade mappen skapa en en textfil som heter //Launch maptools 1.4.1.8.bat// som innehåller detta: start "" java -Xmx1024M -Xss4M -jar maptool-1.4.1.8.jar run - //Launch maptools 1.4.1.8.bat//-filen ska alltså ligga i samma mapp som filen maptool-1.4.1.8.jar - Starta MapTools genom att dubbelklicka .bat filen //(Skillnad mot tidigare anropar man java inte javaw)// ===== Java 7 ===== **Campaign File** * 91.08 Pathfinder, Java 7: http://forums.rptools.net/viewtopic.php?f=53&t=26670 ===== Java 6 ===== **Current Version we are using:**\\ * http://www.rptools.net/download/zip/maptool-1.3.b63.zip \\ * http://www.rptools.net/download/zip/maptool-1.3.b86.zip //OBSERVE: This is not the latest build// You have to run Java 6 to make it work. * http://www.oldapps.com/java.php * http://www.oldapps.com/java.php?old_java=11928 -- Java 6 update 43 * http://bridgeofdeath.com/java/jre-6u43-windows-i586.zip * http://bridgeofdeath.com/java/jre-6u43-windows-i586.exe **Campaign File** * OLD: http://forums.rptools.net/viewtopic.php?f=33&t=5475&start=1404 * OLD: http://www.4shared.com/file/N-NLkmO-/MT136305_DnD35_Pathfinder.html **Instructions:** * Use a **1024MB Memory** for when you launch MapTools * Use a **4MB stack** for when you launch MapTools (the default batch file is just 512KB so is insufficient). * Connect to server: * **89.236.60.47** (Röjne) * **92.244.19.81** (Perkko) **Java ERROR** * If you get Java error after updating java to java7 its because MapTools can not run on java7 for now. * To fix this you need to make sure MapTools is using java6. Instructions: http://forums.rptools.net/viewtopic.php?f=3&t=19503 * In short you need to edit the **mt.cfg** file and change the line that starts with **JVM=** to: * **JVM=C:\Program Files (x86)\Java\jre6\bin\javaw** for 64 bit windows * **JVM=C:\Program Files\Java\jre6\bin\javaw** for 32 bit windows * Alternatively you can change the batch file * //"C:\Program Files\Java\jre6\bin\javaw" -Xmx1024M -Xss2M -jar maptool-*.jar run// **Windows 10 & maptool-1.3.b91** * Download and install Java 7 uppdate 65 (x64): [[http://www.oldapps.com/java.php?old_java=15362]] * Download the currently used MapTools: [[http://www.rptools.net/downloadsw/]] * Start the **launcher-#####.jar** file by doubble clicking it. * Change language to english on the seccond tab if it looks weird. Quit program and restart to take affect. * On //Basic tab//: Set the three fields to: **1024**, **256** and **4** * On //Advanced tab//: Click select Java catalouge. On a standard installation of Java 7 this is: * **c:\Program Files\Java\jre7\bin\** * Now you should be able to //Launch Maptools// **Mac** * To increase the Memory limits on Maptools for Mac you have to edit the **info.plist** * To access this file right click on the app and select Show Packet Content The file is right there. * Open the file with a Plist editor or a text editor like Smultron or TextWraggler * Find the Key **WMOptions** * Change the Value/String to //-Xmx768m -Xss4m// (it works for me) ===== MapTool D&D3.5 Pathfinder Campaign Macros ===== A MapTool campaign file that contains all possible kinds of functioning scripts: Initiative, weapon rolls, skill checks, saves, different character states with graphics (flying, bleeding, prone, sleeping, stunned, etc.)\\ * Download: **http://forums.rptools.net/viewtopic.php?f=8&t=5475** === Help === * Library Token Help: http://lmwcs.com/maptool/index.php?title=Token:library_token ====== Maptools script to roll character stats ====== [H: output = "Rolls: "] [H: bonusplus = 0] [H: bonusminus = 0] [H: bonustotal = 0] [H: numodd = 0] [H, FOR(cnt, 0, 6), CODE: { [H:Roll1=1d6] [H:Roll2=1d6] [H:Roll3=1d6] [H:Roll4=1d6] [H:Lowest = min(Roll1,Roll2,Roll3,Roll4)] [H:Total = Roll1 + Roll2 + Roll3 + Roll4 - Lowest] [H, IF(mod(Total,2)==1): numodd = numodd + 1] [H:Bonus = floor(Total / 2) -5 ] [H, IF(Bonus > 0): bonusplus = bonusplus + bonus] [H, IF(Bonus < 0): bonusminus = bonusminus + bonus] [H:bonustotal = bonustotal + bonus] [H: output = output + "
"] [H: output = output + Roll1 + " + "] [H: output = output + Roll2 + " + "] [H: output = output + Roll3 + " + "] [H: output = output + Roll4 + " -> "] [H: output = output + Total + " ["] [H, IF(Bonus > 0): output = output + "+"] [H: output = output + Bonus + "]"] }] [H: output = output + " = +"] [H: output = output + bonusplus + "/"] [H: output = output + bonusminus + " => "] [H, IF(bonustotal > 0): output = output + "+"] [H: output = output + bonustotal + " ["] [H: output = output + numodd + " udda]"] [R: outputTo("all", output)]
===== MapTool Graphics for DM's ===== Torrent containing 2,7 GB mapping and cartographic objects to be used in MapTool: * **http://blog.mnology.com/wp-content/uploads/2008/08/mapping_objects.torrent** Best PC-program to download torrent files with is uTorrent: http://www.utorrent.com/download.php