Files
oboe/rsrc/dialogs/help-editing.xml
Celtic Minstrel 41c3396aa3 Tear out most of the legacy code in the scenario editor - see below for details
- All Carbon code is gone
- Many dialogs converted; some are still left unimplemented since they still need to be converted
- Menus converted to a xib file
- The giant arrays specifying the configuration of the special node dialog for each special node type have been replaced with maps and sets.

Changes to dialogs:
- pict choice dialog can now show picts of differing types; this was required for picking a monster graphic, as monsters of all sizes need to be shown in the same dialog
- string choice dialog can set the title, and properly shows the currently selected string
- LEDs now accept font format
- Fixed LED group's calculation of its rect
- Fixed LED group crashing if it has no selection
- Tabbing between text fields now works
- Fix display of larger monster graphics in dialogs
- Fix the script element content showing in the browser preview
2014-07-12 22:13:27 -04:00

32 lines
1.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
<dialog defbtn='okay'>
<!--
TODO: This dialog has out-of-date information in it
-->
<button name='okay' type='regular' top='247' left='403'>OK</button>
<pict type='dlog' num='16' top='6' left='6'/>
<text top='22' left='50' width='413' height='44'>
The Blades of Exile Scenario Editor can be a tricky program to use.
It has lots of options and a lot of features.
Fortunately, it also comes with very comprehensive online documentation.
</text>
<text top='67' left='50' width='412' height='40'>
To get to this documentation, run the program Blades Editor Documentation.
This file contains the full instructions for the editor, ready to be printed out.
</text>
<text top='108' left='50' width='412' height='53'>
Of special importance is the section "How to Make a Simple Scenario."
It describes, in exact, step-by-step detail, how to make a simple scenario with dungeons, monsters, and treasure.
This section will give you a quick, easy start.
</text>
<text top='162' left='50' width='418' height='40'>
Once youve mastered the basics, using this section, skim through the documentation.
Unfortunately, this is not a program you will be able to get the best use out of without using the instructions.
</text>
<text top='203' left='50' width='418' height='41'>
Finally, if youre stuck and need ideas, go to http://www.spidweb.com.
There is a Scenario Editor forum there, which has all kinds of hints, tips, and answers for better scenario design.
</text>
<text top='4' left='50' width='265' height='16'>BLADES OF EXILE - GETTING STARTED</text>
</dialog>