MegaMente Br's Forum Posts

  • Nice!

  • Transcoding media files is a specialist task that isn't really something a game engine would normally do. There are free web services out there that can already transcode media files for you.

    Oh ok, thank you <3

  • There is anyway I can convert a MP4 file to WebM at the runtime?

    I want to pick a file (FileChooser) and if it's MP4 I want to convert to WebM.

    Is that even possible? Or using JavaScript somehow?

    Tagged:

  • I am also having the same problem....

    Maybe the website is down.

  • Ashley Any hint?

  • Basically What I am trying to do is a gif that appears and goes away after a few seconds, like those in SuperChats on livestreams. I tried using a green background and trying to remove it on the video recorder that I use, but it ended up a bit weird.

    The way that Streamlabs uses make the background completely transparent... Do you guys can help me?

  • Rojo, sry for bothering you again, but do you have any tip? I am trying to remove the black borders from the screen (letterbox scale), but when I use any other (except for letterbox scale integer and "Off") everything gets wider... There is anyway to solve it?

    P.S. doesn't matter if I use anchor or not, it doesn't change.

    P.S.S. I understood why Euler Angles was so confusing and all the other things, and searched a way to convert from rotation matrix to Euler (results: it's better to just use from one of those camera examples you made)

  • I am very thankful for your reply, I'll do my best <3

    Sorry if I bothered you.

  • Sry for my bad english...

    Yes! You explained what I couldn't... That it works in 3x3 matrix. I understand it, just can't figure out how to make it works. Thank you anyway.

    Sorry for bothering you.

    Basically what I am trying to do is to sync the Rojo 3D camera orientation with another C2 3D plugin Camera... If the Rojo 3D Camera moves 3 pixels to the Y direction, the other camera also will move 3 pixels to the Y direction. (Yeah its pretty hard, Rojo 3D camera looks like it's using values from cos, sen and tan? As I said, I can't explain, because it's harder to explain in other language and harder if there is no image to exemplify).

    Why I am doing this? I can make "two games" to be running at the same time, the Rojo 3D plugin loads the 3D objects (texture and 3D obj) and the other 3D plugin runs the 3D physics behavior.

  • Try Construct 3

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

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

    Can you help me? I think I understood how the camera X, Y, Z angle works, but at the same time is too complex. There is something I am missing? I did a lot of tests, I can't explain how it works, but I understood how it works.

    Basically what I need is a simplified version of the Camera X, Y, Z angle, how do I get it? There is orientXX("camera"), orientXY("camera").....orientZZ("camera"). Some 3D programs only use Angle X and Angle Y to look around...

  • Any change to continue updating this plugin?

    It's just the EASIEST plugin ever to program on C2.

    This is better than all the other ones (Babylon, Q3D, three.js) and it haven't had any bug until now! Different from the others that say that there was a problem on the code.

    Will you ever update it again? If so, can you implement: support to import animations and 3d physics (to check collision)?

    It would just enough be the best C2 3D plugin ever!

  • Ok Thanks! :)

  • Ah ok, thanks. But hm... How do I post on the C2 forum? I didn't see any option, sorry for posting on the wrong place.

    I understand, and I am very grateful for your answer. Can you answer if the Resource Hacker is safe to download and use? I mean, if it have any virus/malware?

    Or there is any program to change that you consider as safe to use.

  • How do I change the compass from the NWJS.exe file? I saw that you can you Resource Hacker. But doesn't have any native way or anything I can do without needing to download a program? I saw in older topics about changing the C2/Icons, but another one said it didn't work on newer versions. Any help pls?

    Tagged:

  • So basically what I am trying to do is to replicate the different colors a word get like in the java script:

    Function{ <- blue color} () {

    ( Words here get different colors like yellow or purple)

    }

    But! I need to do this on the TextBox, but not in the Text plugin the already come with the bbcode support. Something like the Notepad++.

    Tagged: