Search found 11 matches

by KedyZ
Wed Nov 02, 2022 1:38 pm
Forum: Support and Development
Topic: map pagination?
Replies: 1
Views: 2155

map pagination?

im trying to make a map as big a possible BUT i dont know how to do map pagination and i cant find tutorials how to do it
by KedyZ
Tue Oct 11, 2022 11:41 am
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

i tried to add ores to the generation but i dont see where can i put it so it generates
by KedyZ
Tue Sep 27, 2022 1:00 pm
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

and is it possible to make grass at the top?
by KedyZ
Mon Sep 26, 2022 12:38 pm
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

do i need to put a random number generator somewhere?
by KedyZ
Mon Sep 26, 2022 12:37 pm
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

still the same when you open it twice
by KedyZ
Mon Sep 26, 2022 12:34 pm
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

nevermind but it shows the same every time and if i want to put it in function.load it shows me that i need to put an end at line 1
by KedyZ
Mon Sep 26, 2022 11:36 am
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

procedual generation just shows me nothing
by KedyZ
Sun Sep 25, 2022 2:28 pm
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

Also it won't be the same terrain, it will generate not the same.
by KedyZ
Sun Sep 25, 2022 2:26 pm
Forum: Support and Development
Topic: Procedural Terrain Generation from Tables
Replies: 17
Views: 5376

Re: Procedural Terrain Generation from Tables

So you have an empty table named terrain. There are variables g and a. a has air.png, and g has ground.png. then it will put the variables in the tables like this: terrain = {a,a,a,a
g,g,g,a
g,a,a,g
g,g,g,g} when it will generate the table it will somehow draw the terrain.