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 120 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements

DeeZire Online > Editing Community > Command and Conquer Editing > Generals & Zero Hour Editing » INI coding help with those subdirectories, pls?

Generals & Zero Hour Editing Discuss any modding related issues to do with Generals and Zero Hour here.

Reply
 
LinkBack Thread Tools
Old 10-30-2005, 07:58 AM   #1 (permalink)
Senior Member
 
Join Date: Jun 2003
Posts: 415
Default INI coding help with those subdirectories, pls?

Ok, mods/total-convertions nowadays have different methods of INI coding which I'm losing it. For example, I opened this mod's .big file an I check the Data/INI/Object folder and see the folders of it's available faction, USA, China and GLA. I opened the USA folder and see the folders Aircraft, Buildings, Infantry and Vehicles. Can anyone explain me how this works, pls? I'm getting confused with this method and having a hard time adding a unit with this method.

Thanks in advance for any help!
Indigo
Indigo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2005, 12:22 PM   #2 (permalink)
Senior Member
 
Join Date: Aug 2004
Location: St. Petersburg, FL
Posts: 272
Default

My mod has this setup

Basically any INI file in the Objects folder will be read as an object, disregarding if their in a different folder. You could name the folders "Bastard" & then another called "Asshole" and put the GLA Rebel in there, and it would be read. People use this setup to better organize where their units are.
Yuki Kiba Dakatsu is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2005, 12:51 PM   #3 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

Well, im not quite sure myself how some of these things work. All i know is that there indeed are different ways of going about your mod in various forms. I mean, just look at the 2 you already know...you can do 1 BIG file, or art folder, audio folder, maps folder, english, csf, and like 4000000000 other folders and files.
SmokeyDaBear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2005, 12:56 PM   #4 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

Oh so in the objects folder, i can put Aircraft Infantry Tanks and such in small subfolders. Is this where i could add my new units....for example....in the objects folder lets just say:


Objects
llllllllllllll
FactionUnit
FactionBuilding
FactionProps
CivilianBuilding
CivilianUnit
CivilianProps
System
NewAircraft
NewTanks
NewInfantry
NewMisc



would that work?
SmokeyDaBear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2005, 10:23 PM   #5 (permalink)
Senior Member
 
CommieDog's Avatar
 
Join Date: Oct 2004
Location: Alaska (Hell Frozen Over)
Posts: 368
Default

Correct, SmokeyDaBear. You could also make a new folder within the Objects directory and place all the INI files associated with the new faction in there, if you chose to do so.
CommieDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2005, 10:28 PM   #6 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

ok thanx commie...i was wondering...if only i had know that earlier lmao...i might use for another mod sometime
SmokeyDaBear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2005, 11:04 PM   #7 (permalink)
Senior Member
 
Join Date: Aug 2003
Posts: 134
Default

Just note that the folders are read in alphabetical order... so if you need an object that other objects will need to use (ie - glaHole) you need to get it to be read before the other objects that need to use it.

Also that if your doing a total conversion, you could make all the default INIs blank to optimize(i think) the game so that it doesn't have to load zh/gen objects that you'll probably not use.
GuyInTheWindow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2005, 07:57 PM   #8 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

so basically, i have to arrange the folders alphabetically?
SmokeyDaBear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2005, 08:58 PM   #9 (permalink)
Senior Member
 
Join Date: Aug 2003
Posts: 134
Default

No, its just that parent objects need to be referenced before any other child object is referenced and generals reads alphabetical order subdirectory.

So say you had glahole in objects\glastuff\glahole.ini. If you had a gla structure (assume that it needs a glahole), in object\demogen\demo_structures.ini. Generals would give an error that "glahole" wasn't defined (missing object or something like that) since it starts reading inis from the demogen folder, then glastuff folder, etc.

It's really a minor note that 90% of the time I don't think you'll really need to be concerned about.
GuyInTheWindow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-02-2005, 01:10 PM   #10 (permalink)
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

I didn't even know about that but everything I did just worked...
CodeCat 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
A question of AI coding... full_circle Generals & Zero Hour Editing 6 08-16-2006 08:18 PM
AI Coding help... Yuki Kiba Dakatsu Generals & Zero Hour Editing 3 02-03-2005 07:19 PM
Coding Nox911 Generals & Zero Hour Editing 9 12-15-2004 04:55 PM
coding ccs Generals & Zero Hour Editing 6 03-07-2004 11:03 PM
Need coding help!!! Anyone? OllBollen Generals & Zero Hour Editing 5 03-03-2003 06:54 PM


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


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