B3313 1.0 (final official release) - General overview + hotfix details

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • So, first things first, here's the link to the game:
    romhacking.com...
    And here's my video from right after 0.9 / "abandoned" came out, which gives instructions on setting it up, along with some other basic info about the game for newbies:
    • B3313 1.0 Release info...
    Here's the new tracker file for the Star Display/Tracker/Manager (which is basically identical to the one I used for 0.9, but may as well link it anyway):
    drive.google.c...
    ... And here's the Star Display itself:
    github.com/agl...
    All that aside, this video is almost just "I made this so I can make other stuff". It doesn't really cover anything super mindblowing, but I felt like it needed to be made before just jumping into the new content. I wish it didn't take so long to edit, since I feel like the time wasn't really worth it. But yeah, feel free to share thoughts and suggestions. Just please don't ask me technical stuff on getting the game to work, because I'm almost certainly not going to be any help.
    ----------
    Personal links:
    / giadrosich
    / skrumpei
    / skrumpei

Komentáře • 296

  • @mr.teobruh977
    @mr.teobruh977 Před 7 měsíci +150

    19:23 a door being inside a bathroom stall is probably the best explanation on how this hack feels

    • @spyr0guy
      @spyr0guy Před 7 měsíci +18

      I can;t believe they made Mario Pissing real

    • @robertwyatt3912
      @robertwyatt3912 Před 7 měsíci +10

      Unironically yeah.

  • @mohammed-ko4zu
    @mohammed-ko4zu Před 7 měsíci +81

    "And of course theres some of those dead end areas that just have some sort of spooky crap in them and then it'll kill you or crash the game" is downright the funniest line in this video.

    • @spyr0guy
      @spyr0guy Před 7 měsíci +21

      It’s so sad Mario died of crashma

    • @anuncreativename1478
      @anuncreativename1478 Před 7 měsíci +6

      @@spyr0guy When will dad come home?

    • @spyr0guy
      @spyr0guy Před 7 měsíci +17

      @@anuncreativename1478 Crashma game

    • @XradicalD
      @XradicalD Před 7 měsíci +9

      I just love how mundane it is for him. He has seen it all, like a janitor who has been with the company since day one while every other employee has been rotated out of the company already.... hmm.

  • @nitrovan
    @nitrovan Před 7 měsíci +44

    I'm proud of you! You've gone from just covering some game you found, to sharing it with friends, to being a co-dev of the game. Great work, that's inspirational.

  • @lCharles445l
    @lCharles445l Před 7 měsíci +29

    8:07 Oh, it wasn't intentional! As much as I like seeing 445 up there, it's not too tough to fix.
    In the current hotfix version, changing the ROM byte at 0x19904B from 03 to 02, will fix it.
    Not sure where that would be in C programming land, unfortunately, but in memory it's over at RAM 807F0C08, which is 'ADDIU S0, S2, 0x0003', the 0x0003 part needs to be 0x0002 instead.
    It's fine as-is, of course! Making it so only bowser gives you the red stars that don't raise the counter was a really smart decision.
    Really, the fact that 450 stars have their ID set properly is just astounding. I don't think people will fully understand how difficult that is... you did something amazing here.

    • @HarperMeows
      @HarperMeows Před 7 měsíci +2

      I revisited this video just to check for something I missed and I found this comment. You're an absolute legend!

    • @BikdipOnABus
      @BikdipOnABus  Před 7 měsíci +7

      Would you be able to help "unlock" some of the other ID slots? Right now, the last two stars in Ex-12 and all of Ex-13 don't add to the star total. (These are the star IDs that use the "high" 54-66 values, if that means anything to you). There's a new hotfix being worked on that changed the Bowser reds to add to the total, and we might add in a few more stars if these slots are usable.

    • @lCharles445l
      @lCharles445l Před 7 měsíci +9

      @@BikdipOnABus Yeah, hopefully youtube doesn't eat my reply, it's been doing that lately! I'll post a fresh comment if it does.
      The code appears to avoid those spots intentionally, probably back when they were green stars. We can sabotage it, though.
      We can restore the last two stars of the extended 12 row here...
      ROM 0x199047, change 3F to FF
      (RAM 807F0C04, ADDIU A2, R0, 0x003F) (the 0x003F becomes 0x00FF)
      And we can change that byte from before to add the extended 13 row as well
      ROM 0x19904B, change 03 to 01
      (RAM 807F0C08, ADDIU S0, S2, 0x0003)(the 0x003 becomes 0x0001)
      I noticed all the bytes got shifted around from 0.9 to 1.0, so it might shift around again, just keep an eye out for any weirdness.
      This brings the max to 463!

    • @somerobloxdude3699
      @somerobloxdude3699 Před 6 měsíci

      more star :D

  • @chrisrlillo
    @chrisrlillo Před 7 měsíci +162

    Thank you for all the help, man

    • @official_meelees
      @official_meelees Před 7 měsíci +17

      its amazing to finally have an official 1.0 release

    • @danielsiqueira1049
      @danielsiqueira1049 Před 7 měsíci +8

      Thanks for making this game

    • @boomymanlyman9876
      @boomymanlyman9876 Před 7 měsíci +6

      Thank you for all the bangers, this rom hack and your music!

    • @elweegee3575
      @elweegee3575 Před 7 měsíci +6

      B3313 are one of the best hacks ever made.
      I would like the SM64 Hacking community to be as big as the SMW one.

    • @ReD-kj8hx
      @ReD-kj8hx Před 5 měsíci +2

      Thank YOU for completing this game! You guys really created an actual masterpiece of media

  • @tankerwife2001
    @tankerwife2001 Před 7 měsíci +120

    WTF was that ending

  • @Falcon15x
    @Falcon15x Před 7 měsíci +24

    I'm so glad everything ended on a good note, way too many cool projects fall to the hands of dev drama.

  • @LilyBlue53
    @LilyBlue53 Před 7 měsíci +32

    Just started playing 0.7 a few weeks ago, excited to check this version out!

  • @gam4freak1
    @gam4freak1 Před 7 měsíci +27

    This might be too much to ask but a full 100% playthrough from you would be awesome

    • @olds86307
      @olds86307 Před 7 měsíci

      theres somewhere else

  • @TyvenPayne-sv6gw
    @TyvenPayne-sv6gw Před 7 měsíci +28

    I'm still waiting for C4424 to release as a demo.

  • @HarperMeows
    @HarperMeows Před 7 měsíci +23

    Thank you for documenting this game as much as you have!

  • @SirProtagonist
    @SirProtagonist Před 7 měsíci +42

    How do I play this on the original intended hardware of the thrown out gameboy advance hidden behind Flynn's Arcade from the movie Tron near the vicinity of an area adjacent to a location?

    • @CopperDeez
      @CopperDeez Před 7 měsíci +8

      Guys he's speaking facts...

    • @spyr0guy
      @spyr0guy Před 7 měsíci +10

      You have to find it in a train station in a spain station in Miyamoto's behind

    • @robertwyatt3912
      @robertwyatt3912 Před 7 měsíci

      You have to plug it into an outlet inside Osama bin laden’s hidden Pizza Hut dumpster next to a creepy old man’s yardsale

    • @Iucke
      @Iucke Před 7 měsíci +2

      ​@@spyr0guyin outer space, don't forget

    • @SourceSpaghetti
      @SourceSpaghetti Před 7 měsíci +2

      @@spyr0guyMake sure you have the first copy of super Mario at your, and beat bowser seventy times, then jump the entire game facing backwards until you meet bowser, he will say a random code, that unlocks the castle in the game.

  • @athenique
    @athenique Před 6 měsíci +4

    Man, there’s nothing like a happy ending. Props to you, Chris and all the other folks who worked on this game, as someone outside the SM64 hack scene this is still one of the most fascinating and hype games I’ve played in quite awhile!

  • @Breadward_MacGluten
    @Breadward_MacGluten Před 7 měsíci +7

    I remember being super young and loving your playthrough of kaizo mario 64, its awesome that you now have a part you played in one of the most interesting hacks haha

  • @bobmario511
    @bobmario511 Před 7 měsíci +5

    Been fun watching your playthroughs of this and seeing the game evolve. Sweet that it is finally finished!

  • @dissonanceparadiddle
    @dissonanceparadiddle Před 7 měsíci +7

    Really proud of you Josh. I had to go over to the charity stream video and shout you out for the work you've put into this.

  • @mariofreak444
    @mariofreak444 Před 6 měsíci +3

    Hey Bikdip. You are probably the first person I ever subscribed to on YT along with some other OGs like Shadow of Miles. Almost two decades ago at this point which is insane. So glad you're doing well.

  • @thegreatestroman1651
    @thegreatestroman1651 Před 7 měsíci +20

    very informative video, as always! good job on the IDs also

  • @curlybrace4984
    @curlybrace4984 Před 7 měsíci +4

    It's really cool to see you helping out with a project as popular as this.

  • @SailorLoonie
    @SailorLoonie Před 7 měsíci +1

    Everytime I see your icon pop up in my feed, Im reminded of your old Zelda Classic quests c:
    I should give B3313 a try for myself sometime! I love watching videos of it

  • @Tlaloc1
    @Tlaloc1 Před 7 měsíci +12

    the inevitability of b3313

  • @Dullsonic3
    @Dullsonic3 Před 7 měsíci +2

    Never expected the true release to happen! POG!!!

  • @Quate32
    @Quate32 Před 7 měsíci +4

    2 questions jish:
    1) is this game decomp-based or mostly asm hacks?
    2) certainly you've had sm64-based dreams, right? why is this romhack so perfectly reminiscent of those dreams? it's super erie and great.

    • @CopperDeez
      @CopperDeez Před 7 měsíci +2

      The game uses loads of decomp code in Rom Manager

  • @Dingus64
    @Dingus64 Před 7 měsíci +26

    >"Please don't ask me how to play on anything other than a PC-"
    Wii U Bros... we LOST.........

    • @spyr0guy
      @spyr0guy Před 7 měsíci +3

      Now I can’t play beeie on my N-Gage :(

    • @RedHatGuyYT
      @RedHatGuyYT Před 7 měsíci +2

      *laughs in steam deck*

    • @TheDerpyDolphin
      @TheDerpyDolphin Před 7 měsíci

      Has anyone actually tried to get this latest update working on Wii U? Version 0.9 didn’t work, but 0.7 did.
      Edit: 1.0 indeed does not work

    • @Dingus64
      @Dingus64 Před 7 měsíci +2

      Tested with Ultimate Injector under Super Mario 64 USA base. I'm able to get to the title screen! Once you select a file, it hangs on a black screen.

  • @absollnk
    @absollnk Před 7 měsíci +1

    I can't believe it's finally here, I'm so excited

  • @ohmeohmicah
    @ohmeohmicah Před 6 měsíci +1

    Vanilla Bathroom in the outro goes hard

  • @RollyPollyPal
    @RollyPollyPal Před 7 měsíci +7

    b3313 gaming

  • @themoonsrequest
    @themoonsrequest Před 4 měsíci

    Chris went all out on the music for some levels I love it

  • @spyr0guy
    @spyr0guy Před 7 měsíci +7

    One day I am going to count exactly how many different versions of “inside the castle walls” I can encounter back-to-back.

  • @busybody42luigifanxxx20
    @busybody42luigifanxxx20 Před 7 měsíci +6

    Little question: Are you ever gonna do Unabandoned, or are you gonna stick with official no matter what?

    • @spyr0guy
      @spyr0guy Před 7 měsíci +4

      My guess is official all the way.

  • @yurifairy2969
    @yurifairy2969 Před 7 měsíci +16

    good job steering this disaster bus

  • @morthim
    @morthim Před 7 měsíci +1

    if 1.0 has game breaking bugs, it is generally good practice to increment the version. like to 1.01.

  • @ryancurnow5806
    @ryancurnow5806 Před 6 měsíci +3

    Just my personal opinion but I feel like the final release disappointingly tampers a bit too much with B3313's original spirit. What makes B3313 worthwhile in my eyes is its (relative) subtlety; don't get me wrong, I don't mind any of the added levels, nor the added creepy parts which just fairly keep up the proportion between creepiness and normality, but I feel like Chris and maybe Bikdip and whoever else ruined the living-breathing atmosphere of B3313 a bit too much by, to mention a few examples, reusing the Polygonal Chaos track (it originally showing up only once, in Polygonal Chaos, is such a great visual and auditory tone changer, it's like a transcendent mix of the normal and the creepy)(or am I mistaken and the Polygonal Chaos area was removed entirely? Not sure why it would be), or adding new semi-ominous music and ironically taking away the ominous silence of the last couple areas before Star Road, and finally perhaps my biggest gripe, changing Star Road as radically as they did. Were they just not allowed to use the original Star Road map anymore? The music of the original Star Road felt like such a perfect, complementary reward for your work throughout the whole plexus, and by being complementary I don't think it even ENDED or neutralized the ominous tone of everything before it, but rather added a new deeper dimension to it. You could wonder, as you started to rest among the clouds and get ready for its new final levels, if things have truly gotten safer or if there's still a presence looming somewhere waiting for you. The original Star Road added really unique layers to the whole romhack, whereas the new one makes it more monotone in my eyes, taking away from the overall subtlety.
    Anyway it's not the hugest deal cuz theoretically you can still go between different versions (I think?), at least between the final release and the Unabandoned version which keeps the original star road whilst trying to fix star ID's like the final release does too. Not trying to be a hater to the final release or any of its devs, I'm happy they've got it out and that people are excited by it, and it helps to make the plexus feel even more expansive. I just wanted to share this personal view of mine on it.

    • @RollyPollyPal
      @RollyPollyPal Před 6 měsíci

      I think star road got changed because it was pretty visually inconsistent with the rest of the hack. I agree the new version is kind of a downgrade but I do think it fits a lot better with the overall aesthetic the hack is aiming for
      Also, bikdip is merely responsible for fixing star id's and the placement of a few stars, I don't think he's responsible for any major area changes

    • @ryancurnow5806
      @ryancurnow5806 Před 6 měsíci

      @@RollyPollyPal like I said, I don’t think it’s inconsistent, because it varies things up without actually eliminating the overall tone, it creates the mere question “are we finally safe?” without actually answering it. I think your perspective is Chris’, but I disagree with it because what you see as consistency I personally see as monotony.
      I didn’t know if bikdip gave some suggestions on some levels or something but yeah I know he focused on star ID’s

    • @SocksFCGameArchives
      @SocksFCGameArchives Před 6 měsíci

      What would you say is the definitive version of this?

    • @ryancurnow5806
      @ryancurnow5806 Před 6 měsíci

      @@SocksFCGameArchives I don’t know about “definitive” but I just prefer both version 0.9/“abandoned 1.0” and the unabandoned project. I don’t really think there is a definitive version because the official final release still has so many of its own pros, I just personally think some of its changes are too radical.

    • @SocksFCGameArchives
      @SocksFCGameArchives Před 6 měsíci

      @@ryancurnow5806 it's only cos I think that it's gone off the rails slightly by shifting focus onto horror rather than mystery and its bizarre weirdness. I heard that 0.7 was the last version like that but I've only ever played Unabandoned

  • @HereticYoshi
    @HereticYoshi Před 7 měsíci +4

    I hope it's not too much to ask; is there any way to tell whether I have the hotfix? I downloaded it off of the Mario Palace channel on the 4th. If I need to patch in the hotfix, how should I do it? The same way I patched it before?

    • @RollyPollyPal
      @RollyPollyPal Před 7 měsíci +5

      Same way you patched it before, name it the same as your old b3313 rom and overwrite it. It should carry your save data over.

    • @HereticYoshi
      @HereticYoshi Před 7 měsíci

      @@RollyPollyPal Thanks! Everything worked out just fine. I was wondering though, do you know how to get the star tracker (provided in the description) to work? When I run B3313, the star tracker only displays the vanilla star layout.

    • @elianewinter2638
      @elianewinter2638 Před 6 měsíci

      @@HereticYoshi hi, when using the star display, right click Layout -> Load From and then choose the jsml file that's linked in the desc. hope that helps!

  • @kewinzabojca7226
    @kewinzabojca7226 Před 7 měsíci +4

    honestly i wonder if you would come back to add those stars that you couldnt cause star limit. Cause if you would, there is probably some way of extending the limit,especially cause 450 doesnt sound like a usual limit like for char 255 etc

    • @spyr0guy
      @spyr0guy Před 7 měsíci +1

      Theoretically one can fit up to 812 but that’s a bit excessive.

    • @kewinzabojca7226
      @kewinzabojca7226 Před 7 měsíci +2

      @@spyr0guy ty for the info, but is it exscessive? this rom hack is all about personalized ai that keeps generating new levels endlessly, and an sm64 dream where you explore the game endlessly

    • @spyr0guy
      @spyr0guy Před 7 měsíci +3

      @@kewinzabojca7226 It would take forever to place 812 stars, much less ID them. Would admittedly be pretty neat, though. Power stars as potato chips.

    • @kewinzabojca7226
      @kewinzabojca7226 Před 7 měsíci +1

      @@spyr0guy true, tho hope someone writes ai in the future that will generate real personalized content :D

  • @sleepy-fc6rf
    @sleepy-fc6rf Před 7 měsíci +4

    there's something so funny about watching this brain-melting hack being played with such completely bored and irreverent commentary on top

  • @Fuchsfein
    @Fuchsfein Před 7 měsíci +1

    Wow, I had no idea you could climb the iron fence inside Bowser's sub. I always used wall jumps to get up there.

  • @RollyPollyPal
    @RollyPollyPal Před 6 měsíci

    Just an update on the star tracker, it's been officially released for parallel launcher so now you should be able to properly keep track of your stars! :D

  • @Mike14264
    @Mike14264 Před 7 měsíci +2

    Say, was the trailer link updated to lead to this version with the hotfix?

  • @tailsoda9249
    @tailsoda9249 Před 7 měsíci +2

    Very cool documentation of the new version, but I've got a question, for some reason windows (being windows defender smartscreen) thinks the new version of star manager might be threat to my computer for some reason, I'm taking it that the actual program is safe but just to be sure let me know.

    • @spyr0guy
      @spyr0guy Před 7 měsíci +4

      It does that for everything, it's fine

    • @chlorobyte_projects
      @chlorobyte_projects Před 7 měsíci +5

      corporate OS when something niche shows up:

  • @claudioalejandro9731
    @claudioalejandro9731 Před 7 měsíci +2

    and how are you supposed to open the star tracker

  • @TheLaw1
    @TheLaw1 Před 7 měsíci +1

    I'm going from 1.0 to the hotfix and noting that my save works on the new rom file until I try to load any other areas (painting, start -> lobby) then crashes. Seems like a softlock. Could it be the emulator I'm using? I've tried renaming my rom to match the original patched file, etc. On Project64 which has been great until now. Tia!

  • @CrimsonR6
    @CrimsonR6 Před 2 měsíci

    Thanks Linkara

  • @Treesarewoke
    @Treesarewoke Před 7 měsíci +2

    Source for that animation at the end?

  • @lgoledc1
    @lgoledc1 Před 7 měsíci +1

    We need the star layout for Parallel Launcher.

  • @StarlitSoryn
    @StarlitSoryn Před měsícem

    So. When I go to the website and click the download link, Parallel launcher opens a download and appears to download the file, but then when the launcher opens properly, I can't find anything to do with that patch. I don't know where its downloading to, and my SM64 Rom isn't patched. I can't find anything about this online.
    EDIT: Never mind. The only issue is that I hadn't logged into Romhacking and integrated my account with the launcher. Got it working now!

  • @fat277
    @fat277 Před 7 měsíci

    LETTSSS GOOOOOOO!!!

  • @ELTONOMARBOGZHA
    @ELTONOMARBOGZHA Před 7 měsíci +1

    So what's the difference between the official and the unofficial?

  • @mushihimesamas
    @mushihimesamas Před 5 měsíci

    Question, I was reading the wiki and....what's this about a sex room and getting there you spin around the tode statue for like 5 hours all for a cyan star? Is that still a thing lmao?
    Also 9:22 isn't that the area behind the faceless tode in that big hallway maze with a jumpscare? It had many MANY bowser paintings going downward if I remember.
    Last, you were talking about the Warzone part of Bomb battlefield (snow area) Did the star out of bounds also get fixed for this in the next area with a timer and king bomb is there?

    • @BikdipOnABus
      @BikdipOnABus  Před 5 měsíci

      Question 1: You left out the part where first you have to use the Ice Key to move the truck and find Mew underneath it, and then use the Overture of Sages to enter the Light Temple and get the Triforce.
      Question 2: Yeah pretty much. I think this map is new but it's basically the same as that place you're describing.
      Question 3: That star was weird. It was never meant to be obtainable in the first place, but when I was editing the star IDs, I made sure to set that one to be a fake ID (one that doesn't give you a real star) in case someone managed to reach it again. (Any area with a countdown timer like that has one of these star sprites that generates a star when you touch it, since that's the object that creates the timer in the first place)

  • @VarxenCore9
    @VarxenCore9 Před 7 měsíci

    I wonder if the random crash in Goomboss Battle got fixed in the 1.0 hotfix
    The game crashes every time I go to the center of the map

  • @SeggyCute
    @SeggyCute Před 6 měsíci

    Why can’t there just be a level select option! 😭

  • @kingsure1745
    @kingsure1745 Před 6 měsíci

    Trying out the official 1.0 patch and I can't seem to be able to use the z button at any moment despite catching a few red stars, is there any reason behind it?

  • @jejereje
    @jejereje Před 6 měsíci +1

    Wall Castle is no longer available in this update?

    • @mario493
      @mario493 Před 6 měsíci +1

      Because Wall Castle isn't an official area. This is the official version, not the Unabandoned one.

  • @thisisntmystic6133
    @thisisntmystic6133 Před 24 dny

    Can you convert save data from the first release to this latest one??

  • @BladeCrossEXE
    @BladeCrossEXE Před 6 měsíci

    Does this update have a proper ending? And is Star Road fully accessible as post-game? (Haven't played it myself yet, just been haunting with wiki waiting for updates.)

  • @xzProGamerOfficalzx
    @xzProGamerOfficalzx Před 4 měsíci

    i doubt youll read this but how the heck did you recreate all the rooms/maps for this game?! like you wouldnt had to make a whole map in blender for like just 1 room and that's just the castle youve made probably over 50 normal levels too

    • @BikdipOnABus
      @BikdipOnABus  Před 4 měsíci

      I didn't make any areas. My level of involvement with this game was mostly documentation, bug reporting, and some object tweaking (moving stuff around, changing values). The actual level architecture was never anything I had any control over.

    • @xzProGamerOfficalzx
      @xzProGamerOfficalzx Před 4 měsíci

      @@BikdipOnABus do you know the process on how they made the maps I'm super curious

    • @BikdipOnABus
      @BikdipOnABus  Před 4 měsíci

      @@xzProGamerOfficalzx Not really.

  • @Greeniotoo_tape.64
    @Greeniotoo_tape.64 Před 3 měsíci

    Pizza tower b3313 edition is my favorite games

  • @WhehW3056
    @WhehW3056 Před 7 měsíci +1

    Will we get a Sequel to B3313 in the future? If it's necessary to add new ideas for a rom hack. Despite whether B3313 1.0 is final, why not 1.1, or 1.2 until 2.0?

    • @RollyPollyPal
      @RollyPollyPal Před 7 měsíci +2

      Chris is pretty burnt out on the hack as is, if anything I'd recommend you try other experiences that are similar like Yume Nikki or LSD Dream Emulator

    • @Dirtblokje154
      @Dirtblokje154 Před 7 měsíci +3

      nope

    • @CopperDeez
      @CopperDeez Před 7 měsíci +8

      The version number is how 'dumped' the cartridge is according to the lore. There cannot be anything past 1.0

    • @spyr0guy
      @spyr0guy Před 7 měsíci +3

      Maybe in an alternate timeline where the Thing That Happened didn’t happen, but we don’t live in that timeline so this is it, Luigi. It was well worth the wait, too.

    • @elweegee3575
      @elweegee3575 Před 7 měsíci +5

      The dev team said he planned to make a 2.0 versión.
      And the unabandoned team will make a another similar project.

  • @claudiagiraldo8705
    @claudiagiraldo8705 Před 7 měsíci

    question since this is the final release of B3313 (probably you wont do this) but can you do videos on every course castle hub like an 100% guide? you probably wont do this cuz its tiring as hell but if you do end up doing it, don´t upload the videos like every two days or such cuz it will be unhealthy for your health thx
    P.S: also you should put in the videos a way to get to the levels cuz the whole castle is one hell of a confusing maze

  • @ecstaticwooper368
    @ecstaticwooper368 Před 7 měsíci +1

    how does the new "dusk" weather work? I've seen it mentioned but it hasn't worked for me so far

    • @LemonLover110
      @LemonLover110 Před 7 měsíci

      Dusk? Sounds interesting, also never heard of that but I wouldn't mind myself looking into it.

    • @thegreatestroman1651
      @thegreatestroman1651 Před 7 měsíci +2

      pretty sure that it's only one area dependent on RNG warps (sunset castle grounds) and not an actual rtc setting

    • @ecstaticwooper368
      @ecstaticwooper368 Před 7 měsíci +1

      @@LemonLover110 it's just a random skybox change for castle grounds
      it's joever

    • @ecstaticwooper368
      @ecstaticwooper368 Před 7 měsíci +1

      @@thegreatestroman1651 ok thx!

    • @LemonLover110
      @LemonLover110 Před 7 měsíci

      @@ecstaticwooper368 Oh

  • @gonefishing6337
    @gonefishing6337 Před 7 měsíci

    12:36 where are the two power stars that you need 120 stars to get located?

  • @icons_guy
    @icons_guy Před 4 měsíci

    I have a question
    did you remove mips completely on the hotfix or just the stars
    cuz im not sure which version i got

    • @BikdipOnABus
      @BikdipOnABus  Před 4 měsíci +1

      The Day 1 release has MIPS in three locations (Uncanny Courtyard, Crimson Hallway, Wing Cap by the Rainbow Highway). The Day 2 version only kept the one in Uncanny Courtyard (but accidentally left the one in the Act 1 alternate version of Crimson Hallway, which was then removed in a later update prior to 1.0.1)

    • @icons_guy
      @icons_guy Před 4 měsíci

      @@BikdipOnABus thank you!

  • @elweegee3575
    @elweegee3575 Před 7 měsíci +4

    What is the diferrence with unabandoned?

    • @RollyPollyPal
      @RollyPollyPal Před 7 měsíci +1

      Unabandoned is built off of 0.9 so is missing a lot of the new areas featured here. It's a slightly more polished experience but I think on the whole 1.0 has more content

    • @elweegee3575
      @elweegee3575 Před 7 měsíci +2

      ​@@RollyPollyPalCurious because Unabandoned have 21 stars more of this versión.
      Possible have more differences this versión.

    • @spyr0guy
      @spyr0guy Před 7 měsíci

      Unabandoned has less content, has more issues, and is unauthorized and disowned by the original B3313 creator. The story behind its existence is a rabbit hole and a half, but I’ll spare you the details and just say you shouldn’t support it.

    • @elweegee3575
      @elweegee3575 Před 7 měsíci +6

      ​@@spyr0guyYou are emphasizing your position a lot honestly and I see a lot of enmity with the old team but some things that you criticize about are actually a bit of a lie because the reason why I say the differences of this version is because I played Unabandoned and it was fixed and had more content seem unauthorized but still expanded the game compared to Abandoned.
      That's why I'm asking if there are several differences in this one.

    • @spyr0guy
      @spyr0guy Před 7 měsíci

      @@elweegee3575 Ask curly and wasteofblood if unabandoned has permission to use their assets. My enmity with the other team is a combination of my dislike of misinformation and having been present for the server hijacking (not raid, hijacking. They used a security vulnerability in discord to ban the admins and take over for a couple hours before it was fixed.) To be told to my face that something I witnessed with my own eyes didn’t happen is unforgivable, which is what they’ve been doing.

  • @WannabeMarysue
    @WannabeMarysue Před 7 měsíci

    hey, werent you featured on retsupurue? congrats on the game dude

  • @scook-rr5cc
    @scook-rr5cc Před 7 měsíci

    YESSSSSSSSSSSSSSSSSSSSSSSSSS

  • @Maghniriadh
    @Maghniriadh Před 6 měsíci

    Would be good if you added the romhack super mario 89 that looks like a dreamcore version of sm64 as well
    that would be dope

  • @MatthewJaluvka
    @MatthewJaluvka Před 7 měsíci +1

    does savestating and spamming the yellow switch still cause horrific fuckery?

    • @BikdipOnABus
      @BikdipOnABus  Před 7 měsíci +2

      I don't think so. Pretty sure when you hit it and reload, it doesn't remember anything from before the reload.

  • @calliestudios
    @calliestudios Před 7 měsíci +1

    I SWEAR I WATCHED THAT YEAR OLD VIDEO 2 DAYS AGO
    also im gonna try this now and hope to god this works on dedalus 64 on my 3ds because 1.0 unabandoned (i think) works (without saves so i gotta use savestates) BUT

  • @claudioalejandro9731
    @claudioalejandro9731 Před 7 měsíci +1

    so theres not gonna be any more updates?

  • @KareemZebib
    @KareemZebib Před 7 měsíci +1

    Thats ending

  • @matielpoko1843
    @matielpoko1843 Před 6 měsíci

    I have idea how about make in future multiplayer version of this mod ?

  • @Endyh
    @Endyh Před 7 měsíci

    what emulator are you using? just a specific project 64 version? the link in your faq video is outdated.

  • @fgfhjfhjfbhfghf5771
    @fgfhjfhjfbhfghf5771 Před 7 měsíci +1

    Does anyone know if the crashing at file select bug on mupen android is fixed?

    • @dogyX3
      @dogyX3 Před 7 měsíci

      As far as I'm aware, B3313 was never intended to run on Mupen, only Project 64 V3.0
      So it's highly unlikely that they tested for that and tried to fix it. I've however found that the game does mostly run on Parallel Launcher, Glide64 on Linux

    • @thegreatestroman1651
      @thegreatestroman1651 Před 7 měsíci

      @@dogyX3 you can get a fixed version of mupen core that allows 64mb+ roms to run from benedani's website

    • @RedHatGuyYT
      @RedHatGuyYT Před 7 měsíci

      ​​@@dogyX3there's a version of mupen out there specifically optimized for this game. you can find it buried somewhere in the comments of the download page linked on the video

  • @martiny6620
    @martiny6620 Před 7 měsíci

    hey im retro arch / parallel launcher runs really slowly for some reason. i tried to use the 1.0 rom on Project64, and had the same issue. u know how to fix?

    • @dogyX3
      @dogyX3 Před 7 měsíci

      Have you tried switching the renderer plugin to Glide64?

    • @martiny6620
      @martiny6620 Před 7 měsíci

      @@dogyX3 i think it was an intentional thing with the rom. i dont even notice the slowness anymore

    • @dogyX3
      @dogyX3 Před 7 měsíci

      @@martiny6620 well, the gameplay should be as fast as your seeing in these videos.
      But you'll notice that jumps are much higher/longer than in vanilla.
      I agree that the gameplay is a little slower. Ig you may be able to play at 110% emulation speed.

    • @martiny6620
      @martiny6620 Před 7 měsíci

      @@dogyX3 for context, i was playing on an earlier version of 1.0 before and it felt faster. this video looks the same speed as my game rn, it just is noticably slower than the original rom for some reasn

  • @Laenthor
    @Laenthor Před 7 měsíci +1

    Does this work on a real n64 with an everdrive? I can't really find info on that.

    • @MusicJunkie37
      @MusicJunkie37 Před 7 měsíci

      I'd like to know too, but probably not

    • @Laenthor
      @Laenthor Před 7 měsíci +4

      @@MusicJunkie37 I tested it and it just says the file is too large, so unless it's further compressed to 64mb instead of 93mb it's not going to work.

    • @RedHatGuyYT
      @RedHatGuyYT Před 7 měsíci

      ​@@Laenthorthis mod being impossible to run on real hardware just makes it even spookier. it makes it feel like you're playing something that just shouldn't be possible

    • @Laenthor
      @Laenthor Před 7 měsíci +4

      @@RedHatGuyYT That is an awful reasoning. It should be perfectly playable on hardware, the only contraint is the size of the game.

    • @RedHatGuyYT
      @RedHatGuyYT Před 7 měsíci +5

      @@Laenthor ok, well, sorry for finding a silver lining about it and not being a pessimist. i need to learn to complain more and be more miserable and ungrateful, like you

  • @AM-is1jh
    @AM-is1jh Před 7 měsíci

    dude ur still making vids i watched u when i was 10 lmao... 27 now

  • @supahmario64fan
    @supahmario64fan Před 7 měsíci +2

    i died in Uncanny courtyard and the game crashed lol please fix it

    • @Calmtimer
      @Calmtimer Před 7 měsíci +2

      Just don't die there

    • @supahmario64fan
      @supahmario64fan Před 7 měsíci +1

      ik but just to make the game PERFECT but no one cares@@Calmtimer

  • @roonyaldo
    @roonyaldo Před 7 měsíci

    Hey guys, Bikdiponabus here..

  • @aroma1620
    @aroma1620 Před 7 měsíci +1

    Is this 1.0 unabandoned or is this updated after unabandoned.

    • @thegreatestroman1651
      @thegreatestroman1651 Před 7 měsíci +4

      two different things. UA was unofficial (not by chris), this one is official (by chris)

  • @johnvalle0130
    @johnvalle0130 Před 7 měsíci

    When b3313 1.0 for ex coop

  • @DeadSpecimen
    @DeadSpecimen Před 6 měsíci

    W

  • @UltraAlex64YT
    @UltraAlex64YT Před měsícem +1

    Bruh, im playing b3313 on M64 AE lol💀💀☠️💀☠️

  • @Porrimgaming413
    @Porrimgaming413 Před 6 měsíci

    Can someone pls tell me more about the last couple seconds of the video

    • @AutumnHaunted
      @AutumnHaunted Před 6 měsíci +1

      He's just always in his own world. He really quiet, for real, unless he know you. Funny as hell, though, but if he know you type shit, y'know what I'm sayin'? Like...

  • @Kaitri
    @Kaitri Před 7 měsíci

    I still dont get this hack. It feels like a giant maze of randomness, often including either tiny levels that feel pointless or huge areas that are mostly empty.
    I like the size of the hack, but... i just dont get it

    • @user-mo2gb8ez8d
      @user-mo2gb8ez8d Před 7 měsíci +2

      The point is
      Liminal Space: Super Mario 64 1995 Edition

    • @Michael-im1tr
      @Michael-im1tr Před 6 měsíci +1

      The hack has a very similar spirit to games like Yume Nikki and LSD Dream Emulator. These games are games full of bizarre places that, at first, don't seem to make a lot of sense, and can vary in size. The bizarreness of the slightly different and yet familiar versions of the SM64 levels and exploring these many differences is often what pulls people in. As the comment above said, it also can make the player uncomfortable by having them explore these big liminal spaces. The game also takes notes from the very classic "Every copy of Mario 64 is personalized", and the size and quantity of the places has a direct link to the story the ROM hack has.
      tldr: the game's confusing layout, quantity of rooms and their contents is due to the things that inspired the hack, and also the story the hack tells.

    • @Kaitri
      @Kaitri Před 6 měsíci

      never heard of lsd dream emulator, just google it, 40 reviews on steam. and they arent positive, but it looks cool.@@Michael-im1tr

  • @koopakid4239
    @koopakid4239 Před 3 měsíci

    Whats the room on the thumbnail called?

  • @pouazul4255
    @pouazul4255 Před 7 měsíci

    How green stars work?

  • @ryanclemons1
    @ryanclemons1 Před 7 měsíci

    Aways wanted to play the hack but I have a weak heart and get scared easily so this will be a skip for me sadly.

  • @hellstormerMC
    @hellstormerMC Před 7 měsíci +6

    Could you talk about the decomp TrollEngine by Benedani?

    • @RollyPollyPal
      @RollyPollyPal Před 7 měsíci +1

      Why? It's not related to the subject of the video at all

    • @RoseQuartz692
      @RoseQuartz692 Před 7 měsíci +3

      Only becauseis not related to the video dosen't mean he can't ask @@RollyPollyPal

    • @spyr0guy
      @spyr0guy Před 7 měsíci +2

      It’s basically just a randomizer that pulls from a pool of Random Cartridge Tilt Events whenever you go through an area transition and goes off more often the more red stars you have. Quite simple and probably very easy to make.

    • @jess648
      @jess648 Před 7 měsíci

      ⁠@@spyr0guyb3313 has a similar but simpler rng implementation for a few warps in places i forget where the result differs

    • @thegreatestroman1651
      @thegreatestroman1651 Před 7 měsíci +6

      @@spyr0guy explain why it consists of almost 1000 files if it's nothing but a quite simple randomizer then, buttercup

  • @M15TSM
    @M15TSM Před 7 měsíci

    Tested on wii, and can confirm it does not work. I’m not sure about n64 because I don’t have an everdrive

    • @TheDerpyDolphin
      @TheDerpyDolphin Před 7 měsíci

      Dang. Thanks for sharing though. Now I don’t have to test it myself

  • @michaelweese1831
    @michaelweese1831 Před 7 měsíci

    I wish I could Play this game but I don't have a gateway laptop

  • @NOT_POLLY_YT
    @NOT_POLLY_YT Před 7 měsíci

    WTF DID I SEE A A EXLODING SINGN

  • @SuperHamGlitchy5
    @SuperHamGlitchy5 Před 7 měsíci +2

    can everyone call this version B3313 1.1?

    • @mariotime7821
      @mariotime7821 Před 7 měsíci +6

      Why would anyone do that? Unabandoned was never 1.0, nor was it really anything more than a slightly neutered 0.9 with a few duct-tape fixes. This is, and always was going to be 1.0.

    • @spyr0guy
      @spyr0guy Před 7 měsíci +6

      This is 1.0, there is no other 1.0, any rumors to the contrary are greatly exaggerated.

  • @chlorobyte_projects
    @chlorobyte_projects Před 7 měsíci +21

    Some additional notes from a prior developer since 2022, being heavily involved with planning the star discoloration, the 'personalization AI' and all that stuff. 'Troll Engine' is the name of the piles of decomp code that made developing and adding new features much less tedious than doing them in MIPS assembly.
    B3313 1.0 uses a heavily outdated version of this Troll Engine. Had Chris not caused me to quit twice by completely disregarding my education and treating my loving, therapeutic girlfriend like utter shit, we could have crafted a better overall B3313 experience. In particular, Unabandoned's version of Troll Engine fixes the following issues:
    - The 8 red stars in Ext15 counting is a mistake resulting from trying to count the yellow stars past the red IDs. This has been fixed in UA's Troll Engine when we found that red stars were counting as yellow with fixed star IDs. Red and green stars not counting as - look at the HUD - *yellow* stars was an intentional design decision. As for how to check those star counts if they don't count as yellow stars - for red stars, consult the final door that requires 13 red stars, and do some very simple math from what it says. Green stars were going to be in the HUD one way or another. 1.0's green stars are actually reskinned yellow stars; (the unused) `get_green_star_count()` function will always return 0 for legit 1.0 save files.
    - Random crashes in areas. The majority of the crashes are always in the `geo_process_node_and_siblings()` function as a result of the parameter being a non-null, malformed pointer somehow formed from garbage data. Still not exactly sure what causes that to happen in the first place, but I added a pointer validity check which erased the crash once and for all - interestingly, this hasn't resulted in invisible objects or anything of the sort. Angry Sun also causes a crash from such a malformed pointer, this time in `geo_set_animation_globals()`. This one hasn't been fixed publicly yet - Unabandoned A3 is currently in development.
    There was also some stuff with Koopa the Quick (who has been removed in 1.0 presumably due to the issue that we fixed in our version), and Chain Chomp who can cause softlocks in 1.0.
    As for running the game on Mupen/RetroArch, I'm hosting versions/cores that can correctly read data past 64 MB, with the instructions to building your own if you don't trust my binaries.

    • @Dirtblokje154
      @Dirtblokje154 Před 7 měsíci +2

      shut up

    • @CopperDeez
      @CopperDeez Před 7 měsíci +9

      I found this guy as a complete mess. There will inevitably be the ones to point out that I am a ban evasion account and such a fake story. Absolutely disgusting. One could even say, 'shame' 😉
      Really glad he's doing well now. He actually just had no life. That family was beyond pathetic and is a prime example why psychology needs to be taught at schools.

    • @spyr0guy
      @spyr0guy Před 7 měsíci +1

      Ain’t readin’ allat 😂

    • @LemonLover110
      @LemonLover110 Před 7 měsíci +6

      Interesting insight on the development ngl. Never knew green stars were going to be in the HUD.

    • @spyr0guy
      @spyr0guy Před 7 měsíci +8

      @@LemonLover110Shame things had to happen the way they did, but game’s out now and it’s really good, so happy ending I guess. Too bad this Bennet Danny fellow can’t let it go.

  • @asianpablo1574
    @asianpablo1574 Před 6 měsíci

    Release the cheat sheet after you finish uploading the playthrough on your channel lol

    • @BikdipOnABus
      @BikdipOnABus  Před 6 měsíci

      It's literally in the description of part 1.

    • @asianpablo1574
      @asianpablo1574 Před 6 měsíci

      @@BikdipOnABus oh I didn’t see that. I just thought it’d be cool if you drip fed the info from it. The coolest part of the community was back in v0.7 when everyone was hunting to find out everything together. I’m not bashing on your vids or effort tho. I love your channel for the b3313 content

  • @nicklemay8056
    @nicklemay8056 Před 7 měsíci +1

    You did good work, though I'm not sure how you managed to put up with chris

  • @corporalshephard404
    @corporalshephard404 Před 7 měsíci +2

    hi linkara

  • @CrateSauce
    @CrateSauce Před 7 měsíci +1

    Please stop using Project 64, Parallel Launcher is infinitely better

    • @SmeiskAudio
      @SmeiskAudio Před 7 měsíci

      Have you gotten B3313 to work using Parallel Launcher relatively easily? I'll give it a shot if you can confirm it, it sounds promising. If you can spare any details or point me in the right direction on how to compile vanilla with the hack properly for Parallel Launcher that would also be ideal.
      These days I use OpenEmu, but I can be convinced otherwise.

    • @spyr0guy
      @spyr0guy Před 7 měsíci +3

      Plus it doesn’t hit me with an unskippable 30-second ad every time I start it up. Project64 thinks it’s CZcams 💀

    • @CrateSauce
      @CrateSauce Před 7 měsíci +1

      @@SmeiskAudio yes i use it and it runs perfectly with GLide. I almost have 50 stars 😊. Parallel Launcher makes it very easy to play ROM hacks. All you have to do is give it the base ROM and it does the rest

    • @johnvalle0130
      @johnvalle0130 Před 7 měsíci

      I use a specific version of Project64 named Project 64N and has no ads.
      I thought B3313 needed a specific modified emulator because of its size or mapping.

  • @monitor969
    @monitor969 Před 2 měsíci

    this romhack is a trojan.