Companion Drones 2.0 [WIP]

by kubiixx

Adds friends - now to Factorio 2.0 WORK IN PROGRESS - crashes may occur - use with caution !

Content
9 months ago
2.0
6.18K

b File __base__/graphics/entity/rocket-silo/10-jet-flame.png not found

6 months ago

Failed to load mods: File base/graphics/entity/rocket-silo/10-jet-flame.png not found

Mods to be disabled:
• companion-drones (2.0.10)

5 months ago

I confirm, tested that out on 2.0.39, same error.
Works fine on stable 2.0.32.

(Not tested) problem probably could be resolved by just copying sprite from the base game (ex. stable 2.0.32) into the mod and changing the reference in data.lua (line 428 in the current latest mod version 2.0.10, "filename" property).

5 months ago

can confirm as well.

5 months ago

Impossible de charger les mods : File base/graphics/entity/rocket-silo/10-jet-flame.png not found

Mods à désactiver :
• companion-drones (2.0.10)

5 months ago

same here :/

5 months ago
(updated 5 months ago)

As mappleaf mentioned, this is easy enough to accomplish. If you do not have the sprite, download a copy of 2.0.32 zip from factorio.com then go to "data\base\graphics\entity\rocket-silo" and you'll find the 10-jet-flame.png drop it in the main folder of the mod

companion_drones\10-jet-flame.png

go to line 428, change reference to

filename = "companion-drones/10-jet-flame.png"
^^ this will not render properly it's underscore underscore companion-drones underscore underscore /
save and rezip. unfortunately, this is only a temporary fix till mod author incorporates these changes.

5 months ago

I just skipped a step and added the file to my base factorio install lmao

5 months ago

I just skipped a step and added the file to my base factorio install lmao

which folder? does it work?

5 months ago

This is the missing file. It goes in the path listed in the error.

https://i.ibb.co/4RZSnJZK/10-jet-flame.png

5 months ago

I can confirm adding the file Damienreave posted to the /rocket-silo/ folder fixes the issue for this mod and any other mods that are missing 10-jet-flame.png

5 months ago

Impossible de charger les mods :
• Mining_Drones
• La dépendance base >= 2.0.35 n'est pas satisfaite (active : base 2.0.32)

Mods à désactiver :
• Mining_Drones (2.0.2)

5 months ago

ok pour la 2.0.34

5 months ago

sorry

Impossible de charger les mods :
• Mining_Drones
• La dépendance base >= 2.0.35 n'est pas satisfaite (active : base 2.0.34)

Mods à désactiver :
• Mining_Drones (2.0.2)

5 months ago

c'est bon avec la 2.0.36 faire une archive par sécurité ;-)

3 months ago

Also ran into this - is this mod abandoned?

3 months ago

Thankyou to damienreave for posting a link to the file. I had difficulty finding it.

Following are my observations in implementing this: (programing and general geek-noob here)
After saving file to desktop I had to re-read mappleaf and shockrift posts to figure what to do with it.

A) In mods folder, drop the file in the main folder for Companion Drone mod. This is easy enough dealing with a zip on a Mac, been a while since I've done it on a PC.

B) Modify "line 428" of some file, somehow...
The file is for the mod, not the game. It is "data.lua" in the main Companion Drone folder in the mod folder.
In that file modify line 428 to read:
filename = "companion-drones/10-jet-flame.png",

This is in a section that starts:
table.insert(layers, 1,

Maybe I'm just a big dummy and it took a few days for me to try, then a few hours to figure it out.
Hope this helps

2 months ago

Thank you to both BigRed45 and damienreave
the mod is back up
T-T Thank you guys again

a month ago
(updated a month ago)

大家关于主文件中添加10-jet-flame.png,随后修改data.lua 432行的步骤很详细,我附加两点:1. 如果修改后报错尺寸不对,调整图片大小至1392*256 2. 修改后机器人如果不工作,收起来,然后重新放置就可以

New response