Conquer Client Source Redux

03/05/2026 06:01 soktuan#1
hello i'm releasing this client source that i been working on it still in a working processes. it imgui with dx10 work with redux source file idk if it work with other. im at a dead end if anyone wanna help hit me on discord: damnation_86 thanks and much love





[Only registered and activated users can see links. Click Here To Register...]
03/07/2026 23:41 coolco#2
Impressive work. But I assume it only works with a custom client, since it tries to load .json files from the client instead of .dat files. I only took a quick look at it.
03/08/2026 01:07 tucansam9#3
This is literally a decompiled ClassicConquer EXE.

The only thing impressive here is how far Claude managed to get with this. Everything else is low-effort garbage from someone who clearly has no clue what they're doing. It's basically decompiled Ghidra output duct-taped together with AI guesses and optimism.

It's the software equivalent of dumping a pile of scrap metal on the floor and asking an AI to assemble a jet engine. Apparently that counts as "development" now.
03/08/2026 03:33 soktuan#4
i had decrypt the dat file into txt then make it into json. the client read off json but you can change that into reading anything you want, this is a custom client source file not server source.
03/08/2026 06:09 coolco#5
Quote:
Originally Posted by soktuan View Post
i had decrypt the dat file into txt then make it into json. the client read off json but you can change that into reading anything you want, this is a custom client source file not server source.

Yes, haha, I know and I've already realized that we can change that after analyzing it a bit more thoroughly. Did you touch some packets/encryption or is it all pure 5065?
this why im asking [Only registered and activated users can see links. Click Here To Register...]

And once again, thank you for sharing; very few people would share such a large amount of work.
03/08/2026 09:27 soktuan#6
im using the redux 3.05 from the github. didnt change anything from server source