• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Search results

  1. Lazil

    Is it me, or are the current Cave Story editors out of date?

    Fair enough. I'm self taught. Most of what you're seeing is me constantly learning and applying, case in point my terrible "dodgeball" game that I built about a year ago that halfway through the server code, it switches from function(){} to () => {} uses POST requests every third of a...
  2. Lazil

    Is it me, or are the current Cave Story editors out of date?

    you forget that's what I specialize in sunglasses emoji
  3. Lazil

    shitposting is fine as long as it's not spam, right? i'm talking maybe once a month at most

    shitposting is fine as long as it's not spam, right? i'm talking maybe once a month at most
  4. Lazil

    How to decode/encode Cave Story files (i.e. tsc, pxa, pxe, pxm)?

    welp, might as well edit: have done so and asked in #modding-general
  5. Lazil

    Is it me, or are the current Cave Story editors out of date?

    imma just yoink that name thanks
  6. Lazil

    How to decode/encode Cave Story files (i.e. tsc, pxa, pxe, pxm)?

    eh. kinda. electron is a thing that you use to port a browser tool to a desktop tool. the Discord desktop app uses it, as well as Visual Studio Code (microsoft's IDE), Atom (github's IDE), github desktop, twitch desktop, balenaEtcher (USB flasher), webtorrent desktop, slack desktop, whatsapp...
  7. Lazil

    How to decode/encode Cave Story files (i.e. tsc, pxa, pxe, pxm)?

    I'm planning on making a new cave story editor using Electron and HTML/CSS/JS/NodeJS. However, there are a few things that are crucial before I can make it. Specifically, I need to know the steps needed to decode / encode tsc, tbl, pxa, pxe, and pxm files. I'm not looking for a tool, here - I...
  8. Lazil

    Is it me, or are the current Cave Story editors out of date?

    I would be interested - what's your discord?
  9. Lazil

    Is it me, or are the current Cave Story editors out of date?

    Maybe it could be Electron (think how the desktop Discord app works) based? I know how to develop websites / servers (HTML, CSS, JS, some Node.JS) -- although nowhere near professional level -- so it could help. actually, I really like that idea. I still suggest that someone else make...
  10. Lazil

    I was just wondering if you were talking about that file when you were talking about learning...

    I was just wondering if you were talking about that file when you were talking about learning the Text Box. textScr.cpp deals with TSC parsing and textbox stuff (I yoinked some code from it for my TSC parser)
  11. Lazil

    Is it me, or are the current Cave Story editors out of date?

    shameless plug for my TSC parser which helps with this
  12. Lazil

    Do you mean TextScr.cpp?

    Do you mean TextScr.cpp?
  13. Lazil

    nice!

    nice!
  14. Lazil

    Moonsong gif?

    ah. i use heroku because I don't care about my own domain yet, but i'll probably go with namecheap at some point and digitalocean
  15. Lazil

    Moonsong gif?

    yeah, I wasn't saying that it couldn't be done in a better way, I was explaining how it was done I would probably just use percentages in the animations though also, what's your hosting / domain setup?
  16. Lazil

    The Community-driven Cave Story Fanfic

    You find the a horse in barding next to you, with a lance and a ladder leaning against it. You ride the horse up to the castle, carrying the lance...
  17. Lazil

    Moonsong gif?

    it's not an explanation of how to get a gif of it, but here's how it works: here's the HTML: the killreflow div has a background-image value of the moon & stuff the cloudaltl divs have background-image values of the clouds the dragonalt1 div has a background-image value of the dragon the...
  18. Lazil

    The Community-driven Cave Story Fanfic

    You decide to reclaim the Holy Land.
  19. Lazil

    so hey, I made a TSC event creator

    Happy to help! A major bug I've identified is that you can't input text, because it tries to input that as a number. It should be fixed by tomorrow at the latest. edit: fixed it. still haven't added any visual inputs tho lol, it's all still numbers and text edit: broke it again lol, now nothing...
  20. Lazil

    The Community-driven Cave Story Fanfic

    ... with apple juice.
  21. Lazil

    so hey, I made a TSC event creator

    it's already planned. here are the argument (input) types and what they'll do (this is already in the script.js file for the creator): /* * * Arg types: * * text: * normal text. no verifications * * weapon: * weapon code. * extends num. * will show a dropdown with weapons' names and...
  22. Lazil

    Cave story sprites but I doubled the pixel size and am awful at making titles

    I was just thinking it was funny that you do this type of thing to actually improve CS and I do it to insert sans
Back
Top