边缘世界 RimWorld

边缘世界 RimWorld

Vanilla Factions Expanded - Empire
Black★Rock Shooter 2023 年 4 月 7 日 下午 2:51
Room types - Gallery & Ballroom
Just posting this here so others can more easily find it.

引用自 Oskar Potocki
Any instrument in a room makes a ballroom, 4 works of art make a gallery.

When it says "Any insturment" I ran into the issue of the piano from 'Vanilla Furniture Expanded' turning my recreation rooms into ball rooms.
< >
正在显示第 1 - 15 条,共 36 条留言
TurtleShroom 2023 年 4 月 9 日 下午 2:12 
I can confirm that the instruments in this Mod don't count to a Ballroom:

https://www.steamcommunity.com/sharedfiles/filedetails/?id=2596778006

How exactly would one add them?
legodude17  [开发者] 2023 年 4 月 10 日 上午 10:27 
引用自 Black★Rock Shooter
When it says "Any insturment" I ran into the issue of the piano from 'Vanilla Furniture Expanded' turning my recreation rooms into ball rooms.
Unfortunately there's no easy way to detect if something is meant to be a rec room, but I can look into it.

引用自 TurtleShroom
I can confirm that the instruments in this Mod don't count to a Ballroom:
https://www.steamcommunity.com/sharedfiles/filedetails/?id=2596778006
How exactly would one add them?
You'd need to make sure they have the thingClass of Building_MusicalInstrument.
Black★Rock Shooter 2023 年 4 月 10 日 下午 10:00 
tbh @legodude17 it's fine now that I am aware of what counts as what. I kept having my dining rooms turn into galleries due to spamming statues. Lol
Trainee86 2023 年 4 月 14 日 下午 11:24 
Is it possible to make a throne-room, rec-room, gallery, ballroom, and dining-room (+nutrient p.d.) into a single room? Or is there an exclusion between the gallery/ballroom and other room types?
最后由 Trainee86 编辑于; 2023 年 4 月 14 日 下午 11:24
legodude17  [开发者] 2023 年 4 月 15 日 下午 12:00 
引用自 Trainee86
Is it possible to make a throne-room, rec-room, gallery, ballroom, and dining-room (+nutrient p.d.) into a single room? Or is there an exclusion between the gallery/ballroom and other room types?
A room can only be one type at a time. Pawns can still use tables and chairs and rec items in other rooms, but that's just because they don't actually depend on the room type.
Does anyone know why the harpsichord appears to be completely neglected? A harp is enough for an archcount, a piano is well over the top. Tthe middle ground, despite clearly making its room a ballroom, also makes it "undignified", how queer
TurtleShroom 2023 年 5 月 6 日 下午 8:01 
Okay, I am confused again. I have a Ballroom with three Sculptures, those aforementioned Tribal Instruments, and a Harpsichord.

The only other thing I have in the Room besides Stools for each instrument is the Fireplace from this Mod:
https://www.steamcommunity.com/sharedfiles/filedetails/?id=2137870226

In spite of this, my Room is still classified as Recreational. Am I doing something wrong?
legodude17  [开发者] 2023 年 5 月 7 日 下午 1:11 
@TurtleShroom
Can you cook things on the fireplace? If so, it may be classified as a work table block it from being a ballroom.
TurtleShroom 2023 年 5 月 7 日 下午 1:33 
引用自 legodude17
@TurtleShroom
Can you cook things on the fireplace? If so, it may be classified as a work table block it from being a ballroom.

No, the Fireplace doesn't do anything except heat the room.

