Infinite Terrain Plugin

I tried to get to the far lands. Farthest I got was 499499968, 100, 0 before terrain generation gave up.

Cool plugin. It would be really awesome if it supported cave generation.

So I wanna make a round based generation. How exactly would I randomize the terrain data each “round” can i just change the values in the “TerrainData” module while the game is running?

No this wont work without modifying the localscript because old loaded chunks wont change

Thank you so much for this, this tool is amazing and fun to play around with!

Sorry if this is silly, but how could I save the settings? Every time I reopen the file the plugin settings are all cleared, and I can’t figure out what Save/Load does… The plugin has script injection enabled

Select TerrainData and press load

1 Like

Thanks for sharing, it’s a great plugin, it’s really great

did some tomfoolery with the script and made it server side while not infinite it might be a lot more practical

1 Like

Hey y’all, I am new to this and i am currently facing problems in the infinite terrain plugin, apparently the buttons in the plugin called setup and others does not seem to work. The local script isn’t generating in replicated first. Please help !

Make sure you give the plugin permission to inject scripts this can be enabled in the plugin manager

1 Like

Is there a way to use this in a (normal) script (I’m talking about the place)

1 Like

Yes you just make a script that uses the terraindata module to generate terrain

1 Like

can you give me an example? or like a code of it? please

because I tried makes both localscripts scripts but they don’t work.

also how do I make it generate biomes (basically the ones that you mentioned)

if you press the setup button it will create a LocalScript for you if you have allowed the plugin to inject scripts

you can use that LocalScript to make a normal script version everything will almost be the same you just have to use the players characters position instead of the cameras focus CFrame

I have a video showing how to generate biomes that video is a little old so it wont map onto the current version of Infinite Terrain exactly

but for biomes my other plugin Infinite Scripter is a better option

the biomes I was talking about was like the desert from your video.

I’m having a problem where the terrain isn’t generating when i play test the game. I’ve loaded and saved all the data and scripts needed though and there are no errors popping up.

did you place terraindata into data?

(EDIT): Ive fixed the problem now. I didn’t realize all my data folders were under the terrain script and not the data configuration object.