Jump to content
Sign in to follow this  
Radoxxx

XML files?

Recommended Posts

Where can I get the XML files for the structures and the units? I want to make some minor changes in the prices of some units ;)

Share this post


Link to post
They come with the Mod SDK in the MOD SDK\CnC3Xml folder.

 

Right, and then how do you use these files?

 

What is their path!?

Maybe... "Command & Conquer 3\Data\GDI\Units\GDIAPC.xml" for instance!?!?

 

Or do you have to compile them and put them in a .big file?

And if so how do you compile them and so forth!?

 

P.S.

With :gen: C&C Generals I just used FinalBIG to extract the .ini files and then just edit them.... no need to repack them or anything else what so ever.

It had a higher priority for the files sitting in my "data\GLA\Units\..." (or something like that... don't remember the exact path..) folder.

 

So how do you go about using these edited .xml files?! :huh:

 

Oh, and for the record, I have the MOD SDK.

 

Thanks for anyone who could help!

Edited by Sagiy19

Share this post


Link to post

- Had to double post.

 

O.K. so I managed to successfully compile and play my first C&C3 mod... which changes the GDI Barracks cost to 5000 and build time to 50 seconds.

 

Radoxxx, I used the MOD.xml file from the SampleMod folder to include my edited GDIBarracks.xml file.

 

Read the documentation that comes with the MOD SDK for more information.

 

This is how my MOD.xml file looks like.

<?xml version="1.0" encoding="UTF-8"?>
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Tags></Tags>
    <Includes>
        <!--
            mod.xml is the central include for mod setup data.        
        -->
        <Include type="reference" source="DATA:static.xml" />
        <Include type="reference" source="DATA:global.xml" />    
    
        <!--GDI Barracks-->
        <Include type="all" source="DATA:TempMod/Data/GDI/Structures/GDIBarracks.xml"/>

    </Includes>

</AssetDeclaration>

 

But I had critical errors while compiling... so after downloading and unpacking the cnc3sdk_extrafiles.zip package I had only false positive errors.

 

So the mod now works perfect.

 

Launch it from the C&C3 Control Center.

 

Good luck!

 

 

 

Share this post


Link to post

I haven't played C&C3:KW in a long time and now I want to "return" to playing it. So please can you explain to me: is the Mod SDK already out and if it is, what have I to do in order to implement the changes I want into C&C3:KW using the Mod SDK? Thanks.

Edited by Radoxxx

Share this post


Link to post

EALA are never officially releasing an SDK for KW however a mod team are apparently making one.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×