• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Making rewards

Messages
21
Country
unitedstates
I am running into difficulty making rewards.
I have followed the SDK precisely & still no soap.

I am still new to XML & figuring out its wily ways but I am at a loss to figure out what is wrong with it.

When I attempt to compile the reward I get the following error.

------------------------

INTERNAL COMPILER ERROR: #C2431: Unrecoverable error loading schema!
INTERNAL COMPILER ERROR: #C1010: Failed to load XSD (bglcomp.xsd)!
INTERNAL COMPILER ERROR: #C2003: Failed to process file:test.xml

------------------------

Here is my code

<?xml version="1.0" encoding="ISO-8859-1" ?>
- <FSData version="9.0">
- <Reward rewardId="{1C62177E-49A6-453a-B27C-BD9D99707364}" name="Test" description="Will this damned thing please work." type="TROPHY" bitmap = "test_small.bmp" rewardDetailBitmap="test_large.bmp">
</Reward>
</FSData>

Any ideas would be most appreciated! I cant spare the hair that this is causing me to tear out!!
 
Do yourself a favor and go on over to AVSIM's file library and search the FSX library for a file called "Cirrus Reward Creator."

Solves this problem very well.
 
Well, it should run without this tool anyway. Seems to me that you don't have the bglcomp.xsd in the same folder as the bglcomp.exe.

EDIT: You do use the simpropcompiler to create rewards, don't you?
 
#1 thanks! Im surprised I missed that. I get the daily email :banghead:

Horst, no I was using bglcomp. Thats what the SDK specifies, or should I used simpropcompiler?

That little app solves the problem but I sure would like to get to the bottom of this anyway.

Thanks all for your help!

EDIT: I think part of the prob is that I use Vista & it will not allow the saving of files to some areas w/o admin prefs. The 1st time I used this new app it didn't work because I put it with the rest of my SDK tools (a protected dir). Placing it on my desktop makes it work a treat.
 
Sorry, my bad. I confused it with compiling missions to spb files.
Anyway, I think you might be more succesful copying all neccessary files into the same folder.
 
Back
Top