Page 6 of 9

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Wed Jan 27, 2016 13:43
by jp
Update : some nodeboxes from the worktable can now be combined by pressing sneak + right-click. Example with a cube and panel :

Image

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Tue Feb 02, 2016 13:54
by everamzah
Right clicking these auto-snappers with a tool results in a missing tool. I submitted an issue, anyway.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Tue Feb 02, 2016 14:40
by jp
everamzah wrote:Right clicking these auto-snappers with a tool results in a missing tool. I submitted an issue, anyway.

Fixed.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Wed Feb 03, 2016 16:45
by amadin
deleted

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Fri Feb 12, 2016 10:15
by jp
Update : code maintenance. Cuttable nodes are now also determined automatically, checking through all mods.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Feb 14, 2016 04:32
by deezl
jp,

Continuing to use this mod for the nice functionality and basic decor it adds without the bloat of other decor mods. There are however, some conflicts when using in conjunction with moreblocks, as both mods use some of the same recipes. We have figured out a workaround, by adding a simple little mod to provide alternate recipes. It's not necessarily your problem, as your mod is designed to be a simpler replacement for moreblocks, but some like to use both, me in particular for the slopes added in the saw, and some of the other decorative blocks. If it's not too much trouble, would you mind adding a check for moreblocks that could fix the conflicts for things like stone_tile, rune_stone, and also an alternate recipe for the cushion, which breaks if gloopblocks is added? If you aren't interested, I understand, just mentioning it because I'm sure I'm not the only one that has noticed these issues, and not everyone may know how to write their own workaround. It may help toward the goal of wider adoption of your mod, which is excellent. Thanks for your time invested in its development!

Regards

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Feb 14, 2016 10:00
by jp
Thanks for the feedback, deezl.

Well, you answered yourself to your request :
deezl wrote:your mod is designed to be a simpler replacement for moreblocks

X-Decor is indeed not meant to be coupled with moreblocks or homedecor. You would create many duplicate by doing so and the philosophies are entirely different (mine doesn't clash with the intrinsic cubic style of Minetest).

So it's up to the areforementioned mods to adapt to X-Decor and not the inverse.

The only support from the exterior is reserved for minetest_game mods (whose I rely on).

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Feb 14, 2016 17:08
by jp
[Update] Some important news :

  • The doors now require to use a recent copy of Minetest Game since the API in upstream has changed.
  • The crafting guide from the workbench has been moved to its own book ("Crafting Guide"). It's more appropriate and much more responsive on use.
  • The nodeboxes combination feature has been dropped for lack of usefulness.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Feb 14, 2016 21:45
by mahmutelmas06
Could you add an option to activate crafting guide as a button in inventory_plus ?

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Feb 14, 2016 21:51
by everamzah
I don't think that mod would check whether the craft book were in your inventory.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sat Feb 20, 2016 20:04
by everamzah
Image

Found this odd error with ice node only.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sat Feb 20, 2016 20:21
by jp
Can't reproduce :

Image

Also please consider GitHub for reporting issues. I might not be as reactive on the forums.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Mon Feb 22, 2016 21:19
by mahmutelmas06
Some Sofa, Plazma tv, Computer etc.. would be nice to see in this mod

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sat Feb 27, 2016 20:52
by jp
[Update] Pressure Plates added (two versions : wooden and stone), with the help of sofar.

Go over them to open all doors (including trapdoors) inside a radius of 2 nodes. Of course if you don't own a protected door, you won't be able to open it with a pressure plate.

Image

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sat Feb 27, 2016 20:56
by TenPlus1
Wow, nice feature jp :)

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sat Feb 27, 2016 22:34
by RHR
I only get this error:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
2016-02-27 23:28:45: ACTION[Server]: singleplayer takes "xdecor:pressure_wooden_off" from creative inventory
2016-02-27 23:28:51: ACTION[Server]: singleplayer takes "doors:door_wood" from creative inventory
2016-02-27 23:28:57: ACTION[Server]: singleplayer places node xdecor:pressure_wooden_off at (-38,16,-33)
2016-02-27 23:28:57: ACTION[Server]: facedir: 3
2016-02-27 23:29:01: ERROR[Main]: ServerError: Lua: Runtime error from mod 'xdecor' in callback ScriptApiNode::node_on_timer(): D:\minetest\bin\..\mods\xdecor/pressureplates.lua:11: attempt to call field 'get' (a nil value)
2016-02-27 23:29:01: ERROR[Main]: stack traceback:
2016-02-27 23:29:01: ERROR[Main]:    D:\minetest\bin\..\mods\xdecor/pressureplates.lua:11: in function 'door_toggle'
2016-02-27 23:29:01: ERROR[Main]:    D:\minetest\bin\..\mods\xdecor/pressureplates.lua:32: in function <D:\minetest\bin\..\mods\xdecor/pressureplates.lua:22>

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sat Feb 27, 2016 22:40
by jp
Be sure you're using a recent copy of Minetest Game since it uses the latest doors API to work.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sat Feb 27, 2016 22:51
by RHR
oh I see, thx :)

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Feb 28, 2016 11:12
by jp
[Update] I added a Lever for those who prefer that over the Pressure Plates for opening doors.

