File: img-2026-04-22-12-00-59.png (1.2 MB)
how do i get into game modding?
i know abit of blender but no experience in coding or reverse engineering.
is it possible to use AI/LLM?
or, does anyone here take commisions for making game mods?
Showing all 7 replies.
>>
>>
I would like to know too, how come a game comes out that supports it and next day theres a ton of mods. I know you have to decrypt the files and then find where the meshes are and then re-encrypt them but theres also coding you have to do. I would be happy if I could mod some old school FPSs but all the tools are gone.
>>
>>
>>1027795
I was trying to make a character fir a really old game. Quake 3 Arena. I got really far but couldnt export it because theres no exporter that works on newer programs. Turn out theres a lot of support for Quake 2 but not much for Quake 3.
>>
>>
>>1027792
RE engine games are a special case because the tools already exist and they just werk when a new Capcom game is released. Contrary to popular belief, Capcom doesn't really try to fuck modders by obfuscating their engine.
>>
>>1027948
This is the same case for popular engines like Unity and Unreal Engine btw. Although UE is harder to mod when it comes to scripting due to the game scripting being made in C++/Blueprints instead of C# like Unity/RE engine. C# is designed to be "modded"/overridden.