[en] - Modding Corner > General Modding Questions

Adding bubble shield to Saruman and glowing staff?

<< < (2/3) > >>

Elendils Cousin 3. Grades:

--- Zitat von: DropItLikeItsDogg am  3. Sep 2022, 14:38 ---I added 3 heroes to Imladris, but they disappear and come back time to time in the buildings. Heroes replaces heroes in buildings and change again. Is that about GenericReviveSlots ?

--- Ende Zitat ---
Yes. The heroes you add in the playertemplate need their own GenericReviveSlot. Which slot they need depends on their spot on the list: If they are the third hero, they will use the third spot; if they are the fifth hero, they will use the fifth spot and so on. It will be easiest to add them at the end of the list and then add three more GenericReviveSlots to the end of the commandset of your fortress.


--- Zitat von: DropItLikeItsDogg am  3. Sep 2022, 14:38 ---I added those to Saruman.ini but the bubble only activates when I throw a fireball on top of the citadel to enemy. I want it to be activated automatically like Gandalf's. Am I doing something wrong?

--- Ende Zitat ---
It seems like it^^
The autoability is responsible for automatically triggering the bubble, this part here:

--- Code: ---    Behavior = AutoAbilityBehavior ModuleTag_AutoAbilitySpecialPowerShieldBubble
        SpecialAbility               = SpecialPowerShieldBubbleEdain
        StartsActive                 = Yes
        MaxScanRange                 = 50
        Query                        = 1 ANY ENEMIES +MONSTER +HERO
    End
--- Ende Code ---
Make sure there is no other code interfering with it.

DropItLikeItsDogg:
Here are the codes. I really can't see anything wrong, can you? The bubble only appears when I throw a fireball on top of the citadel, which is strange.  :D And it appears like 1-2 minutes then disappear until the next fireball.



Elendils Cousin 3. Grades:
Assuming you are modding Edain, you are editing the wrong commandset.

DropItLikeItsDogg:
I also tried to edit commandset.inc but it always restarts when I open the game. How can I save the changes I've made? Sorry for too many questions, I searched but I couldn't.

Elendils Cousin 3. Grades:
What are you using to mod the game? You can use Notepad++ to edit .inc files.

1) Extract the .big file into a folder.
2) Change stuff.
3) Save them as a new .big file.
4) Replace the old .big with the new one.

Navigation

[0] Themen-Index

[#] Nächste Seite

[*] Vorherige Sete

Zur normalen Ansicht wechseln