Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 07:34

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 200
Search took 0.03 seconds.
Search: Posts Made By: CptSky
Forum: CO2 Programming 02/10/2026, 14:34
Replies: 2
Views: 333
Posted By CptSky
I've successfully added it to a 5071 client, but...

I've successfully added it to a 5071 client, but there are 3 things you may be missing:
- The ini/MagicType.dat has a different format, make sure to adjust to your client version
- These new magic...
Forum: CO2 Programming 01/25/2026, 03:42
Replies: 2
Views: 348
Posted By CptSky
I'm not sure exactly if I'll answer the question,...

I'm not sure exactly if I'll answer the question, but yeah, models (players, monsters, weapons, etc) are actual 3D models. Effects will often be particules (and I guess some 2D shapes when rendering...
Forum: CO2 PServer Guides & Releases 10/07/2025, 22:13
Replies: 0
Views: 843
Posted By CptSky
Guide: Client Detailed Patch Notes

Detailed patch notes for Conquer Online, from version 2.0 to 3.0, and excluding patches that only add new servers, new temporary events or fix bugs. When targeting a patch, take the highest before a...
Forum: CO2 Programming 08/26/2025, 14:40
Replies: 5
Views: 1,225
Posted By CptSky
MJP files are "Masked JPEG" files, they are...

MJP files are "Masked JPEG" files, they are custom to the C3 engine (i.e. TQ Digital games) and are basically used on mobile games instead of DDS or PVR formats to leverage the built-in hardware...
Forum: CO2 Programming 08/24/2025, 19:43
Replies: 5
Views: 1,225
Posted By CptSky
For extracting files from a .WDF archive, you can...

For extracting files from a .WDF archive, you can use a tool like this one: [Release] TQ Package Manager (WDF, DNP, WDB, TPI/TPD)...
Forum: CO2 Private Server 07/25/2025, 18:06
Replies: 26
Views: 1,980
Posted By CptSky
My new source (private) supports multiple...

My new source (private) supports multiple versions (selection: 5017, 5018, 5022, 5031, 5035, 5066, range: 5016 to 5071) and it kind of work because around those patches, there aren't that many...
Forum: CO2 Private Server 02/22/2025, 19:19
Replies: 4
Views: 1,068
Posted By CptSky
Played for a while, so I remember a lot, but...

Played for a while, so I remember a lot, but otherwise, reversing leaked binaries and using the Wayback Machine to access the old CO website is good to get the actual features. After, depending on...
Forum: CO2 Private Server 01/10/2025, 00:05
Replies: 5
Views: 919
Posted By CptSky
To add to Arco's comment. The MsgPlayer...

To add to Arco's comment.

The MsgPlayer packet has a small flag near the end to indicate that it is a "remote" player, which may not be on screen. Most sources do not set this flag properly, which...
Forum: CO2 Programming 01/04/2025, 16:21
Replies: 1
Views: 442
Posted By CptSky
It isn't encrypted. Before the patch 5066, the...

It isn't encrypted. Before the patch 5066, the MagicType.dat file was a binary file. You need a binary <-> text converter. There are probably some around, or look for my old CO2_CORE_DLL which...
Forum: CO2 Private Server 09/10/2024, 16:53
Replies: 1
Views: 470
Posted By CptSky
Looking for previous versions of MsgServer

Over time, I deleted bunch of CO stuff I did not use, which included a lot of the leaked binaries. While I got my hands on a clean version of the 5065-ish binaries (April 19th, 2008) and have been...
Forum: CO2 Programming 05/28/2024, 16:33
Replies: 2
Views: 617
Posted By CptSky
You may be able to find the RC5 functions by...

You may be able to find the RC5 functions by looking for the well known constants like 0xB7E15163 and 0x9E3779B9, assuming that you knew to look for RC5 :P Otherwise, look for where the MsgAccount is...
Forum: CO2 Private Server 02/16/2024, 20:07
Replies: 7
Views: 786
Posted By CptSky
Blessing, as for +1s, are part of the generate...

Blessing, as for +1s, are part of the generate item algorithm. You need to patch the assembly (because you don't have a "source", you have binaries).

It isn't configurable through the database....
Forum: CO2 PServer Archive 01/26/2024, 17:44
Replies: 7
Views: 1,787
Posted By CptSky
That's the kind of answer that would incite me to...

That's the kind of answer that would incite me to play your server :)
Forum: CO2 Exploits, Hacks & Tools 01/22/2024, 21:52
Replies: 5
Views: 3,651
Posted By CptSky
It is hard-coded in CO. You'd need to patch the...

It is hard-coded in CO. You'd need to patch the assembly around where CMsgMapItem is processed.
Forum: CO2 Private Server 01/22/2024, 13:55
Replies: 50
Views: 5,501
Posted By CptSky
Yeah, I've seen a lot of re-released stuff as if...

Yeah, I've seen a lot of re-released stuff as if they are the author... Even TQ assets released as "custom" edits. I haven't shared anything new either with the state of the community...



For...
Forum: CO2 Private Server 01/19/2024, 15:04
Replies: 50
Views: 5,501
Posted By CptSky
Yep... Sad thing is that there is a subset of the...

Yep... Sad thing is that there is a subset of the community that could probably still share / work together, but too many have bad experiences sharing...
Forum: CO2 Programming 01/07/2024, 19:58
Replies: 22
Views: 979
Posted By CptSky
Most crashes I've seen client-side is due to...

Most crashes I've seen client-side is due to invalid packets, too large packets or sending invalid IDs (i.e. for meshes). For too large packets, most sources do not respect the max packet size of the...
Forum: CO2 Private Server 07/05/2023, 20:27
Replies: 50
Views: 5,501
Posted By CptSky
I'd agree if it was a reputable server :p From...

I'd agree if it was a reputable server :p From what I've seen, these servers all have stealed content from each other, and now use a protection based on stealed code from Ulti (from what I...
Forum: CO2 Private Server 06/27/2023, 01:26
Replies: 50
Views: 5,501
Posted By CptSky
Yeah, don't think I'll dig that far except if...

Yeah, don't think I'll dig that far except if someone extracts the cipher key from the client.

C3 files are not encrypted, but indeed, the DDS ones seem to be. The key / IV (if any) seems to be...
Forum: CO2 Private Server 06/21/2023, 16:03
Replies: 50
Views: 5,501
Posted By CptSky
It is pointless to send only a WDF file, I would...

It is pointless to send only a WDF file, I would need a full client. But 1.2 GB of garments? Sounds like crap.
Forum: CO2 Private Server 06/16/2023, 00:46
Replies: 6
Views: 823
Posted By CptSky
NPCs w/ Text-to-Speech

There is a lot of great servers nowadays that try to be unique. Well, hoping to help one of them, I’m giving away an idea I prototyped.

CO can feels old and liveless, so why not leveraging the...
Forum: CO2 Weapon, Armor, Effects & Interface edits 06/14/2023, 17:22
Replies: 49
Views: 73,416
Posted By CptSky
The file names are encoded in the TPI file paired...

The file names are encoded in the TPI file paired with the TPD one. There is no need for a brute force tool, everything can be extracted just with the TPI/TPD pair.

With that said, the tool I...
Forum: CO2 Programming 05/10/2023, 19:04
Replies: 9
Views: 988
Posted By CptSky
If you lock the file, the server must be made...

If you lock the file, the server must be made aware that it may not be the exclusive owner of the file, and be resilient to locked files.

Simplest backup system may be to trigger a backup during...
Forum: CO2 Private Server 04/19/2023, 21:14
Replies: 50
Views: 5,501
Posted By CptSky
Does not seem protected. Just that the files are...

Does not seem protected. Just that the files are indexed in the .WDB package, so you need to first unpack it.

Extracted WDF packages...
Forum: CO2 Private Server 04/17/2023, 17:48
Replies: 50
Views: 5,501
Posted By CptSky
Any names of these private servers?

Any names of these private servers?
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT +1. The time now is 07:37.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.