Stardeus

Stardeus

查看统计:
Kelthales 2022 年 10 月 20 日 上午 3:03
Need help for mod
Hey, i search the location of bullet turret (def and graphics) i add new turret in Stardeus (it's my first mod :S)
引用自 spajus:
Go to main menu > Mods > Core > Open Directory
There you will find the def in "Core/Definitions/Objects/Devices/DirectionalTurret.json"
Graphics location is defined in the json:
{
"Component" : "TileGraphics",
"Properties" : [
{ "Key" : "Type", "String": "Object" },
{ "Key" : "Graphic", "String": "Objects/Devices/DirectionalTurret" },
{ "Key" : "HasHeight", "Bool" : true }
]
},
So sprites will be in "Graphics/Objects/Devices/DirectionalTurret*.png"

Good luck!
< >
正在显示第 1 - 1 条,共 1 条留言
该讨论串的作者已表示此帖子解答了原先的主题。
spajus  [开发者] 2022 年 10 月 20 日 上午 11:00 
Go to main menu > Mods > Core > Open Directory
There you will find the def in "Core/Definitions/Objects/Devices/DirectionalTurret.json"
Graphics location is defined in the json:
{
"Component" : "TileGraphics",
"Properties" : [
{ "Key" : "Type", "String": "Object" },
{ "Key" : "Graphic", "String": "Objects/Devices/DirectionalTurret" },
{ "Key" : "HasHeight", "Bool" : true }
]
},
So sprites will be in "Graphics/Objects/Devices/DirectionalTurret*.png"

Good luck!
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50

发帖日期: 2022 年 10 月 20 日 上午 3:03
回复数: 1