Unused features
-
[EffectType] nickname = EFT_MISSILE_DRIVE priority = 0.5 generic_priority = 1 lod_type = EFT_LOD_WEAPON radius = 250 visibility = EXIST_OFFSCREEN update = CULL_UPDATE fps = 700 ; <-- Wut? Fps of effect?? run_time = -1 pbubble = 1000, 2000
-
Some of the textures in the FX files are made up of frames, like smoke, lightning, explosions etc. I think the fps are setup in the txm file though.
-
Strange parameter at vignettecriticalloot.ini:
why_desired
why_desired = <int>, <int>or
why_desired = <int>seems to be has no effect :/</int></int></int> -
To be pedantic, both ints are required (you get away with it in text mode, but in bini mode you’ll get the message box saying it doesn’t exist). However, as you say, it doesn’t seem to be used (removed all but the escape pod loot and took an arrest job, breakpoint wasn’t triggered).
-
File select_equip.ini section [TradeLane]:
tl_ship_splash = <effect from="" effects.ini="">tl_player_enter = <effect from="" effects.ini="">tl_player_exit = <effect from="" effects.ini="">tl_player_disrupt = <effect from="" effects.ini="">tl_ring_shield = basic_tl_ring_shield ; already present at effects.ini tl_ring_tube = <effect from="" effects.ini="">tl_ring_active_start = <effect from="" effects.ini="">tl_ring_active_loop = <effect from="" effects.ini="">tl_ring_active_end =</effect></effect></effect></effect></effect></effect></effect>
-
[Ship]
inherit = <nickname>camera_angular_slerp_multiplier = <float>[Solar]
inherit = <nickname>inherit tested with ships, seems to work for everything except shield_link, not tested with solars.
camera_angular_slerp_multiplier used by co_elite in the original bini’d shiparch.ini file, not found in the SDK.</nickname></float></nickname> -
Thx Rim - intresting, seems to be inherit used like for pilots
-
Ah, wait! Inherit is for collision groups.
-
I’ve never really tried, but I always felt it’d be logical if inherit was a global property that always worked and just looked for another block of the same type and appended whatever code was in it.
Considering it seems to work for a lot of things, who knows…
-
Ok, Rim don’t think that i deny it - will try as you said when will be at home
Yeah agreed too many references… -
Got other not-checked “inherits”:
[Asteroid] inherit = <nickname> [DynamicAsteroid] inherit = <nickname> [AsteroidMine] inherit = <nickname></nickname></nickname></nickname>
at *_equip.ini
[<equipment>] inherit = <nickname></nickname></equipment>
-
Relating to storyline scripts, I dug up a few interesting strings in Content.dll a while back:
Act_SpawnShipRel
Act_SetFlee
Act_RepChangeRequest
Act_RelocateForm
Act_PlayerForm
Act_PilotParamsCnd_CmpToPlane
Cnd_JumpgateAct
Cnd_RumorHeardI never tested these very thoroughly but Rasauul did conduct quite a respectable amount of experiments. Most of his findings can be found on this thread from TLR:
Storyline Mission Tutorial -
Maybe somewhere present at inet - have not checked.
About storyline script got:
Act_ChangeState = SUCCEED, SILENT
It will tell only to find job without mission succeed message.
Seems to be SILENT you may add to any action, not only to Act_Destroy
Next (not checked):
InitState = ACTIVE we know.
Another values are INACTIVE, COMPLETENext (not checked):
Act_ChangeState = NO_STATE -
Great finds He11oween.
A few more from content.dll:
Cnd_InZone = (bool), (ship), (type)
Types are: OBJECT_ZONE, EXCLUSION_ZONE, NEBULA_ZONE, DUST_ZONE
Will fire if ship is or is not in the specified type of zone, depending on bool.
Cnd_JumpgateAct
(No idea what this one does)Act_PlayNN
(No idea what this one does) -
Cnd_JumpgateAct intresting intresting…
Seems to be Cnd_JumpgateAct = true, Player, Li01_to_Li05 need find time to check -
Optlist.ini
Maybe someone already know, but…
I have noticed 4 last lines not fitting in interface, tried to move them up:At the Audio and Video menu screens you will se new options too.
Are they worked - i have not noticed, maybe of my mod.
For example i have changed Flak’s optlist.ini for english screenshot because my mod uses other language.[interface] option = 1894 option = 1334, 2443, -1, true, false, -1, -1 option = 1332, 2444, 30, true, false option = 1896 option = 1501, 2447, 50, true, false option = 1897 option = 1400, 2449, 100, false, false option = 1401, 2450, 100, false, false option = 1495, 1769, 1, false, false option = 1555, 1771, 0, false, false option = 1498, -1, 1, false, false option = 1407, -1, 2, true, false [Audio] option = -1 option = 1409, 2451, 100, true, false option = 1336, 2452, 100, true, false option = 1337, 2453, 100, true, false option = 1918, 1791, 100, false, true, 33, 100 option = 1671, -1, 32, true, false, 0, 100 option = 1914, 2456, 100, true, false option = 1915, 2457, 100, true, true, 0, 50 [video] option = 1895, 2446, 100, true, false, -1, -1 option = -1 option = 1493, 1774, 100, true, false, 0, 100 option = 1404, 1775, 100, true, false, 0, 100 option = 1405, 1776, 100, true, false, 0, 100 option = 1624, -1, 100, true, false, 0, 100 option = 1622, 1777, 100, true, false, 0, 100 option = 1483, 1778, 100, true, false, 0, 100 option = 1403, 1780, 100, true, false, 0, 100 option = 1402, 1779, 100, false, false, 75, 100 option = 1630, 1772, 100, false, false, 50, 100 option = 1585, 1773, 100, false, false, 50, 100 option = 1481, 1781, 100, false, false, 50, 100 option = 1623, 1782, 100, false, false, 50, 100 option = 1663, 1770, 100, false, false, 30, 100 option = -1 [/video]