Unused features
-
Thanks. I have checked all too - no visual changes.
-
Dockable star (blackhole, planet?) with docking script?
[Object] ... ring = Zone_Br03_ross_ring, solar\rings\ross.ini ; example burn_color = 255, 222, 160 ;-//- dock_script = <path to="" thn="" seems="" be="">voice = atc_leg_m01 ; example jump_effect = jump_effect_bretonia ; example star = <star from="" stararch.ini="">...</star></path>
Not checked.
-
For the Cruise Time and Speed entries look in the good old “Speed Mod” in Flmm. Good to note that the cruise sound has the 5 sec fuse here so if you mod faster time from 0 to cruise max then insure the sound file is either
Cut or remade to play at the same speed. (eg: 2 seconds from starting cruise cycle to finish, then remake the sound file for 2 sec too. The old. “Speed Mod” didn’t and still plays for 5 sec no matter what value the cruise cycle is set for. -
At any data\universe\systems\xxnn\xxnn.ini
[DynSysInfo] nickname = xxnn ...
Value skipped?
-
Hoho. The same with DynBaseInfo
Seems to be at initialworld.ini -
At the intro.ini
[EncounterParameters] nickname = area_scavenger_fighters filename = missions\encounters\spacepop\scenes\area_scavenger_fighters-F.ini faction = fc_j_grp
faction alternative for zone parameter?
-
[Initial MP DLLs] .... DLL = Content.dll, DestroyMission, BELOW_NORMAL ; <-- server crash ; DLL = Content.dll, AISandbox, BELOW_NORMAL = uselles ; DLL = Content.dll, TestAutomation, BELOW_NORMAL = uselles ... [Initial SP DLLs] ; DLL = Content.dll, AISandbox, BELOW_NORMAL = uselles ; DLL = Content.dll, TestAutomation, BELOW_NORMAL = uselles DLL = Content.dll, DestroyMission, BELOW_NORMAL ; crash to desktop ...
Seem to be old code of station destroy missions…
-
From Beta:
[MsnRandEnc]
nickname = spa_enc2
target_tradelane_name = name ;<– obj name?
target_tradelane = num ;<-- ring num?
target_ship_name = name ;<-- atack it
encounter_type = TL_Attack ;<-- trade lane ofcourse
attacker_rep_name = fc_rn_grp
attacker_rep = num;<-- affilation level?
pilot = ;<-- from pilots populations seems to be
pilot_id = num ;<-- ??
tl_attack_chance = 50
tl_attack_chance_read_in = ; <-- seconds ?
formation = fighter_rh_n, 25, 3, 5, SMALL_SHIPS, 100
saved_formation =
orientation = x,y,z ;<-- coords
radius = num
num_forms = 1, 2
label = lbl_spa_enc2 -
Any SP mission file, for ex. m10.ini
... Act_Popupdialog = 1, 1, CLOSE ;<-- we know it, shows 1 button OK Act_Popupdialog = 1, 1, YES_NO ;<-- shows 2 buttons YES and NO Act_Popupdialog = 1, 1, YES_NO_LATER ;<-- shows 3 buttons YES, NO and LATER ...