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
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