Call funtions and abilities for Mounts |

So I was very disappointed to discover that the Ability "Shield Modifier" does NOT work with mounts! SEIV allowed mounts to affect shield output but apparently SEV does not. Very disappointing.
Another thing I discovered (by trial and error) is that the functions Get_Vehicle_Size_Tonnage and Get_Vehicle_Type both say that they can only be used for vehicle size objects yet _Tonnage_ works with mounts but _Type_ does not.
This is taken from the Modding manual.
I'm just wondering if that manual is out of date from newer patches and/or if someone has done like Fyron had done for SEIV and created a comprehensive list of what abilities/functions work where?
Re: Call funtions and abilities for Mounts

Re: Call funtions and abilities for Mounts
"hehe. A lot of the mounts in Dark Nova 5 are taken from your mount mod . It's been evolved a lot but still recognizable."
Heh, quite honored...
Take whatever you'd like from any of the se4/5 stuff that you find interesting (mount mod or Gold-D were the two most recognized).
Myself I mostly play IRM with my mount mod added any many things 'tweaked' the way I like them. (like fighters that warp, assault versions of ships that have more armour slots, AI racial bonuses that make them much harder).
Steve (Deathstalker)




. It's been evolved a lot but still recognizable.
Re: Call funtions and abilities for Mounts
Bearclaw,
I would love too if alot of the 'mount' functions (the get_ functions and modifiers for shields, seekers speed etc) would work like they 'look' like they should when we modd them. As far as I can tell the pdf versions of the docs are up to date with what works and what doesn't. (like the warp point tonnage functions not currently active). Just look in the abilities part of the doc.
For my own mod (yep, Deathstalkers Mount Mod, seV
) I've pretty much kept it the same as it was in se4. It relies on a whole lot of redundent mounts that force the AI to use them in a certain order and alot of mounts that it will never use that are for human use only with an 'honor system' as you can 'cheat' with them but thats no fun for a real player anyway.
I've also used the tech level functions for other research affecting various mounts (ie, sensor tech level affects all mounts 'to hit' bonus and armor strength increases with chemistry level and cost of all mounts decreases with level of Economics....).
The only Get functions I know of that work are,
Requirement 1 Formula := Get_Component_Weapon_Type() = "None"
Requirement 1 Formula := Get_Component_Weapon_Type() = "Point-Defense"
Requirement 1 Formula := Get_Component_Weapon_Type() = "Direct Fire"
Requirement 1 Formula := (Get_Component_Weapon_Type() = "Direct Fire") or (Get_Component_Weapon_Type() = "Seeking")
or variations of. That and of course tech levels as requirements.
Steve (Deathstalker)