2.0.0 Plugins/KosAcid Projects/Plugin Ports
-
May you can make bottom function?
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Restrictions for mounting internal equipment setup
; Items will be able to be bought but not mounted
; List the nicknames of the internal equipment you want players to have restrictions mounting
; Format: = comma separated ship nickname list of authorized ships
[InternalMountRestrictions];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Setup for items that cannot be traded between players (includes /transfer command)
; List the nicknames of the items
[ExcludeTradeItems];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Setup for items that cannot be bought when other items are present in cargo hold
; Format: <nickname of=“” item=“” to=“” be=“” bought=“comma” delimited=“” list=“” items=“” check=“” for=“” in=“” cargo=“” hold=“”>[ItemRestrictions];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Setup for items that are automatically mounted upon ship purchase
; List the nicknames of the items
[AutoMount];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Setup for items that will not be allowed to exist in space
; List the nicknames of the items
[NoSpaceItems];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Setup for items that are automatically marked when they spawn (dropped, jettisoned, etc)
; List the nicknames of the items
[AutoMarkItems];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Setup for systems in which certain types of items will not be allowed to exist in space or be traded.
; Format: <system nickname=“”>= comma separated list of item types
; Recognized item types: Commodity, Equipment, AttachedEquipment, LootCrate, CargoPod, Power, Engine, Shield,
; ShieldGenerator, Thruster, Launcher, Gun, MineDropper, CounterMeasureDropper, Scanner, Light, Tractor, RepairDroid,
; RepairKit, ShieldBattery, CloakingDevice, TradeLaneEquip, Projectile, Munition, MineDropper, CounterMeasure, Armor
[SystemItemRestrictions];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Setup for equipment that when hit damages the hull instead of the equipment.
; NOTE: due to the way this is implemented, make sure the hit_pts of the equipment is greater than the highest
; weapon hull_damage.
; List the nicknames of the equipment.
[EquipmentRedirectDamage]My mod really need those function, thanks for your help.</system></nickname>
-
@JONG: take a look at ya inbox
-
Hi
Do you have plugin for these functions: InternalMountRestrictions, ExcludeTradeItems, ItemRestrictions, AutoMount, NoSpaceItems, AutoMarkItems, SystemItemRestrictions and EquipmentRedirectDamage? I tried to rewrite them from Flak version, but I’m not good at C++ and I completed only plugin for InternalMountRestrictions. Thanks. -
Any of those features are planed(that are present in 1.6.7(88flak FLHook)):
Maybe some of them are already included, but I just didn’t notice(complete noob in FLHook)Changing rep on PvP? (ChangeRepPvPDeath, PvPRepChangeDeath)
Some kind of RespawnDelay?
Death penalty? (DeathPenaltyFraction).
Any way to set up systems that the death penalty will not occur in?
Also reputation changes when NPCs (including solars) are destroyed?
shieldsdown command?
Setup for ships that repair themselves, working on NPCs ?And that is not present in FLHook: some way to deal with too many unmounted items(maybe after 99 unmounted items every new item gets deleted?)
It would be very nice to have them included.
-
Nope until these bugs are present:
-
Huhu guys
so i finally managed to find the code line of pure evil my mod
rightnow im setting up the flhook configuration and i stumbled upon something i couldnt figure out by myself.
(its not an error or problem)in playercntl.ini (rep fixer feature):
(following lines are just short examples)@old disco mod:
[dsy_license_ku_p_grp] fc_n_grp = -0.90, 3
@newest disco mod:
[dsy_license_ku_p_grp] fc_n_grp = -0.90, 0
@my mod^^:
[fc_n_grp_token] fc_n_grp = 1 ```this works perfectly, too. So what does the second value do?^^ & is it necessary? (im just curious^^) greetz, Edit: ''Problem'' solved :D just take a look at the src: 0 -> changes the rep if the current one is smaller 1 -> changes the rep if the current one is bigger 2 -> no change at all 3 -> simply changes the current value to the specified one
-
Btw
- the current plugins seem not to be fully compatible
with the last version, since rev 212.
Switching from rev 196 to this FlHook with the changed plugins
together with those plugins here gave me massive lag @ server.
Didn’t do more testing - so it’s mostly guessing. - the current plugins seem not to be fully compatible
-
-
M.o.D. wrote:
@ F!R:just grab the latest SVN from forge …
…ehm … NO!
-
and use the “ported” plugins by deathkiller located here & plugins by kosacid for the newer versions here
then recompile them with latest svn src@MoD:
i think u meant this -> click post@F!R:
u must recompile the plugins with latest svn src, the ones MoD posted are precompiled for an older revision i think so they fire up the serverload -
DJ.DBFuz wrote:
@MoD:
i think u meant this -> click postyes i did, sry F!R :lol:
im gettin rusty^^