Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
local range = (rarity.value + 2 + getFloat(0.0, 0.75)) * 2 * 15 <---
for distance:
local range = (rarity.value + 2 + getFloat(0.0, 0.75)) * 2 * 5 <---
to
local range = (rarity.value + 2 + getFloat(0.0, 0.75)) * 2 * 20 <---
and
return range * 20 * 1000 <---
to
return range * 20 * 1 <---
it works for me and i have over 30 KM range
Any chance I could get some help with what values to change to get more collection distance without having to learn what I'm looking at in that file just to get some better collection range please?
I took some coding classes in university, but that was a decade ago and I'm really out of practice.