Plugins from features included in '88 Flak's FLHook
-
Granted you forge access
Made new releases for my plugins and updated the links
Concerning the plugin version, currently Im short on time, but consider your requests noted
Thanks. I may just make a special version of the plugin version that exports the variable I want so I can at least finish up the plugin and test it.
About dock_restict, if you can change it to only same time can hold one dock_restict of item, that will be good.
Sorry, but I donāt understand what you want changed. Could you perhaps explain it a little better?
-
Granted you forge access
Made new releases for my plugins and updated the links
Concerning the plugin version, currently Im short on time, but consider your requests noted
Thanks. I may just make a special version of the plugin version that exports the variable I want so I can at least finish up the plugin and test it.
About dock_restict, if you can change it to only same time can hold one dock_restict of item, that will be good.
Sorry, but I donāt understand what you want changed. Could you perhaps explain it a little better?
U guess he means to restrict the dock limitations.
For example: U can only have Dock Card A and dock on station A1 and A2, when u have Dock Card A and B onboard u can dock nowhere till u droped on of the Cards.Iām right Jong?
-
Thank for your help, I will try to explanation what I mean.
Sorry for my poor English.
I meaning is :
You can only have one dock card on your ship, if you have dock card A, then you canāt equipment (or hold) any other dock card until you drop or sell your dock card A.
-
Ah, I get it now.
As far as I can tell, thereās three ways to achieve what you want:
-
Make an option for each restriction entry that requires the item to be mounted in order for it to work (youād make the item like the operative tokens in 88 Flak). This would be easiest for me to implement but might not work well for what you were thinking of since you could easily mount another item.
-
Make an option for each restriction entry that requires the player to only have that item. Basically sets it as an exclusive restriction and would check the cargo to make sure thereās no other items set as exclusive in there. This would also be pretty easy for me to implement.
-
Have an exclusive option like above, except make it so the player actually canāt buy an exclusive item if they already have an exclusive item. This is like what you suggested but could be a bit messyā¦itās been a while since I looked into controlling item buying server-side and I donāt exactly remember how Freelancer liked it. Iāll look into how feasible this isā¦
-
-
I was change your dock restriction to equipment like scanner, as you know the scanner can only equip one, but guess I find what ?
I set the base A must have dock restriction A to dock, and set the base B must have dock restriction B to dock.
When I equip a dock restriction A, and in my ship cargo has the dock restriction B, I can dock to base A and base B.
So I think only change it to equipment item may not be work like I want.
Oh, another suggestion is :
May you can add the equipment restriction of function in your next FLHook version. ;D
-
I was change your dock restriction to equipment like scanner, as you know the scanner can only equip one, but guess I find what ?
I set the base A must have dock restriction A to dock, and set the base B must have dock restriction B to dock.
When I equip a dock restriction A, and in my ship cargo has the dock restriction B, I can dock to base A and base B.
So I think only change it to equipment item may not be work like I want.
Oh, another suggestion is :
May you can add the equipment restriction of function in your next FLHook version. ;D
Uhh, I havenāt implemented the docking restrictions so you have to have the item mounted yet ;).
Also, for the equipment restriction, youāre talking about expanding the existing restriction feature to work with all equipment, right? Or am I not understanding you againā¦
-
Okay, sorry about the long wait but the cloak plugin is finally done, you can find it in the original post.
Sorry, but Iām not sure what your problem is, jase240. Iāve only experienced random load failures of the dock_restrict plugin, which Iāll be looking into.
Iāll also likely be releasing a new version of dock_restrict soon with features suggested by JONG and some changes to the way the configuration is done.
-
i loaded up the flak common plugin and CRASH- it seems to be crashing my server on server startup now and i dont know why, i checked no errors just says failed to load plugin and crashes. I have tried clean installs of FLhook, deleting all plugins except for flak common, and i have the runtime files i should, and it still crashes. Maybe its cuz im running on vista, but still its 32bit version and should work, well ill be doing a format soon enough thats due, maybe ill get it fixed then.
-
1st
2nd about the docking restrictions
ā maybe a possibility to have alternativ items, which allow docking
ā or a kind of levels for bases and docking items*background: docking restrictions by ship size
maybe like
bases_levels
ā Li01_01_Base (Planet Manhattan) = 9
ā Li01_13_Base (Rochester Base) = 3
ship_levels
ā li_cruiser (Liberty Cruiser) = 7-> Liberty Cruiser can dock Manhattan, but not Rochester
[Something similar could be achieved with the 1st suggestion
if items are created and mounted on the ship as equipment not transferable
like ādocking07ā (maybe own contrails for each size)
and alternativ restrictions likebases
ā Li01_01_Base = docking01 or ā¦ docking07 ā¦ or docking09
ā Li01_13_Base = docking01 or docking02 or docking03] -
Anybody else having issues with the flak_common plugin? Iām running Windows XP, so I canāt really determine if Vista is the problem.
@F!R: having multiple items for each restriction wouldnāt be hard to implement. Iāll consider it for the next version. Unfortunately, I donāt have any timeframe for when the new version would be released due to time constraints.
-