Baldi’s Basics - Wii U port development

redfire_mrt

Well-Known Member
OP
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,120
Country
United States
Hello. I’m in the Wii U community this time for a game development in Unity for Baldi’s Basics.

I’m using the already decompiled version of the Baldi’s Basics.
I got everything. The Cafe SDK, Unity for the Wii U, the Baldi’s Basics that is in Unity 2018 1.1f1, and the Nintendo Dev Interface.

I’m following this guide here:
https://gbatemp.net/threads/make-a-unity-game-for-wii-u.633391/

However, look how many compile errors I get when I try to build it for the Wii U version:
And this is supposed to be used for my Wii U NAND for the WUP installer:

What needs to be done here? Thank you!

update:
now i realized that nintendo is gonna sue me for that if i even try to publish anything that was from that game engine on the wii u.

so this project is gonna be cancelled.
 

Attachments

  • image.jpg
    image.jpg
    2.9 MB · Views: 83
  • image.jpg
    image.jpg
    3.6 MB · Views: 67
  • image.jpg
    image.jpg
    2.4 MB · Views: 73
  • image.jpg
    image.jpg
    2.5 MB · Views: 62
Last edited by redfire_mrt,

V10lator

Well-Known Member
Member
Joined
Apr 21, 2019
Messages
2,664
Trophies
1
Age
36
XP
5,643
Country
Germany
Unity 2018 1.1f1
But your screenshots say Unity 2017.1.2p3. So not 100% sure as I'm neither familiar with the codes nor do we see enough error output on the screenshots but I would guess this is a simple version missmatch.

So what needs to be done? Either find a Wii U compatible Unity 2018.1.1f1 or backport the codes of the game.
 

redfire_mrt

Well-Known Member
OP
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,120
Country
United States
This version of the decompiled Baldi’s Basics was from Unity 2018 1.1f1 something and I’m using the Unity 2017 1.2p3 for the Wii U like someone told me to. I guess need to convert the Baldi’s Basics version to the 1.2p3. Because I tried using the Unity 2018 and adding the Wii U support from the 2017 version, but the Wii U build doesn’t appear.


And what I’m really trying to do is to port Baldi’s Basics on the Wii U by using Unity.
Post automatically merged:

But your screenshots say Unity 2017.1.2p3. So not 100% sure as I'm neither familiar with the codes nor do we see enough error output on the screenshots but I would guess this is a simple version missmatch.

So what needs to be done? Either find a Wii U compatible Unity 2018.1.1f1 or backport the codes of the game.
And the latest version for the Unity Wii U is the 2017 1.2p3.
 

V10lator

Well-Known Member
Member
Joined
Apr 21, 2019
Messages
2,664
Trophies
1
Age
36
XP
5,643
Country
Germany
like someone told me to.
Someone?
your screenshots say Unity 2017.1.2p3
I would guess this is a simple version missmatch.

the latest version for the Unity Wii U is the 2017 1.2p3.
Well, then you will need to change Baldi’s Basics sourcecode. You call that convert, I call that backport (because you are porting from a newer Unity version to an older, so backwards) :
backport the codes of the game.
;)

Sorry in case my previous talk was too technical. Just wanted to point out that I said exactly what you're concluding now. :)
 

V10lator

Well-Known Member
Member
Joined
Apr 21, 2019
Messages
2,664
Trophies
1
Age
36
XP
5,643
Country
Germany
How do I do that
By programming. First 3 google results for "how to code c sharp":
- https://www.w3schools.com/cs/index.php
- https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/
- https://code.visualstudio.com/Docs/languages/csharp

Same for "unity how to code c sharp":
- https://unity.com/how-to/learning-c-sharp-unity-beginners
-
(rest is bullshit)

Or, if you're really, really serious and can stand a high learning curve go the harvard way: https://www.edx.org/course/introduction-computer-science-harvardx-cs50x
 

redfire_mrt

Well-Known Member
OP
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,120
Country
United States
Alright, so I made my own game for Windows. Now I’m exporting this to the Wii U. But first, the gamepad, Wii U controller, and remotes need to be done.
By the way, I have an error for the gamepad, not just, but all the rest of the Wii U packages for the controller inputs and others:
Post automatically merged: 3 minutes ago

