RimWorld
Log Walls 1.0-1.5
71 件のコメント
tanyfilina 2024年6月25日 13時31分 
A dependency on the mod that is not updated, although it works in 1.5 ok, but still... :(
Harry_Robinson1  [作成者] 2024年6月25日 13時24分 
I have thought about this before, it does make sense since especially these walls originally were made out of logs in the only update that required you to craft planks, IIRC. Unfortunately I don't really know how to do this, and it would make a mod that was previously standalone have a dependency.
tanyfilina 2024年6月25日 13時10分 
(I mean, untreated logs from Simple Chains: lumber, lol)
tanyfilina 2024年6月25日 12時48分 
One idea I've had when I just encountered this problem was to make the log walls just a texture variation of a usual wall if built with logs (and make them buildable with logs)
Harry_Robinson1  [作成者] 2024年6月25日 12時37分 
I tried modifying my mod and running some tests, but I found out both the mods I had compatibility issues with aren't updated for 1.5. I decided to load it up anyway with Colonist Deco, but I actually can't get that mod to work, it loads fine, but none of it's items show up in game, meaning i can't test if changing the defs fixes things.


Looking at the way Colonist's Deco works, it seems to use a job that specifically works with vanilla walls, but I'm not entirely sure. I need to do some research on this,
Harry_Robinson1  [作成者] 2024年6月25日 12時35分 
Okay it seems if I use the standard wall defs, it causes all vanilla walls to become log walls, and Colonst's Deco still doesn't work with them. I think the best bet is patching Colonist's Deco to support this mod.
Harry_Robinson1  [作成者] 2024年6月25日 12時11分 
Oh, the issue in the mod could be decoLocationType>Wall</decoLocationType>

Changing this to decoLocationType><li>Wall</li><li>WallLog</li></decoLocationType> would probably fix the issue. But first I'll test if using the base Wall definitions breaks VE - Medieval still, if it doesn't I'll just update my mod.
Harry_Robinson1  [作成者] 2024年6月25日 12時06分 
Maybe this is more complex than I thought, Log Walls already have <isPlaceOverableWall>true</isPlaceOverableWall>, so they should support these attachments.
Harry_Robinson1  [作成者] 2024年6月25日 12時04分 
Taking a quick look at their mod, it seems their wall attachable options are coded differently to the vanilla wall torch. Vanilla uses <isAttachment>true</isAttachment>, which my mod is designed around, whereas Colonist's Deco uses <canPlaceOverWall>true</canPlaceOverWall>, which functions differently.

I have a feeling the log walls deliberately don't support over wall objects as reference to how the original log walls in Alpha 4 didn't support power conduits, but it could also have been a mistake by me when I rewrote the mod. I'll see if I can implement support for over wall objects as it would be pretty convenient to have.
Harry_Robinson1  [作成者] 2024年6月25日 11時53分 
I'll need to look into it, I seem to remember finding that using the base wall definition caused compatibility issues with VE - Medieval and Crystalloids Rewrite, which were popular mods at the time, which lead me to rewrite the mod completely to avoid them. It might be possible that I can use the base definitions now.
tanyfilina 2024年6月5日 23時32分 
Hello! Although Log Walls now support the vanilla wall torches, seems like they don't support wall decorations from Colonists' Deco . Mlie who currently maintain Colonists' Deco, says that it is because Log Walls don't use the base wall-definitions. Would it be possible to change that? Neolithic wall decorations would look very good on log walls.
Harry_Robinson1  [作成者] 2024年5月31日 11時19分 
That was actually a lot easier than I expected.

Log walls now show related blueprints such as doors, like vanilla walls, and they support wall attachments. You can now click a log wall blueprint with a door and just replace it instantly, previously the blueprint had to be cancelled manually.

Hopefully this doesn't break older versions, if anyone is still running 1.0 and has issues please report them.
Harry_Robinson1  [作成者] 2024年5月31日 10時50分 
Updated to run in 1.5 without a warning. Log walls don't seem to support the new wall torches though, so I'll work on publishing another update to fix that.
Harry_Robinson1  [作成者] 2024年5月5日 10時00分 
At some point, it should just be as simple as changing the version number but I probably won't do it until I feel like playing Rimworld again. In the meantime it should work just fine, even if it shows a warning.
Kizzycocoa 2024年4月13日 4時49分 
Will you be updating this for 1.5?
Harry_Robinson1  [作成者] 2023年11月5日 5時40分 
Indeed it does, it works fine regardless but I just pushed a quick update to give it official 1.4 support so it won't show any errors.
TurtleShroom 2023年10月7日 17時41分 
This Mod still works in V1.4 .
Harry_Robinson1  [作成者] 2021年9月25日 6時12分 
Changing the Name="Wall" to Name="LogWall" seems to have resolved all issues with the mod regardless of load order, so it should now be fully compatible with all mods including Crystalloids and Vanilla Expanded.
Harry_Robinson1  [作成者] 2021年9月25日 6時01分 
Thank you for the tip, I'm not the most skilled modder. Could I just change that to something else to fix the issue?
Neronix17 2021年9月24日 21時11分 
@Harry_Robinson1: It's because you have Name="Wall" on your wall def, essentially replacing the vanilla wall for anything that inherits from it using ParentName="Wall" which is loaded after this. This would also have been the case on 1.0-1.2.
Harry_Robinson1  [作成者] 2021年9月24日 16時51分 
That's strange, I've never noticed that, must be 1.3 only. Good thing loading this after works though. You're welcome!
Zahnloli 2021年9月24日 16時22分 
Found an isse with this mod. It causes mods after it, that call on the vanilla wall, to only be able to be build out of woddy materials.
Examples I found were "VFE: Security" Short Wall and "[O21] Seamless Embrasures" Embrasures. Suppose that's also down to rewriting the vanilla def.
Fix for new is simply loading this one later, so not too bad. Thanks for the 1.3 update!
Harry_Robinson1  [作成者] 2021年9月12日 4時06分 
Should be up now, I still can't fix the issues with those two other mods but it should work fine otherwise in 1.3. Sorry for the delays, I've been busy and totally forgot about this.
TurtleShroom 2021年9月8日 11時31分 
Any news on the update?
Harry_Robinson1  [作成者] 2021年8月11日 12時04分 
I'll fix the version number soon, I just got back from holiday today. I'm still working on fixing compatilbility with Crystalloids and Medieveal though.
Kinetic Kimo 2021年8月1日 18時37分 
I've been using this in 1.3 and it seems to work fine. Any chance of getting the version number updated? I'm trying to use a mod sorter and it's complaining that this isn't compatible with 1.3. ^^;
Harry_Robinson1  [作成者] 2021年7月22日 10時00分 
I did a bit of rewriting last night, I'm sure I can get it figured out though. In the meantime, it should work fine in 1.3 aside from those two compatiblity issues.
TurtleShroom 2021年7月22日 7時50分 
Okay. Please let me know when you figure something out.
Harry_Robinson1  [作成者] 2021年7月21日 18時07分 
It should work perfectly with 1.3, however I have noticed some compatibility issues in all versions with Vanilla Expanded Medieval (cobblestone walls have broken textures) and with the Crystalloids Rewrite (crystalline walls cost 8 crystal instead of 5). I determined that this is because of the mod's code, I rewrote it a few patches ago but the mod still replaces the walls def instead of patching it, so it causes some issues with those 2 mods that add extra walls. I'll work on fixing it when I have time, as I would need to work out how to patch defs.
TurtleShroom 2021年7月21日 9時50分 
Does this Mod work with V1.3 ?
The Bard of Hearts 2021年7月20日 19時11分 
+1 for a 1.3 update! :steamhappy:
suboptimal 2020年11月17日 16時05分 
Note on IronSquid501's mod of the mod, make sure to have Log Walls load *after* Simple Chains: Lumber. If Log Walls loads first, for whatever reason, changing "Woody" to "RawWoody" in the .xml had no effect.
IronSquid501 2020年10月21日 1時26分 
Here's a quick guide on how to self-patch it for Simple Chains: Lumber, as I wanted to do the same:
Go to Steam > steamapps > workshop > content > 294100 > 1628354420 > Defs > ThingDefs and open LW-LogWall in Notepad. Scroll down until you see the word Woody. It should look like:
<stuffCategories>
<li>Woody</li>
</stuffCategories>
Replace it with RawWoody. Keep in mind that log walls made from Simple Chains: Lumber's wood will be darker than those made from vanilla wood.
Wi-Fi Mero 2020年10月5日 10時32分 
A mod that makes woodworking more realistic
Harry_Robinson1  [作成者] 2020年10月5日 8時26分 
I have no idea what that is
Wi-Fi Mero 2020年10月5日 4時53分 
Does this have a patch for Simple Chains:Lumber?
Harry_Robinson1  [作成者] 2020年9月3日 5時02分 
Okay so I found out that I can update this mod itself to support 1.0, 1.1, and 1.2, and therefore the 1.1 and 1.2 versions are no longer necessary, just use this version.
Harry_Robinson1  [作成者] 2020年9月2日 14時36分 
@Lobo It's updated. :)
Mr-Bandit 2020年3月19日 3時12分 
it works ok for 1.1 - no errors, but it counts as 'heavy wall" so need heavy bridges if building on water/goo. maybe that needs to be changed down the line...
Lobo 2020年3月6日 11時16分 
miss this for 1.1! please can you update it? thanks :)
Mr-Bandit 2020年2月29日 1時09分 
ok, thx! :)
Harry_Robinson1  [作成者] 2020年2月28日 22時51分 
@Mr-Bandit It should work fine already though it'll throw up a yellow error saying it's made for an older version. I'll make a proper 1.1 version next time I get interested enough to play Rimworld.
Mr-Bandit 2020年2月28日 16時31分 
1.1?
Deathwishkomodo 2019年9月9日 10時27分 
@Luinithil it is confirmed that it dose work with that mod, even tho Expanded Woodworking already does come with the log walls so you would be winding up with two log walls, the only alteration I see from the The Expanded wood working the base vanilla logs get turned into mixed lumber.
Harry_Robinson1  [作成者] 2019年1月26日 4時07分 
@Luibthil No idea. Assuming Expanded Woodworking doesn't remove the basic wood item from vanilla, it'll be fine. Try it, tell me about any incompatibilities and I'll try to fix them.
Luinithil 2019年1月26日 3時40分 
Compatibility with Expanded Woodworking?
Harry_Robinson1  [作成者] 2019年1月25日 13時53分 
25/1/19 Update: Fixed Log Wall HP statistics.
Harry_Robinson1  [作成者] 2019年1月25日 6時28分 
@Robbie Rotten. you are welcome, Number One
404 2019年1月24日 16時45分 
Thanks for the info!
Harry_Robinson1  [作成者] 2019年1月24日 16時38分 
@Robbie Rotten Nope, as @GenBOOM said it's an extra wall.