Forums » Community Projects
Players tridents on targetless
I hated that the stupid NPC rules for targetless applied to player owned cappies hiding the shipname and just generally making them look pathetic, so I dug through and quickly found the one line responsible and quickly appended a hack so that the player cappies look epic like this on the targetless list:
The line responsible is in targetless/lists/Ship.lua line 28, replace it with the following:
if(string.sub(ship.name, 1, string.len("*")) == "*" and ship.ship ~= "Trident Type M") then
The line responsible is in targetless/lists/Ship.lua line 28, replace it with the following:
if(string.sub(ship.name, 1, string.len("*")) == "*" and ship.ship ~= "Trident Type M") then
Thanks, this also makes it less annoying to find the PlayerNPC cappie.
Thanks.