
Edit - I found other changes as well.
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
Thank you great Idea! I have not been using the GUI. That answers the first part of upating the extracted files. Now, How is everyone checking those against the diff changes made by your mods?
Another very helpful tip. I have a much simpler one than Araxis I will give it a try.
I use the built-in diff in Visual Studio Code: Open both files > Right-click one in the Explorer pane and select 'Select for Compare' > Right-click the other and choose 'Compare with Selected'thomassanford wrote: ↑Thu, 31. Jan 19, 17:10 Thank you great Idea! I have not been using the GUI. That answers the first part of upating the extracted files. Now, How is everyone checking those against the diff changes made by your mods?
Edit - That worked great for updating the extracted files even I could easily see what files changed. I skipped Rebirth, so I feel a bit lost here, so sorry for the stupid initial questions any help to get up to speed is appreciated. Hopefully it will start to flow soon.
Another excellent idea!.. I have never used it for this type of work only XML specifically I only it for C#/VB that kind of thing. I would love the details on how to set this up with the needed style sheets and such as VS l loads them without a style applied. I would love to edit XML in XS2017 it sucks to have to use many different programs to do simple stuff. Thanks again! I will see if I can get this to work.I use the built-in diff in Visual Studio Code: Open both files > Right-click one in the Explorer pane and select 'Select for Compare' > Right-click the other and choose 'Compare with Selected'
I have not considered this either as I use git for my personal projects only, which I haven't had collaboration on and do not need such care as I am the only one making changes. Using it in this way would be great for quickly finding compatibility problems in many situations. I will try this for sure and keep it in mind for future use. Thank you!SirNukes wrote: ↑Fri, 1. Feb 19, 07:39 Another option someone on Discord mentioned a while back: start a local git repository with the 1.5 files committed, extract the updated 1.6 files over top of it (I use a custom extractor that automatically grabs only those with MD5 differences), and view the diffs in a git GUI tool. (You can also commit the 1.6 changed files to prepare the repo for the next x4 patch.)