Installed a Library and now my game won't load at all
Burgric
28 Nov 2022, 19:12Hi,
I've been working on a game for about a month now, and was starting to get it into a nice shape. I just downloaded and installed ThePix's CombatLib, and now when I try to load my game I get this error:
'Failed to load game due to the following errors:
- Error: Element 'weapon' of type 'Object' cannot override the existing element of type 'ObjectType''
Is there a way I can uninstall this library, or remove it so I can restore my game?
Thanks
mrangel
29 Nov 2022, 10:56If you open your game in a text editor (like Notepad), the libraries will be somewhere near the top; I think the line will look something like <include name="CombatLib.aslx" />
. If you just remove that line, it should go back to behaving normally.
I haven't tried libraries (and still haven't managed to get the desktop version of Quest running on my computer), so can't offer more advice on this specific problem; but removing the library should make it possible to open your game again.
Burgric
08 Dec 2022, 21:20Thanks, I opened it in Notepad and this worked!