Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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