Commandsets of Edain are in the commandsets.inc file within the __edain_data.big.
I had already figured it out. thank you nonetheless
'The first thing a god masters is itself' Some latin dude that likes videogames and porn. Also a Confirmed Sociopath.
HurinBFME2 hasn't added any friends yet.
No latest visitors to show
03 May 2017 - 01:56 AM
Commandsets of Edain are in the commandsets.inc file within the __edain_data.big.
I had already figured it out. thank you nonetheless
02 May 2017 - 01:13 AM
Did you refer to the correct special power everywhere?
Also, this is a pretty handy list to have, and often helps to locate game.dat errors and their origin: https://www.the3rdage.net/item-45
Fixed it. Instead of looking through the error I just gave Gil Galad like 999999999999999 miliseconds of time and swapped the power with enshrouding mist.
I'ma try to fix it properly tomorrow since I'm out of time. Thank you for the list
01 May 2017 - 08:47 PM
Can you tell me how did you manage to make Aragorn a permanent summon? I would like to do the same with Gil galad
Spoiler
ObjectCreationList OCL_SpawnGilGaladEgg CreateObject ObjectNames = GilGaladSummonEgg IgnoreCommandPointLimit = Yes Disposition = LIKE_EXISTING End End ObjectCreationList OCL_SpawnGilGalad CreateObject ObjectNames = ElvenGilGalad ;Or whatever his object name is Count = 1 FadeIn = Yes FadeTime = 3000 IgnoreCommandPointLimit = Yes Disposition = LIKE_EXISTING DispositionAngle = 120 DispositionIntensity = 200 End EndObject GilGaladSummonEgg Draw = W3DScriptedModelDraw ModuleTag_Draw DefaultModelConditionState Model = None End End KindOf = INERT IMMOBILE UNATTACKABLE Body = ActiveBody ModuleTag_MakesKillWork MaxHealth = 1 End Behavior = LifetimeUpdate ModuleTag_HatchTrigger MinLifetime = 0.0 MaxLifetime = 0.0 End Behavior = SlowDeathBehavior ModuleTag_HatchProcess DestructionDelay = 2000 OCL = FINAL OCL_SpawnGilGalad End End
One way of doing it. Then you make the specialpower and apply it on a commandbutton. There's a tutorial here https://www.the3rdag...5?apage=65#page
I did that tutorial, but now it crashes everytime I start a skirmish match, with no message whatsoever. had a lot of problems with specialpower.inc ....
01 May 2017 - 02:55 AM
You also need to edit the CommandSet.ini.
Search for "Spellbook" there. There is "spellbook" and "spellstore". You need to to add the power to the Imladris Spellbook/spellstore, too.
I think you should extract the whole ini.big file instead of directly working in finalbig. It's way easier to edit the ini files with a text editor. I suggest using "notepad ++", it's pretty good and free.
There is a tutorial on 3rdage.net: https://www.the3rdag...item-73?addview
There are 2 more on the tutorials, I suggest you check those out aswell.
Greetings
Thank you, but I don't know why my commandset.ini doesn't have the "ImladrisSpellBookStore" line it should have. Maybe I'll have to look around.
29 April 2017 - 03:16 AM
can anyone help me, please?