Mods / Real Smoke & QP's Chisel Tools Compatibility Patch 1.22

Tags:
Compatibility
Author:
TheCivilHulk
Side:
Both
Created:
Apr 26th at 10:11 AM
Last modified:
Jun 10th at 10:28 PM
Downloads:
9170
Recommended download (for Vintage Story 1.21.5 - 1.22.3):
RealSmokeQPPatch1.0.1.zip  1-click install

Does what it says on the tin. Simple patch to make QP's chisel tools decorative firepit, oven, and forge produce smoke from Real Smoke so you can fill your house with noxious fumes without sacrificing the look of your beautiful kitchen!

This is my first attempt at modding period, so I used the content of both Real Smoke and Frozti's deprecated patch as a reference to figure out how to make this work. Thanks to Pilou_le_Loup for fixing the constant smoking chimney issue!

If anyone has any problems please let me know and I'll do my best to solve them, but please be patient with my inexperience, I'm mostly making this for myself and my friends for personal use but wanted to share it!

Mod Version Mod IdentifierFor Game version Downloads Released Changelog Download 1-click mod install*
1.0.1 realsmokeqppatch
1.21.5 - 1.22.3
3233 Jun 10th at 10:28 PM RealSmokeQPPatch1.0.1.zip 1-click install

Removed permanent smoke from decorative chimney block - Thanks to Pilou_le_Loup for doing the actual work!

1.0.0 realsmokeqppatch
1.21.5 - 1.22.3
5937 Apr 26th at 10:15 AM RealSmokeQPPatch1.0.zip 1-click install

Initial release


15 Comments (oldest first | newest first) (threaded | flat)

Pilou_le_Loup, Jun 8th at 3:27 PM

Hi !!

Found the culprit behind the ever-smoking chimney !
The smoke seen was the "vanilla" smoke emitted by the bloc. After finding how the author of QPchisel used this property from the client side (/client/particleProperties) to apply it to its blocks. I added a module in your "realgaspumppqp.json" to get rid of this property, thus, extinguishing the ever-smoking chimney. Now, it only take the Real Smoke particles ! ^^

Here's my correction :

 
Spoiler!
[
  {
    "dependsOn": [{ "modid": "realsmoke" }, { "modid": "chiseltools" }],
    "file": "chiseltools:blocktypes/chiseledchimney.json",
    "op": "addmerge",
    "path": "/entityBehaviors",
    "value":
    [ {
      "name": "BlockEntityBehaviorRealGasPump",
      "properties": 
{
        "inputLocation": "below",
        "outputLocations": [ "above" ],
        "outputDistanceFromInput": 1,
        "amountLimit": 64
}
      }
    ]
  },
  {
    "dependsOn": [{ "modid": "realsmoke" }, { "modid": "chiseltools" }],
    "file": "chiseltools:blocktypes/chiseledchimney.json",
    "op": "remove",
    "path": "/particlePropertiesByType"
  }
]
 



Hope that help, and thank you for your patch, I also learn how to code and hope we grow better trough this ! ^^

TheCivilHulk , Jun 10th at 10:29 PM
@Pilou_le_Loup: Hi !!Found the culprit behind the ever-smoking chimney !The smoke seen was the "vanilla" smoke emitted by the bloc. After finding how the author of QPchisel used this property from the client side (/client/particleProperties) to apply it to its blocks. I

Hey, just tested this out and it works so I just updated the mod to include it! Thanks so much for doing that, I've been busy with work so haven't had the time to check it out myself so I really appreciate it!

Pineas, May 26th at 9:27 PM

Hello! Since you have experience with patching blocks to work for Real Smoke, could you help out the creator of this mod?
https://mods.vintagestory.at/immersivequicklime
They're looking for a way to make their custom block innately compatible with RS, but haven't had much success so far. I'm sure they'd appreciate assistance if you have the time.

IWillSoonReturn, May 20th at 3:49 PM

can you make a version of the decorative chimney that isn't always on? I want an ashlar chimney

TheCivilHulk , May 21st at 10:55 PM
@IWillSoonReturn: can you make a version of the decorative chimney that isn't always on? I want an ashlar chimney

Howdy! I don't immediately know how to do this since I'm new to modding in general, but I'll try to look into it when I have time and will reply again if I can make it happen!

Beedy, May 19th at 3:32 AM

is it intended for Firepit and Decorative Firepit to have slightly different smoke appearance? because Decorative Firepit shows an additional brighter, smaller, and slower set of smoke.

TheCivilHulk , May 19th at 11:12 PM
@Beedy: is it intended for Firepit and Decorative Firepit to have slightly different smoke appearance? because Decorative Firepit shows an additional brighter, smaller, and slower set of smoke.

I didn't personally do anything to cause this. If they are different I would imagine it's due to how QP's chisel mod makes the decorative firepit function and I'm not entirely sure how I would go about altering that.

Beedy, May 17th at 2:24 AM

Thank you

EmperorValkorion, Apr 26th at 10:08 PM

TheCivilHulk you are a life saver ! thanks soo much, now my always smoking chimmles will work. its been bugging me how i make a snow guard and even though i have made a big enough hole that the smoke would go out of but nooo it did not work, so hopfully this will save my santiy lol  

TheCivilHulk , Apr 26th at 9:22 PM

EmperorValkorion based on my quick creative mode testing, the mod does seem to work on version 1.21.5! I'll update the mod page to reflect this but if you have any trouble with it please let me know!

EmperorValkorion, Apr 26th at 1:35 PM

TheCivilHulk would this patch work for 1.21.5? or only 1.22.0 ? thanks for doing this

TheCivilHulk , Apr 26th at 7:54 PM
@EmperorValkorion: TheCivilHulk would this patch work for 1.21.5? or only 1.22.0 ? thanks for doing this

Howdy! No problem! I would venture to guess that it wouldn't work since I based my patch on the latest json files from Real Smoke, but I've only personally tested the mod with version 1.22 so it might be possible. I can try to test it when I have time, or if you do and figure out whether it works I would appreciate you letting me know!