fodev.net

FOnline Development => Share Your Work => Topic started by: Realism on February 25, 2014, 06:18:54 pm

Title: desert tiles helper
Post by: Realism on February 25, 2014, 06:18:54 pm
You can use it instead of making another desert1 twin. It will place desert tiles using perlin noise or an image(btw, it must be horizontal mirrored(yep :D) 256 colors bmp).
I took original desert patterns from BIS Mapper so at least these sould look good.
Run it with -d key if you want to see your map primitive output in console.

Can't find any attach button so: http://rghost.ru/52662888
Title: Re: desert tiles helper
Post by: lisac2k on February 27, 2014, 08:37:58 am
Perlin noise, yay! I have been using it in Lightwave for procedural textures, provides excellent results. I can't test this right now, but it sounds cool to have such utility around here  8)

Thanks a bunch... erhm, Realism!
Title: Re: desert tiles helper
Post by: Realism on March 10, 2014, 02:01:30 pm
Link will die. You can find it here (http://forum.fonline2.com/index.php?topic=3859)
Title: Re: desert tiles helper
Post by: Realism on June 14, 2014, 07:08:01 pm
It can also generate some objects  ;D
Title: Re: desert tiles helper
Post by: hexer on June 15, 2014, 12:56:18 am
Wow, very nice looking randomization
Title: Re: desert tiles helper
Post by: raynor009 on November 09, 2022, 11:06:42 pm
does anyone still have this? all the links everywhere are dead  :'(
Title: Re: desert tiles helper
Post by: Ghosthack on November 11, 2022, 09:58:05 am
does anyone still have this? all the links everywhere are dead  :'(

I think this is the code that was linked: https://fodev.net/files/archive/fomap_gen_file_desert.py
Title: Re: desert tiles helper
Post by: raynor009 on November 13, 2022, 05:03:14 pm
yep that's it thanks Ghosthack  ;D
Title: Re: desert tiles helper
Post by: Ganado on January 02, 2023, 06:31:08 pm
Eh, I think that Python file was hastily made code I had written years ago (https://fodev.net/forum/index.php/topic,29554.0.html (https://fodev.net/forum/index.php/topic,29554.0.html))
Realism either made his own thing or a vastly improved version of it, but I don't have it saved on my computer.
Title: Re: desert tiles helper
Post by: Lexx on January 08, 2023, 08:08:38 pm
Uh, never saw this. Keep in mind that desert tiles aren't placed at random. They have certain pattern. There's sandy, and hard ground, as well as border/blend tiles. If you just randomly slap tiles together, you're doing it wrong.