
Best Answer Miraak5, 20 March 2025 - 08:02 PM
You made a pretty basic error xd
look at your CommandButton SpecialPower = "SuperweaponSpawnOathbreakers" it should be "SuperpowerAdditionalEagles"
Go to the full post
Best Answer Miraak5, 20 March 2025 - 08:02 PM
You made a pretty basic error xd
look at your CommandButton SpecialPower = "SuperweaponSpawnOathbreakers" it should be "SuperpowerAdditionalEagles"
Go to the full postPosted 19 March 2025 - 10:18 AM
Hello there.
I'm very new to modding and I want to be able to add custom abilities to different heroes
but I'm having trouble and I'm stuck with what to do with new custom abilities to heroes. This is BFME1
Objective: I've created an Elven Gwaihir (giant eagle) that will be able to summon two other eagles (ability)! - this is an experiment
The problem: When I click on the ability it doesn't do anything. It doesn't show any cursor! It's clickable but doesn't do nothing! :(
This is the Youtube Link if you want to watch it: https://youtu.be/At85ddnA3dA
Here's the step by step procedure that I did to create this ability.
I followed this format to create the custom ability (summoning additional eagles) and button
Button.ini
CommandButton Command_SummonAddEgales Command = SPECIAL_POWER SpecialPower = SuperweaponSpawnOathbreakers TextLabel = CONTROLBAR:SummonAddEgales ButtonImage = SBGood_EagleAllies Options = NEED_TARGET_POS CONTEXTMODE_COMMAND RadiusCursorType = EAGLE_ALLIES CursorName = Bombard InvalidCursorName = GenericInvalid ButtonBorderType = ACTION ; Identifier for the User as to what kind of button this is DescriptLabel = CONTROLBAR:TooltipSummonAddEagles InPalantir = Yes End
CommandSet.ini
CommandSet ElvenGwaihirCommandSet 1 = Command_Guard 2 = Command_SpawnMirkElves2 3 = Command_SummonAddEgales 13 = Command_AttackMove 14 = Command_Stop 15 = Command_Guard End
;-----------------Elven Gwahir--------------- ExperienceLevel ElvenGwaihirLevel10 TargetNames = ElvenGwaihir RequiredExperience = 1 ExperienceAward = 50 Rank = 10 Upgrades = Upgrade_ElvenAbility2 Upgrade_ElvenAbility3 SelectionDecal Texture = decal_hero_good Style = SHADOW_ALPHA_DECAL OpacityMin = 50% OpacityMax = 100% MinRadius = 40 ;16 MaxRadius = 200 ;16 MaxSelectedUnits = 40 ;1 End End
Behavior = UnpauseSpecialPowerUpgrade ModuleTag_AddMoreEagle SpecialPowerTemplate = SuperpowerAdditionalEagles TriggeredBy = Upgrade_ElvenAbility3 End Behavior = OCLSpecialPower AdditionalEagleSupport SpecialPowerTemplate = SuperpowerAdditionalEagles OCL = OCL_AdditionalEagles TriggerFX = FX_HordeResurrection CreateLocation = USE_OWNER_OBJECT StartsPaused = Yes SetModelCondition = ModelConditionState:LEVELED SetModelConditionTime = 8.1 End
ObjectCreationList OCL_AdditionalEagles CreateObject ObjectNames = GondorGwaihir Count = 2 FadeTime = 5000 IgnoreCommandPointLimit = Yes Disposition = LIKE_EXISTING Offset = X:15 Y:15 Z:15 End End
SpecialPower SuperpowerAdditionalEagles Enum = Special_Spawn_Oathbreakers ReloadTime = 10000 PublicTimer = No InitiateAtLocationSound = SpellEagleAlliesSummon RadiusCursorRadius = 100.0 End
Posted 20 March 2025 - 08:02 PM Best Answer
You made a pretty basic error xd
look at your CommandButton SpecialPower = "SuperweaponSpawnOathbreakers" it should be "SuperpowerAdditionalEagles"
He was the first...
Posted 27 March 2025 - 03:52 AM
You made a pretty basic error xd
look at your CommandButton SpecialPower = "SuperweaponSpawnOathbreakers" it should be "SuperpowerAdditionalEagles"
IT WORKED!!!! Thanks so much.
It needs to consistent value haha. I'm still new to programming and modding.
This helped!!!
0 members, 0 guests, 0 anonymous users