Hello and thank you for reading my qustion.
I just started modding.
The only game i want to make mods for is Aliens: Fireteam Elite (uses UE 4.25).
I have the game unpacked. I have the key to the engine.
I made some mods using AssetEditor2.4, but it seems its very limited in some moding cases.
I work only with uasset files. I do not try to create anything new, but only what is already in the game. I just mix-up and replace some lines in uassets.
But now im trying to add graphs in CodeBlocks , and i dont know how. I only know how to add lines but not to create CodeBlocks and graphs below them. All what i need is to create empty graphs under already existing blocks and insert the data into them.
Seem AssetEditor isnt capable of it.
What tools or soft can i use? ChatGpt said that is Unreal Engine is best for it, but what version do i specifically need for the game that works on UE4.25? i uploaded the latest version but everything freezes, and since i do not need to create textures, models , but just text lines, what soft do i need.
Thanks in advance!
For game done with ue 4.25 you need unreal Editor 4.25.
However to open and edit you need UNCOOKED project files. And game usually has COOKED and then packaged files. So you need source files for that game.
Else there is not easy way to edit packages. There was some tool for extracting models, sounds and animations from unreal 4.xx , but no tool that can extract then place altered assets in.