安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Yes, thought this too. Maybe someone will make it now since the commands were added. Who knows.
I'd like this too. Maybe if had something to work with I could experiment myself.
Currently trying to make a dragon with bat wings, 4 legs, and reptile head. Tried over 2k times with the regular spawn command. I found 1... The combination is very rare. Using these new commands would help If I knew how to use them.
Have you tried using "animationParts" when spawning a monster?
Like when you make a weapon, but instead of using definers such as "handle"/"barrel" you write "head"...?
For example, large generated birds are composed of 3 parts, Head, Body and Wings.
So, maybe you can define the custom monster head by using a command like
/spawnmonster largeflying 1 '{"animationParts":{"head":"/monsters/generated/flying/largeflying/head/largeeaglehead"}}'
Also, as a pre-requisite, you definitely need to have a folder with the unpacked Starbound assets, so you can set your monster appearance to your liking instead of using random chance.
that didnt work for me.
BUT i found a possible work around.
im still trying the figure it out...but basically you make a mod with the creature and its parts in a folder.
i kept failing at it though...if i can figure out how to get it to work i'll post how i did it here.
You're doing the lords work! GJ.
I gave up myself. Waiting for someone to mod it, and basically praying someone can figure it out. Till then I just use the random number generator.
With thousands of tries with the random number generator I've seen several parts that are straight from pokemon. I've seen pika chu light up tails, Squirtle shells, Bulbasaur bulbs, and slowbro shells. I'm willing to bet someone could straight up just make those 4 or something very close to the original.
Watch this guys video on custom creating monsters. And there's a couple people in the comments that will help if you ask questions:
https://www.youtube.com/user/ThatThunderCookie/videos
Here's a turtle I made:
/spawnmonster largequadruped 10 '{"shortdescription":"Snapping Tortoise", "description":"","selectedParts":{"chest":"largetortoisechest","head":"largeraptorhead","legs":"largethicklegs","tail":"largerextail"},"movementSettings":{"walkSpeed":6, "runSpeed":14},"statusSettings":{"stats":{"maxHealth":{"baseValue":100}, "protection":{"baseValue":0.0}, "healthRegen":{"baseValue":0.0}}},"animationCustom":{"sounds":{"fire":["/sfx/npc/quadruped/powlhead_idle1.ogg","/sfx/projectiles/bonerain2.ogg"]}},"skillCount":3, "specialSkills":["rangedChompAttack"], "behaviorConfig":{"projectileOffset":[1.0, 1.5]}}'
All it's values are a largequads base values but with them in there it can be buffed to immortal if you wanted. You can change it's attacks, give it multiple attacks, change it's sounds, it's name, and even it's coloration (not on this turtle).