[Mod] StreetsMod [2.0.1] – create modern cities

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

Updated to 1.0! Have fun with many new blocks! I completely re-worked the code. Now it's more user- and developer-friendly :D

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

Nice additions :-)

All you need now are cars :-) you could easily adapt the boats mod to do this: just replace every instance of water with a string.find(nodename, 'streets:') and change the boat mesh for a car mesh :-)
Last edited by mauvebic on Sun Dec 30, 2012 20:09, edited 1 time in total.

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

mauvebic wrote:Nice additions :-)

All you need now are cars :-) you could easily adapt the boats mod to do this: just replace every instance of water with a string.find(nodename, 'streets:') and change the boat mesh for a car mesh :-)
Thx, yes cars would be cool. But the water for boats is flat, streets aren't, they go up a hill or go down to a valley. But some day we'll find a good solution :) If anybody is able to do this, feel free to help me. I'm not that good at lua :)

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

The boat mod already checks all around, all you need to do is switch the evaluation to water for a stringmatch on any of your nodes. Any troubles come on IRC #minetest @ Freenode
Last edited by mauvebic on Sun Dec 30, 2012 19:58, edited 1 time in total.

User avatar
Nexdah
Member
Posts: 42
Joined: Fri Jul 06, 2012 22:35
Location: New Minetestia

by Nexdah » Post

I love your mod, but I did notice one thing.

It needs a four way block. It's a bit challenging to build a four way.

Thanks!
This is a Signature.


First ever Astronaut in Minetest.

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

mauvebic wrote:The boat mod already checks all around, all you need to do is switch the evaluation to water for a stringmatch on any of your nodes. Any troubles come on IRC #minetest @ Freenode
Ok, I'll try it in 2013 :)

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

Nexdah wrote:I love your mod, but I did notice one thing.

It needs a four way block. It's a bit challenging to build a four way.

Thanks!
Sorry, but what do you mean with "four way block"? :/

User avatar
Nexdah
Member
Posts: 42
Joined: Fri Jul 06, 2012 22:35
Location: New Minetestia

by Nexdah » Post

webdesigner97 wrote:
Nexdah wrote:I love your mod, but I did notice one thing.

It needs a four way block. It's a bit challenging to build a four way.

Thanks!
Sorry, but what do you mean with "four way block"? :/
Like a normal block but with a + in the middle.
This is a Signature.


First ever Astronaut in Minetest.

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

Nexdah wrote:
webdesigner97 wrote:
Nexdah wrote:I love your mod, but I did notice one thing.

It needs a four way block. It's a bit challenging to build a four way.

Thanks!
Sorry, but what do you mean with "four way block"? :/
Like a normal block but with a + in the middle.
Why/how would two roads intersect in such a manner?

tux_peng
Member
Posts: 99
Joined: Thu Dec 06, 2012 18:21

by tux_peng » Post

It is quite common, there a lot of such intersections on my server

kinda like
Image
Servers now up (Economy, no PvP) Forum up already! http://tuxcraft.info

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

That's a nice idea, but I think THAT would be too detailed. I think be best solution would be to put a normal aspahlt-block instead of this "two middle solid lines crossing"-block :/

But if you want this block.... I could add it...
Last edited by webdesigner97 on Mon Dec 31, 2012 20:09, edited 1 time in total.

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

+1 Cool mod.
I use it on my city. See [url=sites.google.com/site/lkaezadl3/minetest-city]here[/url] for a showcase.
BTW: any plans to add traffic lights and signs?
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

kaeza wrote:+1 Cool mod.
I use it on my city. See [url=sites.google.com/site/lkaezadl3/minetest-city]here[/url] for a showcase.
Cool, if you want you can take some screenshots where everybody can see your streets in detail. Then I'll add it to the first post :)
kaeza wrote:BTW: any plans to add traffic lights and signs?
Yep, there will be signs in future versions. Traffic lights? That's a very nice idea :)

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

webdesigner97 wrote:Cool, if you want you can take some screenshots where everybody can see your streets in detail. Then I'll add it to the first post :)
I'll take a look and try to make an interesting screenshot later.
webdesigner97 wrote:Yep, there will be signs in future versions. Traffic lights? That's a very nice idea :)
That would spice up a lot the screenshots :)
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
xavier108
Member
Posts: 227
Joined: Sat Nov 24, 2012 06:05
IRC: Ezlif
Location: Black Mesa Facility

by xavier108 » Post

+1 I like the mod.When i installed this mod im gonna go make hill valley
Ezlif :D

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

xavier108 wrote:+1 I like the mod.When i installed this mod im gonna go make hill valley
Thank you :)

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

I'm thinking about Vanessa's and mauvebic's suggestions for..... well let's say 10 minutes now. The idea of a singlike node which will replace the asphalt under it is very good, but I see a little problem with it:
You have more or less the same amount of blocks in your inventory because you have to make a signlike node for every kind of stripes/arrow etc.
Last edited by webdesigner97 on Fri Jan 04, 2013 11:11, edited 1 time in total.

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

@webdesigner97

Here are some screenies you may like:

An intersection:
Image

A parking lot:
Image

Hope you like them.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

Awesome screenshots! I'll add them later! Thank you very much! :D

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Very impressive! I *assume* you built this on my server ;-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

nope, local :(
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

Here, have some traffic lights :-)

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

mauvebic wrote:Here, have some traffic lights :-)
Thanks, where did you find them? (license?)

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

I'm not good at creating graphics (most ones in this mod are by Immanuel_Kant). I need somebody who wants to create some signs for this mod, like /!\ and (/). License would be WTFPL.
Anybody interested?

rarkenin
Member
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Post

webdesigner97 wrote:I'm not good at creating graphics (most ones in this mod are by Immanuel_Kant). I need somebody who wants to create some signs for this mod, like /!\ and (/). License would be WTFPL.
Anybody interested?
Yes, I can try, and I will relwease it in the public domain. Can I get a list of textures you need?
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.

Post Reply

Who is online

Users browsing this forum: No registered users and 17 guests