FileFront Forums

FileFront Forums (http://forums.filefront.com/)
-   CnC Modding, Mapping and Editing (http://forums.filefront.com/cnc-modding-mapping-editing-273/)
-   -   Can't I change the CommandSet ini freely? (http://forums.filefront.com/cnc-modding-mapping-editing/270841-cant-i-change-commandset-ini-freely.html)

Mobius 1 August 22nd, 2006 12:51 PM

Re: Can't I change the CommandSet ini freely?
 
That's as basic as u can get.

taclled August 22nd, 2006 12:57 PM

Re: Can't I change the CommandSet ini freely?
 
i dont exactly know where in thge file i need to adrd the text or what you mean with the kindof=dozer thing

Mere_Mortal August 22nd, 2006 01:19 PM

Re: Can't I change the CommandSet ini freely?
 
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.

taclled August 22nd, 2006 01:25 PM

Re: Can't I change the CommandSet ini freely?
 
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

Mere_Mortal August 22nd, 2006 01:42 PM

Re: Can't I change the CommandSet ini freely?
 
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.

taclled August 22nd, 2006 01:51 PM

Re: Can't I change the CommandSet ini freely?
 
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

Mere_Mortal August 22nd, 2006 07:59 PM

Re: Can't I change the CommandSet ini freely?
 
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.

taclled August 23rd, 2006 12:09 AM

Re: Can't I change the CommandSet ini freely?
 
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

taclled August 23rd, 2006 01:22 AM

Re: Can't I change the CommandSet ini freely?
 
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

Mere_Mortal August 23rd, 2006 03:44 AM

Re: Can't I change the CommandSet ini freely?
 
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?


All times are GMT -7.

Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.