skymen's Forum Posts

  • Yes, I know. What I asked was if there was a way to make a custom image editor that would return animations, frames, its parameters and so on like the default one does.

  • I've noticed that in Construct 2's preferences, there is a parameters that allows you to change the image editor:

    As I couldn't find anyone talking about it, I ask if and how I can add/make my own image editor.

    The main reasons I would want to add/make a new image editor is to add things that aren't in C2's image editor (Circle for exemple) and to try and make the same thing that GMS:2 does with it's image editor, aka drawing while having the animation playing.

    Ashley if you could tell me if the feature is working and has just been ignored, or if it has been discontinued, that'd be cool.

    Yeah, I already read this, but I never saw anyone mention this website. And I never saw it on google when I typed the name of this post to read what was new. And it now is #1 in google's result page when you type construct 3

    Yeah, but i just saw it, and no one has been talking about it. So many people are complaining about not having news and this website does list a few. Inlcuding one of my wild guesses: A editor plugin SDK. Which is awesome.

    Can someone tell me what THIS IS?? https://www.construct3.com/

  • Very cool

    I'll probably use it for my website.

    Thank you

  • Well, physics water is really high CPU. But, static and dynamic water, as long as they don't have a huge amount of precision, they are pretty low on CPU. However, what I can't predict is how the canvas plugin will work with mobile.

  • Hey, it's been a while I did not update things here.

    So basically, I did not have much time recently to work on any personnal project, so finishing this one took me quite some time. By "finishing" I mean leading it to where I initially wanted it to go, aka create a construct 2 event sheet and export it as a picture. I don't think I'll have the time to add anything else. Sorry :/... I'll maybe think about making it compatible on mobile, it shouldn't be too hard, but I don't think I'll ever have the time to work on the server based function that would store event sheets as single files or strings.

    So, what I'm doing is that I'm publishing the sources for this project at different points in time, if anyone wants to remake parts of the tool or add features, remove any bug there is, and so on.

    https://mega.nz/#!M9dRFADa!pwUl8ee27Oci ... cdZWVGUP20

    The tool is available here:

    http://evsheet.ml/

    However, I'm sorry, because I wrote the command list in french, and I should have written it in english, like pretty much everything else x). So until I translate it, here are the few commands you can access:

    Drag on a UI element : Resize it

    Right click anywhere: Make the dropdown menu appear

    -Create : Event/Comment/Group/Variable

    -Add/Remove one depth: On actions make them go down/up, on other UI, simulates a sub event positionning

    -Move Up/Down: Moves up/down

    -Toggle OR Block: Works for conditions, make every new line become a -OR- separation

    -Toggle disabled: Makes the text a bit transparent (I couldn't have it crossed)

    -Destroy: Destroys

    Right click on a plus/minus icon: Change make it appear

    Left click on a plus/minus icon : Change its state

    Left click on a bookmark/breakpoint icon: Make it appear

    Double left click on a text: Edit it

    -"\n" adds a new line. For conditions, separates conditions

    -"\i[X]" adds the Xth icon. To see what number adds what Icon, you can use the Icon viewer in the menu.

    Middle button click: moves the camera

    Middle button wheel up/down: zooms the camera

    Middle button double click: Resets the camera state (100% zoom and focus at 0,0)

    I want to add that this is a community-made tool for the community, so it seems logic that neither I nor anyone who works on this project should deserve any credit for this. Do beautiful things if you can.

    EDIT: Commands have been translated and updated.

  • Oh, so that's where the writing convention came from

    Cool

    Anyway, I'm about to release the sources, here and on some other forums, so every body can try to improve the sharing system.

    For the moment, I'm aiming at having the app automatically share a link to an image and/or having a database that would via indexes in base 64 store a piece of code someone would have uploaded.

  • Yeah, me too. I imagined he was talking about a way Construct Classic managed the copy/paste without having to recreate objects and/or recreated objects automatically. I don't know.

  • I don't get what you mean. I never really used Construct Classic, so I can't tell. Anyway, bugfix is done, I'm currently working on the screen save system, the instructions and the Icon viewer.

  • Yeah, I'm trying to have the tool automatically create a link that you can juste copy and paste.

    Having it to work on phone should not be very hard as there are only a few controls.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey everybody. I've recently been working on some tool I've wanted to do for quite a while now. Thanks to this, I've learned loads of things concerning regular expressions. Whatever, I'm close to finishing it. Still a few bugfixing to do as well as some graphic imagery to add and stuff like that. Anyway, here it is, something I named the "Event Sheet maker".

    "What's the purpose of this?", I hear you saying, well, this is done to help people. When you gotta help someone with some code, you have 3 possibilities:

    • They gave you the .capx that you edit and send back along with explaination
    • You have to open construct and redo everuthing from the ground up to replicate the code he has and somehow correct his code and send a screen back
    • You just send a text version of the code that looks somehow like this: *System:Every 5 seconds *Keyboard: Espace is pressed *Player: (invert) is dead ->Player: Spawn Bullet at image point 0 ->Bullet: Set Bullet angle to (Player.Angle)

    So I made a tool that lets you quickly recreate an event sheet without having to worry about objects and errors. Without having to even open Construct while staying clear enough.

    Here's an example:

  • Thank you

  • To what name may I credit this? Is

    "Text Effects by oosyrag" enough, or do you have anything else you need credited?