Posted 11 years ago
·
Author
This is a rewritten and updated version of my IMVU Converter found here: viewtopic.php?f=109&t=8062
This version is written in C# and has a couple new features. The tool is meant to be use on large amounts of data (i.e. hundreds or more pids/links). It won't be real useful otherwise.
This version can do the following:
New features in this version:
Treeview data selection instead of radio buttons
Rewritten core code
Progress bar for status updates on large files
Status label for large files
File drag & drop input
Text drag & drop
Real time line counter
Download Source
If you just want the exe to run the program, download the file and navigate to the debug folder:
To open the source code for editing/compiling, install Microsoft Visual Studio and then double click "IMVU Converter.sln". From there double click on "Form 1.cs" on the right. This will pull up the form designer with all the buttons and richtextboxes. Then just hit F7 to open the code window. From there you can edit and debug/build the program.
This version is written in C# and has a couple new features. The tool is meant to be use on large amounts of data (i.e. hundreds or more pids/links). It won't be real useful otherwise.
This version can do the following:
- Pid to Peer Review Link
Pid to Shop Link
Pid to Flag Link
Pid to Gift Link
Pid to Product Page Link
- Peer Review Link to Pid
Product Page Link to Pid
Shop Link to Pid
Product In Scene to Pid
Outfit Link to Pid
- Shop Link to Peer Review Link
Peer Review Link to Shop Link
Avatar Name to Homepage ink
Cid to Homepage Link
New features in this version:
Treeview data selection instead of radio buttons
- Allows for new conversion options to be added in the future without a form redesign so it's easier to update and maintain the program.
Rewritten core code
- Smaller more efficient code for handling the input selection and data conversion. Easier to maintain, add to and understand.
Progress bar for status updates on large files
- Only noticeable on thousands of hundreds of thousands of lines or slow computers. Otherwise it's too fast.
Status label for large files
- Only noticeable on thousands of hundreds of thousands of lines or slow computers. Otherwise it's too fast.
File drag & drop input
- Dragging a txt/xml/py file onto the input box will load the contents of the file for you. More filetypes that can hold plain text can be added in the future.
Text drag & drop
- Highlighting text and dragging it into the input box will move the text into the input box.
Real time line counter
- The input and output labels will update in real time as lines are added and deleted. This allows the user to see how much data they are working with and whether or not they have pasted or loaded everything.
Download Source
If you just want the exe to run the program, download the file and navigate to the debug folder:
To open the source code for editing/compiling, install Microsoft Visual Studio and then double click "IMVU Converter.sln". From there double click on "Form 1.cs" on the right. This will pull up the form designer with all the buttons and richtextboxes. Then just hit F7 to open the code window. From there you can edit and debug/build the program.