Forums » Community Projects

Players tridents on targetless

Feb 05, 2014 TheRedSpy link
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
Feb 05, 2014 Kierky link
Thanks, this also makes it less annoying to find the PlayerNPC cappie.
Feb 05, 2014 vskye link
Thanks.