RimWorld

RimWorld

Glass+Lights
1,107 Comments
Nano  [author] 1 Oct @ 10:34pm 
@991926008 - I'm sorry, but nothing this mod adds nothing that should do that. I cannot help with this.

@mr.alyxandyr - While an interesting idea, I won't be adding this.

@Ebonyte - It's a feature I want to add, but I have no timeline for it. @Hayden's suggestion looks promising though.

@Bosh - If you ever complete this, I'd love to take a look at it and possible link it here as well.
Bosh 13 Aug @ 6:13am 
@mr.alyxandyr An upcoming mod I'm working on will feature Uranium Glass as a resource with full support for this mod (hopefully), so keep an eye out I guess.
Ebonyte 11 Aug @ 11:27pm 
This is lovely! Any chance we can get a way to curve it like Odyssey hulls?
mr.alyxandyr 11 Aug @ 9:07pm 
I'd love to see a small addition to this; a bright glowing yellowgreen "Uranium Glass" made by combining (My always excessive stock of) uranium from the base game to create a very useful for art & sculptures material alongside just making nifty glowing glass walls
991926008 1 Aug @ 1:40am 
After adding this mod to the game, when reaching the main menu, the interface becomes completely unclickable—even the quit game button fails to respond—as if blocked by an invisible overlay. What could be causing this?
Nano  [author] 31 Jul @ 7:46pm 
Life has been a tad busy, still looking to implement the changes promised. I'm just not sure when.

@Captolamia - Yes
Captolamia 31 Jul @ 12:14pm 
Are the glass walls air tight? Do they keep the O2 in while in space?
spartandued 28 Jul @ 9:44pm 
@NanoCE, a patch would be awesome. I appreciate you taking the time to answer me. Thank you. 😁
5tratz 28 Jul @ 2:06am 
lol, I just thought I'd mention it as sometimes people look over it or they don't know how to actually do that part, so I just said. You know how it is when people want things to be perfect without any issues, bugs, or imperfections, haha. Thanks anyway :)
Nano  [author] 27 Jul @ 9:54pm 
@spartandued - No, it shouldn't conflict with it per se, but you will have duplicate glass items from our two mods. I'm considering adding a patch on my end as it's been asked for before.

@5tratz - You are the first to comment on this since I added it's own tab years ago. I'll happily add a title & description with the next update of this. I love feedback like this.
spartandued 26 Jul @ 3:05pm 
@NanoCE, I could be. I might be referencing the ReBuild mod, my bad. Will it conflict with that?
5tratz 26 Jul @ 12:48pm 
I have done this manually, but just letting you know, adding this:

<generalTitle>Title Here!</generalTitle>
<generalDescription>Description Here!</generalDescription>

To your (ResearchTab.xml), give the tab a proper title and description, lol. I just love my game to have everything perfect, of course, remove the PlaceHolders I have already put, use it if you wish, but anyway, thanks for the great mod :Upvoter:
Nano  [author] 26 Jul @ 11:20am 
I wasn't aware of glass in the base game? I also can't find anything referencing it? Are you mistaken? @spartandued
Snownova 26 Jul @ 1:48am 
@Proxyer awesome, thanks!
spartandued 25 Jul @ 8:25pm 
@NanoCE, will this clash with the glass from the base game at all? I wanna add this again, now if the glass security door would work properly... Lol
Proxyer 25 Jul @ 4:08pm 
Thank you again!
Nano  [author] 25 Jul @ 3:34pm 
Thank you likewise Proxyer. Your change has been uploaded.
Proxyer 25 Jul @ 3:06pm 
@NanoCE
For this time update, I have added "airtight walls" to the description of ReinforcedGlass to the Japanese translation. Also, I have updated all translations that used old punctuation to match the changes in the official v1.6 Japanese translation.

I have just sent a Pull Request to these on GitHub, so please check and merge them. Thank you for your time. :lunar2019wavingpig:
Proxyer 25 Jul @ 2:25pm 
Thank you for your update works! :cupup:
Nano  [author] 25 Jul @ 1:47pm 
I lied :P

Now updated with airtightness for reinforced glass object, walls and doors included.

Japanese and Traditional Chinese updated as well. Special thanks to Proxyer and NBurger500 respectively.
Nano  [author] 25 Jul @ 12:40pm 
I'm actively working on an update. Thank you for your patience. I hope to have it out in the next day or two.
Snownova 25 Jul @ 12:42am 
It would be cool if a vacuum resistant glass wall could be added for Odyssey.
evcastello 15 Jul @ 11:54am 
to patch I think it should be

<?xml version="1.0" encoding="utf-8"?>
<Patch>
<!-- Patch for Rimatomics Window -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GLWindowRimatomics"]/building</xpath>
<value>
<isAirtight>true</isAirtight>
</value>
</Operation>
<!-- Patch for Vanilla/Other Window -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Window"]/building</xpath>
<value>
<isAirtight>true</isAirtight>
</value>
</Operation>
</Patch>
evcastello 15 Jul @ 11:28am 
The line to add to make these airtight is

<isAirtight>true</isAirtight>

seems it should go between these tags

<building>

</building>

for windows

<building>
<isInert>true</isInert>
<canPlaceOverWall>true</canPlaceOverWall>
<ai_chillDestination>false</ai_chillDestination>
<blueprintGraphicData>
<texPath>Things/Building/Linked/Wall_Blueprint_Atlas</texPath>
</blueprintGraphicData>
</building>

for rimatomics windows

