logo   login
right
Home Forums Downloads Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Forum Info
Forum Members: 18,537
Total Threads: 8,627
Posts: 94,210

Administrators:
DeeZire, Redemption

There are currently 91 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Tiberium Wars Editing Discuss any modding related issues to do with Tiberium Wars here.

Reply
 
LinkBack Thread Tools
Old 03-03-2007, 10:18 PM   #1 (permalink)
Member
 
Join Date: Feb 2006
Location: Kidderminster
Posts: 57
Default Modding the Demo

Does anybody have any ideas for modifying the demo version of Tiberium Wars? It doesn't look like there's much potential, but anything would be welcome just to make it somewhat more interesting.

For instance, PlayerTemplate.INI exists, so we can start with a GDI ConYard and a NOD MCV, allowing for both techs. GameData.INI is also there, so things like the amount of resources given by Tiberium can be altered.

It's also possible to replace the original maps, maybe even include new ones.
Mere_Mortal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-03-2007, 11:19 PM   #2 (permalink)
IHM
Senior Member
 
Join Date: Oct 2003
Location: England
Posts: 272
Send a message via MSN to IHM
Default

Well, when I opened the .big's in XCC Mixer, all the INI files seemed to be encrypted, so I couldnt do anything.
IHM is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-04-2007, 12:59 AM   #3 (permalink)
Member
 
Join Date: Feb 2006
Location: Kidderminster
Posts: 57
Default

That's odd, they're not encrypted here, no matter which program I use :tard:

Hmm...maybe it's the type of BIG archive they are. I extracted everything from DemoData.BIG and then recompiled it using FinalBIG. XCC will open the modified file but not the original.

Forget XCC because it's not an editor, you need the latest version of FinalBIG for this job because it can edit and compile BIG archives. You have to recompile the archive after editing the original contents.
Mere_Mortal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-04-2007, 10:28 AM   #4 (permalink)
IHM
Senior Member
 
Join Date: Oct 2003
Location: England
Posts: 272
Send a message via MSN to IHM
Default

I grabbed the BIG editor that banshee made, that works on them, looking at it theres not really too much that can be done.

Other than breaking the frame rate limit and stupid things like that.
IHM is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-04-2007, 11:44 AM   #5 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: Rep. of Ireland
Posts: 373
Default

I've got a feeling those ini files are redundant, I mean check the AIData.ini for instance, it blatantly refers to BFME 2 objects.

You have to consider that the object inis aren't present either, so obviously whether these inis are redundant or not, they're hiding a considerable amount of code elsewhere (probably hard coded in the exe).
Waraddict is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-04-2007, 02:07 PM   #6 (permalink)
Member
 
Join Date: Feb 2006
Location: Kidderminster
Posts: 57
Default

Yeh, I haven't found much to play with. I did get a rather colourful Twilight Flame on the go, however. A shame the AI weren't scripted though.

I was wondering about all this BFME crap. It might be because it's a pre-release and they've just reused old cold for now, but it'd be rather stupid if it's all still there in the full version. Else where gonna get spammed by Hobbits!

These objects must be somewhere, they're not in the executable, it's too small, so I guess they're in the DAT. Maybe even in DemoStreams.BIG.
Mere_Mortal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2007, 07:31 AM   #7 (permalink)
Member
 
Join Date: Mar 2003
Location: Australia
Posts: 77
Send a message via ICQ to jonwil Send a message via AIM to jonwil Send a message via Yahoo to jonwil
Default

Firstly, the files that look "encrypted" aren't encrypted, they are actually compressed with an EA algorithm called refpack.
This thread:
http://www.derelictstudios.net/forum...howtopic=15016
contains links to a number of programs capable of decompressing this compression.

As for the unit data and stuff, it is all XML which has then been compiled into binary format to speed up loading. (the binary data is inside various files inside demostreams.big) Modding C&C3 in any real way is not going to be possible without the source XML files (which EA will need to provide)
jonwil is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2007, 09:52 AM   #8 (permalink)
IHM
Senior Member
 
Join Date: Oct 2003
Location: England
Posts: 272
Send a message via MSN to IHM
Default

Yeah, I got a new version of the big extractor by banshee which sorted that out.

A few things about your list.

.str files are redundant, they dont support multiple languages, .csf files are used for languages

.wnd files are the old method for ALL interfaces in generals, they changed that in BFME to use a flash based system, so I was told anyway, which I assume will be used in C&C 3, the .wnd files in C&C 3 .bigs are useless AFAIK.

It also seems INI is used a lot, which is stupid, as they were supposedly dumping INI and moving to XML, most of the INI files that are there talk about BFME/2 stuff as WarAddict says.

So, overall I would take everything in the demo with a pinch of salt.
IHM is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2007, 02:51 PM   #9 (permalink)
Member
 
Join Date: Feb 2006
Location: Kidderminster
Posts: 57
Default

I had a read of those threads at DS, couldn't make head or tail of any of it though :lol:

A shame they've discarded the INIs, that's my skill with modding Gens/ZH
But if it's going to improve the speed of the game, then very well because ZH is certainly laggy.
Mere_Mortal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2007, 03:25 PM   #10 (permalink)
IHM
Senior Member
 
Join Date: Oct 2003
Location: England
Posts: 272
Send a message via MSN to IHM
Default

Its not going to be massively different to the Generals INI code AFAIK.

Also, its not going to improve the speed ingame I think, I think it just speeds up loading times as it will be faster to parse the code.
IHM is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
First Demo Video Yuki Kiba Dakatsu Generals & Zero Hour Editing 0 10-26-2006 09:58 PM
Bfme2 demo is out. sage_inferno LOTR: Battle For Middle Earth I & II Editing 5 02-11-2006 05:12 PM
Generals Demo Nub Generals & Zero Hour Editing 0 06-05-2004 06:51 PM
Need Demo Files ElRedento Generals & Zero Hour Editing 13 08-22-2003 10:34 AM
demo drone doorag Red Alert 2 & Yuri's Revenge Editing 3 04-23-2003 07:17 AM


All times are GMT -4. The time now is 07:48 PM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.7.0 Release Candidate 2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.