Aller au contenu

[Arcade PC] Dance Dance Revolution [A20] [A20 PLUS] [A3] [World] (Konami)


topet2k12001
Go to solution Solved by Gliss,

Messages recommandés

29 minutes ago, Curilang said:

Kind question does anyone here have the latest version of Asphyxia that supports DDR A3? and if so. Is there a way to edit the preferences like with monkey business (character, arrow type, etc)? 

I might be entirely wrong but the latest version is from July here

 

https://github.com/asphyxia-core/asphyxia-core.github.io/releases/tag/v1.50

 

Asphyxia is supported by plugins for the games and a3 has one already if you're looking to boot from asphyxia. I forget on what page but someone posted a more stable version of the ddr a3 plugin. It's far from perfect since it doesn't save some scores still but it gets the job done. 

 

Someone please correct me if I'm wrong. I'm going off of what I've learned so far. 

On 11/17/2023 at 6:45 AM, navi_cs said:

 

 

I have a version of the Asphyxia DDR plugin that is compatible with DDRA3. It is a version I found in a repo that is currently unavailable.

I also share the configuration I have to start spice:

start spice.exe -w -exec arkmdxp3.dll -url http://localhost:8083 -p 00010203040506070809 -netfixdisable -urlslash 0 -r 000123456789 -ddr -modules modules -io -h 33554432

 

Just in case, I also have a working build of DDRA3:

Asphyxia DDRA3.rar 14.52 MB · 129 downloads

 

 

I found the post 

Lien vers le commentaire
Partager sur d’autres sites

En 14/12/2023 a las 6:09, Curilang dijo:

Kind question does anyone here have the latest version of Asphyxia that supports DDR A3? and if so. Is there a way to edit the preferences like with monkey business (character, arrow type, etc)? 

 

Yes, I have a copy.
To modify those values, you have to change them from the file "savedata/ddr@asphyxia.db" (It goes without saying that you must have already played and created your profile in DDR.). You have to open it with some text editor and look for the lines containing '"collection": "profile"', if you have more than one you have to look for the one with your profile name which is in the "COMMON" section. (Before making any changes, I recommend that you save a copy of your "ddr@asphyxia.db" file).

 

For example, this is my profile, and the bold field is my username:
{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},"LAST":{"strdata":"1,73726576,33417276,96e2,4,3,3,ffffffff,0,2ca33d6,fc4c,8000000000000001,8000000000000001,8000000000000001,0,65514219,0,0. 000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},"RIVAL":{"strdata":"1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.000000,0.000000,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,,,,,,,","bindata":""}},"_id":"AUiJUXSkIGdmbGXh","createdAt":{"$$date":1661661719577},"updatedAt":{"$$date":1699824461261},"__s":"plugins_profile","__refid":"AAB56E743549D832"}

 

The options that I have seen that can be modified are the following (extracted from the plugin code):

Property                 = Section[Position]
character             = common[4]
arrowSkin            = option[11]
guideline             = option[13]
filter                     = option[12]
judgmentPriority = option[15]

boost                   = option[2]
fastSlow              = option[16]

 

These are the list of values that are selected in "[Position]" **(Note that some of these values can also be used in MonkeyBusiness)**:

  • characters = ( [0]:"All Character Random", [1]:"Man Random", [2]:"Female Random", [3]:"Yuni", [4]:"Rage", [5]:"Afro", [6]:"Jenny", [7]:"Emi", [8]:"Baby-Lon", [9]:"Gus", [10]:"Ruby", [11]:"Alice", [12]:"Julio", [13]:"Bonnie", [14]:"Zero", [15]:"Rinon" ).
  • arrowSkins = ( [0]:"Normal", [1]:"X", [2]:"Classic", [3]:"Cyber", [4]:"Medium", [5]:"Small", [6]:"Dot" ).
  • guidelines = ( [0]:"Off", [1]:"Border", [2]:"Center" ).
  • filters = ( [0]:"Off", [1]:"Dark", [2]:"Darker", [3]:"Darkest" ).
  • judgmentPrioritys = ( [0]:"Judgment priority", [1]:"Arrow priority" ).
  • boosts = ( [0]:"Normal", [1]:"Boost", [2]:"Brake", [3]:"Wave" ).
  • fastSlow = ( [0]:"Off", [1]:"On" ).

 

For example, I want my character to be "Yuni", my arrows skin to be "X" and my guidelines not to appear "Off".

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

First, to make my character "Yuni", we count in which position is "Yuni" starting with zero in the list characters. It would be in position 3. Therefore, I replace the value "[Position]" which in this case is position 4 of the Section "common" (starting with zero) by 3.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

Second, to make my arrows skin to be "X", we count in which position is "X" starting with zero in the list arrowSkins. It would be in position 1. Therefore, I replace the value "[Position]" which in this case is position 11 of the Section "option" (starting with zero) by 1.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,1,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

Finally, to make my guidelines not to appear "Off", we count in which position is "Off" starting with zero in the list guidelines. It would be in position 0. Therefore, I replace the value "[Position]" which in this case is position 13 of the Section "option" (starting with zero) by 0.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,1,1,0,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

image.jpeg.a534795b8f79a21e61c5d0662258cc61.jpeg

 

Sorry for how difficult this may be to understand, but it is a logic applied to programming, which is not user-friendly.

If you have a lot of difficulties to achieve the configuration you want, just put your profile, that is all of this:

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},etc...

