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

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


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

Reply
 
LinkBack Thread Tools
Old 12-04-2003, 12:00 AM   #1 (permalink)
Senior Member
 
Join Date: Oct 2003
Location: Nevada, USA
Posts: 933
Default Extra commandset

Hi,

I tried creating an extra commandset. You know like the worker with the fakebuilding commandset, only for the china war factory.

For some reason, the upgrade cannot be "purchased" (its not really purchased, just switches it)

It says "Conflicting Upgrade cannot be purchased"

Can anybody help me here?

Thanks,
-Mishkin--The Russian Dude-
Mishkin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2003, 01:16 AM   #2 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: uk
Posts: 556
Send a message via MSN to damo1
Default

there you go just change ChinaAirfield to chinawarfactory and change the
ModuleTag_ numbers

here is the code

-------------------FactionBuilding-----------------------------

Behavior = CommandSetUpgrade ModuleTag_17
TriggeredBy = Upgrade_ChinaAirfieldupCommandSet
RemovesUpgrades = Upgrade_ChinaAirfielddownCommandSet
CommandSet = ChinaAirfieldtechCommandSet
End

Behavior = CommandSetUpgrade ModuleTag_18
TriggeredBy = Upgrade_ChinaAirfielddownCommandSet
RemovesUpgrades = Upgrade_ChinaAirfieldupCommandSet Upgrade_ChinaAirfielddownCommandSet
CommandSet = ChinaAirfieldCommandSet
End

Behavior = ProductionUpdate ModuleTag_19
MaxQueueEntries = 1; For the command set switching upgrade
End

Behavior = CommandSetUpgrade ModuleTag_20
TriggeredBy = Upgrade_ChinaAirfieldupCommandSetUpgrade
RemovesUpgrades = Upgrade_ChinaAirfielddownCommandSetUpgrade
CommandSet = ChinaAirfieldtechCommandSetUpgrade
End

Behavior = CommandSetUpgrade ModuleTag_21
TriggeredBy = Upgrade_ChinaAirfielddownCommandSetUpgrade
RemovesUpgrades = Upgrade_ChinaAirfieldupCommandSetUpgrade Upgrade_ChinaAirfielddownCommandSetUpgrade
CommandSet = ChinaAirfieldCommandSetUpgrade
End

--------------------------CommandSet-----------------------------

CommandSet ChinaAirfieldCommandSet

11 = Command_UpgradeChinaAirfieldupCommandSet
End

CommandSet ChinaAirfieldtechCommandSet

11 = Command_UpgradeChinaAirfielddownCommandSet

End

CommandSet ChinaAirfieldCommandSetUpgrade

11 = Command_UpgradeChinaAirfieldupCommandSetUpgrade
End

CommandSet ChinaAirfieldtechCommandSetUpgrade

11 = Command_UpgradeChinaAirfielddownCommandSetUpgrade

End

-------------------------------Upgrade-------------------------

Upgrade Upgrade_ChinaAirfieldupCommandSetUpgrade
Type = OBJECT
BuildTime = 0.0
BuildCost = 0
ButtonImage = techup
End

Upgrade Upgrade_ChinaAirfielddownCommandSetUpgrade
Type = OBJECT
BuildTime = 0.0
BuildCost = 0
ButtonImage = techdown
End

Upgrade Upgrade_ChinaAirfieldupCommandSet
Type = OBJECT
BuildTime = 0.0
BuildCost = 0
ButtonImage = techup
End

Upgrade Upgrade_ChinaAirfielddownCommandSet
Type = OBJECT
BuildTime = 0.0
BuildCost = 0
ButtonImage = techdown
End

--------------------------CommandButton----------------------

CommandButton Command_UpgradeChinaAirfieldupCommandSet
Command = OBJECT_UPGRADE
Upgrade = Upgrade_ChinaAirfieldupCommandSet
TextLabel = CONTROLBAR:UpgradeupCommandSet
ButtonImage = techup
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradeupCommandSet
End

CommandButton Command_UpgradeChinaAirfielddownCommandSet
Command = OBJECT_UPGRADE
Upgrade = Upgrade_ChinaAirfielddownCommandSet
TextLabel = CONTROLBAR:UpgradedownCommandSet
ButtonImage = techdown
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradedownCommandSet
End

CommandButton Command_UpgradeChinaAirfieldupCommandSetUpgrade
Command = OBJECT_UPGRADE
Upgrade = Upgrade_ChinaAirfieldupCommandSetUpgrade
TextLabel = CONTROLBAR:UpgradeupCommandSet
ButtonImage = techup
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradeupCommandSet
End

CommandButton Command_UpgradeChinaAirfielddownCommandSetUpgrade
Command = OBJECT_UPGRADE
Upgrade = Upgrade_ChinaAirfielddownCommandSetUpgrade
TextLabel = CONTROLBAR:UpgradedownCommandSet
ButtonImage = techdown
ButtonBorderType = UPGRADE ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUpgradedownCommandSet
End
damo1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2003, 05:59 PM   #3 (permalink)
Senior Member
 
Join Date: Oct 2003
Location: Nevada, USA
Posts: 933
Default

Thank you Damo...
Mishkin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2003, 07:14 PM   #4 (permalink)
Member
 
Join Date: Jan 2003
Location: USA
Posts: 43
Send a message via AIM to Ash10 Send a message via MSN to Ash10
Default

I think it also has to do with that you need a ProductionUpdate or AIUpdate, not sure.
Ash10 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-2003, 10:27 PM   #5 (permalink)
Senior Member
 
Join Date: Oct 2003
Location: Nevada, USA
Posts: 933
Default

Wait a minute...

I did everything you told me and it still says "Conflicting Upgrade cannot be purchased"

Can you help me out here...once again
Mishkin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-2003, 10:20 PM   #6 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: Sydney, Australia
Posts: 202
Send a message via MSN to Wize
Default

PM Me your code, I'll look over it and give you some pointers on what you need to fix
Wize 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
Extra paradrop with different units sh.a_riPPer Red Alert 2 & Yuri's Revenge Editing 6 05-05-2006 05:59 PM
Need help with Commandset Waraddict Generals & Zero Hour Editing 5 09-26-2004 04:06 AM
Extra Pro:Gen Modes Cyclops DeeZire Projects Discussion 18 08-28-2003 05:45 PM
Extra hellicopter for usa Daan Generals & Zero Hour Editing 9 08-15-2003 05:25 AM
Mod progress faltering, need extra help SilverMobius Generals & Zero Hour Editing 8 06-22-2003 04:05 PM


All times are GMT -4. The time now is 04:34 PM.


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