| |||||||
| PC Assistance This forum is for anyone having computer/network problems. Kindly monitored by Rerb and JonnyWombat |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 (permalink) |
| Moderator Join Date: Oct 2007 Location: Near Hornsea,on the East Yorkshire coast
Posts: 8,346
| Re: Programming Depends what your after, you might get more response with a more detailed question ![]() |
![]() Some time's my mind doesn't only wander, it leaves completely ........... | |
| | |
| | #4 (permalink) |
|
Posts: n/a
| Re: Programming Ah OK. Well I'm writing an application for plotting points on a (fictional, from a computer game) map. I want this information to be stored in XML files and exportable and importable by users so they can share information regarding points on the map, such the location of a certain item or a monster. I just wanted some general advice and suggestions on how the programmers on here would go about storing this data, and if XML is the right choice? makes sense to me, as it's an open-source standard. Thanks. |
|
| | #5 (permalink) |
| Member Join Date: Apr 2008 Location: Leeds, UK
Posts: 87
| Re: Programming Might be a bit late on this one but this link may help: Reading and Writing XML in C# Sounds like XML is the way to go with what you have described. If you are just using the XML data (rather than objects) you prob don't need to worry about the serialisation/deserialisation in the above link. |
| | |
| | #6 (permalink) |
| Junior Member Join Date: Oct 2008 Location: Essex
Posts: 2
| Re: Programming depends what game it is and if that info is accessible from applications outside of the client. If its warcraft then you would need to write an app in lua to export the data in whatever format you wanted. xml, csv or some app specific format. Then a second app to handle the data. C# imo is overkill for something this simple. Personally i would go with vb. Pete PS, not a real programmer, i just know enough to get by. |
| | |
| | #10 (permalink) | |
| Moderator Join Date: Oct 2007 Location: Near Hornsea,on the East Yorkshire coast
Posts: 8,346
| Re: Programming Quote:
Hey guys I don't think he'll be back to see your post's somehow ![]() mtcrilly ..........Posts: n/a (n/a = not available = banned) | |
![]() Some time's my mind doesn't only wander, it leaves completely ........... | ||
| | |
| Sponsored Links | |
| | |