Search found 89 matches

by cid0rz
Mon May 08, 2017 6:22 pm
Forum: Mods
Topic: [MOD 0.15] SmartTrains 2.0.5
Replies: 608
Views: 300258

Re: [MOD 0.15] SmartTrains 2.0.0

Yes I remember reading Siggboy's before starting to develop my own but as far as I remember it was based on offer more than demand but anyways. In my system I made it so it'll loop on all the stations I think it takes 8 ticks total round, this could be optimized slightly. Once it finds some station ...
by cid0rz
Mon May 08, 2017 9:27 am
Forum: Mods
Topic: [MOD 0.15] SmartTrains 2.0.5
Replies: 608
Views: 300258

Re: [MOD 0.15] SmartTrains 2.0.0

Is it possitble to remove the train routes completely and just send the train to a station number? As in a train only has one station in the schedule (the depot) and gets sent to whatever station number is sent over the circuit network? The train would add the station to the schedule go there and w...
by cid0rz
Thu May 04, 2017 9:26 pm
Forum: Mods
Topic: [MOD 0.15] SmartTrains 2.0.5
Replies: 608
Views: 300258

Re: [MOD 0.14] SmartTrains 1.1.7

If i understand correctly you want to be able to assign a trainline to a train via the circuit network? That's a neat idea i think, i'll add it to my todo list for after the 0.15 changes :D That is right! I think it would be very nice since you can plan "routes" or even have multiple depo...
by cid0rz
Wed May 03, 2017 9:37 pm
Forum: Tools
Topic: blueprint string viewer
Replies: 15
Views: 9170

Re: blueprint string viewer

Thank you! Now i got it with:

Code: Select all

    todecodestr = bprintfile.read()
    todecodestr = todecodestr[1:]
    bprintfile.close()

    decoded_data = base64.b64decode(todecodestr)
    mydata=zlib.decompress(decoded_data)
didn't notice the 0 :!:
by cid0rz
Wed May 03, 2017 5:14 pm
Forum: Tools
Topic: blueprint string viewer
Replies: 15
Views: 9170

Re: blueprint string viewer

Hum I 'm having some problems decoding new strings in python. In the past I did: being todecodestr a read from an openfile of a blueprint: decoded_data = base64.decodestring(todecodestr) tempfile = StringIO.StringIO(decoded_data) decompressed = gzip.GzipFile(fileobj=tempfile) mydata = decompressed.r...
by cid0rz
Tue May 02, 2017 6:05 pm
Forum: Tools
Topic: Factsim - A Factorio combinator simulator
Replies: 12
Views: 11614

Factsim - A Factorio combinator simulator

Hello guys. I was just wiring too much in Factorio ^^, after doing my train delivery system and testing it under many circumstances i wanted to improve it in some ways. The problem is developing complex systems in Factorio directly has some inconveniences. So as I have some basic skills in python pr...
by cid0rz
Fri Mar 24, 2017 10:56 pm
Forum: Mods
Topic: [MOD 0.15] SmartTrains 2.0.5
Replies: 608
Views: 300258

Re: [MOD 0.14] SmartTrains 1.1.7

Hello All! First of all Many thanks Choumiko for the great mod. I'm enjoying it and FARL a lot! I love trains in factorio and combinators so dangerous combination :D xD. So I was doing a simple system to command my lines via signals with the goto signal# option in the lines. It works perfectly once ...
by cid0rz
Wed Mar 08, 2017 6:33 pm
Forum: Mods
Topic: [MOD 0.14] Train Coupler
Replies: 33
Views: 17354

Re: [MOD 0.14] Train Coupler

Wow, this is great, I'm gonna try it immediately, thank you!
by cid0rz
Mon Oct 10, 2016 4:33 pm
Forum: Off topic
Topic: Games Like Factorio
Replies: 213
Views: 419695

Re: Games Like Factorio

Just announced, hitting Early Access in October, from the creator of SpaceChem, Infinifactory and TIS-100: http://www.zachtronics.com/shenzhen-io/ Looks like the right thing if the Circuit Network is your favorite part of Factorio... :D I'm completely addicted to it atm, in fact I have some robots ...
by cid0rz
Sat Sep 24, 2016 6:04 pm
Forum: Combinator Creations
Topic: Memory Cell with Control and Application (Train Filler)
Replies: 3
Views: 4386

Re: Memory Cell with Control and Application (Train Filler)

