Famine how to open the map full Famine map full open Raiders

  
Famine practical modification tutorial Famine map full open tutorial. "Famine" is a sandbox game for survival purposes. It is very challenging. Many players want to think that the game is a bit difficult. The following system is a complete series of tutorials for famine maps. For novice players, Great help, let's see it together.
Map full open (Ctrl+1 in the game) Open the game directory \\data\\DLC0001\\scripts\\prefabs\\player_common.lua file with Notepad and insert the following in the next line of 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) Press Ctrl + 1 in the game to make the map open
Copyright © Windows knowledge All Rights Reserved