Plus the configuration you would like to have, and I will gladly do all the configuration for you.

 

Modifié par navi_cs
Search for the plugin in a new post
Lien vers le commentaire
Partager sur d’autres sites

52 minutes ago, navi_cs said:

First, to make my character "Yuni", we count in which position is "Yuni" starting with zero in the list of characters. It would be in position 3. Therefore, I replace the value "[field number]" which in this case is position 4 of the section "common" (starting with zero) by 3.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

Any idea how to permanently select Alice?

Lien vers le commentaire
Partager sur d’autres sites

3 hours ago, johnjorell said:

You mean we can now access the Baby-Lon's Galaxy songs with Galaxy Stage working?

Someone posted earlier that they only cleaned the October files and all the babylon stuff isn't unlocked since the cleaned file only unlocks what is supposed to be unlocked up to October. 

 

 

Lien vers le commentaire
Partager sur d’autres sites

18 minutes ago, Megamanny said:

Someone posted earlier that they only cleaned the October files and all the babylon stuff isn't unlocked since the cleaned file only unlocks what is supposed to be unlocked up to October. 

 

 

If I'm getting it right, is this the same shatty 103002 data only the dll's were cleaned.

Lien vers le commentaire
Partager sur d’autres sites

12 hours ago, FinalDistance said:

Clean version of 2023103002 is up on nyaa. All the Babylon songs are available along with Throw Out. What a journey that was, until the next leak everyone! 

If it includes "Continue to the real world?" and with another Course Trial Leak, maybe perhaps a wait though.

Lien vers le commentaire
Partager sur d’autres sites

On 12/15/2023 at 5:31 AM, navi_cs said:

 

Yes, I have a copy.
To modify those values, you have to change them from the file "savedata/ddr@asphyxia.db" (It goes without saying that you must have already played and created your profile in DDR.). You have to open it with some text editor and look for the lines containing '"collection": "profile"', if you have more than one you have to look for the one with your profile name which is in the "COMMON" section. (Before making any changes, I recommend that you save a copy of your "ddr@asphyxia.db" file).

 