Image

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Mar 06, 2016 11:51
by jp
[Update] No new toys, just code maintenance and bugfixing.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Mar 13, 2016 10:21
by jp
[Update] The connected walls have been dropped and aliased to the new Minetest Game walls.

You will need -dev version of the engine and Minetest Game to use them.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Tue Mar 15, 2016 03:10
by oscar14
A similar error to the one that everamzah posted.

screenshot_20160314_223030.png
screenshot_20160314_223030.png (112.02 KiB) Viewed 4453 times

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Tue Mar 15, 2016 09:59
by jp
3 users reported approximatively the same issue and I wasn't able to reproduce it yet.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Wed Mar 16, 2016 15:39
by Minetestforfun
We spoke about it here : https://github.com/MinetestForFun/serve ... /issues/82

But we didn't have a solution for now...

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Thu Mar 17, 2016 01:40
by JingoJagget
I'm not sure what's causing this issue, but an ingredient for the painting recipe apparently does not exist.
screenshot.png
screenshot.png (79.48 KiB) Viewed 4453 times

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Thu Mar 17, 2016 10:10
by jp
JingoJagget wrote:I'm not sure what's causing this issue, but an ingredient for the painting recipe apparently does not exist.

Apparently you don't have the default book in your subgame. Also your copy of xdecor is outdated.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Thu Mar 17, 2016 22:28
by JingoJagget
jp wrote:
JingoJagget wrote:I'm not sure what's causing this issue, but an ingredient for the painting recipe apparently does not exist.

Apparently you don't have the default book in your subgame. Also your copy of xdecor is outdated.

I was playing minetest_game, though, and I definitely do have the book. Otherwise I wouldn't have been able to make the Crafting Guide.
I redownloaded xdecor, though, and the problem is still there.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Thu Mar 17, 2016 22:32
by jp
Oh excuse-me, I did not notice it was a painting in output. So you need to update xdecor (and Minetest Game) anyhow because the default sign has changed of name recently.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Fri Mar 18, 2016 21:41
by Inocudom
jp wrote:[Update] I added a Lever for those who prefer that over the Pressure Plates for opening doors.

Image

Yeah, most people overlook simple things like this when creating mods. Glad that you are not one of them.

Re: [Mod] X-Decor [git] [xdecor]

PostPosted: Sun Mar 20, 2016 10:28
by jp
Some hint for everyone using a -dev version of Minetest (since c5c727d) or the upcoming 0.4.14...

Set this in your minetest.conf file and the pressure plates opening doors will work very smoothly :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
nodetimer_interval = 0.1