• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Mass Upload of Data

chiefweasel

Well-known member
Is there a way, like the .user files in HL, to change a RW file in a text editor? What I would like to do is enter in a few thousand star systems, but don't want to do it one system at a time.
 
Purely conjecture here, I'm thinking not. Based on how I've heard the Lone Wolf team talk about RW, it sounds like they're using a database of some kind. Modifying the data would likely require something like:
1. Identifying the type of database
2. Familiarizing yourself with how that type of database works (learning syntax and such...maybe learning about databases in general if you've never worked with one before)
3. Gain access to any existing security credentials (if the database is protected...which I hope won't be an issue)
4. Familiarizing yourself with the way the data is structured and learn how to manipulate it without breaking anything.
5. Write your queries
 
Unless they have an Import feature...

Something that would take a CSV or XML file, perhaps.

The only snafu I could see would be the auto linking system. There would need to be an allowance for that somehow, or you would have to go back and manually link things...

I have zero experience with the software, so I don't know how it really works yet.


Here is a related thread that hasn't received an official answer either.
http://forums.wolflair.com/showthread.php?t=47475
 
Last edited:
Back
Top