Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
More than that no idea.
You need to use Unreal engine to do it... I'm a Game developer by trade.
Since you already handled the encryption of the PAK files.
Use UNREALPAK. EXE .
You can send money to my paypal....
Just kidding!
Just to be clear, it's early release. Each update should bring new elements and changes to current game. And break every mod.
- Unreal Engine 4 is notoriously hard to work with. -Sometimes!
[Unreal Engine 4 has a visual scripting language (Blueprint) which may actually make it easier for non-programmers to do basic stuff. For the heavy lifting, UE4 uses C++, so that may be a bit more complex than the Javascript/C# used in Unity.]
But found this;
If you are new to UE4, you might want to check out the following videos.
- Introduction to UE4 Editor (11 videos)
- Introduction to Blueprints (9 videos)
- Introduction to Third Person Blueprint Game (22 videos)
And, de-compiling the files of the game may actually be in violation of the use.
Just saying.
decryption very well can be certainly with out permission . if the game is not set up to Mod anyways..
Most developers do encrypt there work for a reason... as they don't want you to steal it or use it, modify it...
People do sadly....
There is a bunch of mods already made for this game, people do it no matter what... I doubt the developer cares.. Mods tend to help developers anyways.
But saying UE 4 was hard to use, its actual not, if you know what your doing... I been using Unreal since the first version. but for newer users, they certainly can struggle in early versions of UE 4... but the last few versions it got easier and with 5, its a cake walk..
By the way your save files are normally in
C:\Users\{UserName}\AppData\Local\{ProjectName}\Saved You should find the Data files there.. as long as he didn't move it.
PS: That is a game developers life, so is a modders life, which is dealing with changes and broken games...
Plug ins for Unreal are the same way....
goto library at the top then click plus sign next to engine versions (near the top) a new install should pop up then select 4.27 for this game https://imgur.com/a/A662Eih
What are your general thoughts on Manor Lords so far?
I was able to extract and modify the files I need for a new mod, but how do I repack them into .uasset files and ultimately into a .pak file again?