/c local list = {} for _, recipe in pairs(game.player.force.recipes) do list[#list+1] = {recipe.name,{recipe.ingredients}} end game.write_file("recipes.txt", serpent.block(list))
dd(210.123)2023-02-21 23:02
답글
\AppData\Roaming\Factorio\script-output 에 txt로 저장됨
헬모드 레시피북 FNEI - dc App
그거 모드이름 아닌가? 인게임에서는 그거 쓰긴하는데 게임중 아닐때 사이트 없냐구..
/c local list = {} for _, recipe in pairs(game.player.force.recipes) do list[#list+1] = {recipe.name,{recipe.ingredients}} end game.write_file("recipes.txt", serpent.block(list))
\AppData\Roaming\Factorio\script-output 에 txt로 저장됨
아 이건 콘솔명령어임 들어가서 두번치면 저장됨
이게 뭐임?;;