Page 129 of 132 FirstFirst ... 2979119127128129130131 ... LastLast
Results 1,921 to 1,935 of 1975
  1. #1921
    idontlikedbd's Avatar
    Join Date
    Sep 2018
    Gender
    female
    Posts
    430
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed
    im having EAC not installed error. i tried reinstalling from the eac installer of steam but didn't work

    edit: i also tried a trick to create a shortcut to the installer of eac on the game pass folder but also didnt work

    edit²: i updated the game via steam, and open it and on game pass worked aswell lol (i had also verified the files on game pass)
    Last edited by idontlikedbd; 08-27-2024 at 08:47 PM.

  2. #1922
    Melodiya's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    100
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by 8otto View Post
    If SleepyLia's Catalog API doesn't work you can't, at least you don't know how to decode with the key extracted by MarketUpdater
    Is it possible to see prestiges/grades in lobby through fiddler?

  3. #1923
    Pillology's Avatar
    Join Date
    Nov 2023
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    How do I get to the g1t profile?
    nvm fixed it anf found the mappins file.

    - - - Updated - - -

    How do I fix the problem of the characters not showing up in the section wher ei change their prestige.They are not showing up in the character names or character data file.
    Last edited by Pillology; 08-28-2024 at 12:40 AM.

  4. #1924
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    980
    Reputation
    106
    Thanks
    2,510
    My Mood
    Inspired
    Quote Originally Posted by Pillology View Post
    How do I get to the g1t profile?
    nvm fixed it anf found the mappins file.

    - - - Updated - - -

    How do I fix the problem of the characters not showing up in the section wher ei change their prestige.They are not showing up in the character names or character data file.
    I didn't really understand your question.. However you can see character names into IDs\Dlc.json file.
    For example this is The Dark Lord

    Code:
    {
        "CharacterName": "K37",
        "CharacterIndex": "268435492",
        "CharacterDefaultItem": "Item_Slasher_K37Power",
        "CharacterType": "EPlayerRole::VE_Slasher",
        "Name": "The Dark Lord",
        "FilePath": "DeadByDaylight/Plugins/Runtime/Bhvr/DBDCharacters/K37/Content/Data/Game/CharacterDescriptionDB.uasset"
      }
    K37 is his codename (useful to change prestige into CustomCharacterData.json and The Dark Lord is his in-game name.

    - - - Updated - - -

    Quote Originally Posted by Melodiya View Post
    Is it possible to see prestiges/grades in lobby through fiddler?
    Unluckily not anymore (at least the last time i tried)
    Previously you could see the rank after the match, but not anymore.

    - - - Updated - - -

    Quote Originally Posted by idontlikedbd View Post
    im having EAC not installed error. i tried reinstalling from the eac installer of steam but didn't work

    edit: i also tried a trick to create a shortcut to the installer of eac on the game pass folder but also didnt work

    edit²: i updated the game via steam, and open it and on game pass worked aswell lol (i had also verified the files on game pass)
    Pay attention.. Steam and Game Pass games are different (totally different files)

  5. #1925
    Melodiya's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    100
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by 8otto View Post
    I didn't really understand your question.. However you can see character names into IDs\Dlc.json file.
    For example this is The Dark Lord

    Code:
    {
        "CharacterName": "K37",
        "CharacterIndex": "268435492",
        "CharacterDefaultItem": "Item_Slasher_K37Power",
        "CharacterType": "EPlayerRole::VE_Slasher",
        "Name": "The Dark Lord",
        "FilePath": "DeadByDaylight/Plugins/Runtime/Bhvr/DBDCharacters/K37/Content/Data/Game/CharacterDescriptionDB.uasset"
      }
    K37 is his codename (useful to change prestige into CustomCharacterData.json and The Dark Lord is his in-game name.

    - - - Updated - - -



    Unluckily not anymore (at least the last time i tried)
    Previously you could see the rank after the match, but not anymore.

    - - - Updated - - -



    Pay attention.. Steam and Game Pass games are different (totally different files)
    What about the new prestiges? In this new update, they can now only be seen after a match

  6. #1926
    SoloViking's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    It is not working for me, for some reason. It used to work in the past.
    What may the issue be?









    - - - Updated - - -

    Just as a quick side-note: I attempted to use both "true" and "false" on the "PascalCase" setting on Fiddler. It still does not work.
    Am I missing something?
    Last edited by SoloViking; 08-29-2024 at 04:09 AM.

  7. #1927
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    980
    Reputation
    106
    Thanks
    2,510
    My Mood
    Inspired
    Quote Originally Posted by SoloViking View Post
    It is not working for me, for some reason. It used to work in the past.
    What may the issue be?

    - - - Updated - - -

    Just as a quick side-note: I attempted to both "true" and "false" on the "PascalCase" setting on Fiddler. It still does not work.
    Am I missing something?
    PascalCase should be false, however I think that you're missing HTTPs decryption on Fiddler.

    Follow tutorial here (don't use that files are old, but follow the guide).

  8. #1928
    SoloViking's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    Quote Originally Posted by 8otto View Post
    PascalCase should be false, however I think that you're missing HTTPs decryption on Fiddler.

    Follow tutorial here (don't use that files are old, but follow the guide).
    No, my Fiddler has been properly setup since April. The HTTPs settings on my Fiddler Classic are enabled for all processes, and I have used the script before for a few months (around March-May) without issues at all.

    I made full attempts with PascalCase both set as "false" and as "true". Neither worked, neither made any difference.
    I even went back to re-read 10-20 of the recent pages here (from May to now) to see if there is any major change that I had missed, though there was nothing of the sort, and I re-read the tutorial. Nothing is out of the ordinary on my end.

    ... Should I re-install Fiddler Classic at this point?


    EDIT: I just deleted CustomScript.js to reset FiddlerScript and I reset All Certificates, and I used 8otto Auto-Updater and enabled the HTTPs Capture + Decrypt HTTPS (from all processes).
    I launched the game with Fiddler open, of course, and it still does not work. Nothing is unlocked. I restart the game, no changes. I restart Fiddler, no changes. I restart Fiddler and the game, still nothing. The directory never changed (everything is still in C:\Rules on my PC). I also made sure that the FiddlerScript tab was actually automatically updated, and it was. I even double-checked the tutorials of the first post, the definitive post, and the Fiddler reset tutorial that you posted earlier to make sure that I have not missed any step or procedure, in which I have not.
    ... No idea what the issue is.
    I use Epic Games, of course.

    EDIT #2: Here are the logs:


    EDIT #3: Another screenshot of logs + sessions.


    EDIT #4: Oh, my goodness. I think I am losing it. I have put so much time and made so many attempts to no avail. I feel like I have tried everything at this point. Updated Fiddler Classic, enabling All Sessions, resetting All Certificates again, restarting everything (Fiddler + Game), disabling all network adapters excluding the one that is being used in Windows Adapter Settings, I even disabled "Use Proxy Server" in Windows Settings, I also attempted with "Ignore server certificate errors (unsafe)", I also attempted with all protocols "<client>;ssl2;ssl3;tls1.0;tls1.1;tls1.2", I even attempted to specifically decrypt the game (, egs.live.bhvrdbd.com, api.epicgames.dev, cdn.live.bhvrdbd.com, gamelogs.live.bhvrdbd.com). Tried PascalCase "true", fresh Fiddler start and fresh game start, tried PascalCase "false", fresh Fiddler restart and fresh game restart. Without admin, with admin, with and without, without and with. I truly do not know what more there is to do ...
    Last edited by SoloViking; 08-29-2024 at 04:36 AM.

  9. #1929
    idontlikedbd's Avatar
    Join Date
    Sep 2018
    Gender
    female
    Posts
    430
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed
    Quote Originally Posted by 8otto View Post
    Pay attention.. Steam and Game Pass games are different (totally different files)
    i dont know why i got that error, but updating on steam the game, the EAC error disappeared

  10. #1930
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    980
    Reputation
    106
    Thanks
    2,510
    My Mood
    Inspired
    @SoloViking
    Try to reset certificates.
    Are you admin of your computer?

  11. #1931
    SoloViking's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    Quote Originally Posted by 8otto View Post
    @SoloViking
    Try to reset certificates.
    Are you admin of your computer?
    I did that reset so many times.

    Yes, I am the administrator of my PC (but the PC is manufactured by a Scandinavian PC company). How can I check?
    Last edited by Ben; 08-29-2024 at 03:08 PM.

  12. #1932
    meme's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    42.434720, -83.985
    Posts
    8,087
    Reputation
    1452
    Thanks
    2,420
    My Mood
    Lurking
    Quote Originally Posted by 8otto View Post
    Ok, this time they changed completely, that's why fallback function doesn't work..
    Mappings updated on git.
    To download from here you have to wait for approval.

    AES Key is the same: 0x22B1639B548124925CF7B9CBAA09F9AC295FCF0324586D6B 37EE1D42670B39B3

    Virus scans:
    https://www.virustotal.com/gui/file/...38a6?nocache=1
    https://virusscan.jotti.org/it-IT/fi...job/jgiy4i9f4u
    apologies for the delay

    //approved
    Quote Originally Posted by Hennessy View Post
    meme is shittiest general mod ever.
     
    dd/mm/yy
    Member | 28/1/16 - ∞
    Premium | 20/3/16 - ∞
    BattleOn Minion | 24/12/17 - 21/7/21
    Minion+ | 4/4/19 - 11/12/20
    Other MMMORPG Minion | 10/11/19 - 21/7/21
    Publicist | 7/2/20 - Unknown
    Minecraft Minion | 10/12/20 - 21/7/21
    General Minion | 10/12/20 - 21/7/21

    Moderator | 11/12/20 - 21/7/21
    Princess | 5/1/21 - 30/6/21
    Global Moderator | 21/7/21 - ∞
    Pharaoh | 30/1/22 - ∞
    Trusted Member | 16/3/23 - ∞

  13. #1933
    sushitrashxx's Avatar
    Join Date
    Feb 2022
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1

    USmaping error

    I still have the USMap issue, seems like it doesnt work with lia's market updater, need help


  14. #1934
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    980
    Reputation
    106
    Thanks
    2,510
    My Mood
    Inspired
    Quote Originally Posted by sushitrashxx View Post
    I still have the USMap issue, seems like it doesnt work with lia's market updater, need help

    You must download new mappings from here
    https://www.mpgh.net/forum/showthrea...4#post15421504

    - - - Updated - - -

    Quote Originally Posted by SoloViking View Post
    I did that reset so many times.

    Yes, I am the administrator of my PC (but the PC is manufactured by a Scandinavian PC company). How can I check?
    So try this instead of reset certificate
    Deactivate HTTPs decryption
    remove certificate
    press export certificate
    press always next and save it where you want
    Close Fiddler
    Double click on exported certificate (for example on your desktop)
    Press always Next
    Open Fiddler
    Enable again HTTPs decryption

    If this doesn't work uninstall completely Fiddler, restart PC and install it again
    Last edited by 8otto; 4 Weeks Ago at 01:06 AM.

  15. #1935
    SoloViking's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    Quote Originally Posted by SoloViking View Post
    No, my Fiddler has been properly setup since April. The HTTPs settings on my Fiddler Classic are enabled for all processes, and I have used the script before for a few months (around March-May) without issues at all.

    I made full attempts with PascalCase both set as "false" and as "true". Neither worked, neither made any difference.
    I even went back to re-read 10-20 of the recent pages here (from May to now) to see if there is any major change that I had missed, though there was nothing of the sort, and I re-read the tutorial. Nothing is out of the ordinary on my end.

    ... Should I re-install Fiddler Classic at this point?


    EDIT: I just deleted CustomScript.js to reset FiddlerScript and I reset All Certificates, and I used 8otto Auto-Updater and enabled the HTTPs Capture + Decrypt HTTPS (from all processes).
    I launched the game with Fiddler open, of course, and it still does not work. Nothing is unlocked. I restart the game, no changes. I restart Fiddler, no changes. I restart Fiddler and the game, still nothing. The directory never changed (everything is still in C:\Rules on my PC). I also made sure that the FiddlerScript tab was actually automatically updated, and it was. I even double-checked the tutorials of the first post, the definitive post, and the Fiddler reset tutorial that you posted earlier to make sure that I have not missed any step or procedure, in which I have not.
    ... No idea what the issue is.
    I use Epic Games, of course.

    EDIT #2: Here are the logs:


    EDIT #3: Another screenshot of logs + sessions.


    EDIT #4: Oh, my goodness. I think I am losing it. I have put so much time and made so many attempts to no avail. I feel like I have tried everything at this point. Updated Fiddler Classic, enabling All Sessions, resetting All Certificates again, restarting everything (Fiddler + Game), disabling all network adapters excluding the one that is being used in Windows Adapter Settings, I even disabled "Use Proxy Server" in Windows Settings, I also attempted with "Ignore server certificate errors (unsafe)", I also attempted with all protocols "<client>;ssl2;ssl3;tls1.0;tls1.1;tls1.2", I even attempted to specifically decrypt the game (, egs.live.bhvrdbd.com, api.epicgames.dev, cdn.live.bhvrdbd.com, gamelogs.live.bhvrdbd.com). Tried PascalCase "true", fresh Fiddler start and fresh game start, tried PascalCase "false", fresh Fiddler restart and fresh game restart. Without admin, with admin, with and without, without and with. I truly do not know what more there is to do ...
    I just want to express that I finally managed to solve the issue with my Fiddler (which had the "Certificate" issue).
    If anyone wants the solution, I have included it below. It instantly resolved the issue completely as soon as I did the procedure (below). Hopefully nobody ever experiences this miserable issue.

    1. Close Fiddler (make sure that it is not running).
    2. Locate the following folder: C:\Users\USERNAME\AppData\Roaming\Microsoft\
    3. In that folder, locate and DELETE the following two folders (if one of them is missing, then delete the other): Crypto and Credentials
    4. Congratulations. Start Fiddler.

Similar Threads

  1. Replies: 3
    Last Post: 08-18-2020, 12:59 PM
  2. LoL NA - Full Access/Unverified/All Champions Unlocked
    By snowtime in forum League of Legends Marketplace
    Replies: 3
    Last Post: 10-25-2019, 11:53 AM
  3. [WTS] GTA V Services/Unlock All/ 0% Ban Risk/Fast/Full Service With 10$/PS3->PS4,PC,XBOXONE
    By ploutarxos in forum Grand Theft Auto 5 (GTA V) User Services/Shops
    Replies: 69
    Last Post: 01-19-2019, 11:20 AM
  4. [WTS] GTA V Services/Unlock All/ 0% Risk/Full Service With 10$/PS3->PS4,PC,XBOXONE
    By niggaunderground in forum Grand Theft Auto 5 (GTA V) User Services/Shops
    Replies: 8
    Last Post: 08-29-2016, 04:32 PM
  5. [Outdated] Blockstorm Full Unlock All Weapons, No Recoil All Weapon,Instant Reload AK47
    By doncarlone in forum Other First Person Shooter Hacks
    Replies: 6
    Last Post: 12-10-2014, 06:57 PM