Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
any have idias?
i found this here:
https://community.7daystodie.com/topic/20963-help-modding-the-auger/
but i dont know in which line :(
but do as says above. then use the script from that link you posted.
i do that. i found it. i change the number, i delete the text
i change the value to - and to +
but nothing helps :(
but nothing happen :(
https://steamcommunity.com/sharedfiles/filedetails/?id=2576394984
Ill open the file and look as well. Give me a few mins to look.
I cant test but try this
Im wondering if need do some changes to following..
<!-- <passive_effect name="IncrementalSpreadMultiplier" operation="base_set" value="1" tags="perkMiner69r"/>
<passive_effect name="WeaponHandling" operation="base_set" value="5" tags="perkMiner69r"/> -->
Its commented out but... should be referencing values from another area.
If above didnt work try this...
At line 826
<property name="UseMeleeCrosshair" value="true"/>
replace with
<property name="CrosshairOnAim" value="true"/> <!-- aimTest -->
<property name="CrosshairUpAfterShot" value="false"/> <!-- aimTest -->
EDIT- <!-- <passive_effect name="IncrementalSpreadMultiplier" operation="base_set" value="1" tags="perkMiner69r"/>
Shows value for spread. its commented out but i cant find it any where else for auger. I see it in other tools though...
<!-- <passive_effect name="IncrementalSpreadMultiplier" operation="base_set" value="1" tags="perkMiner69r"/>
reload unchanged file.. then change above line to..
<passive_effect name="IncrementalSpreadMultiplier" operation="base_set" value=".1" tags="perkMiner69r"/>
And let me know. But we changed enough should of seen some effect by now :-(
EDIT - this wont remove all effect. But i want to see if has any change. If can at least minimize effect it be better.