Jump to content
Ghost Recon.net Forums

My kit keeps making GR crash


Recommended Posts

im making a mod,i have about 30 rifleman kits and when i get to kit 12 it crashes and the Ike file says this "Inventory: XML Parse Error - unexpected end of file" ...i dunno why it does

Link to post
Share on other sites

I have no idea what that phrase means, but I can tell you that kit-based crashing starts with a .kit file reference to:

1. a .gun file with capital letters in it (GR sometimes has trouble with capital characters, esp in .qob files)

2. a .gun file that does not exist

3. a .gun file that refers to a .qob file that is corrupted or non-existant

See if that helps

Link to post
Share on other sites

So far, I have noticed the following through my experience:

1. GR Has problems with capitals, especially with capitals in a .gun filename, for example BerretaSD.GUN

2. Always check your .gun file by comparing it to another

3. XML Parse Error means you are probobally missing an "end" tag in your .gun file, like it happened to me today. For Example:

<ZoomSettings>

<Zoom>1</Zoom>

<Zoom>1.5</Zoom>

<MuzzleFlashScale>0.01</MuzzleFlashScale>

<TracerFrequency>0</TracerFrequency>

</GunFile>

Now that may seem ordinary to you, but this is how it is supposed to be

<ZoomSettings>

<Zoom>1</Zoom>

<Zoom>1.5</Zoom>

</ZoomSettings>

<MuzzleFlashScale>0.01</MuzzleFlashScale>

<TracerFrequency>0</TracerFrequency>

</GunFile>

Also, always know that when you already imported a model into GR and it works fine, you got the Token right and everything, then when you try importing the new gun, and it says "!find key!" on the old one, its probobally the new guns fault, try removing it and see.

IMPORTANT NOTE: Always back your mod up, especially when youre attempting new things, and it was working good before.

Link to post
Share on other sites

i fixed it,it was one of my kits not the .gun file with a sensor so what i did is just open another .kit file that had sensors has secondary and paste my .gun file man in there and save it as mine.worked fine after that.I hate little stuff like that. :wall::wall: ....my mod should be out in acouple days though just gotta finish the kit restriction files and figure out how to get my new skins to show up on all chrs...

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...