Pitch Black(한국어 버전)

by Xagros

영화"피치블랙(에이리언 2020)"을 보신적이 있습니까? 시스템 버그 리포트는 Vin_Diesel@PitchBlackSupport.com으로 연락주세요. 게임 플레이 시 공해와 경고 메세지를 확인 하시는게 중요합니다. 새로운 버전이 나올 때 마다 한국어로 번역합니다. 문제가 발생하면 Xagros또는 Choumiko로 문의주세요.

Content
5 years ago
0.15 - 0.16
4
Enemies

b 지도로드 오류

5 years ago

아마도이 오류는 최신 업데이트와 관련이 있습니다.
지도를로드 할 때 :
Pitch_Black_kor/control.lua:1:
Pitch_Black_kor/Libs/PitchBlack/main.lua:4:
Pitch_Black_kor/Libs/PitchBlack/time.lua:8:
attempt to index field 'pitch-DayLength' (a nil value)

5 years ago
(updated 5 years ago)

버전 1.0.4에는 값이있었습니다. 'pitch-DayLength'
{
--Desc: Number of real seconds in a game day
--Default: 600 (10 minutes)
--Note: A single day is not necessarily the cycle of the sun... E.G there could be multiple days with the sun up.
type = "int-setting",
name = "pitch-DayLength",
setting_type = "runtime-global",
default_value = 600,
minimum_value = 1,
order = "pitch-a[DayLength]-a"
},
버전 1.0.5에는 다른 이름으로 비슷한 의미가 있습니다.
{
--Desc: Number of real seconds in a game day
--Default: 600 (10 minutes)
--Note: A single day is not necessarily the cycle of the sun... E.G there could be multiple days with the sun up.
type = "int-setting",
name = "pitch-PhaseLength",
setting_type = "runtime-global",
default_value = 600,
minimum_value = 1,
order = "pitch-b[DayLength]-a[DayLength]"
},
그녀가 여기 그를 가리킨다.
Pitch_Black_kor/Libs/PitchBlack/time
Time.DayLength = settings.global["pitch-DayLength"].value

5 years ago

아마도이 오류는 최신 업데이트와 관련이 있습니다.
지도를로드 할 때 :
Pitch_Black_kor/control.lua:1:
Pitch_Black_kor/Libs/PitchBlack/main.lua:4:
Pitch_Black_kor/Libs/PitchBlack/time.lua:8:
attempt to index field 'pitch-DayLength' (a nil value)

The error has been fixed and verified. thanks, bro. :)

New response