Search found 12 matches
- Tue Sep 15, 2020 3:02 am
- Forum: Duplicates
- Topic: [1.0.0] Colored title in blueprint library in grid view
- Replies: 1
- Views: 579
[1.0.0] Colored title in blueprint library in grid view
Hi! I have a weird behaviour here. The text below the blueprint is partially hidden when the title is colored (or in another font too) No problem in list view though ; same for the tooltip's title It's just me or it's a "normal" bug (know issue) ? ^^ * I had the same problem my previous pl...
- Mon Sep 07, 2020 2:24 am
- Forum: Bob's mods
- Topic: [1.1] - Artisanal Reskins: Bob's Mods
- Replies: 78
- Views: 19704
Re: [1.0] - Artisanal Reskins: Bob's Mods
It seems logical ^^ I supposed it was an oversight.
I saw you're working on future "Artisanal Reskins: Angel's Mods" ! 'Can't wait to see it
I saw you're working on future "Artisanal Reskins: Angel's Mods" ! 'Can't wait to see it

- Mon Sep 07, 2020 2:07 am
- Forum: Bob's mods
- Topic: [1.1] - Artisanal Reskins: Bob's Mods
- Replies: 78
- Views: 19704
Re: [1.0] - Artisanal Reskins: Bob's Mods
Hi!
First of all, gorgeous mod!
I suppose this is not normal, given the screens on the mod portal?

First of all, gorgeous mod!

I suppose this is not normal, given the screens on the mod portal?

- Thu Jul 26, 2018 10:51 am
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
This case (I guess)
(Sorry, I'm not really good in english, it seemed easier to say that like that
)
In fact, there : Image 1 >upgrade> Image 2 >downgrade> Image 1Deadlock989 wrote:that it only returns to the correct direction if you go yellow > red > yellow?
(Sorry, I'm not really good in english, it seemed easier to say that like that

- Thu Jul 26, 2018 10:34 am
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
Belt snapping is one of those things which is always going to be down to personal preference to some degree. It's a complex problem and whatever solution you pick, it won't please everyone. For example, you like it when loaders "watch" for adjacent belts being rotated - I don't like it be...
- Thu Jul 26, 2018 5:36 am
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
I saw the 2 snapping logics in this mod, each of them have goods & bads. Actually, I prefer miniloader snapping logic. It seems to re-snap when belt direction changed, and this behavior is more intuitive. But I do not know if it consumes more UPS to check that. @Grize is right for the last snapp...
- Fri Mar 30, 2018 3:34 pm
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
do you mean how many items the loader puts into the input inventory of the beltbox? Not sure what "too much" means but I can't control that, it is vanilla loader behaviour. Miniloaders are not really loaders, they are hidden inserters. Yes. And "not too much" like for assemblers...
- Fri Mar 30, 2018 12:38 am
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
Can we limit items stack too much in input of a beltbox?
I tried with a miniloader, it work fine. But not with your compact loader
I tried with a miniloader, it work fine. But not with your compact loader
- Thu Mar 29, 2018 2:18 pm
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
Ok it work. Thank you : )
So, everytime I want to add more items, can I copy/paste the migrations .lua file (w current version in its name ofc) to actualize the technologie?
So, everytime I want to add more items, can I copy/paste the migrations .lua file (w current version in its name ofc) to actualize the technologie?
- Thu Mar 29, 2018 12:14 am
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
My code is well in data-final-fixes.lua file (I had this and migrations-like things before, I know the difference between json and lua ^^) Ok I added Pyanodon mods in dependencies (I forgot, silly me), nothing change. No logs at all (in the game chat? Neither in last lines in factorio-current.log) :...
- Wed Mar 28, 2018 10:56 pm
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
That's what I said to myself yeah :D And yes I think, here my .lua -- get DSB to stack additional items if deadlock_stacking then -- first edit : work deadlock_stacking.create("log", nil, "deadlock-stacking-1") deadlock_stacking.create("soil", nil, "deadlock-stacki...
- Wed Mar 28, 2018 10:34 pm
- Forum: Mods
- Topic: [MOD] Deadlock's Stacking Beltboxes & Compact Loaders
- Replies: 741
- Views: 135279
Re: [MOD 0.16.x] Deadlock's Stacking Beltbox (& Compact Loaders)
Hello o/ I make a minimod to add more stacking for items from another mod (Pyanodon) in my current save The first time I added a few items in data-final-fixes.lua (with the same tech as "deadlock-stacking-1"). It did not work, so I tried to make a thing I don't understand: I copied the mig...