badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 01:52 PM |
using math.noise instead of math.random for height calculation, can load a 25x25 map in less than a second!
http://www.roblox.com/games/315306088/Randomly-generated-hexagon-terrain
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 01:57 PM |
b
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
|
| 30 Oct 2015 01:59 PM |
| gee that's cool. is this random generation? |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 02:00 PM |
"gee that's cool. is this random generation?"
in a way
it makes a 16x16 base of hexagons, and uses an algorithm to position them on the Y axis
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 02:02 PM |
local y = abs(noise(-seed*50,x/(tile.Size.X/100),z/(tile.Size.Z/100))*30)
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 02:30 PM |
b
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
|
| 30 Oct 2015 02:31 PM |
perfect for a game of roblox risk
If the Scatman can do it, so can you/My theme song:https://www.youtube.com/watch?v=trZcUl4W_dY . |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 02:43 PM |
b
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 03:04 PM |
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 03:12 PM |
b3
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 05:15 PM |
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
|
| 30 Oct 2015 05:20 PM |
| 01101111 00101110 01001111 otherwise known as o.O(oh binary why'd I take you). |
|
|
| Report Abuse |
|
|
badfitz60
|
  |
| Joined: 03 Sep 2010 |
| Total Posts: 1283 |
|
|
| 30 Oct 2015 06:02 PM |
"I'd make that deal", "I don't blame ya!", "Damn good deal" |
|
|
| Report Abuse |
|
|
Resizes
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 3474 |
|
| |
|