安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






milk comp?
Thanks for the info
Would it be possible to get compatibility with this?
Gets rid of the "do not add to xenotypes" problem.
the boobs are just hediffs so it should be compatible with rwj.
(this means please make them even more massiver)
(oh and can i put these on men if i wanted to? also RJW compat?)
Especially in languages without fixed type-safety.
this mods can cause errors while generating Android pawns when trying to determine if Boobs should indeed be grown .. added .... uhm whatever is applicable ^^
This can lead to a failure to generate factions on world-building etc.
Not sure if it is possible to handle those edge-cases more gracefully but it would be nice.
https://gist.github.com/HugsLibRecordKeeper/7d9e241d2f69035c00fae8858dcef360
Boobs is my namespace. This is how this mod is referred to in the code.
BoobsUtil is the name of the class where it happened. The page, if you'd like.
SelectBoobs is the name of the method where it happened. Paragraph if you'd like.
I was lucky, in SelectBoobs,
int i = GenCollection.RandomElement<int>(Enumerable.Range(minI, maxI));
Is the only line getting an element from a list. This gives me a random number between the minimum and maximum defined by the previous code.
Firstly, it tells me what is the error:
Error while generating pawn. Rethrowing. Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
ArgumentOutOfRangeException only happens when you try to get something from a list, but the position of the thing does not exist. Like if you try to look at the fourth face of a coin. There is no such thing.
Then it tells me where it happened. The first line starting with "at" tells me where. Then the next one starting with "at" tells me why it was called and so on.
Are you a code master?
int i = GenCollection.RandomElement<int>(Enumerable.Range(minI, maxI));
and only if you have BBBodytype and less than 3 boobs in the boob list. That or the list is null at this point, which is very not normal.
https://gist.github.com/HugsLibRecordKeeper/905a05ed3c97ffa577e2b79a1e0e8506
maybe it has something to do with genetics
but still it may be due to an overabundance of mods I have