边缘世界 RimWorld

边缘世界 RimWorld

Mechanitor Command Relays
85 条留言
Alan 8 月 19 日 上午 7:54 
Can confirm, works fine in 1.6
batatafritada 8 月 17 日 下午 1:21 
Yes, it does. Do not listen to ThroatGOAT. It's tuning to the mechinator.
ThroatGOAT 7 月 20 日 下午 9:39 
No, it does not. Do not listen to Squiggly. It does not tune to the mechinator.
SquigglyV 7 月 18 日 上午 11:35 
Still works fine in 1.6 as far as I can tell! I always forget to plan ahead for these (and vanilla mech boosters) so there's never any room left in my base by the time I can build them lol.
ThroatGOAT 7 月 15 日 上午 6:08 
I very much miss this beautiful piece of work.
Vent 7 月 12 日 下午 1:29 
Will this mod be updated for 1.6? I need to slap a couple of these bad boys into my gravship.
Hydrologist  [作者] 5 月 21 日 下午 3:01 
@Thekillergreece I haven't tested the mod with any modded mechanoids, but it shouldn't have any outright incompatibilities. You can try loading this mod after URMC to see if you get the desired behavior, but be aware that it may cause whatever behavior URMC is overriding this one's with to stop working.
»SoD« Thekillergreece 5 月 21 日 上午 12:52 
Does this work for modded mechanoids such as the ones from URMC? Cause it doesn't seem to work as if the command relay don't exist for them to be ordered.
Hydrologist  [作者] 3 月 22 日 下午 8:13 
@Derproid That was for performance reasons. If I recall correctly, when I attempted to make the range a configurable stat in the XML, retrieving the value for every range check caused the game to run poorly. There might be a better way to go about it, but since I haven't been actively playing Rimworld I haven't been motivated to pursue it.
Derproid 3 月 22 日 上午 11:51 
Tried doing it myself but I think editing the range in xml isn't possible because in CompProperties_CommandRelay you make relayCommandRange const :(
Derproid 3 月 20 日 下午 5:12 
Would you be open to adding additional tiers? One with more range and another the covers the whole map (being extremely expensive ofc) is what I was thinking.
Hydrologist  [作者] 2024 年 11 月 16 日 下午 9:30 
@Hog It should be. It just adds a new building and doesn't change anything about existing ones.

@Hermann Are you seeing the same behavior as The Lord Pootis? Does moving the mod above or below Gestalt Engine in your load order change anything?
=|MGX|= Hog 2024 年 11 月 16 日 下午 3:47 
Is this stable to add to an existing save?
Hermann 2024 年 11 月 13 日 下午 1:00 
does not work with Gestalt engine
The Lord Pootis 2024 年 5 月 30 日 上午 9:17 
It seems this mod and the Gestalt engine mod conflict in some way and makes the Gestalt engine unable to move drafted mechs under its command as if it had 0 command range instead of expending the whole map like it should, removing this mod fixes it
Morcalvin 2024 年 5 月 19 日 下午 10:07 
Is there a way to make superior versions that put out larger control zones?
BassToad 2024 年 5 月 1 日 下午 8:10 
I was confused as why I couldn't find this structure in my fresh unmodded 1.5 play through. This is so useful that I thought this was just part of the vanilla game! Excellent work
Hydrologist  [作者] 2024 年 4 月 10 日 下午 10:45 
I did some testing and was able to confirm the extra log messages. I recompiled the mod with the 1.4 assemblies and it seems to have resolved the issue on my end. I tested the existing 1.5 version and it seems to be fine as well. I've pushed the update, so please let me know if the issue persists.
Parkle 2024 年 4 月 10 日 上午 8:16 
I'm playing on 1.4.3901. the error is gone now, but instead, I'm getting 3, almost identical messages spammed in the log. I've posted them in the discussion again.
Hydrologist  [作者] 2024 年 4 月 9 日 下午 8:48 
I've pushed an update which rearranges the folder structure of the mod. This should properly separate the 1.4 and 1.5 versions of the mod files, which I suspect was causing issues.

@Parkle, please do let me know what version of the game you're playing on, and whether you're still seeing the issue.
Hydrologist  [作者] 2024 年 4 月 9 日 下午 8:06 
@Parkle That error looks like the mod is targeting the wrong version of the game. I haven't been able to reproduce the issue in my own 1.5 install of the game, so I'm not sure what's causing yours to do that. Can you confirm the version of your game in the upper left corner of the main menu?

