Position: Home page » Equipment » Mining modification

Mining modification

Publish: 2021-05-22 23:59:05
1. 1.主角自动回血

用记事本打开游戏目录\data\DLC0001\scripts\prefabs\player_common.lua文件,在inst.components.health:SetMaxHealth(TUNING.WILSON_HEALTH)的下一行插入以下内容:

inst.components.health:StartRegen(30, 10)

即可让主角自动回血,其中30为血量,10为10秒回血一次,可自行调整
2.
主角自动回复san

用记事本打开游戏目录\data\DLC0001\scripts\tuning.lua文件,将下列内容:

SANITY_DAY_GAIN = 0,--100/(day_time*32),

SANITY_NIGHT_LIGHT = -100/(night_time*20),
SANITY_NIGHT_MID = -100/(night_time*20),
SANITY_NIGHT_DARK = -100/(night_time*2),

替换为:

SANITY_DAY_GAIN = 100/(day_time),

SANITY_NIGHT_LIGHT = 100/(night_time),
SANITY_NIGHT_MID = 100/(night_time),
SANITY_NIGHT_DARK = 100/(night_time),

3.
1.用记事本打开游戏目录\data\scripts\prefabs\axe.lua文件,将inst.components.tool:SetAction(ACTIONS.CHOP)替换为inst.components.tool:SetAction(ACTIONS.CHOP, 15)

2.用记事本打开游戏目录\data\scripts\prefabs\pickaxe.lua文件,将inst.components.tool:SetAction(ACTIONS.MINE)替换为inst.components.tool:SetAction(ACTIONS.MINE, 15)

即可一斧砍倒一棵树、一镐开掉一块石
4.
砍树掉落

用记事本打开游戏目录\data\DLC0001\scripts\prefabs\evergreens.lua文件,

1.将下列内容:

normal_loot = {"log", "log", "pinecone"},
short_loot = {"log"},
tall_loot = {"log", "log", "log", "pinecone", "pinecone"},

替换为:

normal_loot = {"log", "log", "log", "log", "log", "log", "pinecone"},
short_loot = {"log", "log", "log"},
tall_loot = {"log", "log", "log", "log", "log", "log", "log", "log", "log", "pinecone", "pinecone"},

2.将下列内容:

normal_loot = {"log","log"},
short_loot = {"log"},
tall_loot = {"log", "log","log"},

替换为:

normal_loot = {"log","log","log","log", "log", "log"},
short_loot = {"log","log", "log"},
tall_loot = {"log", "log","log","log","log","log", "log", "log", "log"},

5.
用记事本打开游戏目录\data\DLC0001\scripts\prefabs\player_common.lua文件,在inst:AddComponent("resurrectable")下一行插入以下内容:

TheInput:AddKeyUpHandler(KEY_1, function()
if TheInput:IsKeyDown(KEY_CTRL) then
local map = TheSim:FindFirstEntityWithTag("minimap")
local x,y,z = GetPlayer().Transform:GetWorldPosition()
map.MiniMap:ShowArea(x, y, z, 10000)
end
end)

即可在游戏中按Ctrl + 1使地图全开
2. Yesterday, I just started playing this game and found that minerals are non renewable. This is quite depressing. I didn't find mod for mineral regeneration in the forum. I only found the modification method of collecting and removing minerals. I always felt uncomfortable. I found that many people in the forum wanted such mod, so I planned to make one myself (there are many ways to brush materials, but it's too disharmonious, Losing the balance of the game is also easy to destroy a good game. For this mod, I spent a whole night with backache. I just finished it. I tested it myself and found that there was no problem. Then I sent it out. I hope my brothers like it
the following is the basic description of mod:
three states are added to the ore:
large amount: more ore is g out
small amount: less ore is g out, which will become a large amount of ore in 20-30 days
vein: the foundation of the ore, which will become a small amount of ore in 10-15 days. If the ore is g out, it will not be regenerated, and a large amount of ore will be g out (knock it hard)
basically, it takes a hoe to dig out a pile of mines, including veins
PS: why should mineral regeneration be set for such a long time? Because most people hang up when they can't finish digging. In fact, the purpose is to affect the balance of the game to the minimum extent. If the regeneration is too fast, people won't be full of prospecting and digging, which will rece a lot of game fun
I forgot to say that there seems to be an automatic mining mod in this area. In theory, that mod conflicts with this mod. There is no test. I have been working all night. I'm too tired. If you want to integrate, you can try it yourself.
3. Adding a gem after the stone item in the script should do
this is how wood is changed
4. 1、 Use Notepad to open the game directory; data\ scripts\ prefabs\ Pickaxe.lua file, insert inst.components tool:SetAction (actions. Mine) with inst.components tool:SetAction (actions. Mine, 15) you can remove a stone with one pick.
2. Open the game directory with Notepad; data\ DLC0001\ scripts\ In the file tuning.lua, add the following contents:
Wilson_ WALK_ SPEED = 4,
WILSON_ RUN_ Speed = 6,
replace with:
Wilson_ WALK_ SPEED = 8,
WILSON_ RUN_ Speed = 12,
can double the running speed of the protagonist (the higher the value, the faster)
5. Go to the Internet to search for "Yining famine" and modify it according to the prompt
6. Unknown_Error
7.

bus line: Metro Line 1, the whole journey is about 7.9km

1. Walk about 360m from Ximenkou square to Ximenkou station

2. Take Metro Line 1, pass 6 stops to TIYU West Road Station

3. Walk about 650m to Guangzhou Tianhe Sports Center

8. It's also under consideration recently. Specific to refer to the injection molding machine locking cylinder parameters and elbow ratio. Roughly estimated, the opening force is about 30% of the clamping force.
9. No, it's the pressure of the injection molding machine when the rubber is injected into the mold, which will make the mold inflate. That's the principle of the mold to make the support head
10. Note that the unit of clamping force is force, the unit of injection pressure is pressure, Archimedes law P = f / s, so the clamping force F & gt= The injection pressure P * is perpendicular to the direction of the force, and the projected area of the runner (including shunt channel, proct, etc.) s on the moving template side of the mold is calculated correctly as long as your unit corresponds. As long as the clamping force is greater than the real injection "force", the edge will not rise.
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750