procedural map generation

  1. Fabseven

    Help for how to make a procedural map ...

    Hello there, I want to make a procedural map for an adventure game using this 2d asset : https://opengameart.org/content/miniworld-sprites I started with a Perlin Noise generation, giving good results but i am wondering how can i fill it. I tried to create area for different purpose (village...
  2. KamilSeven

    Pre-made Chunks with ASCII characters like in Downwell -again-

    Hi everyone! So, I asked this question back in 2020 and I get many answers -thanks- and I find a video about the method but I still couldn't manage it. Here is the problem. I find this video series called "Make a Spelunky level generator in GameMaker" from Quench Games. Code in this series is...
  3. JessieJ200220

    Procedural Generation

    Hi, im new to GMS and im curently trying to make a top down shooter, i got movement done with the help of a friend but neither me or him know how to do something i want to add wich is a proceduraly generated map, basicly what i want is to have the game generate new parts of the map as the player...
  4. R

    making way for isolated rooms

    Hi guys, i need help for improving the code I recently made with a help from a dev in a tutorial on your website (post link: https://refreshertowel.games/2021/01/19/procedural-generation- in -gms-3- automaton cell / ) I would like to improve my code, I'll put an image for a better explanation...
  5. 31Nf4ChZ4H73N

    SOLVED Voronoi Diagrams gets drawn in wrong colors.

    I followed this youtube tutorial to create Voronoi Diagrams using surfaces in game maker 2. so far it works but my colors are not really random but they are all a dark redish. I could not figure out where this happens, though. oMapGeneration /// Create Event randomize(); // Create surface...
  6. RefresherTowel

    Beginners Proc Gen in GMS #3: Generating Sweet Caves with Cellular Automata

    GM Version: 2.3+ Target Platform: All Download: Exported GMS File Links: Read the full tutorial here Other Entries: Procedural Generation in GMS #1: An Introduction Procedural Generation in GMS #2: Learning the Basics Procedural Generation in GMS #4: Connecting the Dots with Bresenham’s...
  7. 31Nf4ChZ4H73N

    How to create a procedural Europa Universalis like map

    I want to create a map which consists out of several randomly created tiles which look like the maps from CK2 or EU4 What I found is this post and this video explaining that the devs are using colors to distinguish the different tiles. So now I want to know how should I proceed. Should I use...
Top