For example, this is my profile, and the bold field is my username:
{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},"LAST":{"strdata":"1,73726576,33417276,96e2,4,3,3,ffffffff,0,2ca33d6,fc4c,8000000000000001,8000000000000001,8000000000000001,0,65514219,0,0. 000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},"RIVAL":{"strdata":"1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.000000,0.000000,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,,,,,,,","bindata":""}},"_id":"AUiJUXSkIGdmbGXh","createdAt":{"$$date":1661661719577},"updatedAt":{"$$date":1699824461261},"__s":"plugins_profile","__refid":"AAB56E743549D832"}

 

The options that I have seen that can be modified are the following (extracted from the plugin code):

Property                 = Section[Position]
character             = common[4]
arrowSkin            = option[11]
guideline             = option[13]
filter                     = option[12]
judgmentPriority = option[15]

boost                   = option[2]
fastSlow              = option[16]

 

These are the list of values that are selected in "[Position]" **(Note that some of these values can also be used in MonkeyBusiness)**:

  • characters = ( [0]:"All Character Random", [1]:"Man Random", [2]:"Female Random", [3]:"Yuni", [4]:"Rage", [5]:"Afro", [6]:"Jenny", [7]:"Emi", [8]:"Baby-Lon", [9]:"Gus", [10]:"Ruby", [11]:"Alice", [12]:"Julio", [13]:"Bonnie", [14]:"Zero", [15]:"Rinon" ).
  • arrowSkins = ( [0]:"Normal", [1]:"X", [2]:"Classic", [3]:"Cyber", [4]:"Medium", [5]:"Small", [6]:"Dot" ).
  • guidelines = ( [0]:"Off", [1]:"Border", [2]:"Center" ).
  • filters = ( [0]:"Off", [1]:"Dark", [2]:"Darker", [3]:"Darkest" ).
  • judgmentPrioritys = ( [0]:"Judgment priority", [1]:"Arrow priority" ).
  • boosts = ( [0]:"Normal", [1]:"Boost", [2]:"Brake", [3]:"Wave" ).
  • fastSlow = ( [0]:"Off", [1]:"On" ).

 

For example, I want my character to be "Yuni", my arrows skin to be "X" and my guidelines not to appear "Off".

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

First, to make my character "Yuni", we count in which position is "Yuni" starting with zero in the list characters. It would be in position 3. Therefore, I replace the value "[Position]" which in this case is position 4 of the Section "common" (starting with zero) by 3.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

Second, to make my arrows skin to be "X", we count in which position is "X" starting with zero in the list arrowSkins. It would be in position 1. Therefore, I replace the value "[Position]" which in this case is position 11 of the Section "option" (starting with zero) by 1.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,1,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

Finally, to make my guidelines not to appear "Off", we count in which position is "Off" starting with zero in the list guidelines. It would be in position 0. Therefore, I replace the value "[Position]" which in this case is position 13 of the Section "option" (starting with zero) by 0.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,1,1,0,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

image.jpeg.a534795b8f79a21e61c5d0662258cc61.jpeg

 

Sorry for how difficult this may be to understand, but it is a logic applied to programming, which is not user-friendly.

If you have a lot of difficulties to achieve the configuration you want, just put your profile, that is all of this:

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},etc...

Plus the configuration you would like to have, and I will gladly do all the configuration for you.

Asphyxia DDRA3.rar 14.52 MB · 39 downloads

Hello, please check DMs if you have time. Thanks :)

Lien vers le commentaire
Partager sur d’autres sites

So, im trying the new torrent and for some reason this appears everytime that i try to open it

Memphis Cult - 9MMimage.png.7b7b5e33ad20e85433f54f764e2da335.png

 

it happens with both MB and Asphyxia. Am i doing something wrong?

 

Le 14/12/2023 à 18:31, navi_cs a dit :

 

Yes, I have a copy.
To modify those values, you have to change them from the file "savedata/ddr@asphyxia.db" (It goes without saying that you must have already played and created your profile in DDR.). You have to open it with some text editor and look for the lines containing '"collection": "profile"', if you have more than one you have to look for the one with your profile name which is in the "COMMON" section. (Before making any changes, I recommend that you save a copy of your "ddr@asphyxia.db" file).

 

