forked from arianne/stendhal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstendhal.jnlp
28 lines (27 loc) · 1.44 KB
/
stendhal.jnlp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<!-- set codebase to game-server to allow connection (security restriction) -->
<!-- the .jar-files are downloaded from sf.net in order not to cause lag in game -->
<jnlp spec="1.0+" codebase="http://arianne.sourceforge.net/jws" href="stendhal.jnlp">
<information>
<title>Stendhal</title>
<vendor>Miguel Angel Blanch Lardin</vendor>
<homepage href="http://arianne.sourceforge.net"/>
<description>
Stendhal is a multiplayer online adventures game inspired in Acorn with the 90's Zelda look.
Your task is to talk with other people in the village and find jobs to do that will drive to interesting quests that will reveal the hidden plot behind the world of stendhal
In Stendhal, you can also just walk around, chat with people, buy and sell items and kill some of them :)
Some of these people are NPC, they will give you tasks to accomplish and hints to solve your quest.</description>
<description kind="short">A multiplayer online adventures game</description>
<icon href="StendhalIcon.gif"/>
<icon kind="splash" href="StendhalSplash.jpg"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+" /> <!-- max-heap-size="120" -->
<jar href="http://arianne.sourceforge.net/jws/stendhal-starter-1.00.5.jar" download="eager" main="true" />
</resources>
<application-desc/>
</jnlp>