Avorion
Wreckage Detector
17 則留言
smurftrooper 6 月 12 日 下午 6:22 
any chance some1 knows how this can work in 2.5.7? currently doesnt work for me. have tried disabling all mods I have no dice
[CSM] Duwen_Blade 2024 年 12 月 6 日 下午 4:04 
in function detectWreckages()

local entities = {Sector():getEntitiesByType(EntityType.Wreckage)}

for _, entity in pairs(entities) do
local sphere = entity:getBoundingSphere()
local size = sphere and sphere.radius * 2 or 0
local material = entity:getLowestMineableMaterial()
local resources = 0
for a, value in pairs({entity:getMineableResources()}) do
resources = resources + value
end

if size >= 20 or resources > 10 then
table.insert(interestingEntities, entity)
end
end
end

i got rid of the if then for size and resources and its super laggy any way to not have the constraint while preserving performance?
kinngrimm 2023 年 7 月 26 日 下午 2:15 
is this client side?
Valkerion™ 2022 年 8 月 31 日 下午 11:41 
Hello! I wanted to ask if it is possible to lower the variance of the modules so that we don't end up with 100s of them taking inventory slots? As how the fighter modules tend to only have two variations and always stack together.
Myrianne  [作者] 2021 年 8 月 2 日 下午 10:05 
I went ahead and pushed a 2.0 update. Just did a quick check to see if it still worked and it seems fine, but let me know if anything weird pops up.

If anyone's desperate for a legacy version until 2.0 officially releases just let me know.
Myrianne  [作者] 2021 年 8 月 1 日 下午 3:01 
I may not come back and update this until 2.0 officially releases just because so many people will still be using it in 1.0. Just FYI.
Zeinath 2021 年 7 月 30 日 下午 11:00 
Technically works in beta 2.0, but the Petty tier has crazy insane power costs. The green tier ones I have are just fine.
windsytheTTV 2021 年 7 月 29 日 下午 10:28 
will this still work with version 1.3.8?
FuryoftheStars 2021 年 7 月 15 日 下午 5:11 
To anyone wondering about drop rates, this mod doesn't do anything to modify its drop rate. If you're seeing a lot drop, then that's RNG for you.
Puronga 2021 年 5 月 22 日 下午 12:30 
is the havy drop rate fixed? thanks
Vanover_Lord 2020 年 11 月 30 日 下午 5:41 
I like this mod a lot but MAN that cards drop with way way to much frequency could you tone it down by like 75? After a long battle where I pick up like 250 cards probably 25% of them are these. Please fix it
Myrianne  [作者] 2020 年 11 月 8 日 下午 12:07 
Looks like you're doing it correctly. Do you have my universal companion module installed as well? That also has a wreckage detector that might be adding the smaller ones.
xFATAx 2020 年 11 月 8 日 上午 5:44 
Hi Myrianne, could you tell me which values to edit to alter the detection size of wreckages? I'd like to only detect larger wrecks.

I've altered the values in this line, but I don't see a change, even if I bump the numbers up to 1,000,000.

if size >= 1000000 or resources > 1000000 then

Thanks!
Myrianne  [作者] 2020 年 4 月 24 日 上午 11:39 
It already limits the size of wreckage it detects. You can adjust it in the lua file if it's too small for your taste.

If you mean range, the lower rarity modules have smaller range.

Personally, I've never had trouble locating large wreckages in my strategic map. I made this mod to find the little ones!
krismoellegaard 2020 年 4 月 24 日 上午 6:15 
how abaut a limet to the amaunt of wreck shown (like the higher mining have a limet to shown astroids)
Myrianne  [作者] 2020 年 4 月 14 日 下午 4:17 
Woops! Updated 3 of my mods all at once and made an error in this one. All fixed now.
QBlisters 2020 年 4 月 14 日 下午 1:19 
更新後失去作用
No effect after update
什麼都看不到..
Can't see anything ...