7Soul's Forum Posts

  • You do not have permission to view this post

  • left(string, len(string) - 1)

    left() takes the first X characters of your string

    len() counts the length of the string

    So left(string, len(string) - 1) takes all characters from the first to 1 before the last

  • should be fine then... would love to see something like this on the wii u btw.

    There seems to be a lot of performance problems with exporting to the Wii U (looks like it doesn't even have WebGL)

  • What about that guy with like 3 PHDs and 2 doctorates who's making that 4D game

  • > mudmask Yeah we're using the color replace shader. The palette is stored in a CSV file and parsed/applied in loops.

    >

    Interesting. Does that mean your graphics are originally grayscale?

    Game looks awesome by the way.

    No no... the only thing being colored is the main character when you change weapons. If I remember correctly, recoloring a lot of stuff causes a big performance drop

    > mudmask Yeah we're using the color replace shader. The palette is stored in a CSV file and parsed/applied in loops.

    >

    What platform(s) are you guys releasing this on? because that's a pretty key feature to a mega man - type game... so I feel like that would limit where you guys release this due to the webgl support not being a universal thing, right?

    PC/Linux/Mac

  • New level mockup! This is Tsunami’s level, which features underwater and above water sections

    We also just redesigned our tumblr page, so check it out:

    Project Copy Girl DevBlog

  • We're about to start creating levels for our game and there are a few additions to the Tilemap object that would be immensely helpful to anyone creating maps

    • Picking tiles from the layout. Something like shift+click to pick the tile your cursor is currently on, and combining with click+drag to pick an area of tiles, so I can pick sections that I have created with tiles and copy them
    • Tilemap zoom. We're using 8x8 tiles, and it can get pretty pretty annoying picking tiles, specially with the overlay with the tile number and the cursor in the way. It would help a lot if there was a 2x zoom option

    [attachment=1:2puevbp8][/attachment:2puevbp8]

    • The Rectangle Tile Tool repeats what's in the center and surrounds it with the surrounding tiles (top row of the image below)

    It would be nice to have something like a "Repeat Rectangle Tool" that would repeat the entire selected area (bottom row in the image below)

    [attachment=0:2puevbp8][/attachment:2puevbp8]

    Thanks a lot

  • Some more-or-less new images:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • mudmask No problem. I guess it'll only work on a platform that supports webgl

  • open capx in C2... save as project in new folder..delete folder with old project....

    Yeah, this

  • Rename the autosave by removing ".autosave" at the end. Windows will ask if you're sure you want to change the file type, click yes

  • Check out some tutorials about resolution

  • Lordshiva1948 But TORCHED doesn't want to increase his layout width to 920

  • This is the correct way as far as I know.

    On the first event though, you don't need a "For each". That green arrow is a good indicator that that action will pick only that one object

    On event 220 you still have an action on Enemy_01 and that wont work. Since the condition is picking the family object, it won't know what Enemy_01 to pick, so it will affect every Enemy_01 (it's a mistake that I frequently make)

  • Looks good here. Maybe it's a problem with your graphics card

    Couldn't you just make those two images a single image in an image editor?