Page 14 of 15

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Mon Aug 21, 2017 14:08
by luizsab
Hello! About use of WorldEdit, how can I to set center line in asphalt cubes? In old version there was an cube specific.

Thank you

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Mon Sep 04, 2017 10:00
by BirgitLachner
Oh man, that's so sad. Such a great mod, but with the mod loading and accessing the server takes about 10 Minuten with streets mods. Without less than 1 minute. Same for leaving the server.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sat Sep 16, 2017 13:24
by Thomas-S
Good news for those of you who have problems with the loading time or number of registered nodes:

Today, a new setting streets.only_basic_stairsplus was added.

If you want to improve loading time and reduce the number of registered nodes, you can set the setting streets.only_basic_stairsplus to true in minetest.conf. When this is enabled, stairsplus nodes will only be registered for very basic roadmarkings.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun Oct 01, 2017 15:30
by vtwindsurfer
Hello, everyone!

This my first post to the forum.

I am relatively new to Minetest with only a few months of gameplay under my belt. I've been playing mostly singleplayer and adding mods as I go. Only recently have I added Streets to the list. At first it had some conflicts with other mods but I finally got it to work.

One thing though: I have had the Homedecore modpack installed for some time and that includes a recipe for Tar Blocks - Cooking "default:gravel". This is obviously a conflict with the Asphalt recipe.

I added to following to the ~.minetest/mods/streets/streets_roadsurface/init.lua file:

Code: Select all

minetest.register_craft({
	output = "streets:asphalt 4",
	recipe = {
		{"default:gravel", "group:tar_block"},
		{"group:tar_block","default:gravel"},
	}
})
This allows a crafting recipe using gravel and tar that, in a way, is more realistic, and doesn't kill the default cooking method for crafting asphalt with the Streets Mod. It is a little more resources in that you would have to first craft tar from gravel, then mix with more gravel.

I thought I would share if others were also looking for a solution. Maybe it can be added to the Streets Mod.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun Oct 01, 2017 16:21
by v-rob
vtwindsurfer wrote:Hello, everyone!

This my first post to the forum.

I am relatively new to Minetest with only a few months of gameplay under my belt. I've been playing mostly singleplayer and adding mods as I go. Only recently have I added Streets to the list. At first it had some conflicts with other mods but I finally got it to work.

One thing though: I have had the Homedecore modpack installed for some time and that includes a recipe for Tar Blocks - Cooking "default:gravel". This is obviously a conflict with the Asphalt recipe.

I added to following to the ~.minetest/mods/streets/streets_roadsurface/init.lua file:

Code: Select all

minetest.register_craft({
	output = "streets:asphalt 4",
	recipe = {
		{"default:gravel", "group:tar_block"},
		{"group:tar_block","default:gravel"},
	}
})
This allows a crafting recipe using gravel and tar that, in a way, is more realistic, and doesn't kill the default cooking method for crafting asphalt with the Streets Mod. It is a little more resources in that you would have to first craft tar from gravel, then mix with more gravel.

I thought I would share if others were also looking for a solution. Maybe it can be added to the Streets Mod.

But only if a mod that adds tar is enabled. If there is no other mod enabled, then the recipe should stay the same. (cook 1 gravel.)

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Mon Oct 02, 2017 04:51
by vtwindsurfer
v-rob wrote:

But only if a mod that adds tar is enabled. If there is no other mod enabled, then the recipe should stay the same. (cook 1 gravel.)

I added it to the bottom of init.lua and didn't touch the original recipe. It's superseded by the mod that adds tar anyway. I needed an alternate method of crafting asphalt since cooking gravel in my game makes tar.

But, with this change, I just created a sweet automated asphalt production facility.

https://photos.app.goo.gl/kADgsAuwzsa9F7qn2

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Tue Oct 10, 2017 05:12
by luizsab
Thomas-S wrote:Good news for those of you who have problems with the loading time or number of registered nodes:

Today, a new setting streets.only_basic_stairsplus was added.

