View Single Post
Old 03-03-2012, 08:49 AM   Top  -  End  -  #1
JeminiZero
Ogre in the Playground
 
 
Join Date: Jan 2008
Default [3.5 Base Class] Trissociate: Build virtually any character! (PEACH)

This base class is now listed in the Homebrew Tier Compendium and the Base Class Compendium! Also, its the first thing to pop up when you google "Trissociate"

For a quick and rather simplistic overview, you might want to look at/use the sample Trissocate NPC I have submitted to the NPC Playtest thread.


Design Notes
Spoiler



For DMs whose players are requesting to play this class:
Spoiler



For players who want their DMs to approve this class:
Spoiler



Edit History
Spoiler


EZ-Trissociate
This is a prototype program that contains all my created Associations, as of the given date stamp (YYYYMMDD format). Note that it needs at least Java 1.6 (or Java 6 depending on which form of versioning you use) to run. It will prompt you to select 1 Focus, 1 primary, and 2 secondary associations through simple console prompts. Then it will automatically compile your selection for you! It outputs 2 files as follows:
1) The first file is a HTML file (which you can then print for reference, or e-mail to your DM).
2) The second is a TXT file formatted into GITP forum posting code. Note that due to differences in how Linux and DOS/Windows handles linebreaks, the TXT file will look as if there are no linebreaks, if you open it in notepad. But rest assured they are there, just that notepad does not display them properly. You will see them when you copy-paste the code onto the forum, or open the TXT file with Wordpad or Microsoft Office.

EXE Instructions:
Latest Version (20 Feb 2013): Windows Executable
1) When you click on the download link, it asks you what do you want to do with the file
2) Save the file to any location you want, within your computer
3) Go to that location, find the file
4) Right click on it, and then click on "properties".
5) Go to "Compatability" tab, and ensure that "Run this program as administrator" is checked.
6) Click "OK" to save changes, and close the "properties" window
7) Run the executable by double clicking on it.
8) Windows might ask you if you want to let it make changes to your computer. Click yes, as it needs disk write permission to generate the files.
9) It should ask you to select your Focus + Associations
10) After inputting your choices, it should generate the HTML and TXT within the same folder, and close itself.

If you do not get a HTML file, try these alternate set of instructions:
7) Open DOS prompt, and go to the location where you saved the file
8) Manually call the executable through DOS.
9) Even if this does not work, it will at least print a nice error message telling you why it isn't working.

There is also a JAR version for Mac/Unix users (although window users who have problems with the executable can also give it a try). If you are having problems downloading either of these files from Mediafire, you can alternatively get them from my Skydrive Mirror.

JAR Instructions:
1) When you click on the download link, it asks you what do you want to do with the file
2) Save the file to any location you want, within your computer
3) Open the terminal console and go the directory where the JAR file is kept.
4) Enter the following (where YYYYMMDD is the 8 digit date stamp):
Code:
java -jar EZ_TrissociateYYYYMMDD.jar
5) It should ask you to select your Focus + Associations
6) After inputting your choices, it should generate the HTML and TXT file within the same folder, and close itself.

If you experience any difficulties, please let me know. Chances are you're not the only one who is having them. Kindly provide following details on the error:
*Whether you are using the EXE or JAR
*What is your operating system (Windows 7? Windows XP? Mac? Linux?)
*What is the error that occurs (e.g. does it ask you for Focus + Associations, but does not generate a file thereafter?)

Spoiler


Association Wish List
Spoiler

Last edited by JeminiZero : 02-20-2013 at 05:41 AM.
JeminiZero is offline   Reply With Quote