边缘世界 RimWorld

边缘世界 RimWorld

CTS - Complete Tech Solutions
31 条留言
Mlie 2020 年 11 月 18 日 上午 11:33 
/Dreamcatcher 2020 年 10 月 15 日 上午 5:36 
sono update for 1.2 ?
sulusdacor  [作者] 2018 年 11 月 10 日 上午 5:21 
updated to 1.0
Voidseer 2018 年 9 月 5 日 下午 5:33 
B19?
sulusdacor  [作者] 2018 年 1 月 20 日 上午 9:33 
added modsync
sulusdacor  [作者] 2018 年 1 月 7 日 上午 3:50 
added the patches in the main mod. so you dont need the additional mods anymore.

so far includes (details above):
vanilla, more furniture, goodnight,medicaddons,rimkea,[t]more beds (both versions)
sulusdacor  [作者] 2017 年 12 月 29 日 上午 4:30 
b18: added adv components to most stuff (overall wealth stayed the same, lowered comp cost);nano medicine recipe now with 1 adv comp instead of 4 normal comp
cazalot 2017 年 11 月 20 日 下午 2:28 
will this be updated for 18..even if its just a version update?
LazyWhale 2017 年 7 月 7 日 上午 3:18 
Nice job! I miss this mod so much!
sulusdacor  [作者] 2017 年 6 月 17 日 上午 4:36 
it should work without research from the start. all you need is a lv5 medicine pawn to do the job (the recipe should be there even without having the level 5).

it can however still conflict with race mods.

the recipe is set to torso(appliedbodypart) and human(race). so it can still conflict there if u would have an alien so to speak. meaning either a mod changing how the body is put together / the applied bodypart torso or if the mod would add a non human race. but both could be solved with patches by adding the race or just another recipe with the applied bodypart fitting to the body of the alien race.
lloki 2017 年 6 月 17 日 上午 2:57 
I'm not sure if it's a mod conflict, but I can't really take the blood from the pawn :P Do I need any special feature to do that or they should just do the bill?
Fluffy 2017 年 6 月 13 日 上午 3:07 
for future reference, the problem is calling resolveAllReferences on the DefDatabase for designators.
sulusdacor  [作者] 2017 年 6 月 12 日 下午 10:54 
found the issue and the current CTS version on steam should work fine with stuffed floors now.
(the blood take designator is now added over the patchoperations)
Bunkier 2017 年 6 月 12 日 上午 1:09 
Im totally sure its this. When CTS is turned on it breaks whole floor menu. That thing was reported to Fluffy yesterday and he said its code thing
sulusdacor  [作者] 2017 年 6 月 11 日 下午 11:30 
what excatly does not work specifily with that mod?

i looked over stuffed floors and it just seems to add different floors which has nothing to do with cts (there is no floor/terrain added by cts mod). the only thing i can think of was the designator change by architect sense, which is needed for stuffed floor. i tested this and the blood take designator worked fine with cts loaded before and after the other two. so i'm a bit unsure what excatly the problem could be between these mods.

please make sure you have the updated versions of the mods loaded.

maybe you added multiple mods at the same time and the error is with another mod?
Bunkier 2017 年 6 月 11 日 下午 2:01 
This doesn't work with Stuffed Floors
sulusdacor  [作者] 2017 年 6 月 10 日 上午 12:52 
added patches for:
- adding medic addons to cts medical bed
- adding adv vitals monitor to all vanilla beds
- adding more furniture linkable facilities to cts medical bed
(all as download in cts forum topic)

- adding adv vitals monitor to goodnight beds
(in goodnight forum topic)
sulusdacor  [作者] 2017 年 6 月 9 日 下午 11:32 
updated to a17

