安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
Copy and patch the biome text files (add dot and patch to the name of the file like this: jungle.biome.patch) and put only this code:
[
{ "op" : "add", "path" : "/spawnProfile/groups/-", "value" : {
"select" : 1,
"pool" : [
[ 1.0000, "yourmonsterspawntype" ]
]
}
}
]
Create a text file named uniques.spawntypes.patch in the spawntypes folder of your mod and put this code:
[
{ "op" : "add", "path" : "/-", "value" : {
"name" : "yourmonsterspawntype",
"spawnParameters" : {
"area" : "surface",
"region" : "all",
"time" : "all"
},
"groupSize" : [1, 2],
"spawnChance" : 0.15,
"monsterType" : [
[1.00, "yourcustommonster"]
],
"monsterParameters" : {
"aggressive" : true
}
}
}
]
Change "yourmonsterspawntype" with the name you want for your monster group
Replace "yourcustommonster" with the name of your modded monster. Hope it help
@The Guardian, glad you like it. Yeah, I imagine it's difficult. I'm trying to make another mod, replacing The Ruin mission (I don't have time to make a whole separate mission, but the result is the same) turning it into a Clone Wars planet!
@Everyone, does anyone want to play an online game with the Clone Wars mod?
----------------------------------------
also by Clainkers, can you maybe make a Species for the Droids. it would be good if you would be able.