If you haven't already, you may want to unsubscribe and resubscribe to the mod, in case Steam hasn't updated the mod files properly and you still have the 1.4 version of the mod file.
Parkle 2024 年 4 月 9 日 下午 2:05 
Posted the errors I'm getting in a discussion.
Parkle 2024 年 4 月 9 日 下午 1:49 
I deconstructed a command relay and the game is spamming me with errors related to it. It's making my player.log file 80gb+
Hydrologist  [作者] 2024 年 4 月 8 日 下午 8:49 
I've recompiled the mod using the 1.5 assemblies. Let me know if there are any issues.
Hydrologist  [作者] 2024 年 3 月 24 日 下午 8:12 
@Sargon Rose I'm working on updating this for 1.5, though I'll be busy this coming week.
Sargon Rose 2024 年 3 月 19 日 下午 4:45 
Damn, hoping this worked with 1,5
Kaedys 2024 年 1 月 22 日 下午 11:25 
Ya, that's what I was thinking. I'm not *super* solid on the C# side, but I thought you could make it work like the powerConsumptionIdle var, which has a default value but can be overridden in the XML.
Hydrologist  [作者] 2024 年 1 月 22 日 下午 2:31 
It's been a while, but I believe I hardcoded the range for performance reasons. I'm currently not set up to do development, but it should be possible to load the range from XML into a variable in MechanitorRelayCacheHelper.cs, then use that variable in the range calculations in PatchMechanitorTracker_CanCommandTo.cs and PatchMechanitorUtility_InMechanitorCommandRange.cs in place of CompProperties_CommandRelay.relayCommandRange.
Kaedys 2024 年 1 月 22 日 上午 3:46 
Would like to second the request to expose the `relayCommandRange` in the XML. Was trying to add this comp to some buildings from another mod, to add the command relay effect to them, but with different ranges due to differing building sizes and construction costs, but that field is currently hardcoded =(
Morlund 2023 年 11 月 18 日 上午 3:49 
@Datboi
Unless I'm misunderstanding your question, that's a default Biotech feature, simply put the mechs you want guarding into a separate command group and set them to the Escort work type and they will follow the Mechanitor around and attack any hostiles that come near them. The only limitations being that they can't escort anyone other than their commanding mechanitor and they will ignore their charging settings and will continue to escort until they run out of power.

Alternatively, if you want your mechs to guard a specific area, you can restrict combat mechs to an area and set them to the standard Work work type (include charging stations in the area if you want them to be able to leave their post to charge). You can set up a pseudo-patrol by restricting them to an area of several single-tile spots that they will randomly wander between. Its not as clean as Guards for Me but it works well enough imo, hope that helps.
Datboi 2023 年 11 月 12 日 下午 8:13 
Anyone have a mod that allows for mechs to guard/follow around your mechinator? I would like to have mechs as guards because my mechinator is a pacifist and so he can't really fight and so Im trying to have mechs guard him so if anything goes wrong he can run away while his mechs defend him. But the problem is I can't seem to find a mod that allows this to happen. The mod "guards for me" doesn't work on mechs it only affects human pawns which sucks so if anybody knows a mod that can do this then please let me know
Hydrologist  [作者] 2023 年 10 月 22 日 上午 12:54 
Not right now. I haven't gotten back to playing RimWorld again yet, unfortunately.
Pureya_Player 2023 年 10 月 6 日 上午 11:25 
So are you working on the third thing on your post from Feb 28?
Blaze2377 2023 年 5 月 3 日 下午 4:42 
this mod just crashes when used with the multiplayer mod
Cedaro 2023 年 4 月 2 日 上午 2:06 
This seems cause error when used together with Reinforced Mechanoid 2 and put it before RM2, can you add a rule to put it after RM2?
Hydrologist  [作者] 2023 年 2 月 28 日 下午 3:48 
@Virathas
1) Definitely possible and should be simple to do. I just don't have any art for other versions.
2) This should be fairly easy to do as well. I was planning to add settings to my mods, but I stopped playing Rimworld again before I got around to it.
3) This is a really cool idea, and I might actually go ahead and make this because I like it. :P
Virathas 2023 年 2 月 28 日 上午 3:04 
The mod is really great - but i do have a few "questions".
1) Would it be possible to add an additional, higher tier Relay? Longer range, Higher power usage, and using the High Subcore?
2) Alternatively, could it be possible to expose the Range variable into XML? This would allow simple and easy method for others to add on this system.
3) And I know this would be far more difficult - I think an Ultra-mech with a built-in relay would be awesome, and would give new ways to play.
Dizarus 2023 年 1 月 27 日 下午 11:13 
Where have you been all my life! God i need this! Thank you!
Hydrologist  [作者] 2023 年 1 月 13 日 下午 7:09 
@Kad These need to be tuned to a specific mechanitor.
Tardo The Ass-Monkey 2023 年 1 月 7 日 下午 11:27 
Do these need to be tuned to a specific mechanitor, or do they work for all mechanitors? Seems really useful, would just rather avoid having to plaster down four of them at my defence line so that all my different mechs can be moved.
Soulless Jelu 2022 年 11 月 25 日 上午 10:11 
Can i somehow make it mapwide? And how exactly?
Hydrologist  [作者] 2022 年 11 月 20 日 下午 10:30 
I've pushed an "update" which may fix the issue. I was able to reproduce the issue but nothing seemed to be wrong with the code. Rebuilding the assembly seems to have stopped errors from occurring, possibly something to do with Rimworld update. Let me know if the issue persists.
leeal 2022 年 11 月 20 日 下午 7:53 
amazing mod, but it causes so many white errors that in a matter of minutes, it can fill an entire drive with unrestrained log spam.
Chris_ 2022 年 11 月 20 日 上午 3:25 
This causes a lot of log spam
fredericktpjohnstone 2022 年 11 月 18 日 下午 12:56 
yes!! Thank you this is exactly what I have been looking for; thought the vanilla relays should do something similar tbh.

Modders make the game what it is.
BingusDingus 2022 年 11 月 13 日 下午 1:17 
Thank you, i was temped to add these in myself as i was baffled that they weren't already in the game.
Bimsham 2022 年 11 月 13 日 上午 12:02 
I Can share the log tomorrow as i am not at my pc right now and yes the mod works fine but this text is filling the log and is bloating the log file
Hydrologist  [作者] 2022 年 11 月 12 日 下午 11:49 
I have an idea of where this might be coming from, but not why you're getting messages.
Is the mod still functional for you, or is it not behaving correctly?
And if you don't mind, can you share your log via HugsLib?
Bimsham 2022 年 11 月 12 日 下午 11:06 
There is also a copy of the second one with a different number on the first line for ever relay i make
Bimsham 2022 年 11 月 12 日 下午 10:53 
The text is white idk if that is imported but i thought you should know