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
I understand. I spent nearly a week waiting on mods to update, fixing my mod list, and all that.
Anyways, thank you again!
Thank you!
Of course I plan to do that, but surprisingly I'm still working on sorting out my mod list and haven't played a single second of 1.6 even though I bought Odyssey a few minutes after it was released.
If you're patient, this request will be realized in the not-too-distant future.
The item I wrote is a statement to "append rather than overwrite" the probability of neko creation to the xenotypeChances item on line 172 of SteamLibrary\steamapps\common\RimWorld\Data\Biotech\Defs\FactionDefs, and while the same item already has a statement setting the probability of Yttakin creation to 999, the probability of neko creation that I am adding is 115.
In other words, this means that it is set so that they are created at a ratio of 999:115, so the situation you report should not occur.
"Unless you have rewritten SteamLibrary\steamapps\common\RimWorld\Data\Biotech\Defs\FactionDefs"
Are the base game and DLC maintaining their integrity as downloaded?
Did you turn off all other mods and test with just the base game, prerequisite DLC, and this mod, and did the issue you reported occur?
I can't solve a problem that I can't reproduce
2887449541\Patches\factionpatches.xml
They are overriding vanilla factions, as another user reported back in February.
An example of this would be on line 28 of that file. The value is 100. It should be 0.04.
I've tried this with a list of hundreds of mods and can't confirm the issues you report.
Of course, it works 100% as expected with just the Core + Full DLC
What did you do?
Players can either edit this file or use Xenotype Spawn Control mod to change the values in their game.
If experience any problems, please report them, although can't guarantee that I can solve the problem
I've never had this happen in any of my playthroughs, with hundreds of mods. It's probably a conflict with some mod I don't know about
わざわざご丁寧にありがとうございます...
時間でき次第テストしてみます
◆GeneDefs_Misc.xml
(36行目)
・修正前
<li>Neko_Jump</li>
・修正後
<li>NekoJump</li>
(39行目)
・修正前2
<AbilityDef>Neko_jump</AbilityDef>
・修正後1
<AbilityDef>NekoJump</AbilityDef>
1.5環境用のファイルですが、以下のように修正を行えば起動時の赤エラーは出なくなります。
◆AbilitieDefs.xml
(5~6行目)
・修正前
<AbilityDef Name="Nekojump">
<defName>Neko_Jump</defName>
・修正後
<AbilityDef Name="Neko_jump">
<defName>NekoJump</defName>
◆GeneDefs_Misc.xml
(36行目)
・修正前
<li>Neko_Jump</li>
・修正後
ありがとうございます
ただ、気づく前に画像が削除されてしまったようで...確認できませんでした。申し訳ないです
1.5環境向けですが AbilitieDefs.xml と GeneDefs_Misc.xml を画像の様に修正すればエラーが解消するはずです。
左側が修正前、右側が修正後です。
・AbilitieDefs.xml
{LINK REMOVED}https://imgur.com/a/HB5dHFL
・GeneDefs_Misc.xml
{LINK REMOVED}https://imgur.com/a/CfIgXWQ
楽しんでくれてありがとうございます
ぼくもそのようにしてMODを作ったので、MODコミュニティ繁栄の一助になれたのならうれしいです
返信が大幅に遅れてしまい申し訳ありません
当時のぼくもこのエラーの除去をしようとしましたが、結局いまに至るまでその方法は見つかりませんでした
ただ、ぼく自身もこのMODを構成のレギュラーMODとして入れ続けていますがいまのところ実プレイで問題が起きたことはありません
ただログにちょっと目障りな赤エラーがでるだけなので、無視してもらえたらと思います
Also, this mod has helped me to create a mod that I would like to create.
Thank you so much.
このMODを楽しませていただいています。
また、このMODを参考に自分が作ってみたいMODを作成することができました。
本当にありがとうございます。
見ていただけますでしょうか?
・エラーメッセージ(抜粋)
Could not resolve cross-reference: No RimWorld.AbilityDef named Neko_jump found to give to Verse.DefHyperlink Verse.DefHyperlink
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
・MODリスト
Harmony
Core
Royalty
Ideology
Biotech
HugsLib
Simple Nekomimi Xenotype
・ログ
https://gist.github.com/HugsLibRecordKeeper/13f1895cf62c2b7e8b759f7954c1caa5
It works fine and there are no red errors caused by this patch, however this has not been proven to resolve compatibility concerns so it is unknown if it actually has any effect (as I am not aware of any other mods that make the same change in the same place).
As a bonus, the red error at startup has been reduced.
It seems that I had added NEKOMIMI twice to the pirate faction
If installed at the same time, NEKOMIMI will be born with various variations of ears and tails
ご報告ありがとうございます
ご指摘の点について精査と改善をほどこし、完了しましたら改めてアップデートとして提出させていただきます
いくつか競合の原因となりそうな点が見つかった(実際に自分の環境ではなった)ので報告させていただきます
ゼノタイプ指定のない派閥へのPatchに際し<xenotypeSet>と<xenotypeChances>を追加する前に、すでに存在しているかのチェックを挟むことをお勧めします。
最初のPatchがこのModなら問題ないのですが、別なModで変更が加わったあとだとエラーを出してしまいます。
あとPatchファイル内に全角スペースが混入していました!
NEKOMIMI has finally been successfully added to the factions added by the Red Horse series!
The factions that NEKOMIMI is mixed in are as follows
・141
・Rangers
・V.O.I.D.
・MSF
・War Mongrels
・GruppaKrovi
・Bounty Hunters
・Utilitarian(maybe)
Tacticool Cat!
There are now more places and opportunities to see NEKOMIMI than ever before, such as appearing with yttakin's fluffy friends or hiding among pigs!
And they finally got "flexible legs"!
So now they can fly anywhere they want!
They will use their jumping ability to leap over your frontlines, adding a layer of uncertainty to threat...
Of course, even if they become friends, the above power will not diminish. So invite them and let's jump up and down!
Sorry I made you wait. I was testing to see if I could fix the red error, but since it works without any problems, I decided to submit it for now.
This update includes some minor buffs. If you don't like the new balance, please share your opinion in the comments.
If I feel that there are many dissatisfaction, I considering releasing it in another form as a "not simple" version.
Today or tomorrow!
Although it has not been fully verified, I think it will probably work with the version for 1.4.
・Empire
・Outlander
・Tribe ( Core Tribe only )
・Pirates ( also lives in YttakinPirate and WasterPirate )
・Ancients
・some MODfactions
Besides these, they may also be mixed in with the crowd of beggars, but I haven't been able to confirm this yet (because I don't know how to arbitrarily trigger the beggar event)
Response was delayed because I was away from Rimworld
It's a little bit buffed
Thank you for your pointing out.
The base comfortable temperature range of colonists is 16-26 degrees celsius. The "Cat Perfection" trait raises the minimum by 10 which makes the range 26-26, this causes pawns to always be uncomfortable while sleeping, if the temperature is <= 26, the colonist will be cold, if temperature is > 26, the colonist will be too hot.
I recommend either lowering this debuff or removing it.
In my case I edited the number to -10, because it seems logical that cat people would be more tolerant towards cold weather than humans.
If you add it midgame it won't do anything as faction xenotypes are set from the beginning, you'll have to use some other mods to reset factions midgame, or add new ones that have the cat people.
・Outlander
・Tribe
・Pirates
・Ancients