lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > LotRO Wish List (L)

Reply
Thread Tools Display Modes
  #1  
Unread 11-14-2007, 02:37 AM
Sorane Sorane is offline
The Undying
 
Join Date: Oct 2007
Posts: 31
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

Last edited by Sorane : 11-14-2007 at 02:41 AM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 10:05 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui