therevills

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 272 total)
  • Author
    Posts
  • in reply to: Jack Deadly #16139

    therevills
    Participant

    Finished 🙂

    Download it over on Itch.

    in reply to: Godot #15533

    therevills
    Participant

    For the latest competition over at Syntax Bomb I tried making a game in Godot, somethings I really liked such as the AnimationPlayer and everything in the IDE thing… but the more I “coded” with it the more I felt like I was hacking with the scripts and scenes.

    I’m going to try MonoGame next, which looks right up my alley actually: code in nice modern language (C#), great IDE, its mature and is in active development with a large community.


    therevills
    Participant

    Could you post more code? What type of variable is x and sp?

    in reply to: Is there a tween lib? #15323

    therevills
    Participant

    Diddy2 has tween calculations in its math file, not a full tween engine.

    https://github.com/therevills/diddy2/blob/master/math.monkey2

    in reply to: Animating titlescreen #15322

    therevills
    Participant

    Could you create some screen shots of what you want?

    Sounds like a nice job for tweening.

    in reply to: TumbleWeed #15281

    therevills
    Participant

    Most of the action is on Discord!

    in reply to: Monkey as your website. #15235

    therevills
    Participant

    Took over 10 seconds on my machine/connection with shift+reload…

    in reply to: Monkey as your website. #15229

    therevills
    Participant

    Cool idea. Any chance you can remove the top bar with the Resize canvas / Hide mouse pointer?

    If I would create a web site with Monkey2, I would also have a lowband page too for people with slow net. Even on my 60meg connection it took a while to show up.

    in reply to: Redshirt Fodder #15054

    therevills
    Participant

    Uploaded v1.01 which fixes some of the cracks which were appearing in the tile maps – thanks to Ethernaut 🙂

    in reply to: Getting rid of the cracks? Tile Images… #15050

    therevills
    Participant

    Looks perfect! I’ll test some more soon! Thanks a lot!

    in reply to: Getting rid of the cracks? Tile Images… #15048

    therevills
    Participant

    I’ve been using Pyxel Edit now for a while, it is awesome 🙂

    Argh, found a bug on my end! Will fix…

    Cool – I’ll keep an eye on your fix!

    Thanks for helping 🙂

    in reply to: Getting rid of the cracks? Tile Images… #15043

    therevills
    Participant

    Tried the power of two by increasing the image (tileset2.png) to 256×256, but still had the gaps. I thought Monkey did that for you?? Maybe I’m thinking of BMX or MX1?

    Ethernaut’s code does get rid of the gaps, but the seamlessness is not quite right now but better than the gaps 🙂

    in reply to: Redshirt Fodder #14951

    therevills
    Participant

    Thanks for trying it and your comments Angus 🙂

    Feels like a pretty faithful reproduction of the cannon-fodder controls, too!

    Yeah I wanted it to feel like a new version of Cannon Fodder, I could have gone A* path finding but that would change how the game felt and played.

    in reply to: fatal bug in sound system #14763

    therevills
    Participant

    Sorry I don’t recall what issue I had, apart from a music issue which was fixed: https://github.com/blitz-research/monkey2/issues/316

    Could you remind me?

    in reply to: Raycast Solutions, does MX2 have anything like this? #14678

    therevills
    Participant

    Converted an old MX1 example:

Viewing 15 posts - 1 through 15 (of 272 total)