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
You are most welcome.
I play-tested the ESC with Real Space and was patently proven wrong.
So, here is the solution I suggest.
Set up your own mod. It is explained in the Stellaris wiki as below.
http://www.stellariswiki.com/Modding
The mod file should say something like below (that's my personal mod):
name="!!!!!z_femto"
path="mod/femto"
tags={
"Balance"
}
supported_version="1.8.*"
So that it will be loaded last.
Create a folder for defines. Should be like "C:\Users\******\Documents\Paradox Interactive\Stellaris\mod\femto\common\defines"
Then copy "realspace_defines" which is unzipped from the Real Space and paste it into that folder. Change the COMBAT_DETECT_RANGE_MULT to 2.5.
I think this will do the trick. If not, please consult me again.
NCombat = {
COMBAT_DETECT_RANGE_MULT = 0.70 #1.05 # Range to engage in combat with other ships is <fleets max attack range> * COMBAT_DETECT_RANGE_MULT
#COMBAT_DETECT_RANGE_MIN = 3 #10
COMBAT_AREA_MIN_ATTACK_RADIUS = 0.07 #0.2
}