Search found 450 matches

by Bisa
Sat Nov 21, 2020 9:51 am
Forum: Multiplayer / Dedicated Server
Topic: [linux] Dedicated server init script
Replies: 115
Views: 115358

Re: [linux] Dedicated server init script

Now I want to run you script, but seems i get errors like the config file not found... etc.. Where do I change the PATHS and on wich lines? Hi, I'm sure you got it sorted eventually ;) for future reference, please report issues at https://github.com/Bisa/factorio-init/issues (oh, and the changes yo...
by Bisa
Thu May 17, 2018 2:16 pm
Forum: Multiplayer / Dedicated Server
Topic: [linux] Dedicated server init script
Replies: 115
Views: 115358

Re: [linux] Dedicated server init script

Cool, glad you found it useful :)
by Bisa
Sat Jan 06, 2018 9:28 am
Forum: News
Topic: Friday Facts #224 - Bots versus belts
Replies: 905
Views: 338701

Re: Friday Facts #224 - Bots versus belts

I'm loving the idea of logi bot removal, I had a more fun and challenging game play working towards the logi network embargo achievement than any of the other achievements -and my base got really belt-messy and dynamic/fun to watch :)
by Bisa
Sat Dec 23, 2017 12:08 am
Forum: Multiplayer / Dedicated Server
Topic: [linux] Dedicated server init script
Replies: 115
Views: 115358

Re: [linux] Dedicated server init script

tacgnol wrote:thanks in advance!
You are welcome! ;)
by Bisa
Sat Dec 23, 2017 12:00 am
Forum: Not a bug
Topic: [16.1] `GLIBC_2.18' not found
Replies: 15
Views: 32960

Re: [16.1] `GLIBC_2.18' not found

You sir|madame are indeed a hero, thnx! :)

(needed this to get my development environment up and running after lying dormant for a year or so, yum upgrade didn't do the trick sadly :mrgreen: )
by Bisa
Mon May 01, 2017 9:58 am
Forum: Multiplayer / Dedicated Server
Topic: [linux] Dedicated server init script
Replies: 115
Views: 115358

Re: [linux] Dedicated server init script

I just wanted to say thank you for making this script. You are most welcome, glad you find it useful :) I need permission to write to /opt in order to do the install, but I also believe I should not be running the install as root. Ouch, I had not thought that one through, currently the user running...
by Bisa
Sat Apr 08, 2017 7:46 am
Forum: Ideas and Suggestions
Topic: [Multiplayer-Funktion] Matchmaking!
Replies: 7
Views: 3510

Re: [Multiplayer-Funktion] Matchmaking!

The part on automatic mod download is the most alluring of this suggestion in my opinion - on the topic of matchmaking, I must agree with SilverB1rd, without a way to actually "match" players with each other based on some kind of "rank" all you really can accomplish is putting ra...
by Bisa
Tue Apr 04, 2017 2:05 pm
Forum: Multiplayer
Topic: Unofficial Factorio Troll/Griefer Database
Replies: 235
Views: 152676

Re: Unofficial Factorio Troll and Griefer Database (FTGD)

would i need to make this file myself, or can i locate it somewhere? you either create one by banning "someone" to have the game generate it for you - or using a text editor vim/notepad++ with the following format: { "bans": [ { "username": "someone" } ] } an...
by Bisa
Tue Apr 04, 2017 1:46 pm
Forum: Multiplayer
Topic: [Server-Service] Free Factorio Server (Release)
Replies: 77
Views: 40978

Re: [Server-Service] Free Factorio Server (Release)

noliVe wrote:tripping? ;)
hehe, sorry man, I'm pulling your leg - felt like giving the topic a bump and say hello :D
by Bisa
Tue Apr 04, 2017 1:44 pm
Forum: Multiplayer
Topic: Unofficial Factorio Troll/Griefer Database
Replies: 235
Views: 152676

Re: Unofficial Factorio Troll and Griefer Database (FTGD)

i understood its not possible t ban them before they join with the addition of the banlist.json file (forgot the name, but it's something like that) you can now ban players preemptively - simply add an entry in your banlist and they will not be able to connect as for a mod, your best bet is probabl...
by Bisa
Tue Apr 04, 2017 1:33 pm
Forum: Ideas and Suggestions
Topic: Static "latest" headless download link
Replies: 21
Views: 9044

Re: Static "latest" headless download link

I love you regardless ;)
by Bisa
Tue Apr 04, 2017 1:31 pm
Forum: Multiplayer
Topic: minimal cost multiplayer game for casual players
Replies: 9
Views: 3730

Re: minimal cost multiplayer game for casual players

I saw you took noliVe's offer - still:
siim wrote:As I described in my post hamachi vpn works badly
The match making server should allow you to play without a vpn any way and most if not all port forwarding issues can be resolved with https://portforward.com/

Have fun! :geek:
by Bisa
Tue Apr 04, 2017 1:27 pm
Forum: Multiplayer
Topic: [Server-Service] Free Factorio Server (Release)
Replies: 77
Views: 40978

Re: [Server-Service] Free Factorio Server (Release)

Tripping much lately noliVe? ;)
by Bisa
Tue Apr 04, 2017 1:23 pm
Forum: Multiplayer
Topic: Can't connect to multiplayer server
Replies: 8
Views: 71143

Re: Can't connect to multiplayer server

Thats wrong cause me and two friends played together and i was the only one who port forwarded then a couple days later after we played for 3-4 days they just couldnt connect but they never port forwarded. Nice necro post m8 ;) for any future readers - my above comment does not apply any longer, th...
by Bisa
Tue Apr 04, 2017 1:04 pm
Forum: Implemented Suggestions
Topic: Add join/leave/... actions in game chat output
Replies: 16
Views: 7080

Re: Add join/leave/... actions in game chat output

mickael9 wrote:How hard can it be to just write the chat in the log file (possibly with an option to do so) ?
doubt it's a question of "difficulty", I suspect it's more of a priority thing - there's probably more stuff going on that are more important than this - bump nonetheless :)
by Bisa
Fri Mar 31, 2017 7:37 pm
Forum: Multiplayer / Dedicated Server
Topic: [linux] Dedicated server init script
Replies: 115
Views: 115358

Re: [linux] Dedicated server init script

TheEisbaer wrote:It's my first time using linux CentOS 7, and this message doesn't seem right, any advice?
I've given you some suggestions in your github issue.
by Bisa
Tue Mar 21, 2017 8:33 pm
Forum: Multiplayer / Dedicated Server
Topic: [linux] Dedicated server init script
Replies: 115
Views: 115358

Re: [linux] Dedicated server init script

What's the deal with the ../../ in the path configs? Isthere a reason this is there? Do you mean the: [path] read-data=__PATH__executable__/../../data write-data=__PATH__executable__/../.. on config/config.ini? If so, this is a reference to "two directory above the executable file", ergo ...
by Bisa
Wed Mar 15, 2017 5:03 pm
Forum: Multiplayer / Dedicated Server
Topic: Full headless server setup guide
Replies: 21
Views: 43029

Re: Full headless server setup guide

If you are still around to update this - look into using the "latest" link instead of having the user figure out which version to use, it's probably the latest any way? https://www.factorio.com/get-download/latest/headless/linux64 (also, a shameless self promote - the factorio init script ...
by Bisa
Wed Mar 15, 2017 4:54 pm
Forum: Multiplayer / Dedicated Server
Topic: [linux] Dedicated server init script
Replies: 115
Views: 115358

Re: [linux] Dedicated server init script

Shameless bump as version 2.5.0 now includes the ability to download the latest headless server from Wube to effortlessly install factorio on your linux server.

Go to advanced search