Jump to content
  • 0

Score Attack Levels


Captainoffun22

Question

9 answers to this question

Recommended Posts

  • 0

If you don't want to use DDC to generate DD, you will need to update the XML file for each arrangement to add the score attack functionality.

 

Lets see the following example :

    <phraseIterations count="59">
        <phraseIteration time="0.000" phraseId="0" variation=""/>
        <phraseIteration time="5.200" phraseId="2" variation="">
            <heroLevels count="3">
                <heroLevel difficulty="1" hero="1"/>
                <heroLevel difficulty="3" hero="2"/>
                <heroLevel difficulty="5" hero="3"/>
            </heroLevels>
        </phraseIteration>
        ...
   </phraseIterations>

For each "phraseIteration" tag you need to add the "heroLevels" tag which sets the level of difficulty for easy (hero="1"), medium (hero="2") and hard (hero="3").

In this short example, the first phrase Iteration is empty (no notes inside) and the second one has 5 levels of difficulty. 

  • Like 1
Link to comment
Share on other sites

  • 0

If you don't want to use DDC to generate DD, you will need to update the XML file for each arrangement to add the score attack functionality.

 

Lets see the following example :

    <phraseIterations count="59">
        <phraseIteration time="0.000" phraseId="0" variation=""/>
        <phraseIteration time="5.200" phraseId="2" variation="">
            <heroLevels count="3">
                <heroLevel difficulty="1" hero="1"/>
                <heroLevel difficulty="3" hero="2"/>
                <heroLevel difficulty="5" hero="3"/>
            </heroLevels>
        </phraseIteration>
        ...
   </phraseIterations>

For each "phraseIteration" tag you need to add the "heroLevels" tag which sets the level of difficulty for easy (hero="1"), medium (hero="2") and hard (hero="3").

In this short example, the first phrase Iteration is empty (no notes inside) and the second one has 5 levels of difficulty. 

OK, so do can I edit the file that comes out from EOF?

Link to comment
Share on other sites

  • 0

Also where do I put this in the xml file?

 

If you have created sections and phrases in EOF, you should already have the "phraseIteration" tags in the XML files generated by EOF.

 

Then for each phraseIteration like following :

<phraseIteration time="5.200" phraseId="2" variation=""/>

Change it by :

<phraseIteration time="5.200" phraseId="2" variation="">
   <heroLevels count="3">
      <heroLevel difficulty="1" hero="1"/>
      <heroLevel difficulty="3" hero="2"/>
      <heroLevel difficulty="5" hero="3"/>
   </heroLevels>
</phraseIteration>
Link to comment
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
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