- added 1 medicine as ingredient to take blood recipe (workaround to an error more then a balancing thing)
- the applied body part of same recipe is now torso (before was heart). this should make it more copatible with other race mods, i hope
Garry's Mod 404 2017 年 5 月 28 日 上午 2:46 
A17????
gatherer818 2017 年 3 月 18 日 上午 8:34 
So, after trying for several hours, I gave up and asked Rah (of RBSE) for ideas. He gave me a fix that worked perfectly. Rather than releasing my own compatibility patch, it'd be best if you just implemented the one very small change, because it should make it compatible with basically any other organ-replacement mod out there, as long as it doesn't replace the entire chest. (Also because while I worked on it for a while, I didn't actually DO anything, besides test the fix someone else suggested.)

In <appliedOnFixedBodyParts>, where you currently have Heart, replace it with Torso. As long as there's any Blood Pumping organ in the torso, not just specifically vanilla hearts, Take Blood should work.

It should also make it easier for people to patch for races as well, in situations where those races have something besides a normal heart. They still have to patch for the race, but they don't have to change the <appliedOnFixedBodyParts>, at least.
gatherer818 2017 年 3 月 18 日 上午 3:16 
So I tried to follow these steps and failed. The error that comes up on mod-load is "Could not resolve cross-reference to Verse.BodyPartDef named SyntheticHeart."

I dug into RBSE's code and found there's no BodyPartDef for any of the synthetics, they're Hediffs. I don't know exactly what that means, of course, but it seems rather than defining them as separate body parts, they're a sort of status effect applied to the existing heart? It looks in the code that installing a synthetic heart gives you a default heart as an item and just applies a "buff" to the person's heart, and reversing it removes the buff.

What I don't get is why it makes Take Blood not work, since it's not actually replacing the BodyPartDef, but I'm flying blind when it comes to modding RimWorld. I'm just posting my progress in case you or someone else interested can figure it out before me.
sulusdacor  [作者] 2017 年 3 月 18 日 上午 2:14 
all surgery recipes are tied to organs. take blood to the human heart. so if you use any altering mod it will not work (syn heart, other race).

1.
if you want to make this work for your moded game you can easily add the defnames of the new heart in the recipe xml of takeblood (or race if you use race mods). for CTS this is in CTS/Defs/RecipeDefs - CTS_Recipes_Surgery.xml (the file you edit). the defnames of the races/heart you will find depending on the mod probably in ModInQuestion/Defs/ThingDefs_Races, ThingDefs_Items (heart) or just ThingDefs. it depends how the mod author structures his files here. the hearts are just items. he could have put a file in Defs/Bodies too, since they include bodyparts in the basegame files.
sulusdacor  [作者] 2017 年 3 月 18 日 上午 2:14 
2.
then use any text editor program to open the xml files. search for the line "<label>name of your heart/race you want to add</label>". above that you should have <defname>. what is there in the defname brakets you need to add in the recipeUsers (for races) or for bodypart copy the whole recipe and in <appliedOnFixedBodyParts> replace hearts with your new heart and rename the defname of your new recipe to CTSTakeBlood_synHeart or what ever you want. it needs to be different from the original (avoid numbers in defnames). save and your done.restart the game and it should show up on colonists with the race human and the syn heart with defname from the mod you searched.
gatherer818 2017 年 3 月 17 日 下午 8:49 
After some testing, it seems the Take Blood operation is only available to humans with the default hearts. If you use RBSE or EPOE and have upgraded your colonists' hearts, you will not be able to take blood from them. Which is a shame, since the upgraded hearts would have offset the blood taken penalty rather nicely.
sulusdacor  [作者] 2017 年 2 月 7 日 下午 3:39 
no special way. it's just a surgery recipe.

it might not work with other races, if they are not human. so this might be the issue. but you can just edit the xml file and add the races you want/use as recipeuser.
RoronoaDroagon 2017 年 2 月 7 日 上午 10:36 
is there any special way i have to do to be able to take blood??
because for some reason i can not get the take blood bill apear or option to work.
sulusdacor  [作者] 2017 年 1 月 13 日 上午 10:02 
*beep boop*
updated

might (probably) need some balancing changes later on.

- bloodtaking is 100% sucess now (wanted to prevent random killings by docotors,jsut for taking blood)
- added the option to use the take blood order on prisoners. so you can harvest them now
恬喜的猪 2017 年 1 月 12 日 下午 9:40 
It is not updated, this is one of the best MOD I have ever used, it is quite good to do that.
Lizy_Sticks 2016 年 12 月 23 日 下午 12:11 
mmk ty
sulusdacor  [作者] 2016 年 12 月 23 日 下午 12:11 
i'm nearly done with a16 updates of my mods and i assume erdelf does the same currently. when thats finished we plan to get on updating this.
Lizy_Sticks 2016 年 12 月 23 日 下午 12:08 
a 16 please and ty :D