So in this game, you turn left to walk and right to walk, you press to jump.
This will have these kinds of controls for both of the Wii remote, controller, and the gamepad.

For Wii remote, press A to jump, and the button left and right.
For the gamepad, use the control sticks to move left and right, and press A to jump.
Also the same thing for the Wii U controller just like the gamepad controls. Alright, so I made my own game for Windows. Now I’m exporting this to the Wii U. But first, the gamepad, Wii U controller, and remotes need to be done.

Also, the cursor is needed for the buttons like the quit and start.
Post automatically merged:

But I get script errors for the Wii U packages.
 

Kwyjor

Well-Known Member
Member
Joined
May 23, 2018
Messages
4,323
Trophies
1
XP
4,470
Country
Canada
Are you sure you have actual source code for Baldi's Basics? I understood the authors (or modders or whatever) just liked to tag on the word "decompiled" as a means of being funny.
 

redfire_mrt

Well-Known Member
OP
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,120
Country
United States
Yes, I’m sure.
Post automatically merged:

I got it from:

Post automatically merged:

Oh boy, I hate errors.
When I click on the build at the Wii U platform, I just receive errors.
I’m getting really annoyed by this right now.
 

Attachments

  • image 5.jpg
    image 5.jpg
    3.1 MB · Views: 52
Last edited by redfire_mrt,

redfire_mrt

Well-Known Member
OP
Member
Joined
May 26, 2020
Messages
226
Trophies
0
XP
1,120
Country
United States
This is simply just a test on what the Baldi’s Basics port on the Wii U looks like which came from the decompiled version of Baldi’s Basics, but I added and edit all of the C# scripts. Unfortunately, there’s 3 glitches happening.

1. The game is painfully slow.
2. The math game music appears at the beginning of the game.
3. The running bar is dead.

 
  • Love
Reactions: SylverReZ

dakotath

Member
Newcomer
Joined
Dec 27, 2023
Messages
11
Trophies
0
Age
24
XP
24
Country
Canada
Sup, So I spent 2 hours of my own porting OpenBaldi to wii u, and heres the results so far:
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • AncientBoi @ AncientBoi:
    uhhh, I think I'll just stick with my PSP 3001
  • AncientBoi @ AncientBoi:
    lol, Now I gotta go to the store for more Coffee Mate n other stuff.
  • Xdqwerty @ Xdqwerty:
    i downloaded final fantasy vii into my tv stick
  • Xdqwerty @ Xdqwerty:
    i mean, the game was already there but its the japanese version
  • Xdqwerty @ Xdqwerty:
    and i only downloaded disc 1 so far bc of storage stuff
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, yeah the patty on McDs burger is 1/10th of a pound now and I think that's the pre cooked weight lol
  • Psionic Roshambo @ Psionic Roshambo:
    I use the app for the 20% off coupon and it's still over priced
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, why is mcdonalds overpriced if their food is bad?
  • Xdqwerty @ Xdqwerty:
    i mean why is mcdonalds food overpriced
  • Psionic Roshambo @ Psionic Roshambo:
    Inflation and greed
    +1
  • ZeroT21 @ ZeroT21:
    it's just fries, make 'em at home
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I make potato wedges at home with spices and stuff lol
  • Xdqwerty @ Xdqwerty:
    I was adding some stuff to my gdevelop project and I couldnt save it cuz there was a power outage and thus no internet
  • Xdqwerty @ Xdqwerty:
    @SylverReZ have you played super smash flash 2?
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Not really.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, ok sorry
  • SylverReZ @ SylverReZ:
    Oh, no need to apologize. Thanks for asking.
  • SylverReZ @ SylverReZ:
    You ever played Super Mario Crossover Flash?
  • SylverReZ @ SylverReZ:
    Its one of the best Mario games in Flash, where you can choose from a number of different Nintendo characters to play as.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, i already told you i did play it
    +1
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Oh, I honestly don't remember, it was a long while ago I imagine.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, it was like a couple months ago
    +1
  • OctoAori20 @ OctoAori20:
    Man, the new art of Callie from Splatoon's Twitter account looks so amazing and cute
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, any other nostalgic flash games you played?
    Xdqwerty @ Xdqwerty: @SylverReZ, any other nostalgic flash games you played?