Difference between revisions of "How to create a message"
(Added 'Category:Mod_Creation') |
|||
Line 1: | Line 1: | ||
+ | |||
== Overview == | == Overview == | ||
+ | |||
To demonstrate how to make a custom message for Fallout 3 or Fallout: New Vegas. | To demonstrate how to make a custom message for Fallout 3 or Fallout: New Vegas. | ||
− | ==List of steps== | + | == List of steps == |
− | 1. Bring up the Geck and make sure that the correct master file is selected. | + | |
+ | 1. Bring up the Geck and make sure that the correct master file is selected. This will either be Fallout3.esm or FalloutNV.esm. | ||
− | 2. Use the Object Window to open "Miscellaneous," and then open "Message." | + | 2. Use the Object Window to open "Miscellaneous," and then open "Message." You should now see all of the vanilla messages. |
− | 3. Right-click above the vanilla challenges and select "New." This will open a dialogue box named "MESG." | + | 3. Right-click above the vanilla challenges and select "New." This will open a dialogue box named "MESG." [[File:Message window.png|thumb|right|200px|Your screen should look like this by step 3]] |
− | [[File: | ||
− | 4. Type in an ID with no spaces in the "ID" heading. | + | 4. Type in an ID with no spaces in the "ID" heading. This will identify your message when you want something to use it. |
5. Type in the message you want displayed in the "Message Text." | 5. Type in the message you want displayed in the "Message Text." | ||
− | 6. Save your esp! | + | 6. Save your esp! You just made a message! |
+ | |||
+ | | ||
+ | == Usage == | ||
− | + | Messages such as these are often used to tell players that they completed a challenge or a mod has loaded something. For an example of how messages may be used, go to the [[How_to_create_a_challenge|how to create a challenge]] page. | |
− | Messages such as these are often used to tell players that they completed a challenge or a mod has loaded something. | ||
− | [[Category:Tutorials]] | + | [[Category:Tutorials]] [[Category:New Vegas]] [[Category:Fallout 3]] [[Category:Mod_Creation]] |
− | [[Category:New Vegas]] | ||
− | [[Category:Fallout 3]] |
Latest revision as of 05:27, 15 November 2018
Overview
To demonstrate how to make a custom message for Fallout 3 or Fallout: New Vegas.
List of steps
1. Bring up the Geck and make sure that the correct master file is selected. This will either be Fallout3.esm or FalloutNV.esm.
2. Use the Object Window to open "Miscellaneous," and then open "Message." You should now see all of the vanilla messages.
3. Right-click above the vanilla challenges and select "New." This will open a dialogue box named "MESG."4. Type in an ID with no spaces in the "ID" heading. This will identify your message when you want something to use it.
5. Type in the message you want displayed in the "Message Text."
6. Save your esp! You just made a message!
Usage
Messages such as these are often used to tell players that they completed a challenge or a mod has loaded something. For an example of how messages may be used, go to the how to create a challenge page.