LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   LotRO Wish List (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=25)
-   -   XML Exporter Project? (https://www.lotrointerface.com/forums/showthread.php?t=460)

Sorane 11-14-2007 02:37 AM

XML Exporter Project?
 
Hi!

I think what is "really" missing in LOTRO is a character-XML-Exporter. So people can present the character (with all inventory/recipes...) on the web.

My suggestion:

1. An external person writes a XML Parser using some sort of "made-up"
structure like

struct recitem
{
string name;
int amount;
int tier;
bool is_single_use;
craft_type craft;
};

struct recipe
{
string name;
map<string,struct recitem*> itemlist;
};

struct lotroplayer
{
int morale;
int power;
int might;
map<string,struct recipe*> reclist;
...
};

exporting it into an XML.

2. Deliver it to Turbine
3. Turbine would just need to replace the "Fantasy structure" by the
"real game structure" and include the Parser into the game. I think including this could be done in an afternoon ;-)

And yes, I would volunteer for the project!

If Turbine'd be interested I'd actually volunteer for

- XML Parser
- /who Parser (see my earlier mail)
- Delivering the source-code of my damagemeter to Turbine for game
integration

I would not need any "secret" data from Turbine, just that they would take the source-code and "adapt" it to their secret internals later!

(Yes, I admit, what I'd really want would be an Addon interface ;-) But I know, unlikely we will get that...)

Sorane
[email protected]
Computer Games Developer


All times are GMT -5. The time now is 07:09 PM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI