Name: 3do File: Parent Template:My_Chair my_chair.3do _walkstruct Chair_2 big_chair.3do _walkstruct As you can see, the name of the actual file doesn't have to be the same as the template name. The _walkstruct parent template allows the player to walk on the 3do, makes it solid, and makes it metal. Remember, all the different parent templates are defined in Slug's reference document.
C:\Jed\current_project\ (Project Directory) C:\Jed\current_project\3do\ (Directory for your 3do file)If you are confused about project directories, take a look at the Basic Editing lessons. Once you have placed your 3do file in the correct directory, open the .jed file that you are going to add the new template to (it must be in the same project directory as the \3do folder).
JK: MotS:master.tpl mots.tpl As with any text file, you can modify it with Wordpad, which is Windows 9x's built in text editor. So, go through My Computer or Windows Explorer and find you project directory. Once there, double-click on the correct template file (as listed above). If it opens into wordpad, great. If not, you will have to choose which program you want to open it with. Just scroll down and click wordpad. I also suggest you leave that box checked. If not, you will be prompted to choose wordpad every time.
# DESC: Door 15x10 1/2 of BayDoor type door # BBOX: -0.75 -0.499 -0.034859 0.75 0.499 0.034859 baydoor_b _walkstruct model3d=bayd_b.3do size=0.951508 movesize=0.951508A lot of these entries should look familiar. The top line is the description you entered in the Template Creator. The #BBOX entry is the automatically generated number that's for JED only. On the bottom line, you will find the template's name, the parent template, then the name of the 3do file, its size, movesize, and other flags.