
-Added Makefile-Nightly-* for compilation using mingw32. amd64 makefiles currently not working due to mysteriousness in the apt repo (*) -corrected cases in BLADPCED.RC, BLADES.RC, and BLSCENED.RC so they build properly on case-sensitive systems (*) -Fixed a typecasting error in dlogtool.cpp and a random comma error in tfileio.cpp (ScenEd) -Added *_private.rc files to repo to prevent build anarchy with windres. git-svn-id: http://openexile.googlecode.com/svn/trunk@166 4ebdad44-0ea0-11de-aab3-ff745001d230
140 lines
2.7 KiB
Plaintext
140 lines
2.7 KiB
Plaintext
/****************************************************************************
|
|
|
|
|
|
EXILE.RC
|
|
|
|
produced by Borland Resource Workshop
|
|
|
|
|
|
*****************************************************************************/
|
|
|
|
#define CURSOR_1 1
|
|
#define DIALOG_2 2
|
|
#define DIALOG_1 1
|
|
#define ACCELERATORS_1 1
|
|
#define MENU_2 2
|
|
#define MENU_1 1
|
|
#define Exile 1
|
|
|
|
#ifndef _INCLUDED_RC //Resource files conditional inclusion to allow Code::Block compliance
|
|
#define _INCLUDED_RC
|
|
#include "GAMEDLOG.RC"
|
|
#include "GAMESTR.RC"
|
|
#endif
|
|
|
|
Exile MENU
|
|
{
|
|
POPUP "&File"
|
|
{
|
|
MENUITEM "&Open Game\tCtrl+O", 1
|
|
MENUITEM "&Save Game\tCtrl+S", 2
|
|
MENUITEM "Save As...", 3
|
|
MENUITEM "&New Game\tCtrl+N", 4
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Preferences", 6
|
|
MENUITEM "Compatibility Options", 7
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Quit\tCtrl+Q", 8
|
|
}
|
|
|
|
POPUP "&Options"
|
|
{
|
|
MENUITEM "Pick New PC Graphic", 21
|
|
MENUITEM "Pick New PC Name", 22
|
|
MENUITEM "Create New PC", 23
|
|
MENUITEM "Delete PC", 24
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "See Talking Notes", 27
|
|
MENUITEM "See Encounter Notes", 28
|
|
MENUITEM "See Overall Party Stats", 29
|
|
}
|
|
|
|
POPUP "Help"
|
|
{
|
|
MENUITEM "Outdoor Commands", 41
|
|
MENUITEM "Town Commands", 42
|
|
MENUITEM "Combat Commands", 43
|
|
MENUITEM "Magic Barrier Help", 44
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Hints, Bugs, and Comments", 46
|
|
MENUITEM "Spell Casting Help", 47
|
|
}
|
|
|
|
POPUP "&Library"
|
|
{
|
|
MENUITEM "Mage Spells", 61
|
|
MENUITEM "Priest Spells", 62
|
|
MENUITEM "Skill Info", 63
|
|
MENUITEM "Alchemy/Poison", 64
|
|
MENUITEM "Tip of the Day", 65
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Show Introductory Dialog", 67
|
|
}
|
|
|
|
POPUP "&Actions"
|
|
{
|
|
MENUITEM "Do Alchemy\tCtrl+A", 81
|
|
MENUITEM "Wait 80 Moves\tCtrl+W", 82
|
|
MENUITEM "Display AutoMap\tCtrl+M", 84
|
|
}
|
|
|
|
POPUP "&Monsters"
|
|
{
|
|
MENUITEM "About this menu", 599
|
|
}
|
|
|
|
POPUP "&Cast Mage"
|
|
{
|
|
MENUITEM "About this menu", 399
|
|
}
|
|
|
|
POPUP "&Cast Priest"
|
|
{
|
|
MENUITEM "About this menu", 499
|
|
}
|
|
|
|
POPUP "&Help"
|
|
{
|
|
MENUITEM "Index\tF1", 100
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "About Blades of Exile", 200
|
|
}
|
|
|
|
}
|
|
|
|
ACCELERATORS_1 ACCELERATORS
|
|
{
|
|
"^W", 82, ASCII
|
|
"^O", 1, ASCII
|
|
"^S", 2, ASCII
|
|
"^Q", 8, ASCII
|
|
"^M", 84, ASCII
|
|
"^A", 81, ASCII
|
|
"^N", 4, ASCII
|
|
}
|
|
|
|
89 CURSOR "Resources/ul.cur"
|
|
90 CURSOR "Resources/u.cur"
|
|
110 CURSOR "Resources/d.cur"
|
|
91 CURSOR "Resources/ur.cur"
|
|
99 CURSOR "Resources/l.cur"
|
|
100 CURSOR "Resources/c.cur"
|
|
101 CURSOR "Resources/r.cur"
|
|
109 CURSOR "Resources/dl.cur"
|
|
111 CURSOR "Resources/dr.cur"
|
|
|
|
120 CURSOR "Resources/sword.cur"
|
|
|
|
|
|
126 CURSOR "Resources/talk.cur"
|
|
|
|
|
|
124 CURSOR "Resources/target.cur"
|
|
|
|
|
|
122 CURSOR "Resources/key.cur"
|
|
|
|
129 CURSOR "Resources/look.cur"
|
|
|
|
10 ICON "Resources/BLADEXIL.ICO"
|