valzkat1 / andors-trail

Automatically exported from code.google.com/p/andors-trail
0 stars 0 forks source link

Suggestion: Auto-wikify #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to have a tool that compiles/builds a game wiki with monsters, 
items and maps using the resource xml and image files.
This could maybe increase traffic to project home, and thus yield more feedback 
by users. Of course, the wikified game information could be looked up.

Examples below.

Monster page
[name (boss)]    |-----|
[type]           | Pic |
                 |-----|

[Droplist_header]
[gold]
[items]

[Found header]
[list of map names, with link to map area]

[Quest header]
[list of quests this monster is related to]

Item page
[name]                 |-----|
[type]                 | Pic |
[list of properties]   |-----|
[cost buy/sell, or just base if buy/sell formula changes]

[Shop header]
[list of places where this item can be bought, with link to shop]

[Dropped by monster header]
[list of monsters which can drop item, with link to monster]

Original issue reported on code.google.com by kims...@gmail.com on 22 Dec 2010 at 11:53

GoogleCodeExporter commented 8 years ago
I like this idea.  Kinda like adding monsters to the quest journal.

Original comment by theGl...@bigfoot.com on 17 Jan 2011 at 2:53

GoogleCodeExporter commented 8 years ago
You want a page that takes the information from the xml file and automatically 
parses it and formats it to a specified wiki page.

That is an interesting idea, I know it can be done with php.

Original comment by sdeva...@gmail.com on 10 Feb 2011 at 1:40