Hi! I realized I didn't talk about changing cave radius, which I meant to do. It's not that hard, so if you want to do it you can probably figure it out! I can try to help people add it if needed though.
@rohanraeburn1166 Жыл бұрын
We can all agree these tutorials are very helpful and great
@DaWaffleDog Жыл бұрын
Yes.
@Baddyopal21 күн бұрын
Absolutely
@floppa1048 Жыл бұрын
FindingPepper you should add season to the terrain generation they are like snow that fall (winter) sunny moments (summer) leaves fall from trees (autumn) and spring or adding night and day cycle Have a Great Day !!
@FindingPepper Жыл бұрын
I wasn't planning to add time-based things to this, but I'll think about it!
@RaeRae.223 ай бұрын
Yk coming back to this Its very easy to man new biomes
@xoxogamewolf75852 ай бұрын
The last video you ever release should be called "I FOUND THE PEPPER"
@MaximusXY Жыл бұрын
when is the next part coming out? I love this series!
@kyriwsmih2 ай бұрын
5:13 bless you findingpepper
@TorboOfficial9 ай бұрын
Can you make a episode with making weather?
@felixiscoool Жыл бұрын
YES WE CAN SCROLL
@freddyfazbear319510 ай бұрын
4:44 I dont know why my project isnt working when i start it it just looks blank nothing happens until 21 secs idk how to fix this after 21 secs it does appear full like it was secretly building
@FindingPepper10 ай бұрын
If you want your terrain to generate all at once, put the refresh pen block outside of the main generation loop in a forever loop. In this case you need to ensure there are no motion blocks in the main loop. If you want it to build slowly put the refresh pen block inside the main loop. Check 4:25 for more information.
@RonicTheEgg Жыл бұрын
Yay! I've been waiting for this since the french revolution Can you make chunks so the map can be much bigger with 0 lag? I tried to do it myself but it didn't end well
@FindingPepper Жыл бұрын
Yes, I will certainly do this after I make this tile-based. I feel like chunks are really more work than they are worth currently, however.
@DaWaffleDog Жыл бұрын
@@FindingPepper I’m trying to do that - make it tile based - using lists and then the griffpatch tile scrolling explanation to get the tiles to be the right costume. Wish me luck!
@FindingPepper Жыл бұрын
@@DaWaffleDog Good luck to you, I'm delighted that you're trying to add new things! That's the way to learn, you know. But I'll do it in the next episode if you can't figure it out.
@woutgodefroid93457 ай бұрын
Could you try add vertical scrolling too? plz?
@FindingPepper7 ай бұрын
I've already moved on to tile-based generation (episodes 3 and beyond), which do have vertical scrolling. However vertical scrolling in this simple generator would not be particularly exciting I think.
@ryeoma3 ай бұрын
when i generate terrain, everything is fine other than the fact that the first few bits are covereed in trees what should i do
@Ewumd68CreatorGuy7 ай бұрын
fun thing u can do, instead of making it < 240 sets the camera to 240, you can have it loop around (=
@Guy56778 Жыл бұрын
On 4:50 for some reason it won’t generate until the x = 1000 can you help me?
@FindingPepper Жыл бұрын
Maybe you are using an if then instead of a repeat until?
@Guy56778 Жыл бұрын
No I do it’s just because the forever loop is after the repeat until so the refresh pen does it when x > 999
@AramWaumans3 ай бұрын
Hey Pepper you said 2 not be afraid to ask, so i have a question. Well actually more of a problem, i see u get a lot more caves and extend faster than mine do. what do you suggest?.
@DaWaffleDog Жыл бұрын
Did u do this based off of griffpatch's explanation?
@FindingPepper Жыл бұрын
Yeah, that's actually what inspired me to do this.
@DaWaffleDog Жыл бұрын
@@FindingPepper I was gonna try to, but i couldnt find my brain cells, ty for the tuorial
@FindingPepper Жыл бұрын
yw :)
@DaWaffleDog Жыл бұрын
@@FindingPepper what does yw mean
@FindingPepper Жыл бұрын
you're welcome
@derwastl Жыл бұрын
Cooooool :D
@Baddyopal21 күн бұрын
I don't know why, but I feel like I've copied it block for block but the caves just aren't generating
@LandenS-l3iАй бұрын
WHERE ON EARTH DID.THIS GUY LEARN THIS STIFF, BETTER THAN GRIFFPATCH???
@FindingPepperАй бұрын
I took inspiration from Griffpatch's video on terrain generation.
@TorboOfficial9 ай бұрын
I added emerald ore
@Tarlecinia4 ай бұрын
can you do the 3d terrain ?
@FindingPepper4 ай бұрын
I'll do a 3d perlin noise tutorial someday
@TorboOfficial9 ай бұрын
Why the cave starts doesn't appear?
@4dcube3585 ай бұрын
The project just chooses 1 biome and stays with it the whole time, please help
@DaWaffleDog Жыл бұрын
To make a seed in this, won't I have to set the a and b (and the c and the d variable in my case) to a set number at the start of the coding?
@DaWaffleDog Жыл бұрын
In hindsight, I don't think that'll work, I'll do some research on seeds
@DaWaffleDog Жыл бұрын
In further hindsight, can't I make a list to store the variable changes every frame as the terrain generates? why am I bothering you with these comments? Soz. Edit 1: I feel like I've commented the most on your videos, well ur terrain ones.
@FindingPepper Жыл бұрын
All the variables change randomly, so setting them won't work. I'm not sure exactly how you would go about making a seed though. Storing the variable changes might work, but would it be easier just to use the finished y positions, biomes, trees, etc. lists? There are probably ways to shorten them too like Griffpatch and others do with level save codes.
@Cocvbfhscfbhbcd2 ай бұрын
My caves are not spawning from the surface
@ameliebittnerАй бұрын
caves didnt worked for me, i think i did something bad but the dots doesn't spawn :(
@MaximusXY Жыл бұрын
Something is very wring with my project. I can’t figure out what it is, but after implementing the ore colors and testing it, there was only coal in the ground and All the other ore colors were floating one the left edge high in the air
@MaximusXY Жыл бұрын
Could you please publish your version, so I can compare the code?
@MaximusXY Жыл бұрын
I found it, it’s a very dumb mistake.
@FindingPepper Жыл бұрын
It happens to everyone, no worries.
@Schneekater_Gaming6 ай бұрын
pls part 3
@FindingPepper6 ай бұрын
There is a part 3...
@LOLOLOL98722 ай бұрын
35:02
@SysDataSoftOffical Жыл бұрын
make clouds,dimesions.
@TorboOfficial9 ай бұрын
It's so laggy with ores
@FindingPepper9 ай бұрын
I think it's the caves that make it laggy, it has to loop through the whole list of cave segments each frame.
@TorboOfficial9 ай бұрын
@@FindingPepper thanks
@Ewumd68CreatorGuy7 ай бұрын
@@FindingPepper any fixes?
@FindingPepper7 ай бұрын
@@Ewumd68CreatorGuy Maybe? There are probably methods that exist to optimize it, but if so I'm not sure what they are and they're probably quite complicated.
@Ewumd68CreatorGuy7 ай бұрын
@@FindingPepper the only problem is that I have a trash pc and cant run it lol
@MaximusXY Жыл бұрын
This makes no sense. Everything is 1 to 1 what you did, but just doesnt work. Ive checked it 3563 times now there’s nothing wrong with the code, but the dumb ore is still floating on the left edge in the air and everything is coal for some reason
@DaWaffleDog Жыл бұрын
Just ask him. He helped me with an issue in the previous tutorial