From e0da83ae7336be5da0ea11b30827782b8e8660d7 Mon Sep 17 00:00:00 2001 From: José Ávila Date: Thu, 2 Jun 2005 16:10:34 +0000 Subject: In game help system files --- data/help/Makefile.am | 14 +++++++++++++ data/help/accounts.txt | 17 ++++++++++++++++ data/help/changes.txt | 28 +++++++++++++++++++++++++ data/help/commands.txt | 34 +++++++++++++++++++++++++++++++ data/help/index.txt | 24 ++++++++++++++++++++++ data/help/skills.txt | 21 +++++++++++++++++++ data/help/support.txt | 25 +++++++++++++++++++++++ data/help/team.txt | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 218 insertions(+) create mode 100644 data/help/Makefile.am create mode 100644 data/help/accounts.txt create mode 100644 data/help/changes.txt create mode 100644 data/help/commands.txt create mode 100644 data/help/index.txt create mode 100644 data/help/skills.txt create mode 100644 data/help/support.txt create mode 100644 data/help/team.txt (limited to 'data/help') diff --git a/data/help/Makefile.am b/data/help/Makefile.am new file mode 100644 index 00000000..1ddd7d11 --- /dev/null +++ b/data/help/Makefile.am @@ -0,0 +1,14 @@ + +helpdir = $(pkgdatadir)/data/help + +help_DATA = \ + accounts.txt \ + changes.txt \ + commands.txt \ + index.txt \ + skills.txt \ + support.txt \ + team.txt + +EXTRA_DIST = \ + $(help_DATA) diff --git a/data/help/accounts.txt b/data/help/accounts.txt new file mode 100644 index 00000000..d6308fe8 --- /dev/null +++ b/data/help/accounts.txt @@ -0,0 +1,17 @@ + T H E M A N A W O R L D + ========================================== + + Version: 0.0.13 Date: 5 June 2005 + + Website: http://themanaworld.org + + +@index-> Back to Index + + + === ACCOUNTS === + + To create an account, add "_M" after your username when you login for + the first time and enter a password of your choice. + + Remember that the server is only for demo and development purposes. diff --git a/data/help/changes.txt b/data/help/changes.txt new file mode 100644 index 00000000..c1f03d8d --- /dev/null +++ b/data/help/changes.txt @@ -0,0 +1,28 @@ + T H E M A N A W O R L D + ========================================== + + Version: 0.0.13 Date: 5 June 2005 + + Website: http://themanaworld.org + + +@index-> Back to Index + + + === RECENT CHANGES === + + - Added ability to trade items and money + - Added server field to login dialog + - Added item descriptions to inventory and buy/sell dialogs + - Added confirmation dialog before quitting + - Added button to show/hide equipment window + - Added framerate limiter to config options + - Added ability to auto attack + - Upgraded to Guichan 0.4.0 + - Dialogs are now modal when appropriate + - Fixed a crash in OpenGL mode + - Fixed rendering of minimap, progress bars and player sprite in + OpenGL mode + - Fixed 100% CPU usage when minimized + - Fixed players not always appearing to sit when they are in fact + sitting diff --git a/data/help/commands.txt b/data/help/commands.txt new file mode 100644 index 00000000..994cb77c --- /dev/null +++ b/data/help/commands.txt @@ -0,0 +1,34 @@ + T H E M A N A W O R L D + ========================================== + + Version: 0.0.13 Date: 5 June 2005 + + Website: http://themanaworld.org + + +@index-> Back to Index + + + === COMMANDS === + + Use arrow keys (or left mouse button) to move around and the right + mouse button over NPC's feet to talk to them or over a monster to + attack it. + + Other keys: + + Left Ctrl attack + Alt + 0-9 show emotions + F1 show the online help + F5 sit down / stand up + F6 toggle debug pathfinding feature + F7 play test sound + G or Z pick up item + Enter focus chat window / send message + Alt + K show skills + Alt + S show stats + Alt + I show inventory + Alt + E show equipment + Alt + C show setup window + Left Shift hold it when attacking to lock target for auto + attack diff --git a/data/help/index.txt b/data/help/index.txt new file mode 100644 index 00000000..5f29e76b --- /dev/null +++ b/data/help/index.txt @@ -0,0 +1,24 @@ + T H E M A N A W O R L D + ========================================== + + Version: 0.0.13 Date: 5 June 2005 + + Website: http://themanaworld.org + + + === INDEX === + +@team-> Development team +@changes-> Recent Changes +@accounts-> Accounts +@commands-> Commands +@skills-> Skills +@support-> Support + + + === Powered By === + + SDL, SDL_image, SDL_mixer (Media framework) + Guichan (GUI framework) + libxml2 (XML parsing and writing) + PhysFS (Data files) diff --git a/data/help/skills.txt b/data/help/skills.txt new file mode 100644 index 00000000..eba4082c --- /dev/null +++ b/data/help/skills.txt @@ -0,0 +1,21 @@ + T H E M A N A W O R L D + ========================================== + + Version: 0.0.13 Date: 5 June 2005 + + Website: http://themanaworld.org + + +@index-> Back to Index + + + === SKILLS === + + You can improve your skills by increasing job level. Each job level + gives you 1 point to spend on basic skills. + + Level 1: enables the ability to trade with others + Level 2: enables the ability to express emotions + Level 3: enables character to sit + + Other levels are still not implemented. diff --git a/data/help/support.txt b/data/help/support.txt new file mode 100644 index 00000000..195a6ea4 --- /dev/null +++ b/data/help/support.txt @@ -0,0 +1,25 @@ + T H E M A N A W O R L D + ========================================== + + Version: 0.0.13 Date: 5 June 2005 + + Website: http://themanaworld.org + + +@index-> Back to Index + + + === SUPPORT === + + If you're having troubles, plase first of all read the FAQ. If you + can't find a solution to your problem, feel free to check our + Bugs/Support section of the forum: + + http://themanaworld.org/phpBB2/viewforum.php?f=3 + + or come visit us on our IRC channel: + + #manaworld @ irc.freenode.net + + Otherwise check the 'Development Team' section to have a list of + developers and how to contact them. diff --git a/data/help/team.txt b/data/help/team.txt new file mode 100644 index 00000000..5a387ac6 --- /dev/null +++ b/data/help/team.txt @@ -0,0 +1,55 @@ + T H E M A N A W O R L D + ========================================== + + Version: 0.0.13 Date: 5 June 2005 + + Website: http://themanaworld.org + + +@index-> Back to Index + + + === DEVELOPMENT TEAM === + + Project Leader: + + ElvenProgrammer aka Eugenio Favalli (elvenprogrammer@gmail.com) + + + Programmers: + + Bertram (SDL input, progress bar drawing, Debian + package) + Bjorn lindeijer (various parts, GUI, graphics, A* and map + rewrites) + Javila (various parts, GUI) + nym (several GUI parts) + Shura (configuration, sound, misc. ports) + zenogais (resource manager) + Usiu (several GUI parts) + Mra (some GUI parts) + + + Artists: + + Clef (tiles, concepts) + Gnulia (conceptual art) + Magick (music and sound effects) + Neko-mon (player sprites, various things) + Neorice (monster sprites, tiles) + Rotonen (backstory, art director, music, sound) + Talaroc (sprites) + Ti Sing Hao (music) + + + Misc. thanks: + + Ultramichy (hosting test server) + + + Inactive/retired: + + Chetic (maps) + SimEdw (network code) + Sull (hosting CVS and related services) + Vlady (several items) -- cgit v1.2.3-60-g2f50