If you want to improve loading time and reduce the number of registered nodes, you can set the setting streets.only_basic_stairsplus to true in minetest.conf. When this is enabled, stairsplus nodes will only be registered for very basic roadmarkings.
It doesn't works to me. I have a local network with Linux PC (Debian and Ubuntu). When I enabled the Streets mod it still take a lot minutes.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Tue Feb 27, 2018 03:48
by Lokimugr
This is a great mod! I do wish there were center and side stripes you could put on the asphalt, though.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Tue Feb 27, 2018 04:59
by Thomas-S
Lokimugr, thanks for your feedback!
I do wish there were center and side stripes you could put on the asphalt, though.
There are center and side roadmarkings. You can use them as follows:
  1. Craft 8 asphalt by cooking gravel.
  2. Craft a Mese Crystal Fragment by placing a Mese Crystal in the crafting grid.
  3. Craft a "Streets Workshop" by surrounding the mese crystal fragment with asphalt in the crafting grid.
  4. Place the streets workshop.
  5. Rightclick the workshop and follow the instructions of the tutorial there.
If there are further questions, feel free to ask.

Re: StreetsMod

Posted: Wed Apr 04, 2018 19:25
by alxk
The problem is that it's quite annoying to build streets. I think a tool allowing placing more Street blocks with one click would be really helpful. For example a formspec with an inventory, where the player can put the street blocks in the arrangement he wants them. By using the tool, this exact arrangement of blocks is placed.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sat Apr 07, 2018 19:45
by Thomas-S
alxk, thanks for your feedback!

At the moment, we develop a new version of the Streets mod. The placing of roadmarkings will be much simpler then.

I'll also keep your suggestion in mind, maybe it'll be implemented some day.

Re: StreetsMod

Posted: Sun Apr 08, 2018 02:50
by hajo
alxk wrote:it's quite annoying to build streets. I think
a tool allowing placing more Street blocks with one click would be really helpful.
Did you have a look at the building-capabilities of the digtron (see sig) ?

Re: StreetsMod

Posted: Mon Apr 16, 2018 19:24
by BirgitLachner
alxk wrote:The problem is that it's quite annoying to build streets. I think a tool allowing placing more Street blocks with one click would be really helpful. For example a formspec with an inventory, where the player can put the street blocks in the arrangement he wants them. By using the tool, this exact arrangement of blocks is placed.
What about using WorldEdit?

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Thu Apr 19, 2018 09:05
by christoferlevich
The problem with worldedit is evvery thing is so darn straight. When creating roads on hills, its impossible to use worldedit (unless there is a way to do it I'm not aware of).

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Thu Apr 19, 2018 13:00
by Clyde
Try replace ;-).

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Thu Apr 19, 2018 15:18
by christoferlevich
Clyde wrote:Try replace ;-).
Thats a great Idea! How would that work with slopes though? just replace with slopes and let the 'hidden blocks reside as sloped 'in' the hill?

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun May 06, 2018 15:11
by ulla
Hi i have downloaded i have see this error in lua light init.lua at line 263

Code: Select all

on_construct = on_constract,
nice mod

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun May 06, 2018 19:54
by Thomas-S
Ulla, as far as I can see, this error should be solved in the latest version of this mod. Thanks for your feedback.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Thu May 10, 2018 20:23
by ScorchedFalcon
Great Mod. I've been using it on singleplayer recently, and I love it! Thanks for bringing this to us.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Fri May 11, 2018 19:16
by LMD
Please note you may confuse people with your two attachments(streets 1.5 zip and 1.4.3 zip) what could make them download an older version, I already saw 1.5 has about 800 downloads, although 2.0 is out...
I'd suggest you to remove the attachments.

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun May 20, 2018 11:16
by Phoenixflo44
Could someone call me all the orders for the traffic lights

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun Jun 17, 2018 11:06
by Lol1234
I habe some Problems to load this Modell.

My error is line 26 in initiiert.lua: attempt to conc atenate field 'modpath' (a nil value)

Can anybody help please?

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun Jun 17, 2018 11:13
by Thomas-S
Lol1234: Please be sure that the folder of this mod is called "streets".

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Sun Jun 17, 2018 11:20
by Lol1234
Thomas-S wrote:Lol1234: Please be sure that the folder of this mod is called "streets".
Thanks for fast help

Re: [Mod] StreetsMod [2.0.1] – create modern cities

Posted: Tue Jul 02, 2019 22:05
by crixtiano
I tried to install, but the program generated an error:


2019-07-02 18:55:57: ERROR[Main]: ModError: Failed to load and run script from /home/cris/.minetest/mods/streets201/init.lua:
2019-07-02 18:55:57: ERROR[Main]: /home/cris/.minetest/mods/streets201/init.lua:26: attempt to concatenate field 'modpath' (a nil value)
2019-07-02 18:55:57: ERROR[Main]: stack traceback:
2019-07-02 18:55:57: ERROR[Main]: /home/cris/.minetest/mods/streets201/init.lua:26: in main chunk

What do I have to do?