Jump to content

Question

Posted

Hello, I recently tried my hand in making my own CDLC. However, I've ran into the problem - strings that are unused in chords are horribly artifacting/glitching, making the whole note highway unreadable. I've tried to regenerate it and redo it once again, but to no avail.

 

Any help would be greatly appreciated, thanks in advance.

 

Screenshot of said glitch: https://puu.sh/usB3j/7f426bf2d9.jpg

7 answers to this question

Recommended Posts

  • 0
Posted

It looks like a typo in one of the chord definitions.  This definition:

 

<chordTemplate chordName=""        finger0= "1" finger1= "1" finger2= "3" finger3="-1" finger4="-1" finger5= "1" fret0= "1" fret1= "1" fret2= "3" fret3="-1" fret4="-1" fret5="-1"/>

incorrectly defines use of the index finger on the high E string even though the fret number for that string indicates the string isn't played.  EOF's error checking was automatically removing the fingering for the chord after it was automatically applied due to the fingering being invalid, which is why it was repeatedly saying that chord's fingering was undefined.  By editing the chordshapes.xml file and changing that definition so that finger5 equals -1 like the following:

 

<chordTemplate chordName=""        finger0= "1" finger1= "1" finger2= "3" finger3="-1" finger4="-1" finger5="-1" fret0= "1" fret1= "1" fret2= "3" fret3="-1" fret4="-1" fret5="-1"/>

The problem seemed to go away and EOF stopped complaining about the fingering for that chord.

 

I expect this is the cause of the problem in-game.  If you have time, please replace your chordshapes.xml file with this fixed one and let me know if the problem is indeed fixed:

http://ignition.customsforge.com/eof/download/151

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Answer this question...

×   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.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy