Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted

C3Studio
Conquer Online asset browser and viewer using Monogame
Just trying to understand client files and client rendering

C3Studio
 

image.thumb.png.05689abd24a81f8f6ac9154c9988e965.png


The Setup screen appears — click Browse… and select your Conquer Online folder (the one containing c3.wdf, data.wdf, and the ini/ folder).

The validation checklist confirms all required folders, archives, and INI files.

private static readonly string[] RequiredFolders = ["ani", "c3", "data", "ini"];
    private static readonly string[] RequiredWdf     = ["c3.wdf", "data.wdf"];
    private static readonly string[] RequiredIni     =
    [
        "npc.ini", "3DSimpleObj.ini", "3DEffect.ini",
        "3dobj.ini", "3dtexture.ini", "3dmotion.ini", "3DEffectObj.ini",
        "3DsimpleRole.ini", "MountMotion.ini", "WeaponMotion.ini",
        "armor.ini", "armet.ini", "weapon.ini", "Mount.ini",
        "AdditiveSize.ini","TransForm.ini",
    ];

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...