<ThingDef ParentName="BuildingBase"> <defName>MLH_LargeFireplace</defName> <label>large fireplace</label> <description>A fireplace of great size that can be used to heat up large spaces, like a tavern, or a great hall.</description> <thingClass>Building_WorkTable</thingClass> <category>Building</category> <graphicData> <texPath>Things/Building/LargeFireplace/MLH_LargeFireplace</texPath> <graphicClass>Graphic_Multi</graphicClass> <drawRotated>false</drawRotated> <allowFlip>false</allowFlip> <drawSize>(4.1, 3.1)</drawSize> <damageData> <rect>(0.2,0,0.6,0.1)</rect> </damageData> </graphicData> <rotatable>true</rotatable> <uiIconPath>Things/Building/LargeFireplace/MLH_LargeFireplace</uiIconPath> <altitudeLayer>Building</altitudeLayer> <passability>PassThroughOnly</passability> <pathCost>50</pathCost> <fillPercent>0.65</fillPercent> <tickerType>Normal</tickerType> <drawerType>RealtimeOnly</drawerType> <size>(4, 3)</size> <statBases> <MaxHitPoints>350</MaxHitPoints> <WorkToBuild>4000</WorkToBuild> <Flammability>0</Flammability> <WorkTableWorkSpeedFactor>0.5</WorkTableWorkSpeedFactor> </statBases> <selectable>true</selectable> <stuffCategories> <li>Stony</li> </stuffCategories> <costStuffCount>350</costStuffCount> <costList> <WoodLog>40</WoodLog> <!-- just the intial wood --> </costList> <soundImpactDefault>BulletImpact_Ground</soundImpactDefault> <leaveResourcesWhenKilled>false</leaveResourcesWhenKilled> <placeWorkers> <li>PlaceWorker_PreventInteractionSpotOverlap</li> <li>PlaceWorker_Heater</li> </placeWorkers> <drawPlaceWorkersWhileSelected>true</drawPlaceWorkersWhileSelected> <comps> <li Class="CompProperties_Flickable"/> <li Class="CompProperties_Refuelable"> <fuelConsumptionRate>3.5</fuelConsumptionRate> <fuelCapacity>120.0</fuelCapacity> <fuelConsumptionPerTickInRain>0.0006</fuelConsumptionPerTickInRain> <fuelFilter> <thingDefs> <li>WoodLog</li> </thingDefs> </fuelFilter> <initialFuelPercent>1</initialFuelPercent> <showAllowAutoRefuelToggle>true</showAllowAutoRefuelToggle> </li> <li Class="CompProperties_Glower"> <glowRadius>25</glowRadius> <glowColor>(252,187,113,0)</glowColor> </li> <li Class="CompProperties_HeatPusher"> <compClass>CompHeatPusherPowered</compClass> <heatPerSecond>80</heatPerSecond> <heatPushMaxTemperature>24</heatPushMaxTemperature> </li> <li> <compClass>CompGatherSpot</compClass> </li> <li Class="Gloomylynx.CompProperties_FireOverlayRotatable"> <compClass>Gloomylynx.CompFireOverlayRotatable</compClass> <fireSize>0.75</fireSize> <offset>(0,0,-0.75)</offset> <showRotateList> <li>North</li> </showRotateList> </li> </comps> <designationCategory>Temperature</designationCategory> <designationHotKey>Misc1</designationHotKey> <hasInteractionCell>True</hasInteractionCell> <interactionCellOffset>(0,0,-2)</interactionCellOffset> </ThingDef>

^ That is the code for the Large Fireplace. It does not have any Bills.
legodude17  [开发者] 2023 年 5 月 7 日 下午 1:46 
@TurtleShroom
It has the thingClass of Building_WorkTable, which is how crafting stations are detected. The ballroom does not allow crafting stations, which means the room with the fireplace can't be a ballroom.
TurtleShroom 2023 年 5 月 7 日 下午 1:47 
引用自 legodude17
@TurtleShroom
It has the thingClass of Building_WorkTable, which is how crafting stations are detected. The ballroom does not allow crafting stations, which means the room with the fireplace can't be a ballroom.

Huh. How weird. Would you please consider writing a Patch on your end to fix that?
legodude17  [开发者] 2023 年 5 月 7 日 下午 2:02 
引用自 TurtleShroom
引用自 legodude17
@TurtleShroom
It has the thingClass of Building_WorkTable, which is how crafting stations are detected. The ballroom does not allow crafting stations, which means the room with the fireplace can't be a ballroom.

Huh. How weird. Would you please consider writing a Patch on your end to fix that?
I'm not sure what you want me to do. The issue is with the fireplace being set as a workbench despite not having recipes.
TurtleShroom 2023 年 5 月 7 日 下午 2:31 
引用自 legodude17
I'm not sure what you want me to do. The issue is with the fireplace being set as a workbench despite not having recipes.

That's what I mean. I would like to see if you could write a Patch for the Mod I linked that fixes that issue on your end, because I am pretty sure that the actual Mod maker no longer updates it.
legodude17  [开发者] 2023 年 5 月 7 日 下午 2:37 
引用自 TurtleShroom
引用自 legodude17
I'm not sure what you want me to do. The issue is with the fireplace being set as a workbench despite not having recipes.

That's what I mean. I would like to see if you could write a Patch for the Mod I linked that fixes that issue on your end, because I am pretty sure that the actual Mod maker no longer updates it.
Sorry, I'm not going to make a patch for some random unmaintained mod to fix an issue with it. I don't think that's a good use of my time. What's stopping you from making a patch yourself?
TurtleShroom 2023 年 5 月 7 日 下午 4:43 
引用自 legodude17
Sorry, I'm not going to make a patch for some random unmaintained mod to fix an issue with it. I don't think that's a good use of my time. What's stopping you from making a patch yourself?

That reply came off to me as rude, or at least condescending. There is no discernment of voice and tone online, so I am not sure if that was what you meant.

The two second Patch it would take would be about a kilobyte in length and I really don't want to upload an isolated Mod that small just to fix something like that.

If you want, I can write the Patch for you, if you are so busy, and you can include it that way. it would simply be far easier to do it on your end.
最后由 TurtleShroom 编辑于; 2023 年 5 月 7 日 下午 4:47
< >
正在显示第 1 - 15 条,共 36 条留言
每页显示数: 1530 50