For example, this is my profile, and the bold field is my username:
{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},"LAST":{"strdata":"1,73726576,33417276,96e2,4,3,3,ffffffff,0,2ca33d6,fc4c,8000000000000001,8000000000000001,8000000000000001,0,65514219,0,0. 000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},"RIVAL":{"strdata":"1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.000000,0.000000,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,,,,,,,","bindata":""}},"_id":"AUiJUXSkIGdmbGXh","createdAt":{"$$date":1661661719577},"updatedAt":{"$$date":1699824461261},"__s":"plugins_profile","__refid":"AAB56E743549D832"}

 

The options that I have seen that can be modified are the following (extracted from the plugin code):

Property                 = Section[Position]
character             = common[4]
arrowSkin            = option[11]
guideline             = option[13]
filter                     = option[12]
judgmentPriority = option[15]

boost                   = option[2]
fastSlow              = option[16]

 

These are the list of values that are selected in "[Position]" **(Note that some of these values can also be used in MonkeyBusiness)**:

  • characters = ( [0]:"All Character Random", [1]:"Man Random", [2]:"Female Random", [3]:"Yuni", [4]:"Rage", [5]:"Afro", [6]:"Jenny", [7]:"Emi", [8]:"Baby-Lon", [9]:"Gus", [10]:"Ruby", [11]:"Alice", [12]:"Julio", [13]:"Bonnie", [14]:"Zero", [15]:"Rinon" ).
  • arrowSkins = ( [0]:"Normal", [1]:"X", [2]:"Classic", [3]:"Cyber", [4]:"Medium", [5]:"Small", [6]:"Dot" ).
  • guidelines = ( [0]:"Off", [1]:"Border", [2]:"Center" ).
  • filters = ( [0]:"Off", [1]:"Dark", [2]:"Darker", [3]:"Darkest" ).
  • judgmentPrioritys = ( [0]:"Judgment priority", [1]:"Arrow priority" ).
  • boosts = ( [0]:"Normal", [1]:"Boost", [2]:"Brake", [3]:"Wave" ).
  • fastSlow = ( [0]:"Off", [1]:"On" ).

 

For example, I want my character to be "Yuni", my arrows skin to be "X" and my guidelines not to appear "Off".

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

First, to make my character "Yuni", we count in which position is "Yuni" starting with zero in the list characters. It would be in position 3. Therefore, I replace the value "[Position]" which in this case is position 4 of the Section "common" (starting with zero) by 3.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

Second, to make my arrows skin to be "X", we count in which position is "X" starting with zero in the list arrowSkins. It would be in position 1. Therefore, I replace the value "[Position]" which in this case is position 11 of the Section "option" (starting with zero) by 1.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,1,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

Finally, to make my guidelines not to appear "Off", we count in which position is "Off" starting with zero in the list guidelines. It would be in position 0. Therefore, I replace the value "[Position]" which in this case is position 13 of the Section "option" (starting with zero) by 0.

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,3,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,1,1,0,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""}...I removed the rest for better observation.

 

image.jpeg.a534795b8f79a21e61c5d0662258cc61.jpeg

 

Sorry for how difficult this may be to understand, but it is a logic applied to programming, which is not user-friendly.

If you have a lot of difficulties to achieve the configuration you want, just put your profile, that is all of this:

