《異星工廠》控制臺指令大全
- 來源:Steam
- 作者:LearnFly
- 編輯:月色如畫
《異星工廠》要求玩家建設(shè)工業(yè)流水線,并在蟲子的威脅下保護自己的工廠,游戲整體難度偏大,對新手不太友好,但是我們可以利用控制臺指令,減少游戲難度,盡情的享受游戲帶給我們的樂趣。下邊就給大家?guī)懋愋枪S控制臺指令大全,方便大家使用。
異星工廠控制臺指令大全
按“·”(就是1左邊Tab上邊的按鍵)打開控制臺。
控制臺命令
解鎖所有科技:/c for name,technology in pairs(game.local_player.force.technologies) do technology.researched=technology.enabled end
縮寫為/c for n,t in pairs(game.player.force.technologies) do t.researched=true end也可
(用完視加載MOD數(shù)量可能會卡一段時間,屬正常現(xiàn)象)
獲得100塊鐵板: /c game.player.character.insert{name="iron-plate",count=100}
格式相同的話想要什么都可以,我會在后面附上一些名稱
從地圖上移除所有的敵人: /c local surface = game.local_player.surface for c in surface.get_chunks() do for key, entity in pairs(surface.find_entities_filtered({area={{c.x * 32, c.y * 32}, {c.x * 32 + 32, c.y * 32 + 32}}, force= "enemy"})) do entity.destroy() end end
實用計算器(括號里是算式): /c game.local_player.print(1234 * 5678)
檢測蟲子進化幾率: /c game.local_player.print(game.evolution_factor)
總是白天(鎖定時間為12點,把true改為false關(guān)閉):/c game.always_day=true
最大視野(正常滾輪無法達到的大小):/c game.local_player.zoom = 0.1
殺死所有蟲子(蟲巢無效且不算擊殺):/c game.forces["enemy"].kill_all_units()
Mine faster(不清楚加快了什么。。): /c game.local_player.force.manual_mining_speed_modifier=1000
生產(chǎn)加快:/c game.local_player.force.manual_crafting_speed_modifier=1000
研究加快/c game.local_player.force.laboratory_speed_modifier = 1
1是正常的速度,2是雙速3是三等,到100沒問題。
把巖石變?yōu)榭砷_采(應(yīng)該是這個意思):/c for _,entity in pairs(game.local_player.surface.find_entities_filtered{ area={{game.local_player.position.x-32, game.local_player.position.y-32}, {game.local_player.position.x+32, game.local_player.position.y+32}}, name="stone-rock"}) do entity.destroy() end
一些常見物品名稱,用于獲得物品
name = "stone-brick",(石磚)
name = "raw-wood",(原木)
name = "coal",(煤)
name = "stone",(石頭)
name = "iron-ore",(鐵礦)
name = "copper-ore",(銅礦)
name = "wood",(木材)
name = "iron-plate",(鐵板)
name = "copper-plate",(銅板)
name = "iron-stick",(鐵棍)
name = "iron-gear-wheel",(鐵齒輪)
name = "copper-cable",(銅線)
name = "electronic-circuit",(電路板)
name = "wooden-chest",(木箱)
name = "stone-furnace",(石爐)
name = "burner-mining-drill",(熱能采掘機)
name = "basic-mining-drill",(電能采掘機)
name = "basic-transport-belt",(基礎(chǔ)傳送帶)
name = "burner-inserter",(熱能機械臂)
name = "basic-inserter",(電能機械臂)
name = "offshore-pump",(抽水泵)
name = "pipe",(管子)
name = "boiler",(鍋爐)
name = "steam-engine",(蒸汽機)
name = "small-electric-pole",(小電線桿)
name = "radar",(雷達)
name = "biter-spawner",(蟲族產(chǎn)卵者)
name = "computer",(電腦)
name = "small-plane",(小型飛機)
name = "small-lamp",(小燈)
name = "alien-artifact",(外星造物)
name = "pipe-to-ground",(地下管道)
name = "assembling-machine-1",(組裝機1型)
name = "red-wire",(紅色銅線)
name = "green-wire",(綠色銅線)
name = "raw-fish",(魚)
name = "repair-pack",(修理包)
玩家點評 (0人參與,0條評論)
熱門評論
全部評論