Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   How you can help with MTOF (http://forums.wolflair.com/showthread.php?t=60965)

daplunk July 24th, 2018 02:24 PM

How you can help with MTOF
 
Hi Team,

I've had a question about how a technically illiterate person can help with the community pack for MTOF. While there are very technical elements of the Editor there are huge chunks of it that require no scripting at all. Monsters for example. Which means MTOF if a perfect place to start for people who are new to the Editor.

NOTE: THIS IS A LOT OF TEXT. I HAVE WRITTEN THIS FROM THE PERSPECTIVE OF A COMPLETE NEWB. MAJORITY OF THIS IS NOT HOW TO CREATE THE MONSTER BUT ALSO HOW TO FIND, INSTALL AND CONTRIBUTE TO THE PROJECT.

So how can you help... well we have all of the core monsters already done. We just need to add the special abilities and actions. And you do that like this:

How to update to the latest Community Pack Build
1. Sign up for a GitHub Account. This is a necessary step because this is where we work.
2. Download the latest build of the Community Pack from the Github.
2. Open Hero Lab and go: Tools > Explore Folders > Game System Data Folder
3. This will open a folder and in here you need to put all the files that were in the download above (when you update the community pack from within Hero Lab all that is really happening is the latest version of the files are being put into this folder).
4. Restart Hero Lab. You now have the latest unreleased version of the Community Pack installed.

Familiarise yourself with Github
1. Head back to GitHub and have a look at our site.
2. Go into Issues > Official Mordenkainen's Tome of Foes Ticket
3. This is where we are tracking our progress on this book.
4. Leave a comment stating what monster(s) you are going to work on. GitHub allows many people to work on the same content at the same time so if there are multiple people working the file it's important to remain coordinated.

Now complete the monster in Hero Lab
1. Open Hero Lab
2. Enabled Data File Debugging (Develop > Enable Data File Debugging) (This just enables more advanced features. You can right click on things within Hero Lab to find out that things name for example)
3. Open the Hero Lab Editor (Tools > Show Editor)
4. Open the MTOF file (File > Open Data File > C:\ProgramData\Hero Lab\data\5e > COM_5ePack_MTOF - Monsters.User)
5. This opens all the Monsters in the Editor.
6. Click Race > Race to see a list of all the monsters.

https://i.imgur.com/DU6sfL3.png

7. Note that the majority of the work is complete. What needs to be completed is special abilities, actions, reactions, lair actions. They are not configured in the same 'thing' as a monster but made as new 'things' and linked back to the monster 'thing'. Yes 'thing' is a technical term for an object within Hero Lab.
8. Pick the monster you want to do.
9. Click on Race > Racial Special
10. This is where the special abilities are done.
11. Check your monster stat block to see what needs to be added. If I'm doing the Adult Oblex for example all of these need to be made:

https://i.imgur.com/oJRfwrh.png

12. You make these one at a time in the editor.

So How Do I Make This Stuff?
1. Click New (Blank) for the new ability you are making.
2. In the Name you type the name.
3. In the description you type the description.
3.a IMPORTANTWe do not include descriptive text. Only the mechanical elements of the description. We change the text by 10%.
4. You give it a unique ID.
4.a IMPORTANT Please use the naming convention of ra5C<AbilityName>. This tells us that this thing belongs to the Community Pack. You can set the 5C bit to automatically appear by going Tools > Set User Identifier > 5C > Ok
Note: hero lab currently allows names up to 20 characters long but we have got wind that this will be changed back to 17. Therefore please limit your unique ids to 17 characters.
5. Set the Feature Type per the stat block. This is a Special Ability in the stat block so I tick 'Special'.
6. Click Test Now.
7. Congratulations you just made a Special Ability.
8. You can make as many things as you like this way. They are not yet linked to the monsters.

Additional Things to Add
Occasionally there will be things that require additional configuration.

Legendary Actions
For these you need to set how many Legendary Actions are used when the ability is used. Set these using the Legendary Actions drop down within the Racial Special thing. The Feature Type for these is 'Legendary'. You don't need to worry about the instructional text at the start of the Legendary actions part of the stat block. Hero Lab adds this all in itself so just make the individual Legendary Actions.

Limited Use Abilities
There will be some Racial Specials that have limited uses. 2/day or Recharge 5-6 for example. Do not include the limited use text in the name. Hero Lab adds this itself. See below on how to set these up.

2/day: Set Base Charges to 2. Set Usage Period? to /day
Recharge 5-6: Set Recharge to 5-6.

https://i.imgur.com/JikfPve.png

So how do I link what I made to the monster?
1. Go back to the Monsters thing (Race > Race > Select Monster)
2. Locate the Racial Special Abilities button and press that.
3. Click to Add Bootstrap
4. A list will open. Search for the Special Ability you made and tick it.
5. Press ok and ok again.
6. Click Test Now.

https://i.imgur.com/LIfFapV.png

How do I add a Natural Attack?
The Natural Attacks also need to be added. These are things like 'Bite' that are added to the monsters abilities and not as a weapon. They are easy to add and can be added via the Race thing.
1. Click Race > Race and select your monster from the list.
2. Click the Natural Attack's Edit button.
3. Click the button to add a Bootstrap (Bootstrap is basically a fancy term for saying I want to connect this thing to another thing).
4. Search the list for the Natural Attack you need to add.
4.a If there is no match you can use something similar and change the name.
5. A screen opens allowing you to configure the attack. It has a default that works on the standard mathematical calculations but you can adjust it. For this example i'm going to enter this Natural Attack:
Quote:

Bite. Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 28 (4d8+10) piercing damage.
6. Set # Dice to the number of dice that needs to be rolled.
7. Set the Dice # Sides to the type of dice that needs to be rolled.
8. Set the Reach to 20 to reflect the 20ft. range.
9. Adjust anything else you need to change. Note that for the ability above this is all I needed. Hero Lab managed the rest of the calculation. You can click Test Now and lookup the monster in Hero Lab to see the impact of your changes. I usually have the monster up in an open portfolio so that I can review the changes as I make them to a monster.

https://i.imgur.com/Kc67C6m.png - Too many images.

You mentioned I could Change the Name?
Getting a bit more technical now but yes yes you can. Take note that this does not only apply to Natural Attacks. The scripting in Hero Lab is bloody powerful.
1. The screen you were configuring above has some buttons on the right. One of which is called Fields. Click that.
2. Click to add another field x2.
3. Set the first Field Id: to sbName and the Value to <your custom Natural Attacks name>. The drop down should remain as Assign.
4. Set the second Field Id: to wShortName and the Value to <your custom Natural Attacks name>. The drop down should remain as Assign.
5. Why did you do that twice? Hero Lab has different copies of names to allow it to use them in different views. The wShortName is the name that appears in the Armory Column and the Weapons tab within HLC while the sbName is the one that is used in the StatBlock (Ctrl K > Show statblock summary window).


CONGRATULATIONS. YOU HAVE JUST ADDED A SPECIAL ABILITY TO A MONSTER!

You can test this by creating a new Portfolio in Hero Lab and adding an NPC to it. Select the monster from the Race list and inspect the Stat Block for the changes you have made.

A note on weapons and armour: We do not add weapons and armour to monsters through the Editor. This is done through Hero Lab just like you do with a character. Ignore those for now. That's a different tutorial.

Now repeat the steps above to create as many special abilities and actions as you have time to provide. The more people we get doing this the quicker we all benefit.

Update the comments in the GitHub to let us know what you have done and I will be in contact to take you to the next step of uploading your changes to GitHub.

FreakFire74 July 24th, 2018 02:55 PM

Very clear instructions. I will test this out asap.

Fenris447 July 25th, 2018 07:34 AM

As the person who asked you the question originally, this is way more helpful than I even hoped. Thanks daplunk! I hope the community here realizes how much you do for us.

I have a few sessions to prep right now, but once I'm done with those I'll be using some of my free time to dive in and help get this stuff finished.

FreakFire74 July 26th, 2018 01:48 PM

I followed the instructions. So far so good. However, I am still confused on how to see what monster I can work on. Only one of them has (complete) after its name. So, is that the only monsters thats completed? Can I start at the top of the list?

FreakFire74 July 26th, 2018 01:50 PM

And why is Abyssal Wretch not in the race list?

daplunk July 26th, 2018 01:56 PM

Yes you can start at the top of the list. There's only one that's 100% complete as I shifted my focus to automating the creation of the base that you see within the file.

The list is pulled from d&d beyond. I'll check to add this one back in.

dungeonguru July 26th, 2018 01:58 PM

I'm going to guess that the list got pulled from dndbeyond or somewhere before they finalized the listing or before some patch-fix listed it.

I'm wondering why SRD monsters like the Azer are on the list. There weren't any changes that I could see that require a cross-reference. There are several monsters in the list that can probably be deleted from the MToF file as a duplicate. You'll just want to go into the original file (if you can) and add the new source to the existing monster.

EDIT: Except for the Demon Lords, they nerfed those guys.

FreakFire74 July 26th, 2018 02:14 PM

Okay, I tested this, added a "Keen Smell" ability for Adult Kruthic. It worked, perfectly. I can see how we could do this easily in just a few hours.. It's actually pretty fun!

Only problem I had is when I tried to test it, and add it to a portfolion, the adult kruthic (or any MTOF monster) is not in the list.. How do I solve this?

daplunk July 26th, 2018 02:24 PM

Quote:

Originally Posted by FreakFire74 (Post 268512)
Only problem I had is when I tried to test it, and add it to a portfolion, the adult kruthic (or any MTOF monster) is not in the list.. How do I solve this?

There are two places that monsters tend to appear in a list within Hero Lab.

The first one most people are used to is the Race selection screen. When you have a monster in a *.user file (what we are currently working with) then you need to select them from the Race selection tab. Make sure you have the MTOF source enabled on the portfolio you are working with.

The second place is where you are probably looking for them. That is the Show Encounter Builder screen. That is not finished yet. For that to work we need to make something called a *.stock file. It's basically a portflio that you create that contains all of the monsters setup as races and you add all the armour and weapons in. You save the portfolio file as a *.stock file instead of a *.user file and put it in the 5e data folder. Monsters will then appear in the Show Encounter Builder screen. We will get a single person to manage that once all the Races are ready to avoid confusion with cross data.

daplunk July 26th, 2018 02:26 PM

We have instructions for uploading your changes to Github btw. Once you have done a chunk of work you can follow these instructions to upload your file to Github and then everyone will have access to what you have done also.

How to upload changes to GitHub


All times are GMT -8. The time now is 07:44 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.