[Mod] new Factory [factory]

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Mod] new Factory [factory]

by Chem871 » Post

It doesn't, I've tested it.
What is SCP-055?

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

Chem871 wrote:Is the industrial furnace supposed to cook items faster than the normal furnace?
I had a look into the code:
It cooks 1.2x faster and uses 0.65x the fuel per second.
my mods and subgames (ง'̀-'́)ง

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

azekill_DIABLO wrote:what can i be useful to?
Could you help me implementing client side translations?
I have already started but it doesn't seem to work...
my mods and subgames (ง'̀-'́)ง

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] new Factory [factory]

by azekill_DIABLO » Post

I don't think I'll have time and my english isn't famous ... But I might know why it doesn't work... It may be a problem with dependicies. But I'm not sure i've never worked with intlib :\
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

azekill_DIABLO wrote:[...]my english isn't famous ... But I might know why it doesn't work... [...] I'm not sure i've never worked with intlib :\
I just want to know why it doesn't work you don't have to translate...
What I am trying is to throw intllib out and replace it by mintetest.translate.
my mods and subgames (ง'̀-'́)ง

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] new Factory [factory]

by azekill_DIABLO » Post

The easiest way might be to ask in the intlib dedicated topic. I'm sure you've already done it anyway. But I'm absolutly useless in this case.
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

I have fixed a problematic bug that is caused because minetest.get_objects_inside_radius didn't find the moving_items, this problem may cause large amounts of items to get stuck inside takers.
Also I have added a new machine: the overflowing pneumatic mover
It's a mover that will let only one stack of a type into the target machine/chest.
my mods and subgames (ง'̀-'́)ง

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

I would like to ask what kind of new machines you would like to have. If possible write an issue on github as a feature request but you can also reply to this topic...
my mods and subgames (ง'̀-'́)ง

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

Translations are now client-side
if you have problems with translations that are not found please check my issue in minetest/minetest
added the sorting vacuum that can pull certain items up
it's not realistic but darn useful
fixed some bugs
and added some perhaps
my mods and subgames (ง'̀-'́)ง

User avatar
LMD
Member
Posts: 1386
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: [Mod] new Factory [factory]

by LMD » Post

<DELETED>
My stuff: Projects - Mods - Website

User avatar
AccidentallyRhine
Member
Posts: 252
Joined: Sun Aug 02, 2015 05:43

Re: [Mod] new Factory [factory]

by AccidentallyRhine » Post

theFox wrote:update:
* added autocrafter
* added textures for switched off machines
* better swapper inventory
I am really struggling to understand the swapper inventory. Items just seem to get stuck in the center two slots without doing anything.

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

AccidentallyRhine wrote:I am really struggling to understand the swapper inventory. Items just seem to get stuck in the center two slots without doing anything.
You can look into the english manual.

I also had problems with the swapper back in the days when it was lemmys factory mod...
So here the full description:
The Swapper is a sorting machine. It takes items from the lower four slots and takes a look whether they are the same as the ones at the long sides if an item matches it is moved to the output on the side where an item of the same type could be found. If the item didn't match any then it is moved to the upper slots. The items in the output slots can be taken using takers on the sides with the according color. The other side is for inserting items using a mover.
my mods and subgames (ง'̀-'́)ง

User avatar
AccidentallyRhine
Member
Posts: 252
Joined: Sun Aug 02, 2015 05:43

Re: [Mod] new Factory [factory]

by AccidentallyRhine » Post

Hmm so it seems the top left and top right behave as storage buffers. The extreme right and left are for placing reference items to determine how to sort others. This must be so that users can command multiple types of items to certain outputs?

That just leaves the center boxes. Those are for the white output? If I figure this all out I may submit some improvements to the manual.

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

AccidentallyRhine wrote:This must be so that users can command multiple types of items to certain outputs?
Sorry if I get it wrong, I can only guess what this question means...
All items in the lower slots that match any of the right or left will be sorted to the according side.
AccidentallyRhine wrote:That just leaves the center boxes. Those are for the white output?
The four lower "white" slots are the input that will be sorted into the upper slots. You can insert items with a mover into the white side.
my mods and subgames (ง'̀-'́)ง

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] new Factory [factory]

by StarNinjas » Post

+1 Awesome
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] new Factory [factory]

by StarNinjas » Post

Hello everyone, hopper mod work awesome with this mod!
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

StarNinjas wrote:Hello everyone, hopper mod work awesome with this mod!
I know, but why would you need the hopper mod for this?
Is there anything I could do to improve this to the point of hoppers becoming useless?
my mods and subgames (ง'̀-'́)ง

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] new Factory [factory]

by StarNinjas » Post

will if you added a hopper maybe thats the solution ;)
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

StarNinjas wrote:will if you added a hopper maybe thats the solution ;)
Actually I don't want to make yet another hopper mod, maybe you could explain what you use them for...
my mods and subgames (ง'̀-'́)ง

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

Electrical revolution!
The factory mod now contains a combustion generator, cables and an electrical furnace. Now you don't have to route your fuel through your factory anymore. Yaaaay.
More devices coming soon...
my mods and subgames (ง'̀-'́)ง

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] new Factory [factory]

by StarNinjas » Post

cool
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

srinivas
Member
Posts: 25
Joined: Sun May 19, 2019 06:16
GitHub: samarth-ramesh
IRC: srinivas
In-game: samarthr1
Location: Hyderabad India

Re: [Mod] new Factory [factory]

by srinivas » Post

The belt can drop the node to either side and then push the nodes subsequently.

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

srinivas wrote:The belt can drop the node to either side and then push the nodes subsequently.
Do you mean that the items should drop to the side?
Or do you mean that the items should push nodes away?
my mods and subgames (ง'̀-'́)ง

DoyleChris
Member
Posts: 265
Joined: Sat Jul 25, 2015 19:54
In-game: DoyleChris

Re: [Mod] new Factory [factory]

by DoyleChris » Post

How do you get the items off the top of the digger. Do you use a fan.

User avatar
theFox
Member
Posts: 192
Joined: Sun Feb 12, 2017 14:08
GitHub: theFox6
In-game: theFox
Location: Germany

Re: [Mod] new Factory [factory]

by theFox » Post

DoyleChris wrote:How do you get the items off the top of the digger. Do you use a fan.
Sure you can do that. The more effective way is putting conveyor belts on top of the digger. The items will then spawn on them.
^ Should I mention this in the manual?
my mods and subgames (ง'̀-'́)ง

Post Reply

Who is online

Users browsing this forum: No registered users and 21 guests