게시판 즐겨찾기
편집
드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
굶지마 치트 목록
게시물ID : gametalk_274953짧은주소 복사하기
작성자 : Ryuux
추천 : 8
조회수 : 51182회
댓글수 : 0개
등록시간 : 2015/09/29 14:36:32

주의: 치트의 남용은 게임 본래의 재미를 해칠 수 있습니다.


굶지마 치트는 따로 설정 안하셔도 정상 작동 됩니다.

만약 안되시는 분들은

windows/mac: <Documents>\Klei\DoNotstarve\settings.ini

Linux: ~/.klei/DoNotStarve/settings.ini

해당 경로로 가셔서 settings.ini 을 여신 후 [MISC]ENABLECONSOLE = false 를 [MISC]ENABLECONSOLE = true 로 변경 해주신 후 저장하시면 됩니다

치트를 적용시키실려면 ` 버튼을 누르신 후 치트 쓰신후 엔터를 누르시면 됩니다.

※영어 대소문자 구별하셔야 정상 적용 됩니다.※

http://dont-starve-game.wikia.com/wiki/Console/Prefab_List - prefab code 리스트


간단한 치트

prefab[게임 내 오브젝트(예. 몬스터) 소환]

c_spawn("prefab", amount)        예)c_spawn("bee", 3)

마우스 커서 아래에 선택된 prefab의 amount(숫자)만큼 소환됩니다. 

 

아이템 얻기

c_give("prefab", amount)

선택된 prefab의 amount(숫자) 만큼 인벤토리에 들어가게 됩니다. 배낭과 인벤토리에 들어갈 수 있는 아이템만이 가능합니다.


체력

c_sethealth(percent)

체력을 적용한 %만큼 설정합니다. 예) c_sethealth(0.90)

 

정신력

c_setsanity(percent)

정신력을 적용한 %만큼 설정합니다. 예) c_setsanity(0.90)

 

허기

c_sethunger(percent)

허기를 적용한 %만큼 설정합니다.예) c_sethunger(0.90)

 

God Mode 갓 모드

c_godmode()

공격당해도 정신력과 허기, 체력이 닳지 않습니다. 웜홀로 지나가거나 잠을 잔후에는 갓모드를 껏다가 다시 켜야 정상 작동된다는걸 주의해주세요

 

달리기 스피드

c_speed(value) 예) c_speed(10)

표준 달리기 스피드는 1입니다. 10은 약간 빠르게 해주고 40은 벽도 통과하고 물에서도 걸어다니게 해주죠

 

다른 치트도 있는데 쓰기가 좀 힘들고 별로 필요하지도 않은 치트들입니다.

 

플레이어 커맨드

Creative mode 크리에이티브 모드

GetPlayer().components.builder:GiveAllRecipes()

무엇이든지 만들수 있게 해줍니다. 전에 만들지 못했던 것까지도요. (말그대로 걸어다니는 제조기가 됩니다.)

 

체력 수치 변경

​​GetPlayer().components.health:SetMaxHealth(value)​   예) ​​GetPlayer().components.health:SetMaxHealth(300)

당신의 캐릭터의 최대 체력 수치를 변경해 줍니다.

 

 

정신력 최대치 변경

GetPlayer().components.sanity:SetMax(value)​     예) GetPlayer().components.sanity:SetMax(400)

당신의 캐릭터의 정신력 최대치를 변경해 줍니다.


 

 

허기 최대치 변경

GetPlayer().components.hunger:SetMax(value)​  예) GetPlayer().components.hunger:SetMax(300)

당신의 캐릭터의 허기의 최대치를 변경해 줍니다.

 

 

허기 정지

GetPlayer().components.hunger:Pause(true)

더이상 당신의 캐릭터가 배고파 하지 않습니다.

 

 

Werebeaver

GetPlayer().components.beaverness:SetPercent(1)

우디를 웨어비버로 변신시킵니다.

 

World commands 월드 커맨드

Teleport to Prefab 오브젝트로 이동

c_gonext("prefab")

엔터를 누르면, 입력한 오브젝트 코드의 첫번째 숫자에게 텔레포트 됩니다.(bee 1 하고 bee 2있으면 bee 1 한테 텔레포트 된다는 뜻인듯). 만약 같은 오브젝트 코드의 숫자가 겹친다면 console log(대화창)에 독립적 숫자들이 표시될 것이고 같은 커맨드는 플레이어를 그 겹치는 오브젝트에게 굶지마 세계에서 생성된 순서대로 텔레포트 해줄 것입니다.

 

마우스 커서 아래에 있는 아이템 삭제

TheInput:GetWorldEntityUnderMouse():Remove()

엔터를 누르면 마우스 커서에 있는 아이템이 삭제됩니다.

 

Reveal Map 맵 밝히기

GetWorld().minimap.MiniMap:ShowArea(0,0,0,10000)

게임을 종료하거나 맵이 바뀌면 다시 깜깜해집니다.

 

Skip day 하루 스킵

GetClock():MakeNextDay()

현재 날짜 하루를 스킵합니다.

 

Skip more days 원하는 만큼 날짜 스킵하기

for x = 1, 50 do GetClock():MakeNextDay() end

50은 그냥 예시일 뿐입니다. 스킵하고 싶은 날짜만큼 숫자를 적어주세요 


경고: 너무 많은 숫자를 입력하면 게임이 멈출수도 있습니다.(컴퓨터 사양에 따라 다름)

 


GetClock():SetSegs(14,1,1)

매우 긴 낮, 해질녘과 밤이 매우 짧아짐

 

 

Skip phase 현재 페이즈를 스킵합니다.

GetClock():NextPhase()

 

Start Summer 여름 시작

GetSeasonManager():StartSummer()

Start summer

 

Start Winter 겨울 시작

GetSeasonManager():StartWinter()

Start winter

 

For the DLC the additional commands are GetSeasonManager():StartSpring() and GetSeasonManager():StartAutumn()

DLC 사신분들은 GetSeasonManager():StartSpring()​ 하고 GetSeasonManager():StartAutumn()​ 가 또 있음

 

Start Rain 비 내리기

GetSeasonManager():StartPrecip()

Start rain.

 

Stop Rain 비 멈추기

GetSeasonManager():StopPrecip()

Stop rain.

 

Do Lightning Strike 번개 내리기

GetSeasonManager():DoLightningStrike(Vector3(GetPlayer().Transform:GetWorldPosition()))

플레이어를 번개로 내리칩니다. lightning rod가 근처에 있다면 그걸 대신 내리칩니다.


아래는 캐릭터 할수 있게 해주는 치트

Unlock Willow

GetPlayer().profile:UnlockCharacter("willow")

GetPlayer().profile:Save()

Unlocks Willow.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Wolfgang

GetPlayer().profile:UnlockCharacter("wolfgang")

GetPlayer().profile:Save()

Unlocks Wolfgang.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Wendy

GetPlayer().profile:UnlockCharacter("wendy")

GetPlayer().profile:Save()

Unlocks Wendy.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock WX-78

GetPlayer().profile:UnlockCharacter("wx78")

GetPlayer().profile:Save()

Unlocks WX-78.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Wickerbottom

GetPlayer().profile:UnlockCharacter("wickerbottom")

GetPlayer().profile:Save()

Unlocks Wickerbottom.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Woodie

GetPlayer().profile:UnlockCharacter("woodie")

GetPlayer().profile:Save()

Unlocks Woodie.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Wes

GetPlayer().profile:UnlockCharacter("wes")

GetPlayer().profile:Save()

Unlocks Wes.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Maxwell (character)

GetPlayer().profile:UnlockCharacter("waxwell")

GetPlayer().profile:Save()

Unlocks Maxwell.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Wigfrid (Reign of Giants DLC)

GetPlayer().profile:UnlockCharacter("wigfrid")

GetPlayer().profile:Save()

Unlocks Wigfrid.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Webber (Reign of Giants DLC)

GetPlayer().profile:UnlockCharacter("webber")

GetPlayer().profile:Save()

Unlocks Webber.  Does not need to be re-entered after the first time unless you lose your profile settings.

 

Unlock Everything (Currently all characters) - 캐릭터 다 플레이 가능하게 하기)

GetPlayer().profile:UnlockEverything()

Miscellaneous Commands


Clear the morgue -시체 치우기

ErasePersistentString("morgue")

시체를 없앱니다. 게임을 닫았다 다시 켜야 효과가 나타납니다.



발번역 죄송합니다. 그리고 이런거 올리면 안되면 말씀해주세요 바로 삭제하겠습니다.

출처 http://dont-starve-game.wikia.com/wiki/Console/Commands
필요없는 몇개는 뺐습니다. 필요하신 분은 위로 들어가서 참고해주세요
전체 추천리스트 보기
새로운 댓글이 없습니다.
새로운 댓글 확인하기
글쓰기
◀뒤로가기
PC버전
맨위로▲
공지 운영 자료창고 청소년보호