Page 3 of 6

Re: [Mod] Terumetal [v1.8][terumet]

Posted: Sun Jan 14, 2018 02:41
by Chem871
Would you add a machine that repairs tools with heat power?

Re: [Mod] Terumetal [v1.8][terumet]

Posted: Sun Jan 14, 2018 14:21
by TechNolaByte
Terumoc wrote:probably next on the list, rolled up into the machine upgrade system I've been meaning to do.
OooooooooOoooo interesting

Re: [Mod] Terumetal [v1.8][terumet]

Posted: Sun Jan 14, 2018 23:33
by Terumoc
Things regarding upgrades/chest automation are in progress, just slow going.

Image

Presently, I've decided the best way to support the most automation/item transport mods would be to support input/output to adjacent chests or any adjacent node with a "main" inventory. At least this way it can be used with most mods without having to code specific support for each.

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 01:00
by Chem871
Generic support sounds good.

Re: [Mod] Terumetal [v1.8][terumet]

Posted: Mon Jan 15, 2018 02:28
by TechNolaByte
Terumoc wrote:Presently, I've decided the best way to support the most automation/item transport mods would be to support input/output to adjacent chests or any adjacent node with a "main" inventory. At least this way it can be used with most mods without having to code specific support for each.
sweet great idea

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 02:29
by TechNolaByte
also love the upgrade textures!

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 03:19
by TechNolaByte
Could you possibly add a output chest on the bottom upgrade?

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 05:43
by Terumoc
RSLRedstonier wrote:also love the upgrade textures!
Thanks, glad you like them ;)
RSLRedstonier wrote:Could you possibly add a output chest on the bottom upgrade?
Honestly I'd like to make the output side an option on the gui or something, but the easiest way might be just to make different upgrade items for different sides. I'll think about it and see what I can do tomorrow after I take a break, been working on this all weekend pretty much haha.

Re: [Mod] Terumetal [v1.8][terumet]

Posted: Mon Jan 15, 2018 05:44
by Terumoc
Chem871 wrote:Would you add a machine that repairs tools with heat power?
Oh that's an interesting idea. I have some idea of how I'd like to do it, but I need to think about it some. I'll put it on the github though to remind me about the idea for sure though.

Re: [Mod] Terumetal [v1.8][terumet]

Posted: Mon Jan 15, 2018 16:35
by azekill_DIABLO
Terumoc wrote: Image
This formspec is nicer than MC's one. We need you to re-do the whole minetest menu :D

EDIT: also, those textures!!! and the use of a 3D item in a formspec (the chest cubeimage) O.o

Re: [Mod] Terumetal [v1.8][terumet]

Posted: Mon Jan 15, 2018 18:37
by TechNolaByte
azekill_DIABLO wrote: This formspec is nicer than MC's one. We need you to re-do the whole minetest menu :D
I second that

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 19:48
by TechNolaByte
oh also I know you decided on chests as input and out but this is the hopper mod that has the api just incase
https://github.com/minetest-mods/hopper
its an updated version of the old hopper mod that didn't have an api

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 21:05
by Chem871
You know, if chests are used as input/output, it's so easy to just attach a hopper to said chest, so it's indirectly compatible.

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 22:40
by TechNolaByte
Chem871 wrote:You know, if chests are used as input/output, it's so easy to just attach a hopper to said chest, so it's indirectly compatible.
sorta like universal compatibility
love it

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Mon Jan 15, 2018 23:27
by Chem871
The thermobox takes heat coming from 4 directions and outputs it to one machine, right? Could there be a heat splitter? 1 input, 4 outputs?

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 02:42
by Terumoc
azekill_DIABLO wrote: This formspec is nicer than MC's one. We need you to re-do the whole minetest menu :D

EDIT: also, those textures!!! and the use of a 3D item in a formspec (the chest cubeimage) O.o
Ahaha, well thank you, I do like to make things look nice. When/if I ever finish working on this mod so much I wouldn't mind providing more graphic stuff to Minetest itself.

And I can't really take too much credit for showing a node in a formspec, it's standard behavior that if you use item-image[] in a formspec and give it a node name it will show the node like that ;) I thought the best way to show what external input/output it was using was to just show the node itself.
Chem871 wrote:The thermobox takes heat coming from 4 directions and outputs it to one machine, right? Could there be a heat splitter? 1 input, 4 outputs?
5 directions actually, the output is the "facing" side. And your request was both good and easy to implement; there's now a cheaper Thermobox called the Thermal Distributor added with much less heat capacity, but it does act the opposite way: one side is an input while it equally distributes to the 5 orange sides like a heater does.

Edit: forgot to mention, the Distributor also has a fuel slot unlike a thermobox so it can be used early game as a heating hub to multiple machines with heat fuel

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 02:51
by TechNolaByte
Terumoc wrote:one side is an input while it equally distributes to the 5 orange sides like a heater does.
OoooOooo
round robin with heat
noice

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 03:13
by Terumoc
RSLRedstonier wrote:
Terumoc wrote:one side is an input while it equally distributes to the 5 orange sides like a heater does.
OoooOooo
round robin with heat
noice
Yeah, from the HEAT ray down to the thermoboxes and distributors there's now a lot of ways to move heat around so I'm pretty happy with the heat system now.

I still need to play an actual survival game with my mod though, to see how things feel when you have to actually gather materials and the like. The only way I could really get a feel for the balance would be to try it out properly at this point, there's so many options now.

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 14:43
by TechNolaByte
quick idea to improve the api
1.allow the api to create new upgrade and have a function that's called if the machine does stuff if the upgrade is in it
2.allow machines made by the api to support different upgrades

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 15:34
by Chem871
Would you allow heat to travel through glass and obsidian glass, not just air? Plus, it would look nifty :P

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 16:45
by Chem871
What about a machine that pulls ambient heat out of the air, and if water is next to this machine, it's turned into ice?

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 16:56
by TechNolaByte
Chem871 wrote:What about a machine that pulls ambient heat out of the air, and if water is next to this machine, it's turned into ice?
OoooOooo
I second this
though it needs to be expensive and produce very little heat

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 18:44
by Terumoc
RSLRedstonier wrote:quick idea to improve the api
1.allow the api to create new upgrade and have a function that's called if the machine does stuff if the upgrade is in it
2.allow machines made by the api to support different upgrades
Yeah, custom machines supporting upgrades should be coming soon.
Chem871 wrote:Would you allow heat to travel through glass and obsidian glass, not just air? Plus, it would look nifty :P
If you mean heat rays, they already do!
Image
They'll pass through any node that allows light to pass through.
Chem871 wrote:What about a machine that pulls ambient heat out of the air, and if water is next to this machine, it's turned into ice?
I've been trying to come up with an "advanced" heat generator for the coreglass tier, something like this is a nice idea. I'm definitely considering something like geothermal or ambient collection. I like the turning water to ice idea a lot though!

Edit: oh yeah forgot to mention, a bug that has been persisting where thermoboxes/distributors were getting stuck for some reason has finally been squashed, so I'd suggest updating to the latest repo version for best performance of them

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 18:52
by Chem871
So you mean heat rays can travel through crops?

Re: [Mod] Terumetal [v1.9][terumet]

Posted: Tue Jan 16, 2018 18:55
by azekill_DIABLO
If yes, crops should burn then. it may be useful. The sun is a deadly Lazer.