Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:main:ch01-03 [2012/04/23 23:17]
nick created
tutorials:main:ch01-03 [2017/07/27 01:24] (current)
Line 19: Line 19:
 ====== Part 12: Setting up the Cave Information ====== ====== Part 12: Setting up the Cave Information ======
  
-Since this is going to be an item cave like Zelda 1, we need to set it as such. Go to Screen->Room Type.+Since this is going to be an item cave like Zelda 1, we need to set it as such. Go to **Screen->Room Type** (or press R).
  
 {{mainmenu-roomtype.png?direct|Room Type menu}} {{mainmenu-roomtype.png?direct|Room Type menu}}
  
-Select the Room Type **Special Item**.+Select the Room Type **Special Item** and press OK.
  
 {{guycave-roomtype.png?direct|Room Type dialog}} {{guycave-roomtype.png?direct|Room Type dialog}}
 +
 +Now go to **Screen->Guy** (or press G), select **Abei** (he is the Old Man), and press OK.
 +
 +{{guycave-guy.png?direct|Selecting a guy}}
 +
 +//**Random Observation:** To be honest, "Guy" isn't the best way to describe this since there is also a female or three in this selection list, but the term has been ingrained in Zelda Classic for the longest time. These are pretty much the NPCs that tell you things in the original The Legend of Zelda.//
 +
 +Random observation aside, go to **Screen->Special Item** (or press A), select **Sword 1 (Wooden)**, and **//press OK//**. 
 +
 +{{guycave-item.png?direct|Selecting Special Item}}
 +
 +====== Part 13: Setting up Strings ======
 +
 +Right now, Abei doesn't have anything to say. Let's fix that. Go to **Quest->Strings**
 +
 +{{mainmenu-strings.png?direct|Navigating to the String Editor}}
 +
 +Select String **1: <New String>** and press **Edit**.
 +
 +{{stringeditor-select.png?direct|Select a string to edit.}}
 +
 +In the white text area above the black box, type in a string.
 +
 +{{stringeditor-weirdstring.png?direct|No wrapping.}}
 +
 +As you might notice, there is some weird wrapping behavior going on in the preview (the black box). That's because only so many characters can go on a single line with this setup. There are two ways to fix this. The method that many people used pre-2.50 was to manually space out the strings until it looked good.
 +
 +{{stringeditor-manualspacing.png?direct|Manual spacing}}
 +
 +But this has many flaws, especially if you decide to try using different fonts (which we will cover later). Instead, we are going to use a handy feature to fix this. **Click on the Attributes tab** and **select //Text wraps around bounding box//**
 +
 +{{stringeditor-attributes.png?direct|Attributes tab}}
 +
 +Upon returning to the **String** tab and removing the extra spaces (if you added any), the string should now look like this:
 +
 +{{stringeditor-wrapping.png?direct|String Wrapping}}
 +
 +And there you have it. We have created a string. **Press OK** on the string editor then **press Done** on Edit Message String.
 +
 +To assign this newly created string to Abei on the current screen, go to **Screen->Message String** (or press S).
 +
 +{{mainmenu-messagestring.png?direct|String assignment menu}}
 +
 +Select the string you just created in the dialog, and press OK.
 +
 +{{guycave-selectstring.png?direct|Assigning the string}}
 +
 +| <- [[ch01-02|Previous Page]] | [[start|Comprehensive Tutorial Index]] | [[ch01-04|Next Page]] -> |
tutorials/main/ch01-03.1335237431.txt.gz · Last modified: 2017/07/27 01:24 (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki