Giter VIP home page Giter VIP logo

Comments (21)

SK1D1092 avatar SK1D1092 commented on June 4, 2024 1

yeah i meant that thanks :D

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

You can try FModel and see if it gives you the same result.
As Umodel has proven to be extremely buggy, especially when handling obfuscation techniques.

Also, does the AES-Key prompt come up when loading into Umodel?

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

The minor version also does not matter. You only need "4.27", not "4.27.1" in your case.

The layout is as follows:

  • Number 4 = Unreal Version
  • Number 27 = Major Release
  • Number 1 = Minor Release

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

ok but i tried f model and UEviewer and still none of them could load the pak file so i dont understand why

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

and the aes key prompt wont come up

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

By chance does the game you're trying to mod have more than one *.pak file?

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

no it has only 1 pak file

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

ok rn the f model wrote me this error System.ArgumentException: Given directory must exist (Parameter '_workingDirectory')
at CUE4Parse.FileProvider.DefaultFileProvider.Initialize()

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

Do you have any of the following characters in any of the paths that lead to the Umodel or Fmodel directory?

\ / ? " < > | :

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

C:\Users---\Downloads\pak file

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

The error means that there are invalid characters that C++/C# cannot parse correctly. Thus giving the error provided. This also includes but not limited to the special characters such as japanese, chinese, or arabic.

Make sure that there are also no invisible characters that aren't spaces.

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

You could attempt to fix it by using a USB drive, or external drive/SDHC card.
If that doesn't work, you will need to make an issue on FModel, or UModel GitHub repos, make sure to include the error that you had sent earlier in the one to FModel's GitHub Repo.

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

nah i fixed it beacause it was in the steam folder and it usually dont work there when i try it but when i grab it from the steam file and place it in desktop or downloads it wont say any error so i think there is no help here :D

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

still wont load tho

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

If you already tried this: #3 (comment)

I would recommend creating an issue with FModel, or UModel, make sure to include screenshots of errors, directories, and details about your game in the report. This could take several days, I'm a hobbiest of Game-Hacking, but I can't really help with C++ and C# errors other than comparing other reports to this specific problem.

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

ok so fmodel support wont answer me for no reason and they even deleted my post :D but i found this on their discord do you know what does that mean?
Screenshot_69

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

Both applications do not open it. You can't open the game through FModel.
I'll leave this issue open, just in case somebody else comes across this issue and has found a solution to it.

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

so I found what I need but I wanted to ask fmodel uses dev uncompiled version that I need, do you happen to know how to compile it so I can run it bcs it has the version of the game i need.

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

https://stackoverflow.com/questions/7987264/how-do-you-compile-c

This should help.

from ue4-aes-key-extracting-guide.

SK1D1092 avatar SK1D1092 commented on June 4, 2024

ok i got everything i needed and i thank you wanted to ask just one thing if you maybe happend to know how to execute files that are in the game files but are not in the game

from ue4-aes-key-extracting-guide.

Cracko298 avatar Cracko298 commented on June 4, 2024

ok i got everything i needed and i thank you wanted to ask just one thing if you maybe happend to know how to execute files that are in the game files but are not in the game

You can't execute not executable files, unless you have a compiler, or Interpreter. I'm not sure if you're English, sorry if I was a bit technical.

You can't execute files within a .pak file.
You can modify .uasset (with UAsset GUI or API) files, and install em using UMU *Unreal Mod Unlocker by Illusionary Software (GHFear).

from ue4-aes-key-extracting-guide.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.