Any good servers using Basic_machines, pipeworks and technics?

Post Reply
User avatar
Pixels
Member
Posts: 19
Joined: Tue Oct 04, 2022 08:27

Any good servers using Basic_machines, pipeworks and technics?

by Pixels » Post

Hi i'm looking for servers that will have these mods at least: Basic_machines, pipeworks and technics, mesecons.
PvP enable and English spoken/written.
Looks like it is hard to find them with all these mods installed.
Thanks for sharing your list ;)

Ruslan1
Member
Posts: 70
Joined: Wed Dec 21, 2016 04:13
GitHub: ruslan1-dev
IRC: Ruslan1
In-game: Ruslan1

Re: Any good servers using Basic_machines, pipeworks and technics?

by Ruslan1 » Post

prismo
cdb_9fcc437a79b1

User avatar
Mr. Rar
Member
Posts: 109
Joined: Tue Oct 04, 2016 20:13
GitHub: MrRar
In-game: MrRar

Re: Any good servers using Basic_machines, pipeworks and technics?

by Mr. Rar » Post

I went to https://servers.minetest.net/list opened the console and pasted the following code:

Code: Select all

function has_mod(list, name) {
	for(let m in list)
		if (list[m] === name)
			return true;
	return false;
}
let data = JSON.parse(document.body.innerText);
let required_mods = ["basic_machines", "pipeworks", "technic", "mesecons"]
for(let i in data.list) {
	let mods = data.list[i].mods;
	let all_requirements = true;
	for(let j in required_mods) {
		if(!has_mod(mods, required_mods[j]))
			all_requirements = false;
	}
	if(!data.list[i].damage)
		all_requirements = false;
	if(all_requirements) {
		console.log(`description: ${data.list[i].description}`)
		console.log(`address: ${data.list[i].address}`)
		console.log(`port: ${data.list[i].port}`)
		console.log(`creative: ${data.list[i].creative}`)
		console.log(`url: ${data.list[i].url}\n`)
	}
}
I got the following output. I don't know if they are good or use English.

description: Survival server featured on youtube channel - over 140 mods
address: 78.81.146.158
port: 30001
creative: false
url: http://cyberia-minetest.tk

description: Viel Spass bei Reuchlin Escape Virtual!
address: 89.58.31.81
port: 30000
creative: true
url: http://pforzheim-virtuell.de

description: Viel Spass bei Reuchlin Escape Virtual! Server: 3
address: 89.58.37.174
port: 30000
creative: true
url: http://pforzheim-virtuell.de

description: Viel Spaß bei Reuchlin Escape Virtual!
address: 202.61.236.145
port: 30000
creative: true
url: http://pforzheim-virtuell.de

description: I Highly recommend at least a good mobile/pc to play here or else you will crash a lot unless ur pc but ull lag badly if bad pc. What inspired me to make this server was Dog of war.
address: 98.117.219.38
port: 30000
creative: false
url: http://minetest.net
"Only in Christ do we find real love, and the fullness of life. And so I invite you today to look to Christ." - St. John Paul II

User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Any good servers using Basic_machines, pipeworks and technics?

by Festus1965 » Post

Mr. Rar wrote:
Fri Oct 28, 2022 21:44
I got the following output. I don't know if they are good or use English.
We mainly can't tell you that also !

good = a personal and fact thing ... and also depends on your unit and client and also distance as provider you join internet and a server.

You get your answer faster, if you just check out what time you play and how many gamer are there inside, and how long server is running since restart (longer = less crash) and go in yourself for 15 minutes and check if the community and server maintenance as lag is good for YOU !

We are all individuals and login from different locations = so nothing is same or good/bad for all the same.
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

User avatar
Pixels
Member
Posts: 19
Joined: Tue Oct 04, 2022 08:27

Re: Any good servers using Basic_machines, pipeworks and technics?

by Pixels » Post

Thanks a lot for your answers.

Ruslan1: I went to Prismo, very nice one indeed
Mr. Rar: thanks for the code, i think that's another interesting way to find them too.

Festus65: well "any good server" was more a way of speaking actually but you are right, it may also mean a server that is not crashing every single minute for internal error or, one so heavily modded that even with a well-equiped computer it won't be possible to display more than 10 nodes every 2 mn, even if you were sitting on that server (very close location ).

So yes, location, numbers of players, unit .. all of them are good to take in consideration. Personally, if it is crashing over and over or too heavily modded, it kills the game and this is definitely the opposite of "good" for me :/

I've been able to find several thanks to all. I also typed "machines" in the search bar as some servers indicates that information in their description (but a lot don't).

Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests