像素工廠(MinDusTry)MOD開發(fā)教程(三)
簡(jiǎn)便語法
item/amount
可代替對(duì)象
{item:名稱,amount:數(shù)量}
liquid/amount
可代替對(duì)象
{liquid:名稱,amount:數(shù)量}
拓展語法
1,引用模組物品
mod.name名-物品
2,修改原版
不可加type(類型)否則就是新建
3,文件結(jié)構(gòu)
project(庫)
├── mod.json(模組配置文件)
├── icon.png(模組配置圖像)
├── preview.png(模組steam創(chuàng)意工坊配置圖像)
├── class(jvm字節(jié)碼)
├── classes.dex(安卓jvm字節(jié)碼)
├── content(模組內(nèi)容)
│? ?├── items(物品集)
│? ?├── blocks(方塊集)
│? ?├── liquids(液體集)
│? ?├── weathers(天氣集)
│? ?├── units(單位集)
│? ?├── planets(星球集ps:暫時(shí)停用)
│? ?└── zones(地區(qū)配置集)
├── maps(地區(qū)集)
├── bundles(語言配置集)
│? ?├── bundle.properties(英語)
│? ?└── bundle_zh_CN.properties(簡(jiǎn)體中文)
├── sounds(音效集)
├── music(音樂集)
├── schematics(藍(lán)圖集)
├── scripts(腳本類)
│? ?└── main.js(默認(rèn)執(zhí)行類ps:如果只有一個(gè)文件的話可不要便可直接執(zhí)行)
├── sprites-override(替換圖片集)
│? ?└── ui(UI界面集)
│? ? ? ? └── logo.png(標(biāo)題logo;ps:暫時(shí)停用)
└── sprites(圖片集)
報(bào)錯(cuò)修訂
1,報(bào)錯(cuò)信息格式
游戲中有兩種報(bào)錯(cuò)查看方式
分別是游戲內(nèi)查看和游戲外查看
游戲外查看分別是查看兩個(gè)文件
last_log(實(shí)時(shí)記錄文件)
[D](debug)調(diào)試信息
[E](Error)報(bào)錯(cuò)信息ps:主要影響使得無法運(yùn)行的問題
[I](Info)正常信息
[W](WARNING)忽略信息ps:大多數(shù)是不規(guī)范寫作導(dǎo)致的語法錯(cuò)誤但是因?yàn)椴粫?huì)使游戲崩潰,無法運(yùn)行因此忽略代碼
crash(崩潰記錄文件)
>主報(bào)錯(cuò)信息
上面是他們的標(biāo)識(shí)符意思
在游戲內(nèi),一共有三種查看方式他們分別查看的是
使用控制臺(tái)查看查看的是last_log
彈出來的報(bào)錯(cuò)提示查看的是直接的報(bào)錯(cuò)問題
還有一個(gè)是導(dǎo)出報(bào)錯(cuò)文件crash,last_log所有記錄會(huì)統(tǒng)一導(dǎo)入到一個(gè)文件中
ps:有一種在電腦上特別常見的報(bào)錯(cuò)哼電腦的默認(rèn)語言和編碼并不是工廠要求的UTF-8導(dǎo)致壓縮的時(shí)候和實(shí)際讀取的時(shí)候名字會(huì)產(chǎn)生錯(cuò)誤導(dǎo)致很多東西都讀取不出來,產(chǎn)生大規(guī)模報(bào)錯(cuò)請(qǐng)自行設(shè)置.
2,報(bào)錯(cuò)庫
為解決一部分人不喜歡使用翻譯器去翻譯報(bào)錯(cuò)提示特別設(shè)立報(bào)錯(cuò)提示中文翻譯查看庫(我都不知道他們?yōu)槭裁磿?huì)這么懶)
已導(dǎo)入名為 的模組.
A mod with the name is already imported.
編碼 相等
a == b: @; codes: @ @; equality: @
多邊形必須有3個(gè)或更多坐標(biāo).
A polygon must have 3 or more coordinate pairs.
可變參數(shù)應(yīng)該是最后一個(gè)參數(shù)!
A variadic parameter should be the last parameter!
已接受,正在發(fā)布項(xiàng)目.
Accepted, publishing item...
激活覆蓋對(duì)話框
Activating overlay dialog
actor不能為null.
actor cannot be null.
添加新版本
Adding new revision @ for @.Pre = @New = @
容量必須
additionalCapacity must be >= 0:?
所有地圖都必須有一個(gè)核心
All maps must have a core.
所有區(qū)域必須相同紋理
All regions must be from the same texture.
所有發(fā)送的對(duì)象必須是數(shù)據(jù)包!類
All sent objects must implement be Packets! Class:?
所有結(jié)構(gòu)字段都必須是原始的
All struct fields must be primitives:?
已經(jīng)構(gòu)建
Already building
已經(jīng)加載
Already loaded.
已經(jīng)準(zhǔn)備
Already prepared
已經(jīng)登錄Google Play Games
Already signed in to Google Play Games.
已經(jīng)連接
alreadyconnected
服務(wù)器,正在接受來自
Am server, accepting request from?
安卓輸入:指向ID查找失敗
AndroidInput: Pointer ID lookup failed
交互動(dòng)畫不能為null
animateInterpolation cannot be null.
為macOS支持應(yīng)用-XstartOnFirstThread
Applying -XstartOnFirstThread for macOS support.
Arc需要Android API級(jí)別@或更高版本
Arc requires Android API Level? or later.
Arc需要OpenGL ES 2.0
Arc requires OpenGL ES 2.0
參數(shù)索引超出范圍:
Argument index out of bounds:?
數(shù)組為空
Array is empty.
未加載資源
Asset not loaded:?
已加載名為的資源,但其類型不同應(yīng)為
Asset with name? already loaded, but has different type (expected:?
未找到地圖集文件
Atlas file not found:?
正在嘗試共享文件
Attempting to share file?
塊不能大于
Blocks cannot be larger than
@處的塊ID不匹配.跳過塊快照.
Block ID mismatch at @: @ != @. Skipping block snapshot.
begin必須在end之前調(diào)用
begin must be called before end.
開始更新項(xiàng)
begin updateItem(@)
beginCache必須在add之前調(diào)用
beginCache must be called before add.
beginCache必須在endCache之前調(diào)用
beginCache must be called before endCache.
beginCache必須在之前ensureSize調(diào)用
beginCache must be called before ensureSize.
塊有一個(gè)位置null
Block? has an null region!
塊不包含類型為的使用
Block does not contain consumer of type !
塊大小必須介于和0之間
Block size must be between 0 and?
Blur類型不能為空
Blur type cannot be null.
Booleans只能有這么一點(diǎn)點(diǎn)長(zhǎng)...你為什么要這么做?
Booleans can only be one bit long... why would you do this?
底部貼片的高度必須相同
Bottom side patches must have the same height
反彈不能小于2或大于5
bounces cannot be < 2 or > 5:?
buffer未與newUnsafeByteBuffer一起分配或已被釋放
buffer not allocated with newUnsafeByteBuffer or already disposed
按鈕不能為空
button cannot be null.
按鈕們不能為空
buttons cannot be null.
字節(jié)寫入長(zhǎng)度超過
Byte write length exceeded:? > 65535
內(nèi)容 不在技術(shù)樹中,但需要對(duì)其進(jìn)行研究.
Content? isn't in the tech tree, but? requires it to be researched.
連接到服務(wù)器
Connecting to server: @
連接被取消.
Connection canceled.
不支持緩存著色器
cache shader unsupported
不支持緩存頂點(diǎn)
cache vertices unsupported
在調(diào)用getPixmap()之前調(diào)用prepare()
Call prepare() before calling getPixmap()
正在調(diào)用更新(@)@
Calling update(@) @
無法復(fù)制到實(shí)例
Can't copy to a? ?+? instance
找不到基本文件句柄的捆綁包
Can't find bundle for base file handle?
sprites不能超過 8191?
Can't have more than 8191 sprites per batch:?
可選參數(shù)之后不能有非可選參數(shù)
Can't have non-optional param after optional param!
無法反轉(zhuǎn)這個(gè)仿射矩陣
Can't invert a singular affine matrix
無法反轉(zhuǎn)這個(gè)矩陣
Can't invert a singular matrix
無法反轉(zhuǎn)這個(gè)仿射矩陣
can't process a HTTP request without URL set
無法保存沒有名稱的地圖.這是怎么發(fā)生的?
Can't save a map with no name. How did this hAppen?
無法將self設(shè)置為父級(jí)
Can't set self as the parent
無法在begin/end內(nèi)設(shè)置矩陣.
Can't set the matrix within begin/end.
begin/end
Cannot add a null entity!
綁定VBO時(shí)無法更改屬性
Cannot change attributes while VBO is bound
應(yīng)用effects時(shí)無法清理buffers
Cannot clean up buffers when Applying effects.
應(yīng)用capturing時(shí)無法清理buffers
Cannot clean up buffers when capturing.
無法刪除classpath文件
Cannot delete a classpath file:?
無法刪除internal文件
Cannot delete an internal file:?
無法獲取root的sibling
Cannot get the sibling of the root.
無法為Android Rhino初始化工廠:已經(jīng)有另一個(gè)工廠
Cannot initialize factory for Android Rhino: There is already another factory
無法列出classpath目錄:
Cannot list a classpath directory:?
無法映射classpath文件
Cannot map a classpath file:?
無法使用classpath文件創(chuàng)建mkdirs
Cannot mkdirs with a classpath file:?
無法使用internal文件創(chuàng)建mkdirs
Cannot mkdirs with an internal file:?
無法移動(dòng)classpath文件
Cannot move a classpath file:?
無法移動(dòng)internal文件
Cannot move an internal file:?
無法打開指向目錄的stream
Cannot open a stream to a directory:?
無法刪除空實(shí)體
Cannot remove a null entity!
無法從空數(shù)組中選擇大小<1
cannot select from empty array (size < 1)
無法寫入classpath文件
Cannot write to a classpath file:?
無法寫入internal文件
Cannot write to an internal file:?
超出容量上限
Capacity upper limit exceeded.
Child不是descendant
Child is not a descendant:?
未找到具有索引的Child
Child not found with index:?
未找到名為的Child
Child not found with name:?
Class已注冊(cè)或加載
Class already registered or loaded:?
無法創(chuàng)建Class缺少任何參數(shù)構(gòu)造函數(shù)
Class cannot be created (missing no-arg constructor):?
無法創(chuàng)建Class(非靜態(tài)成員類)
Class cannot be created (non-static member class):?
對(duì)比方法違反全體協(xié)議
Comparison method violates its general contract!
連接到所有者
Connect to owner @: @
連接已關(guān)閉.
Connection is closed.
連接未通過UDP連接
Connection is not connected via UDP.
連接請(qǐng)求
Connection request: @
用戶使用消耗儲(chǔ)存能量.禁用儲(chǔ)存能量
Consumer using buffered power: @. Disabling buffered power.
內(nèi)容已經(jīng)構(gòu)建,重新定向ID.
Content already published, redirecting to ID.
轉(zhuǎn)換圖標(biāo)
Converting icons...
Core.App不可用
Core.App not available.
在atlas中找不到字體區(qū)域
Could not find font region in atlas?
無法跳過字節(jié).預(yù)期長(zhǎng)度實(shí)際長(zhǎng)度
Could not skip bytes. Expected length: ; Actual length:?
無法為字體構(gòu)建文字
Couldn't create face for font:?
無法創(chuàng)建FreeType stroker,FreeType錯(cuò)誤代碼
Couldn't create FreeType stroker, FreeType error code:?
找不到JAR
Couldn't find? in JAR:?
找不到可用pointer id
Couldn't find free pointer id!
無法獲取字形,FreeType錯(cuò)誤代碼
Couldn't get glyph, FreeType error code:?
無法初始化FreeType library,FreeType錯(cuò)誤代碼
Couldn't initialize FreeType library, FreeType error code:?
無法加載資源
Couldn't load asset:?
無法加載資源的依賴項(xiàng)
Couldn't load dependencies of asset:?
無法加載字體,FreeType錯(cuò)誤代碼
Couldn't load font, FreeType error code:?
無法加載目標(biāo)的共享library
Couldn't load shared library? for target:?
無法加載tilemap
Couldn't load tilemap?
無法從文件中讀取Pixmap
Couldn't read Pixmap from file?
無法呈現(xiàn)字符,FreeType錯(cuò)誤代碼
Couldn't render glyph, FreeType error code:?
無法設(shè)置字體大小
Couldn't set size for font
無法將Pixmap寫入文件
Couldn't write Pixmap to file?
崩潰報(bào)告未發(fā)送
Crash report not sent.
已成功發(fā)送崩潰報(bào)告
Crash sent successfully.
打開STEAM客戶端
Create STEAM client @
當(dāng)前主機(jī)已離開
Current host left.
當(dāng)前item必須是object
Current item must be an object.
cursorPosition必須大于等于0
cursorPosition must be >= 0
沒有前置科技節(jié)點(diǎn)
does not have a tech node
deadzoneRadius必須大于0
deadzoneRadius must be > 0
被判定的特殊死亡
death to checked exceptions
深度紋理幀緩沖區(qū)附件在GLES 2.0上不可用
Depth texture FrameBuffer Attachment not available on GLES 2.0
無法創(chuàng)建目標(biāo)目錄
Destination directory cannot be created:?
目標(biāo)存在,但不是目錄
Destination exists but is not a directory:?
目標(biāo)文件夾必須是一個(gè)目錄
Destination folder must be a directory:?
詳細(xì)結(jié)果
Details result =?
斷開
Disconnected! @: @
斷開連接
Disconnecting.
你的Java版本上不支持Discord RPC
Discord RPC is not supported on < Java . Your version:?
顯示PPI密度
Display: ppi= density=
不要begin()兩次
Do not begin() twice.
已完成在中轉(zhuǎn)換圖標(biāo)
Done converting icons in .
基本圖標(biāo)完成
Done with base icons.
使用基本紋理完成
Done with base textures.
Download: @ b/s
錯(cuò)誤的?
Error for?
訪問字段時(shí)出錯(cuò)
Error accessing field: ( )
加載捆綁包時(shí)出錯(cuò)
Error loading bundle:
加載主要腳本@時(shí)出錯(cuò)模組@.
Error loading main script @ for mod @.
加載模組時(shí)出錯(cuò)
Error loading mod
元素沒有屬性或child
Element? doesn't have attribute or child:?
元素沒有屬性
Element? doesn't have attribute:?
元素不能為null
element cannot be null.
元素沒有子元素
Element has no children:?
編碼字符串太長(zhǎng)
encoded string too long
需要JSON對(duì)象需求類型為的數(shù)組
Encountered JSON object when expected array of type:?
結(jié)束不能>=大小>=
end can't be >= size:? >=?
在begin之前必須先end
end must be called before begin.
在beginCache之前必須先end
end must be called before beginCache
必須在begin之前調(diào)用endCache
endCache must be called before begin.
構(gòu)造類的實(shí)例時(shí)出錯(cuò)
Error constructing instance of class:?
復(fù)制字段時(shí)出錯(cuò)
Error copying field:?
復(fù)制源文件時(shí)出錯(cuò)
Error copying source file:?
創(chuàng)建pixmap時(shí)出錯(cuò)(內(nèi)存不足?)
Error creating pixmap (out of memory?)
反序列化過程中出錯(cuò)
Error during deserialization.
提取文件時(shí)出錯(cuò):在:
Error extracting file: To:?
文件錯(cuò)誤
error in file:?
列出子項(xiàng)時(shí)出錯(cuò)
Error listing children:
加載字體文件時(shí)出錯(cuò)
Error loading font file:?
加載音樂時(shí)出錯(cuò)
Error loading music:?
從圖像數(shù)據(jù)加載pixmap時(shí)出錯(cuò)
Error loading pixmap from image data:?
加載聲音時(shí)出錯(cuò)
Error loading sound:?
內(nèi)存映射文件出錯(cuò)
Error memory mApping file:
打開選擇器時(shí)出錯(cuò)
Error opening selector.
打開這個(gè)選擇器時(shí)出錯(cuò)
Error opening the selector.
打包圖像時(shí)出錯(cuò)
Error packing images:?
分析外部tileset時(shí)出錯(cuò).
Error parsing external tileset.
分析文件時(shí)出錯(cuò)
Error parsing file:?
在第行附近解析JSON時(shí)出錯(cuò)
Error parsing JSON on line? near:?
分析JSON時(shí)出錯(cuò),大括號(hào)不匹配
Error parsing JSON, unmatched brace.
解析JSON時(shí)出錯(cuò),括號(hào)不匹配
Error parsing JSON, unmatched bracket.
解析JSON時(shí)出錯(cuò)
Error parsing JSON:?
分析XML時(shí)出錯(cuò),未關(guān)閉的元素
Error parsing XML, unclosed element:?
處理目錄時(shí)出錯(cuò)
Error processing directory:?
處理文件時(shí)出錯(cuò)
Error processing file:?
在JAR中讀取錯(cuò)誤
Error reading? in JAR:?
讀取文件時(shí)出錯(cuò)
Error reading file:
讀取布局文件時(shí)出錯(cuò)
Error reading layout file:?
讀取邏輯ID映射時(shí)出錯(cuò)
Error reading logic ID mApping
讀取包文件時(shí)出錯(cuò)
Error reading pack file:?
讀取PNG時(shí)出錯(cuò)
Error reading PNG:?
讀取區(qū)域時(shí)出錯(cuò):讀取長(zhǎng)度不匹配.預(yù)期:實(shí)際:
Error reading region : read length mismatch. Expected: ; Actual:?
錯(cuò)誤讀取區(qū)域
Error reading region .
讀取設(shè)置文件時(shí)出錯(cuò)
Error reading settings file:?
從連接讀取TCP時(shí)出錯(cuò)
Error reading TCP from connection:?
讀取TMX層數(shù)據(jù)時(shí)出錯(cuò)-IOException
Error Reading TMX Layer Data - IOException:?
讀取TMX層數(shù)據(jù)時(shí)出錯(cuò):地板數(shù)據(jù)過早結(jié)束
Error Reading TMX Layer Data: Premature end of tile data
從連接讀取UDP時(shí)出錯(cuò)
Error reading UDP from connection:?
發(fā)送數(shù)據(jù)包時(shí)出錯(cuò).斷開無效客戶端的連接
Error sending packet. Disconnecting invalid client!
序列化類型的對(duì)象時(shí)出錯(cuò)
Error serializing object of type:?
錯(cuò)誤流寫入文件
rror stream writing to file:?
準(zhǔn)備TextureArray時(shí)出錯(cuò):TextureArray紋理的尺寸必須相等
Error whilst preparing TextureArray: TextureArray Textures must have equal dimensions.
寫入文件時(shí)出錯(cuò)
Error writing file:?
寫入包文件時(shí)出錯(cuò)
Error writing pack file.
寫入PNG時(shí)出錯(cuò)
Error writing PNG:?
寫入PNG時(shí)出錯(cuò)
Error writing preferences:?
錯(cuò)誤寫入?yún)^(qū)域
Error writing region .
自設(shè)置名稱后,應(yīng)為對(duì)象、數(shù)組或值
Expected an object, array, or value since a name was set.
不支持?jǐn)U展GL_ARB_texture_float
Extension GL_ARB_texture_float not supported!
不支持?jǐn)U展OES_texture_float
Extension OES_texture_float not supported!
未能給模組選擇文件
Failed to select file '@' for a mod
無法將圖像放入圖集,正在跳過.
Failed to fit image into the spritesheet, skipping.
無法加載mod的圖標(biāo)
Failed to load icon for mod .
無法加載mod的圖像
Failed to load image for mod?
無法加載模組文件@.跳過.
Failed to load mod file @. Skipping.
無法加載創(chuàng)意工坊模組文件@.跳過.
Failed to load mod workshop file @. Skipping.
加載數(shù)據(jù)失敗!
Failed to load data!
OES_texture_float
Failed to access local storage.Settings will not be saved.
未能應(yīng)用-XstartOnFirstThread參數(shù),它是在mac上工作所必需的
Failed to Apply the -XstartOnFirstThread argument, it is required in order to work on mac.
未能編譯著色器
Failed to compile shader:?
未能定義類
Failed to define class
無法刪除緩存文件夾
Failed to delete cached folder
無法獲取社區(qū)服務(wù)器
Failed to fetch community servers
無法生成預(yù)覽
Failed to generate preview!
無法獲取藍(lán)圖的預(yù)覽
Failed to get preview for schematic '@' (@)
無法初始化音頻,正在禁用聲音
Failed to initialize audio, disabling sound
未能初始化Discord RPC-您可能使用的是小于16的JVM
Failed to initialize Discord RPC - you are likely using a JVM <16.
無法加載備份設(shè)置文件
Failed to load backup settings file.
未能加載基本文件
Failed to load base file?
無法加載基本設(shè)置文件,正在嘗試加載備份
Failed to load base settings file, attempting to load backup.
無法加載自定義映射文件
Failed to load custom map file '@'!
未能加載mod map文件
Failed to load mod map file '@'!
無法加載PNG數(shù)據(jù)
Failed to load PNG data?
未能加載Steam本地庫
Failed to load Steam native libraries.
未能加載車間地圖文件
Failed to load workshop map file '@'!
無法移動(dòng)文件
Failed to move files!
無法覆蓋藍(lán)圖
Failed to overwrite schematic '@' (@)
無法分析steam大廳ID
Failed to parse steam lobby ID: @
無法分析版本
Failed to parse version.
無法從文件中讀取藍(lán)圖
Failed to read schematic from file '@'
無法讀取塊的平鋪實(shí)體
Failed to read tile entity of block:?
未能收到steam統(tǒng)計(jì)數(shù)據(jù)
Failed to receive steam stats: @
無法保存本地崩潰報(bào)告
Failed to save local crash report.
無法登錄到Google Play Games
Failed to sign in to Google Play Games.
未能更新Google Play服務(wù)
Failed to update Google Play Services
無法寫入設(shè)置日志
Failed to write settings log
FBO amount應(yīng)為正數(shù)
FBO amount should be a positive number.
獲取結(jié)果
Fetch result =?
獲取@社區(qū)服務(wù)器
Fetched @ community servers.
獲取的內(nèi)容
Fetched content (@): @
正在獲取社區(qū)服務(wù)器
Fetching community servers at @
ffd8ff)?這是JPEG,不是PNG 這不是PNG Header
ffd8ff) ? This is a JPEG, not a PNG. : This isn't a PNG. Header: 0x
未找到字段
Field not found:?
文件是空的
File is empty.
找不到文件
File not found:?
文件移動(dòng)了
Files moved.
首先不能是>=大小
first can't be >= size:? >=?
浮動(dòng)大小無法更改.很傷心
Float size can't be changed. Very sad.
浮動(dòng)紋理幀緩沖區(qū)附件在GLES 2.0上不可用
Float texture FrameBuffer Attachment not available on GLES 2.0
找到匹配的
found @ matches
片段著色器不能為null
fragment shader must not be null
無法構(gòu)造幀緩沖區(qū)附件不完整
Frame buffer couldn't be constructed: incomplete attachment?
無法構(gòu)造幀緩沖區(qū)維度不完整
Frame buffer couldn't be constructed: incomplete dimensions
無法構(gòu)造幀緩沖區(qū)缺少附件
Frame buffer couldn't be constructed: missing attachment
無法構(gòu)造幀緩沖區(qū)未知錯(cuò)誤
Frame buffer couldn't be constructed: unknown error?
無法構(gòu)造幀緩沖區(qū)不支持的格式組合
Frame buffer couldn't be constructed: unsupported combination of formats
FreetypeFontParameter必須在AssetManager#load中設(shè)置為指向TTF文件
FreetypeFontParameter must be set in AssetManager#load to point at a TTF file!
從索引>到索引
fromIndex > toIndex
生成@類映射
Generated @ class mAppings.
生成器具有地圖無法使用
Generator has null map, cannot be used.
獲取查詢
GET QUERY?
GLEW未能初始化
GLEW failed to initialize:?
GLProfiler:獲取GL錯(cuò)誤
GLProfiler: Got GL error?
字形尚未渲染
Glyph is not yet rendered
處理
Handle =?
主機(jī)不能為空
host cannot be null.
HTTP請(qǐng)求失敗,出現(xiàn)錯(cuò)誤
HTTP request failed with error:?
整形值必須全部為字符串.發(fā)現(xiàn)位置:
Integer bitfield values must all be strings. Found:
無效的單位類型: . 必須是flying/mech/legs/naval/payload之一.
Invalid unit type: . Must be 'flying/mech/legs/naval/payload'.
無效文件:沒有mod.json無法加載.
Invalid file: No mod.json found.
在 找不到!對(duì)象 ,字段 = ( = )
in is missing! Object = , field = ( = )
如果mod4為真,則maxHeight必須能被4整除
If mod4 is true, maxHeight must be evenly divisible by 4:?
如果mod4為真,則maxWidth必須能被4整除
If mod4 is true, maxWidth must be evenly divisible by 4:?
如果未指定區(qū)域,字體數(shù)據(jù)必須具有圖像路徑
If no regions are specified, the font data must have an images path.
如果pot為真,則maxHeight必須是2的冪
If pot is true, maxHeight must be a power of two:?
如果pot為true,則maxWidth必須是2的冪
If pot is true, maxWidth must be a power of two:?
如果你看到這個(gè),你到底做了什么?
If you see this, what did you even do?
忽略未知字段
Ignoring unknown field:?
Base64編碼數(shù)據(jù)中的非法字符
Illegal character in Base64 encoded data.
非法轉(zhuǎn)義字符
Illegal escaped character: \\
圖像不適合最大頁面高度
Image does not fit in max page height :?
圖像不適合最大頁面大小
Image does not fit with max page size? ?x
圖像不符合最大頁面寬度
Image does not fit with max page width? ?:?
導(dǎo)入@包
Imported @ packages.
標(biāo)題不正確!期待:實(shí)際
Incorrect header! Expecting: ; Actual:?
字節(jié)數(shù)不正確
Incorrect number of bytes (
索引不能小于0
index can't be < 0:?
索引不能>大小:>
index can't be > size:? >?
索引不能大于等于大小:>=
index can't be >= size:? >=?
IndexBufferObject處理后不能使用
IndexBufferObject cannot be used after it has been disposed.
未找到索引值
Indexed value not found:?
信息不能為空
info cannot be null.
容量太大
initialCapacity is too large:?
初始容量必須大于等于0
initialCapacity must be >= 0:?
初始化Discord的存在
Initialized Discord rich presence.
輸入不能為空
input cannot be null.
輸入文件不存在
Input file does not exist:?
輸入被處理
input is disposed.
插圖
Insets: @
接口沒有關(guān)聯(lián)的組件
Interface? ?does not have an associated component!
IntSet為空
IntSet is empty.
rgba處的ninepatch分割像素?zé)o效
Invalid? ninepatch split pixel at? rgba:?
開始/結(jié)束之間無效.
Invalid between begin/end.
無效的二進(jìn)制頭.你把圖集打包好了嗎
Invalid binary header. Have you re-packed sprites?
無效代碼
Invalid code.?
無效的公共標(biāo)頭
Invalid common header.
無效的JSON值
Invalid JSON value:?
無效的key代碼
Invalid key code:?
存儲(chǔ)的對(duì)象無效
Invalid object stored:? .
填充無效
Invalid padding.
無效的頁面id
Invalid page id:?
無效的基元類型
Invalid primitive type:?
指定的范圍無效<偏移量:,計(jì)數(shù):,最大值:
Invalid range specified, offset:? , count: , max:?
無效的SteamID
Invalid Steam ID:?
無效的類型類型:.請(qǐng)注意,不支持doubles和longs
Invalid type kind:? . Note that doubles and longs are not supported.
無效類型
Invalid type.
無效的Unicode序列:預(yù)期格式\\uxxx
Invalid Unicode sequence: expected format \\uxxxx
無效的Unicode序列:非法字符
Invalid Unicode sequence: illegal character
IPCLIENT(ID:)已連接
IPCClient (ID: %d) is already connected!
IPCLIENT(ID:)沒有連接
IPCClient (ID: %d) is not connected!
它被壓縮了,使用壓縮的方法
It's compressed, use the compressed method
item不能為空
item cannot be null.
項(xiàng)目下載至
Item downloaded to @
從中刪除的Item
Item removed from @
訂購Item
Item subscribed from @
取消訂閱的Item
Item unsubscribed from @
JAVA版本
[JAVA] Version: @
iOS上不支持Java類模組.
Java class mods are not supported on iOS.
Java 套接字
java sucks
java是一場(chǎng)災(zāi)難
java is a disaster
key不能為空
key cannot be null.
剔除連接
Kicking connection?
Kth等級(jí)大于siz等級(jí)
Kth rank is larger than size.
加載模組@耗時(shí)@毫秒
Loaded mod '@' in @ms
左側(cè)面片的寬度必須相同
Left side patches must have the same width
Base64編碼輸入字符串的長(zhǎng)度不是4的倍數(shù)
Length of Base64 encoded input string is not a multiple of 4.
級(jí)別必須小于levelCount
level must be < levelCount
級(jí)別必須大于等于0
level must be >= 0
lineHeight=)引發(fā)新的ArcRuntimeException(缺少:lineHeight)
lineHeight=)) throw new ArcRuntimeException(Missing: lineHeight
液體轉(zhuǎn)換器必須有一個(gè)可消耗的液體,請(qǐng)注意.不支持過濾器
LiquidsConverters must have a ConsumeLiquid. Note that filters are not supported.
偵聽器不能為null
listener cannot be null.
已成功加載備份設(shè)置文件
Loaded backup settings file successfully!
加載程序不能為空
loader cannot be null.
loadFactor必須大于0
loadFactor must be > 0:?
正在加載核心任務(wù):{0}
Loading asset task: {0}
核心藍(lán)圖沒有核心
Loadout schematic has no core tile!
大廳@構(gòu)造@
Lobby @ created? @
游說團(tuán):@引起了@的變化:@
lobby @: @ caused @'s change: @
已在服務(wù)器上創(chuàng)建大廳:@,忽略
Lobby created on server: @, ignoring.
本地玩家無法追蹤,也沒有相關(guān)信息
Local players cannot be traced and do not have info.
找不到塊的消耗
Missing a valid 'block' in 'requirements'
Mod尚未加載(或丟失)!
Mod is not loaded yet (or missing)!
模組@沒有[Mod/plugin].[h]json的文件,正在跳過.
Mod @ doesn't have a '[mod/plugin].[h]json' file, skipping.
在@處丟失實(shí)體.跳過塊快照,
Missing entity at @. Skipping block snapshot.
機(jī)器ID:未找到,請(qǐng)報(bào)告!
Machine ID:? not found, please report!
機(jī)器ID:未找到,請(qǐng)報(bào)告!
Malformed logic data! Length:?
畸形參數(shù)"
Malformed param ' '
格式不正確的矩形:
Malformed Rectangle:?
格式錯(cuò)誤的Vec2:
Malformed Vec2:?
格式錯(cuò)誤的Vec3:
Malformed Vec3:?
地圖沒有核心!
Map has no cores!
地圖是空的.
Map is empty.
地圖名稱不能為空!文件
Map name cannot be empty! File:?
未為組啟用映射!
MApping is not enabled for group? !
最大值必須大于最小值.最小值,最大值:
max must be > min. min,max:? ?,?
最大容量必須 >= 0
maximumCapacity must be >= 0:?
內(nèi)存增量
Memory delta: @ b
正在合并路徑
Merging paths...
網(wǎng)格試圖訪問索引緩沖區(qū)之外的內(nèi)存(計(jì)數(shù)
Mesh attempting to access memory outside of the index buffer (count:?
最小值必須小于等于最大值
min must be <= max
不匹配
mismatch
缺少其他頁面定義.
Missing additional page definitions.
左大括號(hào)后缺少參數(shù)索引
Missing argument index after a left curly brace
缺少公共標(biāo)題
Missing common header.
缺少LabelStyle字體
Missing LabelStyle font.
中的集合缺少序列化代碼
Missing serialization code for collection '@' in '@'
中缺少類型的序列化代碼
Missing serialization code for type '@' in '@'
缺少類型.
Missing types.
缺少底座
Missing: base
缺少文件
Missing: file
改裝單元:@
Modded units: @
正在將文件移動(dòng)到外部存儲(chǔ)
Moving files to external storage...
ms 處理items
ms to process? items
多個(gè)渲染目標(biāo)在GLES 2.0上不可用
Multiple render targets not available on GLES 2.0
寬度和高度必須相同
Must be the same number of widths and heights.
必須有一個(gè)item下降
must have an item drop!
請(qǐng)注意:已加載外部翻譯文件.
NOTE: external translation bundle has been loaded.
請(qǐng)注意:您已成功加載外部翻譯文件.
Note: You have successfully loaded an external translation bundle.
該內(nèi)容缺失種類類型:
No content type for class:
沒有類型 獲取的名字為 '
No found with name '
沒有該內(nèi)容類型的解析器
No parsers for content type '
找不到模組@的main.js.
No main.js found for mod @.
n必須是正的
n must be positive
名稱為空
name is null
必須設(shè)置名稱
Name must be set.
找不到命名值
Named value not found:?
newSize必須大于等于0
newSize must be >= 0:?
必須在remove之前調(diào)用next
next must be called before remove.
NinePatch需要九個(gè)TextureRegions
NinePatch needs nine TextureRegions
未找到名為的構(gòu)建所在
No bar with name '? ' found; current bars:?
沒有分配緩沖區(qū)
No buffer allocated!
字體中找不到大寫字符
No cap character found in font
沒有與configSpec匹配的配置
No configs match configSpec
沒有為單元設(shè)置構(gòu)造函數(shù)
no constructor set up for unit '? '
發(fā)射坐標(biāo)處無核心
No core at loadout coordinates!
類型沒有默認(rèn)參數(shù)
No default style for type:?
未找到Discord的客戶端
No Discord client found.
找不到可繪制的
No drawable '' found.
找不到符號(hào)
No glyphs found.
createItem()沒有處理程序
No handlers for createItem()
找不到圖示符的圖標(biāo):
No icon found for glyph: @ (@)
在releases中找不到JAR文件.確保在mod的最新Github版本中有一個(gè)有效的jar文件
No JAR file found in releases. Make sure you have a valid jar file in the mod's latest Github Release.
沒有名字的key
No key with name?
沒有keybinds定義你忘了給setDefaults設(shè)置了嗎?
No keybinds defined! Did you forget to call setDefaults(...)?
沒有類型的加載器
No loader for type:?
沒有剩余的一方
No remaining sides.
未找到統(tǒng)計(jì)項(xiàng) 在塊中.
No stat entry found: \\ in block.
找不到ID為的類型
No type with ID? found.
著色器中沒有名為的shader
no uniform with name ' + name + ' in shader
字體中找不到x-height字符
No x-height character found in font
不.ConstructBlocks不要放置大于
No. Don't place ConstructBlocks of size greater than?
不可逆矩陣
non-invertible matrix
緩存不支持非VBO網(wǎng)格
Non-VBO meshes are not supported for caches.
不是bool
Not a bool:?
不是number
Not a number:?
不是藍(lán)圖文件缺少標(biāo)題
Not a schematic file (missing header).
不是string
Not a string:?
不是array
Not an array:?
不是object
Not an object:?
不是building
Not building
未通過UDP連接
Not connected via UDP.
沒有連接正在退出
Not connected, quitting.
索引數(shù)組中沒有足夠的空間有shorts,需要
not enough room in indices array, has? shorts, needs?
不允許
Not permitted.
保存數(shù)據(jù)無效
Not valid save data.
什么也沒找到
Nothing found.
nth_lowest必須大于0,1=first,2=second
nth_lowest must be greater than 0, 1 = first, 2 = second...
空shape地址
Null shape address!
object不能為空
object cannot be null.
ObjectMap不能為空
ObjectMap cannot be null
objects不能為空
objects cannot be null.
ObjectSet為空
ObjectSet is empty.
offset+length必須小于等于大小
offset + length must be <= size:? <=?
關(guān)于創(chuàng)建Item
onCreateItem
在游戲大廳請(qǐng)求加入
onGameLobbyJoinRequested @ @
大廳入口
onLobbyEnter @ @
大廳邀請(qǐng)
onLobbyInvite @ @ @
目前只支持ByteBuffer
Only ByteBuffer is currently supported
僅支持一次、二次和三次貝塞爾曲線
Only first, second and third degree Bezier curves are supported.
只有一個(gè)actor可以添加到CollapsableWidget
Only one actor can be added to CollapsibleWidget
僅支持4位或8位深度的PNG調(diào)色板.給定深度
Only PNG palettes with 4 or 8-bit depth are supported. Depth given:?
關(guān)于提交item更新
onsubmititemupdate @ @ @
需要具有FBO擴(kuò)展的OpenGL 2.0或更高版本.OpenGL版本
OpenGL 2.0 or higher with the FBO extension is required. OpenGL version:?
超出范圍:寬度=高度=
out of bounds: width= height=
超出范圍!最大timer大小為
Out of bounds! Max timer size is !
超出頂點(diǎn)空間!尺寸:要求:
Out of vertex space! Size:? ? Required:?
內(nèi)容"”的Out-of-orderID(應(yīng)為,但已為)
Out-of-order IDs for content ' ' (expected? ? but got? )
模組@的壓縮@圖像.
Packed @ images for mod @.
插件 已經(jīng)過時(shí),需要移植到6.0!更新其主類以從mindustry.mod.Plugin繼承.詳情查看https://mindustrygame.github.io/wiki/modding/6-migrationv6/
Plugin @ is outdated and needs to be ported to 6.0! Update its main class to inherit from 'mindustry.mod.Plugin'. See https://mindustrygame.github.io/wiki/modding/6-migrationv6/
Packed Stencil/Render render buffers在GLES 2.0上不可用
Packed Stencil/Render render buffers are not available on GLES 2.0
頁面ID必須是從0開始的索引
Page IDs must be indices starting at 0:?
頁面最小高度不能高于最大高度
Page min height cannot be higher than max height.
頁面最小寬度不能大于最大寬度
Page min width cannot be higher than max width.
頁面大小太小不適合pixmap
Page size too small for pixmap:?
傳遞給第一個(gè)處理者
Passing to first handler.
路徑不以root開頭
Path ' does not start with root:?
噪聲
Perlin: @
Ping pong buffer已處于capturing狀態(tài)
Ping pong buffer is already in capturing state.
Ping pong不處于capturing狀態(tài).在調(diào)用end之前,應(yīng)該先調(diào)用begin
Ping pong is not in capturing state. You should call begin() before calling end().
Pixmap已經(jīng)處理了
Pixmap already disposed
Pixmaps只能使用direct/native ByteBuffers
Pixmaps may only use direct/native ByteBuffers!
玩家試圖控制無效的單位
Player attempted to control invalid unit.
玩家不能指揮一個(gè)單位
Player cannot command a unit.
玩家無法配置tile
Player cannot configure a tile.
玩家不能控制building
Player cannot control a building.
玩家不能控制一個(gè)單位
Player cannot control a unit.
玩家不能掉落物品
Player cannot drop an item.
玩家不能移除plans
Player cannot remove plans.
玩家不能消耗物品
Player cannot request items.
玩家不能旋轉(zhuǎn)方塊
Player cannot rotate a block.
玩家不能轉(zhuǎn)移物品
Player cannot transfer an item.
不支持PNG隔行掃描
PNG interlacing is not supported.
多邊形大小必須介于和1之間
Polygon size must be between 1 and?
多邊形必須至少包含3個(gè)點(diǎn)
polygons must contain at least 3 points.
多段線必須至少包含2個(gè)點(diǎn)
polylines must contain at least 2 points.
終止查詢
POST QUERY?
不能對(duì)PixmapTextureData實(shí)例調(diào)用prepare因?yàn)樗呀?jīng)準(zhǔn)備好了
prepare() must not be called on a PixmapTextureData instance as it is already prepared.
processor不能為空
processor cannot be null
發(fā)布
publish():?
正在處理的查詢
Query being handled...
未處理查詢
Query not handled.
Queue是空的
Queue is empty.
接收到的世界數(shù)據(jù):@字節(jié).
Received world data: @ bytes.
Reader不能為空
Reader cannot be null
收到steam數(shù)據(jù)
Received steam stats.
收到的stream沒有預(yù)先開始StreamBegin
Received stream chunk without a StreamBegin beforehand!
地區(qū)不能為空
region cannot be null.
地區(qū)沒有ninepatch拆分
Region does not have ninepatch splits:?
由于pre-publish而拒絕
Rejecting due to pre-publish.
不允許移除
Remove not allowed.
這里目前不支持resize
resize() is currently unsupported here.
Right side patches的寬度必須相同
Right side patches must have the same width
在退出時(shí)保存.
Saved on exit.
預(yù)置地區(qū)必須有地區(qū)編號(hào).
SectorPresets must have a sector number.
退出時(shí)保存
Saved on exit.
比例不能小于等于0
scale cannot be <= 0:?
scaleX不能為0
scaleX cannot be 0.
scaleY不能為0
scaleY cannot be 0.
scaling不能為空
scaling cannot be null.
藍(lán)圖缺少一個(gè)核心
Schematic is missing a core!
second不能是>=大小
second can't be >= size:? >=?
行星上的地區(qū)沒有定義生成器或預(yù)設(shè),提供行星生成器或預(yù)設(shè)地圖
Sector? ?on planet? ? has no generator or preset defined. Provide a planet generator or preset map.
地區(qū)@有兩個(gè)相應(yīng)的保存:@和@
Sector @ has two corresponding saves: @ and @
selectionEnd必須大于等于0
selectionEnd must be >= 0
selectionStart必須大于等于0
selectionStart must be >= 0
發(fā)送crash報(bào)告
Sending crash report.
不支持對(duì)已知類型以外的隊(duì)列進(jìn)行序列化
Serialization of a Queue other than the known type is not supported.
不支持對(duì)已知類型以外的數(shù)組進(jìn)行序列化.
Serialization of an Array other than the known type is not supported.
服務(wù)器,客戶端,活動(dòng)
Server: @Client: @Active: @
設(shè)置區(qū)域設(shè)置
Setting locale: @
著色器
Shader?
著色器未能編譯
Shader? failed to compile:
著色器包含明確的版本要求;這應(yīng)該由預(yù)處理器處理.代碼
Shader contains explicit version requirement; this should be handled by the preprocessor. Code:?
著色器包含特定于GL_ES的代碼;這應(yīng)該由預(yù)處理器處理.代碼
Shader contains GL_ES specific code; this should be handled by the preprocessor. Code:
啟用排序時(shí)無法設(shè)置著色器.在繪圖中設(shè)置著色器Draw.draw
Shaders cannot be set while sorting is enabled. Set shaders inside Draw.draw(z, ...).
應(yīng)該是a,但它是a
should be a, but it is a.
登錄Google Play Games
Signed in to Google Play Games.
單純形
Simplex: @
SoftRoleSlotAssignmentStrategy找不到成員的有效插槽分配
SoftRoleSlotAssignmentStrategy cannot find valid slot assignment for member?
源文件夾必須是一個(gè)目錄
Source folder must be a directory:?
必須在draw前調(diào)用SpriteCache.begin
SpriteCache.begin must be called before draw.
開始+計(jì)數(shù)必須小于等于大小
start + count must be <= size:? +? <=?
開始不能是>結(jié)束
start can't be > end:? >?
Steam客戶端未運(yùn)行
Steam client not running.
steam錯(cuò)誤日志
steam-error-log-
Stencil texture FrameBuffer Attachment在GLES 2.0上不可用
Stencil texture FrameBuffer Attachment not available on GLES 2.0
steps必須大于0
steps must be > 0:?
stepSize必須大于0
stepSize must be > 0:?
存儲(chǔ)的統(tǒng)計(jì)信息
Stored stats: @
樁代碼
Stub!
style不能為空
style cannot be null.
style必須是CheckBoxStyle
style must be a CheckBoxStyle.
style必須是SliderStyle
style must be a SliderStyle.
style必須是TextButtonStyle
style must be a TextButtonStyle.
style必須是ImageButtonStyle
style must be an ImageButtonStyle.
成功!提交
Success! Presented @
總加載時(shí)間:毫秒
Total time to load: @ms
加載js腳本引擎耗時(shí):
Time to load script engine: @
找不到類型
Type not found:?
打包紋理的時(shí)間
Time to pack textures: @
生成圖標(biāo)的時(shí)間
Time to generate icons: @
總頁數(shù)
Total pages: @
同步生成和刷新紋理的總時(shí)間
Total time to generate & flush textures synchronously: @
初始化修改腳本的時(shí)間
Time to initialize modded scripts: @
這個(gè)模組/插件已經(jīng)從自己的類加載器加載了Mindustry依賴項(xiàng).你在模組 JAR中錯(cuò)誤地包含了Mindustry依賴項(xiàng)--確保Mindustry在Gradle中聲明為compileOnly,并且JAR是用runtimeClasspath構(gòu)建的!
This mod/plugin has loaded Mindustry dependencies from its own class loader. You are incorrectly including Mindustry dependencies in the mod JAR - make sure Mindustry is declared as `compileOnly` in Gradle, and that the JAR is created with `runtimeClasspath`!
標(biāo)簽
Tagged.
任務(wù)失敗
Task failed:?
文本不能為空
text cannot be null.
紋理不能為空
texture cannot be null.
使用mipmApping時(shí),紋理寬度和高度必須為正方形
texture width and height must be square when using mipmApping.
TextureArray要求設(shè)備運(yùn)行與GLES 3.0兼容
TextureArray requires a device running with GLES 3.0 compatibilty
定位點(diǎn)不能為空
The anchor point cannot be null
事件目標(biāo)不能為空
The event target cannot be null.
堆是空的
The heap is empty.
區(qū)域\\不存在
The region \? \ does not exist!
同一任務(wù)不能安排兩次
The same task may not be scheduled twice.
指定的字體必須至少包含一個(gè)紋理頁
The specified font must contain at least one texture page.
僅當(dāng)size=1時(shí)才應(yīng)調(diào)用此函數(shù)
This function should be called only when size = 1!
此組不支持四叉樹!創(chuàng)建四叉樹時(shí)啟用它
This group does not support quadtrees! Enable quadtrees when creating it.
這是不可能的
this is impossible.
此TextureData實(shí)現(xiàn)不返回Pixmap
This TextureData implementation does not return a Pixmap
此TextureData實(shí)現(xiàn)本身不上載數(shù)據(jù)
This TextureData implementation does not upload data itself
拋出新的IllegalArgumentException 未知版本 針對(duì)實(shí)體類型
throw new IllegalArgumentException Unknown revision\for entity type
A的時(shí)間
Time for A:?
B的時(shí)間
Time for B:?
解析H-json所需的時(shí)間:@ms
Time taken to parse H-json: @ms
解析json所需的時(shí)間:@ms
Time taken to parse json: @ms
緩存時(shí)間:@
Time to cache: @
生成菜單的時(shí)間:@
Time to generate menu: @
標(biāo)題不能為空
title cannot be null.
對(duì)象缺少字段
To object is missing field
字段太多,必須適合64位.當(dāng)前大小
Too many fields, must fit in 64 bits. Curent size:?
Top side patches的高度必須相同
Top side patches must have the same height
加載的總內(nèi)容
Total content loaded: @
分配的總內(nèi)存:@mb
Total memory allocated: @ mb
查出
trace
跟蹤設(shè)置數(shù)據(jù);預(yù)期EOF,但得到:
Trailing settings data; expected EOF, but got:?
三角形列表大小不是3的倍數(shù)
triangle list size is not a multiple of 3
三角形點(diǎn)不能共線
Triangle points must not be colinear.
兩個(gè)內(nèi)容對(duì)象不能具有相同的名稱!(問題:'')
Two content objects cannot have the same name! (issue: '')
類型"”不是組件接口
Type '' is not a component interface!
類型不能為null
type cannot be null.
未知屬性狀態(tài)
Unknown status effect:
未知的消耗類型 被用于塊 .
Unknown consumption type: for block .
單位的類型不正確.類型必須是字符串.
Unit has an incorrect type. Types must be strings.
無法連接到
Unable to connect to:?
無法將值轉(zhuǎn)換為所需類型
Unable to convert value to required type:? ? (? )
無法創(chuàng)建沒有紋理區(qū)域的字體
Unable to create a font with no texture regions.
無法創(chuàng)建臨時(shí)目錄
Unable to create temp directory:?
無法創(chuàng)建臨時(shí)文件
Unable to create temp file.
無法刪除臨時(shí)文件
Unable to delete temp file:?
找不到atlas圖像
Unable to find atlas image:?
無法加載角色
Unable to load character!
無法讀取要提取的文件
Unable to read file for extraction:?
分析參數(shù)索引時(shí)出現(xiàn)意外"
Unexpected ' ' while parsing argument index
未處理的JsonValue類型
Unhandled JsonValue type
單位不能為空.改用clearUnit
Unit cannot be null. Use clearUnit() instead.
未知屬性類型
Unknown Attribute type:?
未知框架消息
Unknown framework message!
未知joint類型
Unknown joint type:?
未知key類型
Unknown key type:?
未知object類型
Unknown object type:?
未知packet類型
Unknown packet type:?
未知payload類型
Unknown payload type:?
未知shape類型
Unknown shape type!
圖案中沒有匹配的大括號(hào)
Unmatched braces in the pattern.
TMX層數(shù)據(jù)的未識(shí)別壓縮
Unrecognised compression ( ) for TMX Layer Data
無法識(shí)別TMX層數(shù)據(jù)的編碼
Unrecognised encoding (? ) for TMX Layer Data
無法識(shí)別的數(shù)據(jù)類型
Unrecognized data type
不支持的顏色類型:(請(qǐng)注意,不支持灰度)
Unsupported color type:? ? (Note that grayscale is not supported)
TMX層數(shù)據(jù)不支持的編碼(XML)
Unsupported encoding (XML) for TMX Layer Data
不支持的圖像格式:"”.必須是其中之一:apix, png
Unsupported image format: ' '. Must be one of: apix, png
不支持的小數(shù)位數(shù)
Unsupported number of? decimal places:?
不支持的操作系統(tǒng):
Unsupported OS:?
上傳:@b/s
Upload: @ b/s
url不能為空
url cannot be null.
改用#setInput(FboWrApper,FboWrApper)
Use #setInput(FboWrApper, FboWrApper) instead.
改用#setInput(Texture, Texture)
Use #setInput(Texture, Texture) instead.
無法將Value轉(zhuǎn)換為boolean
Value cannot be converted to boolean:?
無法將Value轉(zhuǎn)換為byte
Value cannot be converted to byte:?
無法將Value轉(zhuǎn)換為char
Value cannot be converted to char:?
無法將Value轉(zhuǎn)換為double
Value cannot be converted to double:?
無法將Value轉(zhuǎn)換為float
Value cannot be converted to float:?
無法將Value轉(zhuǎn)換為int
Value cannot be converted to int:?
無法將Value轉(zhuǎn)換為long
Value cannot be converted to long:?
無法將Value轉(zhuǎn)換為short
Value cannot be converted to short:?
無法將Value轉(zhuǎn)換為string
Value cannot be converted to string:?
Value不是array
Value is not an array:?
頂點(diǎn)著色器不能為null
vertex shader must not be null
非常好的語言設(shè)計(jì)
very good language design
VfxWidgetGroup不支持剔除區(qū)域
VfxWidgetGroup doesn't support culling area.
VfxWidgetGroup不支持轉(zhuǎn)換
VfxWidgetGroup doesn't support transform.
警告:請(qǐng)重新聲明類型.否則這將被加載為一個(gè)新塊.如果您希望覆蓋原生塊,請(qǐng)省略type部分,因?yàn)樵鷫K的type不能更改.
Warning: re-declares a type. This will be interpreted as a new block. If you wish to override a vanilla block, omit the 'type' section, as vanilla block `type`s cannot be changed.
警告:跳過單位
WARNING: Skipping unit @: @
小部件不能是滾動(dòng)窗格
widget cannot be the ScrollPane.
屬性的類型錯(cuò)誤,給定
Wrong type given for property? , given :?
你缺少了一個(gè)數(shù)據(jù) .必須先添加它,然后才能解析文件.
You are missing a . It must be added before the file can be parsed.
應(yīng)用效果時(shí)無法捕捉
You cannot capture when you're Applying the effects.
在使用之前,您需要完成立方體地圖數(shù)據(jù)
You need to complete your cubemap data before using it
你應(yīng)該給命名VfxManager.endCapture()在應(yīng)用效果之前
You should call VfxManager.endCapture() before Applying the effects.
你應(yīng)該命名VfxManager.endCapture()在呈現(xiàn)結(jié)果之前
You should call VfxManager.endCapture() before rendering the result.
ZIndex不能小于0
ZIndex cannot be < 0.
[OpenGL]相關(guān)版本:@(openGL版本/GPU制造商/GPU渲染器)
[GL] Version: @
[OpenGL]最大紋理內(nèi)存
[GL] Max texture size: @
[OpenGL]使用版本環(huán)境
[GL] Using @ context.
[OpenGL]您的最大紋理內(nèi)存低于推薦的最小值4096.這個(gè)問題將導(dǎo)致嚴(yán)重的性能.
[GL] Your maximum texture size is below the recommended minimum of 4096. This will cause severe performance issues.
[內(nèi)存]可用量:
[RAM] Available:@
類型 未找到,使用預(yù)設(shè)類型
[@] No type ' found, defaulting to type
加載模組
[Mods] Loading mod @
加載
[@] Loaded '@'.
[accent]儲(chǔ)存失敗
[accent]savefail
[AndroidApplication]內(nèi)容已顯示,無法請(qǐng)求FEATURE_NO_TITLE
[AndroidApplication] Content already displayed, cannot request FEATURE_NO_TITLE
[AndroidApplication]未能創(chuàng)建AndroidVisibilityListener
[AndroidApplication] Failed to create AndroidVisibilityListener
[Arc GL]未能創(chuàng)建AndroidVisibilityListener
[Arc GL] Error parsing number: , assuming:?
[Arc GL]無效的版本字符串:
[Arc GL] Invalid version string:
[Audio]使用@at@hz/@samples/@通道初始化SoLoud@
[Audio] Initialized SoLoud @ using @ at @hz / @ samples / @ channels
[代碼生成錯(cuò)誤]
[CODEGEN ERROR]
[Core]初始化的SDL
[Core] Initialized SDL v@.@.@
[GLProfiler]錯(cuò)誤
[GLProfiler] Error @
[GLProfiler]錯(cuò)誤@地址:
[GLProfiler] Error @ at: @
[GLProfiler]錯(cuò)誤@從:
[GLProfiler] Error @ from @
[GooglePlayService]重新開始
[GooglePlayService] Resuming.
[IOSApplication]構(gòu)建
[IOSApplication] created
[IOSApplication]排序
[IOSApplication] disposed
[IOSApplication]iOS版本
[IOSApplication] iOS version:?
[IOSApplication]暫停
[IOSApplication] paused
[IOSApplication]繼續(xù)
[IOSApplication] resumed
[IOSApplication]管理模式
[IOSApplication] Running in mode
[IOSApplication]等級(jí)
[IOSApplication] scale:?
[IOSApplication]狀態(tài)欄不可見
[IOSApplication] Status bar is not visible
[IOSApplication]狀態(tài)欄可見
[IOSApplication] Status bar is visible?
[IOSApplication]切換報(bào)告的寬度和高度
[IOSApplication] Switching reported width and height?
[IOSApplication]計(jì)算出的總邊界為w
[IOSApplication] Total computed bounds are w
[PERF]毫秒
[PERF] @: @ms (@%)
[PERF]總共:毫秒
[PERF] TOTAL: @ms
[PerformanceCounter]無效數(shù)據(jù),請(qǐng)檢查是否調(diào)用了PerformanceCounter#stop
[PerformanceCounter] Invalid data, check if you called PerformanceCounter#stop()
:不 沒有找到名稱 請(qǐng)確保拼寫正確,并且它確實(shí)存在!這也可能是因?yàn)槠湮募o法解析.
: No found with name Make sure is spelled correctly, and that it really exists! This may also occur because its file failed to parse.
: 未找到:?
: not found:?
:忽略未知字段:
: Ignoring unknown field: ( )
內(nèi)容信息
--- CONTENT INFO ---
收到調(diào)試狀態(tài),斷開連接=、已連接=、已添加=開始連接=最后客戶端快照=發(fā)送的快照=
@ Debug status received. disconnected = , connected = , added = , begunConnecting =? lastClientSnapshot = , snapshotsSent =?
斷開了
@ has disconnected: @
q結(jié)果
@ q results
錯(cuò)誤加載
@editor.errorload
錯(cuò)誤.所有
@error.any
失敗
@save.import.fail
錯(cuò)誤
@server.error
收到的連接
&bReceived connection: @
接收STEAM連接
&bReceived STEAM connection: @
執(zhí)行
&g> &lbimplements @
???
&g> > &c@ @(@)
生成的接口
&gGenerating interface for?
有一個(gè)新的更新可用:最新版本
&lcA new update is available: &lyBleeding Edge build @
自動(dòng)下載下一版本
&lcAuto-downloading next version...
自動(dòng)保存
&lcAutosaved.
保存
&lcSaving...
版本已下載,正在退出.請(qǐng)注意,如果不使用自動(dòng)重啟script,服務(wù)器將不會(huì)自動(dòng)重啟
&lcVersion downloaded, exiting. Note that if you are not using a auto-restart script, the server will not restart automatically.
[Generator]是時(shí)候生成
&ly[Generator]&lc Time to generate &lm@&lc: &lg@&lcms
[Generator]總生成時(shí)間
&ly[Generator]&lc Total time to generate: &lg@&lcms
大小
&ly| Size: @ MB.
#iterator()不能用于嵌套
#iterator() cannot be used nested.
無法加載備份文件
| Failed to load backup file :
不允許0個(gè)值
0 values are not allowed.
不支持16-bit depth
16-bit depth is not supported.