Log In  
Page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

someone make oswald, milk, endless, accelerant or maybe even a song from the suicide mouse mod


good idea, you shall now be known as the supreme sussybaka


ill try making oswald


never mind, i cant make shaded sprites


i try milk now


UGH! too hard


nobody said it would be easy


yeah your right im planning on making a karen mod.

DO NOT TAKE THIS CHANCE TO MAKE A MOD AWAY FROM ME!!!


bitch, we can do whatever we please


please, i never made a mod before. plus im the king of this page


wait a minute, i copied all the code and sprites into new carts but the multicart function still doesn't work!?!?!?!?!?!?!?


18

Cart #fnf_splitex-4 | 2021-12-31 | Code ▽ | Embed ▽ | No License
18

(Due to certain things happening that I won't go into here, I've replaced the opponent with a second BF)

Split EX is finally finished!

It took a bit longer than I expected due to beatmap issues with how I was making the rest of the music fit, and unfortunately I couldn't fit the audio for [the opponent]'s animation at the end, but the animation is there and (not anymore) but the song is fully playable now.

Also, in the pause menu you can toggle Ghost Tapping and Botplay, in addition to Downscroll.


good job cubee, can you please help me make a full pnp karen week becuz i cant get multicart to work,here are the names of the planned songs

karen
raging
manager
911
(extra song) youngling

so can you just help fix the multicart,it wuould be awsome


@cubee it won't boot
the cart is completely empty???


@cubee why won't it work


I can't get in @cubee


why doesn't anyone put the chatcter mod is changing at the same the?


r/ihadastroke


for some reason its not on the lexaloffle servers, luckily i have it downloaded


@cubee the split ex does not start


@eeveelover64 Steve shrarvey


i've re-uploaded it for the time being


why did u upload that the second I said that lol


oh


my pfp is too cursed


also that was nice of u it only worked on this website for about 5 hours then completely crashed
I was the first one to finish the song actually cos I woke up like 30 minutes after it was posted


i was there WHEN it was posted


no ME


@griffmanhe2nd is that shrek turned into steve harvey


no, i saw it when it was posted. i pulled an all nighter


Please add winter horror land



@JonCoon. thats prolly gonna be hard to do, considering (i think) pcm shit is hard to do


speaking of...


@CarsonK are we gonna get eggnog or cocoa in pnp for chritmas?


he gotta try doing a monster song from fnf


@ScratchRZL @Jiffy @paulo_gamer @xXMateoHyper1234Xx

It looks like the website went down shortly after i uploaded the cartridge, so the actual cartridge was lost in recovery even though the post is still there.

Here it is again, the original post has also been fixed.

(cart removed, see other post further up on this page)


 
P#101390 [hidden by admin]

@gameguy123

For multicart, you can use the LOAD() command

For example: (hidden because it's a bit long and I don't want to flood the page)

When editing the carts on your computer, you would put the file name of the cartridge into load:

load("fnf-cartridge.p8")

Then when you upload the cartridges here, you can change that to the BBS IDs that you set, like this:

-- if fnf-cartridge.p8.png has been uploaded as fnf_song1:
-- (the number and dash afterward the ID is just the version number, so you can add that to load a specific version or remove it to load the latest version)

-- load latest version of fnf_song1
load("#fnf_song1")

-- load first version of fnf_song1
load("#fnf_song1-0")

To make things simpler, you could also add a variable that automatically uses the BBS ID when you upload it:

-- stat(101) is the current bbs id, which is nil when running locally
-- we use it here to check if we're running the cart on the bbs
has_bbs_id=stat(101)

-- then here we load the bbs cart if we're on the bbs, and the local cart if we're not
if has_bbs_id then
  load("#fnf_song1")
else
  load("fnf-cartridge.p8")
end

However, note that this will most likely break when running from splore, so alternatively you can manually set the has_bbs_id variable to true (replacing stat(101)) when you're ready to upload and that should fix splore.

Near the top of the _update60() function, there should be a load() function. If you replace that with the next song it should load that after it finishes.

Hopefully this helped.

(see The Manual or The Wiki for more information / alternate explanations)


@gameguy123 vs karen when


1

idk when i will finish karen week, but i will share my progress frequently. also yes, that did help me a lot cubee : )


1

@cubee i've decided to remove the re-upload i posted, since its fixed


what if.... fnf hd but bad


no we don't need that its stupid and dumb we have enough styles we don't need more


i made pico but bad though, should i show it and how do i show it?


im gonna work on karen week now


omg i started a page AGAIN! lol

I am now the supreme king of this page!!!!!!


no


yes


i


Page:

[Please log in to post a comment]