Ok, so I want to make a celeste mod but I dont know how, I tried using the Education Edition but it didnt save my progress and files are confusing. Where should I go to learn how to make a mod. FYI I am working on a school issued chromebook because I am still a highschool student, should I instead start working on my macbook at home?
any help is appreciated
Thank you :D
There is AHORN and likely many others out there, @Aeon_E7.
@dw817 I'm guessing @Aeon_E7 was talking about making a Celeste Classic mod, considering this is Lexaloffle. In that case I would recommend starting with making a small game.from a YouTube tutorial series here: https://youtu.be/J1wvvbVQ5zo
These videos really helped me start off in Lua and Pico-8. After this I was more or less ready to start modding Celeste.
Another thing I would recommend is the Celeste Classic Discord server. You can ask any question there and people will help you with it.
Let me know if you have any questions!
As for using education edition, your school Chromebook should probably work just as well as your MacBook. Education edition works pretty much the same as the paid version, but you have to save and load files a little differently. Just type "save" into the console to download your cart file and then "load" to load it up again.
I would start by looking at other mods, by loading them into pico-8 edu like so:
LOAD #[FILE NAME] |
you can find the file name below the cart:
it should say '#thisisthefilename-0'
so,
LOAD #THISISTHEFILENAME-0 |
start by modifying the sprites, then move on to map-making.
as @ooooggll said, the celeste classic server has lots of people ready to help!
if you are stuck on saving:
SAVE MYMOD |
(or any file name)
I use a Chromebook sometimes, so loading is very odd. drag your .p8 into pico-8 edu to load it (this is what I do.)
have fun modding!
thank you all very much!! I got some very good feedback and am now continuing to develop the mod. :)
[Please log in to post a comment]