{"collection":"profile","usergamedata":{"COMMON":{"strdata":"1,34,49ce052,1,0,0,0,0,0,1ed,0,1ec,1,0,0,0,0,0.000000,0.000000,0.000000,0. 000000,0.000000,0.000000,0.000000,0.000000,NAVY,7738-9906,,,,,","bindata":""},"OPTION":{"strdata":"1,7,0,0,0,0,0,3,0,0,0,0,1,2,0,0,0,10. 000000,10.000000,10.000000,10.000000,0.000000,0.000000,0.000000,0.000000,,,,,,,","bindata":""},etc...

Plus the configuration you would like to have, and I will gladly do all the configuration for you.

Asphyxia DDRA3.rar 14.52 Mo · 43 téléchargements

 

Dude, you don't know how thankful i am for such a detailed explanation. thank you so much ❤️

Lien vers le commentaire
Partager sur d’autres sites

7 minutes ago, Curilang said:

So, im trying the new torrent and for some reason this appears everytime that i try to open it

Memphis Cult - 9MMimage.png.7b7b5e33ad20e85433f54f764e2da335.png

 

it happens with both MB and Asphyxia. Am i doing something wrong?

Did you try to press the service button and see if there's an arrow pointing to the virtual coin option. You need to at least configure that option only once before you play. 

Lien vers le commentaire
Partager sur d’autres sites

hi all, just wanted to try gold cab trough the patcher, but the bg is black.
i know that this is a common problem for many of you. i downloaded the gold_bg hd and sd vid posted a few pages back, but then where do i put those files?
after that i need to register dll and download k-lite codec basic (already in use) right?

thanks to all, and sorry for asking help for a very common issue like this! 😇

as for the baby lon galaxy event, i downloaded latest version of MONKEY BUSINESS and updated to the latest a3 data posted here. is this supposed to work as soon as i log in or do i have to disable the "force unlock" option from the patcher for it to work? (because with the force unlock for example HOU is already unlocked)
i'm just curious, but i dont know if the unlocking and the event are really supported on monkey business...🤔

tnx!

 

Lien vers le commentaire
Partager sur d’autres sites

hace 12 horas, oza180 dijo:

hi all, just wanted to try gold cab trough the patcher, but the bg is black.
i know that this is a common problem for many of you. i downloaded the gold_bg hd and sd vid posted a few pages back, but then where do i put those files?
after that i need to register dll and download k-lite codec basic (already in use) right?

thanks to all, and sorry for asking help for a very common issue like this! 😇

as for the baby lon galaxy event, i downloaded latest version of MONKEY BUSINESS and updated to the latest a3 data posted here. is this supposed to work as soon as i log in or do i have to disable the "force unlock" option from the patcher for it to work? (because with the force unlock for example HOU is already unlocked)
i'm just curious, but i dont know if the unlocking and the event are really supported on monkey business...🤔

tnx!

 

 

The .m2v files must be placed in the directory "contents\data\mdb_apx\movie\background".

You need to register the dll's when you change the location or name of your DDR folder, or when you do it for the first time. Personally, I don't install anything additional like the k-lite codec.

 

Many of the songs are locked by different situations, it can be by region, because they have to be played in a specific turn, by event, etc. What happens when you unlock them is that all those restrictions are omitted, making them available at all times, I don't think they influence anything in the events.
Monkey Business, from what I have tested in a previous version, does run the event, shows the introductory video and increases the score each time a song is played, what is not implemented and what I think is missing is to save the accumulated score in each game session to be able to access the next part of the event. On the other hand, Asphyxia only starts in a normal way.

 

Modifié par navi_cs
Lien vers le commentaire
Partager sur d’autres sites

7 ore fa, navi_cs ha scritto:

 

The .m2v files must be placed in the directory "contents\data\mdb_apx\movie\background".

You need to register the dll's when you change the location or name of your DDR folder, or when you do it for the first time. Personally, I don't install anything additional like the k-lite codec.

 

Many of the songs are locked by different situations, it can be by region, because they have to be played in a specific turn, by event, etc. What happens when you unlock them is that all those restrictions are omitted, making them available at all times, I don't think they influence anything in the events.
Monkey Business, from what I have tested in a previous version, does run the event, shows the introductory video and increases the score each time a song is played, what is not implemented and what I think is missing is to save the accumulated score in each game session to be able to access the next part of the event. On the other hand, Asphyxia only starts in a normal way.

 

 

Thank you so much! Very clear and useful!! 👍👍♥️♥️🤟🤟

Lien vers le commentaire
Partager sur d’autres sites

On 12/21/2023 at 2:39 PM, Megamanny said:

Made some changes to my profile in asphyxia and now my credits are going into the negative on the main screen lol. 

 

No idea what I did and it doesn't really impact anything. But I am curious how to change that back to the original. 

 

Any idea?

 

What did you change? You can look from there.

Lien vers le commentaire
Partager sur d’autres sites

7 hours ago, NoctsRanun said:

MDX 2023112900 songs (except Run The Show Challenge which is still upcoming)

 

ENJOY ^^

 

https://drive.google.com/file/d/1v0Dkc3urIqZVz_TPepo-MyS8uOdrGkOd/view?usp=sharing

Link updated from NoctsRanun's download link since I'm the only one who has free spaces for images.

 

Both songs' artists re-edited.

Screenshot (287).png

Screenshot (286).png

Lien vers le commentaire
Partager sur d’autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant
×
×
  • Créer...