Doomky's Forum Posts

  • Hi, I'm working on a rogue-like game, the level is generated procedurally each floor is composed of 8 rooms. Theses rooms are generated from an array load from a JSON file.

    I hesitate between:

    -creating a file for each room. (I think the project may be really heavy)

    -making one file for all rooms by creating an array of c2array in my JSON file. Then each room would had an ID and I would call them by their ID. (but i'm not sure how to can I make it)

    What do you think is the best option?

  • Thank you, This is exactly what i was looking for!

  • Thank you but I think XML is indapted to create and manage an array with the tileset of my rooms.

    I've found a plugin to use JSON file.

    I'm now looking for a way to associate the value in my JSON array to the equivalant location inside my C2 array.

    Fianally i see what you're saying but I need to create a C2 array.

  • Ok...

    I Undertsand how JSON files are structured but I didn't find: where can i load a value from a Json file?

  • ok I'm not familiar with spreadsheet and JSON I will take a closer look in the manual.

    But you're right my arrays aren't generated in game.

  • I want my array to contain the tileset of my rooms, entity's and objects' positons.

    I just want to know how can I create an array-like object with an XML file.

    Also, I already know a bit about AJAX and XML files, i've made a dialogue system by myself

  • Hi, I think the question is quite simple but I haven't found a convincing answer in the manual...

    I'm working on a procedural generation for a rogue-like game. I'm looking for a simple way to have rooms' presets (or assests). So I'm the generation of my world I would just have to load theses assests to create my rooms...

    If you have another idea of a simpler way to make it, i would be glad to hear it.

    Sorry for my clumsy english, I'm not fluent.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • kossglobal:

    I'm impressed...

  • Hi guys,

    Here's my YT channel: https://www.youtube.com/channel/UCBI2MPRwWGXXBjr-bSJVwxw

    I'm working on a remake/fanmade of The Binding of Isaac with time restriction.

  • sorry I forgot to close this topic is found a solution, anyway Thank you.

  • Hi all, i'm working on a Game: Time challenger

    here's is my youtube channel where i post preview of the game: https://www.youtube.com/channel/UCBI2MPRwWGXXBjr-bSJVwxw

    I'm looking for a sound designer, a graphic designer (2D pixelart) and a game designer... (At least, any help is appreciated )

    I cannot pay you for this work. That's why, i would like to thank you for your assistance, like i'm asking for volunteer.

  • HI here's the first preview of my game (and my channel):

    Subscribe to Construct videos now
  • Hi Domse65,

    I'm working on a Dungeon crawler/Roguelike game too, so I thought maybe we can help each other on games mechanics.

    What do you think about it?

  • What's a CAPX?

  • Done but it still doesn't work...