Gothic Online Forums
[.NET][Windows]items.xml generator - Printable Version

+- Gothic Online Forums (https://archive.gothic-online.com)
+-- Forum: Scripting (English) (https://archive.gothic-online.com/forum-11.html)
+--- Forum: Resources (https://archive.gothic-online.com/forum-14.html)
+--- Thread: [.NET][Windows]items.xml generator (/thread-2339.html)

Pages: 1 2


[.NET][Windows]items.xml generator - Patrix - 10.02.2018

*Introduction:

Info: You can support development of this code. Report me every bug below. I'll try to fix it.
NOTE! If you want to report a bug, make sure, that this isn't your fault!

Some time ago, i've decided to write very simple app which reads selected deadalus scripts (from singleplayer) and generate xml file with all items . It's working, but i'm not finished it, i have plans in the future to change some things, so propably app will be updated in the future.

*Requirements:



*You need to have at least .NET 4.0 installed on your computer.
*App is an executable file for windows, it's working on Windows XP and newer versions.



*Video presentation:



Download
Repository


RE: [.NET][Windows]items.xml generator - Gracu - 31.03.2018

The program does not work on instances with comments.


RE: [.NET][Windows]items.xml generator - Patrix - 31.03.2018

Gracu Wrote:The program does not work on instances with comments.

Could you give me an example?


RE: [.NET][Windows]items.xml generator - Gracu - 31.03.2018

(31.03.2018, 15:51)Patrix Wrote:
Gracu Wrote:The program does not work on instances with comments.

Could you give me an example?

INSTANCE ItAt_LurkerSkin (C_Item)  //reptile skin


RE: [.NET][Windows]items.xml generator - Patrix - 31.03.2018

When i find some time, i'll fix this, but this can take some (because i also want to optimalize code). Thanks for reporting this.


RE: [.NET][Windows]items.xml generator - Patrix - 01.04.2018

Program has been updated!

From now on app don't read inline and multiline deadalus comments.


RE: [.NET][Windows]items.xml generator - Patrix - 20.06.2018

Program has been completely rewritten and now have some new features:
-autoupdate
-language selection
-excluding files

Also source code is now avaible under MIT license.


RE: [.NET][Windows]items.xml generator - Patrix - 01.07.2018

Program has been updated!
-Fixed <savePath> autosave, and major bug which was causing issues when you were trying to generate new xml file.

You can easily update this tool by simply enabling autoUpdate tag (default it it enabled) and Updater.exe will do the rest for you Smile.


RE: [.NET][Windows]items.xml generator - Patrix - 24.02.2020

Program has been updated!

Fixed issues with autoupdater:
- There was a problem with setting up and using TLS/SSL
- This issue has been fixed by setting up properly the:
- ServicePointManager.SecurityProtocol

Multiple fixes:
- Fixed bug with parsing includePaths and excludePaths
- Corrected parsing directories code (removed strange returns, and many
other things)
- Fixed issue with multithreading (updating Label with current processed
file on worker thread was an issue)
- Modified parser so that multiple instances aren't added, instead only
first occurence of the specific instance is present in final processed
list

That is propably the last update of this util. I'm not going to develop this program anymore, maybe if someone report some bug, i'll fix it.


RE: [.NET][Windows]items.xml generator - AJJ - 09.05.2020

Can you upload the program again? Link does not work