Radius Of The Grenade Throw

Place to get help with not working mods / modding interface.
Post Reply
DarkAlien
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Jul 03, 2020 12:08 pm
Contact:

Radius Of The Grenade Throw

Post by DarkAlien »

how do I change the fill? from green to any other and can you do it yourself, because this radius merges with the ground it is not visible, or at least how to do if the click occurs for the radius of the Throw was at the maximum distance

Koub
Global Moderator
Global Moderator
Posts: 7199
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Radius Of The Grenade Throw

Post by Koub »

I wonder if it's not in the \data\core\graphics\shaders folder, in the files named "turret-ranges" something.
Koub - Please consider English is not my native language.

DarkAlien
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Jul 03, 2020 12:08 pm
Contact:

Re: Radius Of The Grenade Throw

Post by DarkAlien »

I can't find the path in the steam version :?

DarkAlien
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Jul 03, 2020 12:08 pm
Contact:

Re: Radius Of The Grenade Throw

Post by DarkAlien »

help pliz

suprnova74
Long Handed Inserter
Long Handed Inserter
Posts: 61
Joined: Thu Sep 10, 2015 2:29 am
Contact:

Re: Radius Of The Grenade Throw

Post by suprnova74 »

I found this but no idea how it could be used. It doesn't give examples on usage or what value format it's looking for.

https://wiki.factorio.com/Prototype/Cap ... dius_color

Koub
Global Moderator
Global Moderator
Posts: 7199
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Radius Of The Grenade Throw

Post by Koub »

[Koub] Moving this to modding help. I'm sure there'll be much more people who can answer your questions here.
Koub - Please consider English is not my native language.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Radius Of The Grenade Throw

Post by darkfrei »

suprnova74 wrote:
Mon Jul 06, 2020 6:40 pm
I found this but no idea how it could be used. It doesn't give examples on usage or what value format it's looking for.

https://wiki.factorio.com/Prototype/Cap ... dius_color

Code: Select all

data.raw["utility-constants"].default.turret_range_visualization_color = {r = 0.05, g = 0.1, b = 0.05, a = 0.15}
data.raw["utility-constants"].default.capsule_range_visualization_color = {r = 0.05, g = 0.1, b = 0.05, a = 0.15}
data.raw["utility-constants"].default.artillery_range_visualization_color = {r = 0.12, g = 0.0375, b = 0.0375, a = 0.15}


Post Reply

Return to “Modding help”