<building>
<isInert>true</isInert>
<canPlaceOverWall>true</canPlaceOverWall>
<blueprintGraphicData>
<texPath>Things/Building/Linked/Wall_Blueprint_Atlas</texPath>
</blueprintGraphicData>
</building>
Sakujo 15 Jul @ 7:57am 
Vacuum proof glass please. One of my favorite mods. Thank you
Messire 14 Jul @ 7:52am 
Yeah, I'd love having vacuum proof glass panels available as well, so that a telescope would look so dumm standing on a deck. But a third kind of window for balance purposes, with vacstone required would be great.
immortalartisan 13 Jul @ 10:27am 
Same here u was sad to realize I could t use glass for space windows
lux 13 Jul @ 6:41am 
Is it possible to use glass for the outer portions of grav ships or space colonies? I'd really like to be able to do so but not sure if they're considered airtight by the game?
Explodingcreepsr 7 Jul @ 9:45am 
I second Shinzou's suggestion. Patching the glass/ballistic glass from both mods to be one item would be very nice.
Proxyer 21 Jun @ 3:50pm 
If possible, please update your GitHub to the latest 1.6 so that I can submit a new translation with the Japanese translation updated to the latest version. :lunar2019wavingpig:
Proxyer 21 Jun @ 3:28pm 
Thanks for v1.6 update! :cupup:
Nano  [author] 21 Jun @ 12:04pm 
Updated for 1.6 initial changes. Any game play specific changes will come later.

@氟氯溴碘砹 - I implemented this change and it should now reflect for all versions. Thank you for your help even if my response was slow.

Any other changes will be implemented in time.
Shinzou 30 May @ 1:39pm 
Hi there, nice mod, but could you improve compatibility with ReBuild: Doors and Corners, so that both mods use the same glass, or make them have distinct names. It's a bit confusing having to reasearch two projects just to be able to manufacture two different items both named "Glass" yet used in different buildings/walls, etc. Thanks.
Kh29 6 Apr @ 9:36am 
Thanks for reaching out. I am doing a lighter mod run with only "Glass+Lights", "EdB Prepare Carefully", "Miscellaneous 'Core' ", and "Harmony". No DLC is active either. I started a new run and went to an older run with the same mods and had the same issue. I have tried using both fueled and electric glass maker with no difference either. Hopefully this helps.
氟氯溴碘砹 3 Apr @ 1:48pm 
@NanoCE
In Languages/(language)/DefInjected/ThingDef/Building_Lights.xml for all translations,
simply remove those <WallLamp.xxx> should work, they override the text of wall lamp from base game.
Nano  [author] 3 Apr @ 9:51am 
It's been a busy few months and I've neglected this more than I would have liked. Fixes incoming where I can.

@氟氯溴碘砹 - I am not familiar with the language and the current translation is fan made. Can you assist me in fixing this, I'd love to fix it asap.

@Kh29 - I can't replicate this issue, can you please provide more detail so I can help narrow down where the issue might be?

@Stellar - on my list to do soon. I appreciate your patience.
Kh29 30 Mar @ 8:06am 
Great mod, but I am having an issue with glass production. Pawns will take a stone chunks and try to make the glass/circle glass/molotov, but when they finish the item is not made and the stone chunk does not get consumed. Instead, the pawn just reworks the stone over and over.
氟氯溴碘砹 8 Mar @ 3:45am 
The translation for "WallLamp" should be removed in 1.5.
It will change the 1.5 wall lamp's label to "(old) wall lamp" and description to "deprecated", which really confused me for a long time.
fairwitness 2 Mar @ 7:16am 
Absolutely love this mod. Thank you so much for continuing to support it. Up vote for having wall lamps work on the walls - would really appreciate that fix!
Stellar ❤️💙💛 27 Dec, 2024 @ 10:20pm 
Thank you! :hearts:
Nano  [author] 27 Dec, 2024 @ 6:37pm 
@Stellar - I can definitely do that.

@Bones - Not sure what that is, mind linking it and explaining what it needs to work with?
Bones 7 Dec, 2024 @ 12:31pm 
Would love if this works with Combat AI 5000
Stellar ❤️💙💛 21 Oct, 2024 @ 9:55am 
Same thing is on those round wall lamps, looks awful :steamsad:
Stellar ❤️💙💛 21 Oct, 2024 @ 9:53am 
Could you please fix/remove that small wire bottom of glassworks TV, it drives me nut, first thought it was these autoconnect wires, but it seems not, instead it seems to be in texture itself.
Nano  [author] 7 Sep, 2024 @ 9:13pm 
@Darthducker - there might be, it wouldn't be my mod changing the recipe though. This mod can use any stone chunk, not just sandstone.

As for the wall lights, I'll take a look into this tomorrow. Bit odd as they should be nearly identical to the vanilla wall lights after the latest major version.
Darthducker 4 Sep, 2024 @ 9:05am 
Is there an incompatibility to Biomes! Caverns? The recipe for glass wants sand made from a sandchunk, which apparently is added from Biomes! Caverns. I have yet to go into one of these caves. Do I miss something?
Quadjet3 22 Aug, 2024 @ 4:01pm 
Ce mod est sympa, mais c'est dommage que la lumière ne rentre pas dans la pièce comme dans le mod Windows:steamsad:
GodOfCodex 12 Aug, 2024 @ 7:28pm 
does glass walls near bed allows aurora buff to be gain by pawns when they are in bed?
Spleccc 11 Aug, 2024 @ 10:32pm 
Wall lights won't attach to some modded walls, including the glass walls included in this mod. They also don't attach to some un-colony walls.