Hello, today I was re-testing the display and now it's working very good. As I saw somebody downloaded the cells, pelase find attached a working display with the 2 column arrays of memory cells. Now the program that is set up will store the misterious words on column 2 and then copy them to column 1...
by cid0rz
Wed Sep 21, 2016 6:23 pm
Forum: General discussion
Topic: Thank you (Make the dev-team happy today!)
Replies: 571
Views: 294320

Re: Thank you (Make the dev-team happy today!)

Hello! loved the game since the load screen to my already more than 300h ^^. Loved also the factorio development gif section! :mrgreen:
by cid0rz
Fri Sep 16, 2016 11:01 pm
Forum: Railway Setups
Topic: 0.13 Smart supply-train loader + other solutions
Replies: 89
Views: 39212

Re: 0.13 Smart supply-train loader + other solutions

Hello all, I did something related to this but not exactly on the same topic. it is a percentual train loader / unloader. It works the following way: train has a wagon that is a memory. in the picttures and blueprints is the first wagon. This wagon cannot be used for other purpose initially, of cour...
by cid0rz
Fri Sep 16, 2016 10:03 pm
Forum: Combinator Creations
Topic: Customisable Scrolling Display
Replies: 13
Views: 13571

Re: Customisable Scrolling Display

Hello Toast, here the referred cells: viewtopic.php?f=193&t=32375#p206902 I updated the post with the version I used for the setup above. I like the idea of more signals and custom ones, i'll have a look to the mod.

Cheers!
by cid0rz
Fri Sep 16, 2016 10:00 pm
Forum: Combinator Creations
Topic: Memory Cell with Control and Application (Train Filler)
Replies: 3
Views: 4386

Re: Memory Cell with Control and Application (Train Filler)

Hello again, I was working to implement my cells with a display (https://forums.factorio.com/viewtopic.php?f=193&t=32489) so then I realized I will need all the letters and maybe more addresses, since i was not very satisfied with 0-9. Then I changed everything xD. The philosophy is the same so ...
by cid0rz
Fri Sep 16, 2016 5:45 pm
Forum: Combinator Creations
Topic: Combinator Contraptions
Replies: 118
Views: 95340

Re: Combinator Contraptions

The multiplexing/demultiplexing would be quite a mess since you odn't know which letters you expect to get and their values are arbitrary, they can be limited though. I use for exampel in this sistem powers of 2 to order the letters in a word, so I can store a word with the letters ordered. Now the ...
by cid0rz
Wed Sep 14, 2016 12:26 am
Forum: Combinator Creations
Topic: Remember Lowest / Highest Value
Replies: 6
Views: 7219

Re: Remember Lowest / Highest Value

Hi, I like the max/min storage, can be useful with liquid levels also, to see if you are cracking enough, levels of storage (charge of acumulators also) or maybe partial results from operations so I keep the scheme in mind. It happened to me many times I had to do reverse engineering on myself becau...
by cid0rz
Tue Sep 13, 2016 11:01 pm
Forum: Combinator Creations
Topic: Customisable Scrolling Display
Replies: 13
Views: 13571

Re: Customisable Scrolling Display

Hi again, I used the memory cells for something good. Now I can use your display with them. I've modified a bit the system so it reads automatically the first memory column depending on the number of words. Each cell has a complete word with its color. Now white must be included for the length of th...
by cid0rz
Mon Sep 12, 2016 7:03 pm
Forum: Combinator Creations
Topic: Customisable Scrolling Display
Replies: 13
Views: 13571

Re: Customisable Scrolling Display

Thank you for your post, it is a very interesting build. Very clear and rewarding to study. I like a lot the "clock" and how it works and how it can be extended in every way. Also very good signal choices, it helps a lot when studying something that is not yours and very clean wiring. Now ...
by cid0rz
Sat Sep 10, 2016 4:30 pm
Forum: Combinator Creations
Topic: Combinator Contraptions
Replies: 118
Views: 95340

Re: Combinator Contraptions

Hello fellow factorians! Regarding the encoder posted here, as the blueprint is broken :cry: I'd like to know if it is possible to encode multiple signals in another signal with a dictionary. So I want to encode words, which I order with power of two slots, so signal "T=2, R=4, A=8, I=(16+128+2...
by cid0rz
Thu Sep 08, 2016 9:53 pm
Forum: Combinator Creations
Topic: Memory Cell with Control and Application (Train Filler)
Replies: 3
Views: 4386

Memory Cell with Control and Application (Train Filler)

Hello everyone, finally I came up with something worh sharing. It all started here: https://forums.factorio.com/viewtopic.php?f=8&t=14584 Then I continued investigating and improoving the system. finally the cell is not too small but it works very well and it is FAST. So I got the memory cell an...

Go to advanced search