Where to find needed code for mining reach?

Place to get help with not working mods / modding interface.
Modymo
Burner Inserter
Burner Inserter
Posts: 6
Joined: Mon Apr 18, 2016 11:27 am
Contact:

Where to find needed code for mining reach?

Post by Modymo »

The creater of the Long Reach mod used these lines of code to modify the build and reach distance

Code: Select all

data.raw.player.player.build_distance = 10000
data.raw.player.player.reach_distance = 10000
Where did they find the code needed for this variable? And how do I search for other lines of similar code by myself?
I want to modify the mod to include manual mining distance but can't find the code needed.
daniel34
Global Moderator
Global Moderator
Posts: 2761
Joined: Thu Dec 25, 2014 7:30 am
Contact:

Re: Where to find needed code for mining reach?

Post by daniel34 »

quick links: log file | graphical issues | wiki
Modymo
Burner Inserter
Burner Inserter
Posts: 6
Joined: Mon Apr 18, 2016 11:27 am
Contact:

Re: Where to find needed code for mining reach?

Post by Modymo »

One place I didn't check was the wiki -_-
Thanks, reach_resource_distance does the job ^_^
Post Reply

Return to “Modding help”