Notices

Go Back   FileFront Forums > The Games! > Command and Conquer Series > CnC Modding, Mapping and Editing

Remember Me?

CnC Modding, Mapping and Editing
Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot!

Reply
 
LinkBack Thread Tools Display Modes
3146487
Re: Can't I change the CommandSet ini freely?
Mobius 1
August 22nd, 2006 12:51 PM
That's as basic as u can get.
3146501
Re: Can't I change the CommandSet ini freely?
taclled
August 22nd, 2006 12:57 PM
i dont exactly know where in thge file i need to adrd the text or what you mean with the kindof=dozer thing
3146562
Re: Can't I change the CommandSet ini freely?
Mere_Mortal
August 22nd, 2006 01:19 PM
Just put the AI Module anywhere between the ActiveBody module and the Locomotor of the relevant Object.

Then, each and every Object will have a line for its KindOfs. This determines exactly what the Object is. Search the INIs for KindOf and you'll see what I mean.
3146599
Re: Can't I change the CommandSet ini freely?
taclled
August 22nd, 2006 01:25 PM
but will this change the way the red guard is used by the computer and the ai module i make a new folder for im sorry im confused and im very tired
3146688
Re: Can't I change the CommandSet ini freely?
Mere_Mortal
August 22nd, 2006 01:42 PM
Strictly speaking, no it won't have any effect because the AI are not scripted to build something with anything other than their default Dozer. However, you might notice that, if your RedGuard can repair structures, that an AI RedGuard might happen to go repair something you're attacking (if it doesn't decide to attack you first).

On the other hand, I have no idea what you mean by a new folder.
3146723
Re: Can't I change the CommandSet ini freely?
taclled
August 22nd, 2006 01:51 PM
sorry iment file not folder i was talking about the ai module im very light headed too apparently tetanus shots arnt meant for me lol
3147766
Re: Can't I change the CommandSet ini freely?
Mere_Mortal
August 22nd, 2006 07:59 PM
I don't think tetanus is really made for anybody. I sure don't like needles, let alone a virus!

Anyway, the best thing you can do is create a clone of the RedGuard and SupplyTruck then read some tutorials so you know how to make them buildable. Then you will avoid causing any conflicts by modifying anything that will be used by the AI.
3147953
Re: Can't I change the CommandSet ini freely?
taclled
August 23rd, 2006 12:09 AM
so just copy the code for them to make the clone and could you give me a link to find good tutorials that are made for the simple minded me lol
3148010
Re: Can't I change the CommandSet ini freely?
taclled
August 23rd, 2006 01:22 AM
BTW i decided to try this to first see how it works in game i have made the buttons and used this in the comandbutton.ini file

Quote:
CommandButton Command_UpgradeUSADozerFakeCommandSet
Command = OBJECT_UPGRADE
Upgrade = Upgrade_USADozerFakeCommandSet
TextLabel = CONTROLBAR:UpgradeGLAWorkerFakeCommandSet
ButtonImage = SUFakeToggle
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradeGLAWorkerFakeCommandSet
End
CommandButton Command_UpgradeUSADozerRealCommandSet
Command = OBJECT_UPGRADE
Upgrade = Upgrade_USADozerRealCommandSet
TextLabel = CONTROLBAR:UpgradeGLAWorkerrRealCommandSet
ButtonImage = SUFakeToggle
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradeGLAWorkerRealCommandSet
End
CommandButton Command_UpgradeChinaDozerFakeCommandSet
Command = OBJECT_UPGRADE
Upgrade = Upgrade_ChinaDozerFakeCommandSet
TextLabel = CONTROLBAR:UpgradeGLAWorkerFakeCommandSet
ButtonImage = SUFakeToggle
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradeGLAWorkerFakeCommandSet
End
CommandButton Command_UpgradeChinaDozerRealCommandSet
Command = OBJECT_UPGRADE
Upgrade = Upgrade_ChinaDozerRealCommandSet
TextLabel = CONTROLBAR:UpgradeGLAWorkerRealCommandSet
ButtonImage = SUFakeToggle
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradeGLAWorkerrRealCommandSet
i have added this to Commandset.ini file

Quote:
CommandSet AmericaDozerCommandSet
1 = Command_ConstructAmericaPowerPlant
2 = Command_ConstructAmericaStrategyCenter
3 = Command_ConstructAmericaBarracks
4 = Command_ConstructAmericaSupplyDropZone
5 = Command_ConstructAmericaSupplyCenter
6 = Command_ConstructAmericaParticleCannonUplink
7 = Command_ConstructAmericaPatriotBattery
8 = Command_UpgradeUSADozerFakeCommandSet
9 = Command_ConstructAmericaFireBase
11 = Command_ConstructAmericaWarFactory
13 = Command_ConstructAmericaAirfield
14 = Command_DisarmMinesAtPosition
End
CommandSet USADozerFakeBuildingsCommandSet
1 = Command_ConstructAmericaCommandCenter
2 = SupW_Command_ConstructAmericaCommandCenter
3 = Lazr_Command_ConstructAmericaCommandCenter
4 = AirF_Command_ConstructAmericaCommandCenter
5 = Command_ConstructChinaCommandCenter
6 = Nuke_Command_ConstructChinaCommandCenter
7 = Infa_Command_ConstructChinaCommandCenter
8 = Tank_Command_ConstructChinaCommandCenter
9 = Boss_Command_ConstructChinaCommandCenter
10 = Command_ConstructGLACommandCenter
11 = GC_Chem_Command_ConstructGLACommandCenter
12 = GC_Slth_Command_ConstructGLACommandCenter
13 = Demo_Command_ConstructGLACommandCenter
14 = Command_UpgradeUSADozerRealCommandSet
End

CommandSet GLAWorkerCommandSet
1 = Command_ConstructGLASupplyStash
2 = Command_ConstructGLADemoTrap
3 = Command_ConstructGLABarracks
4 = Command_ConstructGLAPalace
5 = Command_ConstructGLAStingerSite
6 = Command_ConstructGLABlackMarket
7 = Command_ConstructGLATunnelNetwork
8 = Command_ConstructGLAScudStorm
9 = Command_ConstructGLAArmsDealer
10 = Command_ConstructGLACommandCenter
13 = Command_UpgradeGLAWorkerFakeCommandSet
14 = Command_DisarmMinesAtPosition
End
CommandSet GLAWorkerFakeBuildingsCommandSet
1 = Command_ConstructFakeGLACommandCenter
2 = Command_ConstructFakeGLABarracks
3 = Command_ConstructFakeGLASupplyStash
4 = Command_ConstructFakeGLAArmsDealer
5 = Command_ConstructFakeGLABlackMarket
13 = Command_UpgradeGLAWorkerRealCommandSet
End
CommandSet ChinaDozerCommandSet
1 = Command_ConstructChinaPowerPlant
2 = Command_ConstructChinaInternetCenter
3 = Command_ConstructChinaBarracks
4 = Command_ConstructChinaAirfield
5 = Command_ConstructChinaSupplyCenter
6 = Command_ConstructChinaPropagandaCenter
7 = Command_ConstructChinaBunker
8 = Command_ConstructChinaSpeakerTower
9 = Command_ConstructChinaGattlingCannon
10 = Command_ConstructChinaNuclearMissileLauncher
11 = Command_ConstructChinaWarFactory
12 = Command_UpgradeChinaDozerFakeCommandSet
14 = Command_DisarmMinesAtPosition
End
CommandSet ChinaDozerFakeBuildingsCommandSet
1 = Command_ConstructAmericaCommandCenter
2 = SupW_Command_ConstructAmericaCommandCenter
3 = Lazr_Command_ConstructAmericaCommandCenter
4 = AirF_Command_ConstructAmericaCommandCenter
5 = Command_ConstructChinaCommandCenter
6 = Nuke_Command_ConstructChinaCommandCenter
7 = Infa_Command_ConstructChinaCommandCenter
8 = Tank_Command_ConstructChinaCommandCenter
9 = Boss_Command_ConstructChinaCommandCenter
10 = Command_ConstructGLACommandCenter
11 = GC_Chem_Command_ConstructGLACommandCenter
12 = GC_Slth_Command_ConstructGLACommandCenter
13 = Demo_Command_ConstructGLACommandCenter
14 = Command_UpgradeChinaDozerRealCommandSet
End
im still goin to figure something out for the GLA to balance it any ways when i try to run the game it gives me the Tech dificulty message
3148144
Re: Can't I change the CommandSet ini freely?
Mere_Mortal
August 23rd, 2006 03:44 AM
Google is your next best friend Check out Generals related forums and their stickies, that's the best bet. It's been so long since I've looked for a tutorial, I don't know any off-hand. Check here too...

http://www.gamingforums.com/showthread.php?t=161135
http://deezire.net/modules.php?name=...=viewforum&f=4

When you get errors, check ReleashCrashInfo.txt and also run WorldBuilder. In any case, have you included new entries in Upgrade.ini for those buttons?
Reply

Bookmarks

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



All times are GMT -7.







   
 





This site is part of the Defy Media Gaming network

The best serving of video game culture, since 2001. Whether you're looking for news, reviews, walkthroughs, or the biggest collection of PC gaming files on the planet, Game Front has you covered. We also make no illusions about gaming: it's supposed to be fun. Browse gaming galleries, humor lists, and honest, short-form reporting. Game on!

FileFront Forums - Terms of Service - Top
Copyright © 2002-2016 Game Front. All rights reserved. Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
Forum Theme by Danny King (FileTrekker), Sheepeep & Graeme(rs)
RSS Feed Widget by FeedWind