I was working on making spells and I noticed that Tuber Strand was showing up as a missing component. I peeked around the xml files knowing that I had some in my inventory. Found the two lines below
<Setting Name="Raw Tuber Stands">Tuber Strands</Setting>
<Setting Name="Raw Tuber Strands">Tuber Strands</Setting>
I had assumed it was doing a simple string matching so I modified the two lines to below
<Setting Name="Raw Tuber Strands">Tuber Strand</Setting>
I reloaded with /craft and I was up and running. I had reload with the ISXEQ2SupportFiles-20060624.exe version of the support files. Just and FYI with whom ever maintains them. I will keep poking around and if I find any more I will post them here.
I hate doing string matches in my code I always typo something :lol: so I feel your pain thanks for having something that is very helpful
Neohawk
<Setting Name="Raw Tuber Stands">Tuber Strands</Setting>
<Setting Name="Raw Tuber Strands">Tuber Strands</Setting>
I had assumed it was doing a simple string matching so I modified the two lines to below
<Setting Name="Raw Tuber Strands">Tuber Strand</Setting>
I reloaded with /craft and I was up and running. I had reload with the ISXEQ2SupportFiles-20060624.exe version of the support files. Just and FYI with whom ever maintains them. I will keep poking around and if I find any more I will post them here.
I hate doing string matches in my code I always typo something :lol: so I feel your pain thanks for having something that is very helpful
Neohawk