Hello everyone, I think I’m stuck in a bit of a problem that my instinct tell me is rather silly but my brain can’t get around it.
Straight to the point: I’m trying to make a custom painting following the guide below:
https://neverwintervault.org/project/nwn2/other/make-your-own-nwn2-paintings-%E2%80%93-easy-and-free-way
I followed every step to the letter and managed to create my own painting and all. However, when I try to view the painting in the toolset I get the following error:
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at NWN2Toolset.NWN2Data.Instances.NWN2PlaceableInstance.get_Hook ableInstanceType()
I believe the last line is where my problem is, but can’t figure out what may be causing it.
My guess is that it has to do with where I’m placing the existence of the painting in the placeables.2da line.
I made sure to use a free line and even checked nwn2 wiki to see what other mods may be using certain lines (mods that for the most part, I do not have, so it shouldn’t affect me anyway)
Other than that, I wouldn’t know what may be causing the error.
Unless it has to do with the image itself, but since I followed the tutorial step by step with the same programs, I don’t think that should be it?
Any tips and hints will be welcome.
Thank you.
EDIT: I changed the line position, the same result, changed the label and NWN2ModelName (also remade the images with the new name) same result.
Made a new, clean override folder just in case, the same result.