Jump to content
The forums have been upgraded and will be undergoing changes within the next 48 hours.

Featured Replies

So i'm making a custom for Rocksmith but when I play score attack on medium it is the first level and the same for easy, first level, so is there any way to edit it so you can pick what levels.

  • Author

Add Dynamic difficulty with the Rocksmith toolkit.

I did that, but I find that DDC does not do good so I import the chart after using DDC then edit it to improve the DD so I can edit it, but is there any other way to edit the score attacks?

I think in the score attack easy just lets you miss more before you fail a section and medium and hard just let you miss less but give you more score points I dont think I ever saw the dd in score attack or I might be remembering wrong.

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. 

  • Author

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?

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>

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.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.


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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.