tenshialpha's Forum Posts

  • 3 posts
  • Thanks for the detailed (and friendly) answer!

    I know I'm starting with "boring stuff", but I come from a boring web developer background.

    So starting with a simple project that's just a bunch of useful menus and settings, that seem all neat and tidy, and that I can reuse on all my projects...

    Somehow that just feels comforting, like I'm doing things right. XD

    I've got ideas for 3 games right now, all of them entirely 2D and sprite based, none of them requiring so much as physics, and since I can write javascript anyway, Construct 2 seems like a good option.

    (I did try out Phaser.js for a while, but... then I thought I wanted something a bit more full-featured. So I went and tried out Unity 2D for a bit... but..... it's kind of yucky, tbh...)

    Is there a "writing a plugin" starter guide for Construct 2?

    Seems ridiculous that I could run out of hardware resources... I mean, how resource heavy is this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello,

    I'm new. Like, really new to this. I went through the tutorial, read some guides, looked at some examples, and now I have some questions before I try to embark on anything big and perhaps buy myself a license.

    This is like, really basic "every game" type stuff. Trying to think about how I can structure a project to be manageable, and try to avoid painting myself into a corner. Right now, I'm thinking I'll aim primarily for Windows PC w/ Xbox 360 pad gaming. Links to good tutorials are more than welcome! Don't shy away from sending me things that seem too in-depth for a noob. XD

    A) Can you make user profiles? I mean, so player 1 can have their own set of save files and settings, and player 2 can have their own.

    B) How persistent are save files? I mean, if they are stored in browser local storage, that doesn't sound at all safe to me (in terms of persistence). Can I write to the filesystem from within a game?

    C) Does all data that needs to be shared between layouts need to be global? Or is there some way to pass only what's needed?

    D) Can event sheet data be shared across layouts? Or can a layout use more than one event sheet? I am thinking for example - if I have an options menu in my game where the user can select a language to play the game in, can I have that global variable and all the functions to load the appropriate language strings from files shared across all the layouts in my game?

    E) Can you make variables that are more complex than Text / Number? e.g. some kind of structure that contains several text and number values.

    F) Can you build a library to reuse in different games? e.g. if I want to make main menu / options / language select / custom control setup settings into modules, to import into different projects, can I do that?

    G) Are there any further limitations I ought to be aware of before starting?

    Thanks in advance!

  • Hello, I'm Angie, a web developer from England who has been lured into trying out Construct2 by its HTML5-ness and multiplatformness.

  • 3 posts