StendhalOpenTasks: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
added navigation
imported>Hendrik Brummermann
moved sound into its own article Stendhal_Sound
Line 4: Line 4:


You should consider visiting [[ChatWithOtherUsersDevs|IRC at irc.freenode.net #arianne]]
You should consider visiting [[ChatWithOtherUsersDevs|IRC at irc.freenode.net #arianne]]

{{outdated}}


The Main Tasks are:
The Main Tasks are:
Line 35: Line 37:
[[HowToUseTiledToCreateStendhalMaps|How To Use Tiled To Create Stendhal Maps]]
[[HowToUseTiledToCreateStendhalMaps|How To Use Tiled To Create Stendhal Maps]]


= SFX =
== Sound effects ==
We will need several sound effects (SFX) for stendhal. We need 1 sound for each action of each entity.
Sounds should loop correctly and should be recorded in OGG format.

We do need SFX for:
# Player
## Move sound ( Walk )
## Attack sound
## Being hit sound
## Dead sound
# Sheep
## Move sound ( Walk )
## Being hit sound
## Eat sound
## Dead sound
## Chat sound ( Beeeee! / Baaaaa! )
# Wolf
## Move sound ( Walk )
## Attack sound
## Being hit sound
## Dead sound
## Chat sound ( Auuuuuuu! )

== Music ==
We are looking for something cute for this cute looking RPG :)<br>
Something calm, that play on background.

Although you can create faster, more animated music for dungeons.

Music should loop correctly and should be recorded in OGG format.

''Note: Right now sound implementation is being refactored, so work on this area has been halted.''
= Plot =
= Plot =
Stendhal has a plot. Have a look to [[StendhalHistory |History]] and [[StendhalQuest |Quests]] to help us expand and complete it.
Stendhal has a plot. Have a look to [[StendhalHistory |History]] and [[StendhalQuest |Quests]] to help us expand and complete it.
Line 73: Line 42:
= Website =
= Website =
Please see [[Stendhal:0.80#Website]]
Please see [[Stendhal:0.80#Website]]

<br>
<br>
<br>
----

[[Stendhal | Back to stendhal main wiki page]]


[[Category:Development]]
[[Category:Development]]

Revision as of 20:44, 27 November 2009


Stendhal is a work in progress and we need help now!

You should consider visiting IRC at irc.freenode.net #arianne

Note: The content on this page is only of historic interest.

The Main Tasks are:

Code

Code tasks are defined at Bug tracker. Choose a task and add a comment telling you plan to do it and how much time you expect to take.

Also you can have a try at:

  • Server Pathfinding
  • Adding a SFX layer over screen: day/night, rain, clouds, etc.
  • Improve rendering engine by adding dirty rectangles.
  • Writing test cases for client with some usual situations and then verify server reply.
  • Junit testing
  • Client cleanup ready for a new gui
  • feature requests

Manual

We need a good manual for players to learn how to play Stendhal.
You can help us improve Stendhal's manual, the Frequently Asked Questions (FAQ) and Beginners Guide.

Wiki

  • There are pages with a 'TODO' such as StendhalItems and more.
  • Pages such as this one have similar pages throughout, like the refactoring pages. They should be merged.

GFX

Please see StendhalRefactoringGraphics.

Maps

Maps are created using the Tiled editor. We have lots of maps we are working on, and you can check them out in our Atlas page. We also have a handdrawn worldmap and some info about our world on the stendhal refactoring atlas page.
Right now the world is already very large and we focus on improving existing maps (by decorating them better for example) rather than adding new ones.

I suggest you check our map tutorials if you are interested in editing maps for stendhal: How To Use Tiled To Create Stendhal Maps

Plot

Stendhal has a plot. Have a look to History and Quests to help us expand and complete it.

Website

Please see Stendhal:0.80#Website