安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








Mod fails to load
Logs: https://i.imgur.com/R4PWqxI.png
game reloads do nothing, turning off other mods doesn't help, same for dlc
tried on two machines, both fail
Someone in Discord reveal about the "extends=ID" syntax, which I hadn't tried yet, I think it could makes the game not trigger false alarms like that.
"extend" would allow modder to add additional codes to original blocks of any faction as long the ID number inside the bracket is the same as the ID number of the block it belongs.
I think this would be how it should be done:
{12101, extends=12101,
replicateBlock=
{lifetime=5, features=EXPLODE, fillColor=0x514644, fillColor1=0x3a2b26, lineColor=0xee5245,
group=12, shape=254, name="Shard", points=2, durability=0.5, density=0.15,
explodeDamage=50, explodeRadius=20, sort=120002}},
{12102, extends=12102,
replicateBlock=
{lifetime=5, features=EXPLODE, fillColor=0x514644, fillColor1=0x3a2b26, lineColor=0xee5245,
group=12, shape=254, scale=2, name="Shard", points=6, durability=0.5,
density=0.15, explodeDamage=100, explodeRadius=40, sort=120006}},
As for ID-less blocks like the missiles, I don't think the "extends" would works for those blocks so I had to leave them be that way (still causes the game to shows false errors, which will also not affect how the mod would load or anything).
Note that in the case a mod fail to render, or load into the game. Errors would appears like hundreds or 1000+ of them as the mod is considered truly broken at that point (if not because the game fail to load the mod properly), either caused by mods conflicts or just a simple misidentification of a code syntax somewhere.
Honestly, i did not check if last version errors were 'true', I've seen those errors again and assumed mod is stil broken
But! It was surely broken back then. There were 5 errors, no blocks in the store and all modded ships were broken. They were still in the world, but had only comand block.
Then i tried to change NOFLASH. It immediately showed 1000 errors and mod did not load at all.
-----
Im not familiar with lua, just hoped my poor programming experience could help me. It did not, expectedly, lol. But now i kind of want to make my own mod. So, thanks?
This mod should be error free for now