Homebrew (WIP) Undertale NDS

Cervi

Well-Known Member
OP
Newcomer
Joined
Aug 25, 2022
Messages
46
Trophies
0
Location
Catalonia
XP
394
Country
Spain
nah, you're fine. you might have it back the way it used to be. as long as git repository isn't offering the data.win file, it should be okay. I've compiled every version of sonic mania and sm64. I've shared all of my sonic mania builds, because it doesn't contain any assets. the assets are backed into sm64, which is why I haven't shared them publicly.
yeah I'll just return to the old method. It doesn't allow piracy in any way
 
  • Like
Reactions: godreborn
Joined
Aug 31, 2022
Messages
176
Trophies
0
Location
my house
XP
837
Country
United States
Trying to patch my data.win using Tsukuyomi .ups patcher like the Github readme says to, but whenever I try to add one of the three patches in the latest version it says the input file is invalid. The version of Undertale I'm using is v1.08(c). Is that the wrong version?
EDIT: tried the original v1.0 release with similar results
 
Last edited by TheDerpyDolphin,
  • Like
Reactions: godreborn

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,145
Country
United States
Trying to patch my data.win using Tsukuyomi .ups patcher like the Github readme says to, but whenever I try to add one of the three patches in the latest version it says the input file is invalid. The version of Undertale I'm using is v1.08(c). Is that the wrong version?
yes, this is known. I think he's going to revert to the original way of patching. I had no problems with that, but there's definitely a problem with this new way.
 

Yeth_the_great

New Member
Newbie
Joined
Jan 1, 2023
Messages
2
Trophies
0
Age
93
XP
32
Country
Bangladesh
sorry if im sounding like a massive dolt, but what on earth do the install instructions mean when they say "you should download the UPS patches from the release tab" what the heck is a release tab?????
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,145
Country
United States
sorry if im sounding like a massive dolt, but on earth do the install instructions mean when they say "you should download the UPS patches from the release tab" what the heck is a release tab?????
it's under assets on the right side. I don't know if he's corrected the compiling problem though. the original way worked fine, but this new way doesn't work with the patcher as one patch and the rest are then invalid due to checksum.
 
  • Like
Reactions: Yeth_the_great

Yeth_the_great

New Member
Newbie
Joined
Jan 1, 2023
Messages
2
Trophies
0
Age
93
XP
32
Country
Bangladesh
it's under assets on the right side. I don't know if he's corrected the compiling problem though. the original way worked fine, but this new way doesn't work with the patcher as one patch and the rest are then invalid due to checksum.
Thank you, very much good sir. but could you tell me where exactly on the right im supposed to look because on the github page i cant find anything.
Post automatically merged:
 
Last edited by Yeth_the_great,
  • Like
Reactions: godreborn

Cervi

Well-Known Member
OP
Newcomer
Joined
Aug 25, 2022
Messages
46
Trophies
0
Location
Catalonia
XP
394
Country
Spain
1672572752798.png

Thank you, very much good sir. but could you tell me where exactly on the right im supposed to look because on the github page i cant find anything.
Post automatically merged:
 
  • Like
Reactions: Yeth_the_great

aarontal

Member
Newcomer
Joined
Jun 7, 2022
Messages
18
Trophies
0
Age
18
Location
Chile
XP
106
Country
Chile
This project looks interesting, and it's impressive that it's still being developed and updated, not like the other ports that ended up canceled or abandoned, although I haven't been able to test it since I don't know how to compile it and I don't have the necessary tools yet but I hope that the project improves with each update
 
  • Like
Reactions: Cervi

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,145
Country
United States
@Cervi , my friend, I just tried to compile your game, after a long hiatus, and it worked. I just extracted the nitrofs, then ran make. I didn't use any of the ups files.

1675151663887.png
 
  • Like
Reactions: banjo2

Indy13

Well-Known Member
Member
Joined
Jan 26, 2017
Messages
606
Trophies
0
Age
45
XP
1,282
Country
France
With the help of a colleague, I managed to compile the nds file (it was a first time for me^^) and it works!

On the other hand, I had to modify the "python3" command for "python" while I am using the latest version of python (sorry in advance if I am not using the right terms in my remarks, I am really a neophyte beginner in this kind of exercise), I noticed a random bug on the bottom screen, nothing bad but from time to time the black background becomes light blue but it's not really annoying, I use the file data.win from the PC steam version.

I couldn't reload my saving game but I probably missed something because it's also the first time I play this game ^^

Anyway it's a great project, I can't wait to see the rest.

Otherwise, at this stage of development, the game is fully playable or is it still in WIP?

IMG20230214222225.jpg
 
Last edited by Indy13,

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,145
Country
United States
With the help of a colleague, I managed to compile the nds file (it was a first time for me^^) and it works!

On the other hand, I had to modify the "python3" command for "python" while I am using the latest version of python (sorry in advance if I am not using the right terms in my remarks, I am really a neophyte beginner in this kind of exercise), I noticed a random bug on the bottom screen, nothing bad but from time to time the black background becomes light blue but it's not really annoying, I use the file data.win from the PC steam version.

I couldn't reload my game but I probably missed something because it's also the first time I play this game ^^

Anyway it's a great project, I can't wait to see the rest.

Otherwise, at this stage of development, the game is fully playable or is it still in WIP?

View attachment 353332
if you mean changing python3 to python in cmd, you can use mklink to make the system redirect python to python3. it's how you symlink something in windows. linux is ln -s iirc with the rest the same.
 
  • Like
Reactions: Indy13 and Cervi

Cervi

Well-Known Member
OP
Newcomer
Joined
Aug 25, 2022
Messages
46
Trophies
0
Location
Catalonia
XP
394
Country
Spain
With the help of a colleague, I managed to compile the nds file (it was a first time for me^^) and it works!

On the other hand, I had to modify the "python3" command for "python" while I am using the latest version of python (sorry in advance if I am not using the right terms in my remarks, I am really a neophyte beginner in this kind of exercise), I noticed a random bug on the bottom screen, nothing bad but from time to time the black background becomes light blue but it's not really annoying, I use the file data.win from the PC steam version.

I couldn't reload my game but I probably missed something because it's also the first time I play this game ^^

Anyway it's a great project, I can't wait to see the rest.

Otherwise, at this stage of development, the game is fully playable or is it still in WIP?

View attachment 353332
Great you could get it to work! Thanks for testing my port.

How strange the thing about that light blue background, I'd never encountered that bug before. Can it be reproduced through some steps or does it happen randomly?

The game is playable, but there are only 10-ish minutes of content for now, some features are missing (like fighting in a battle) and there are some bugs (as you have already notices haha).

I currently don't have time to work on the project, so I'll get back to it whenever I can. It's not abandoned though, in case anyone was wondering :)
 

Indy13

Well-Known Member
Member
Joined
Jan 26, 2017
Messages
606
Trophies
0
Age
45
XP
1,282
Country
France
How strange the thing about that light blue background, I'd never encountered that bug before. Can it be reproduced through some steps or does it happen randomly?
I tried to reproduce the display bug so to redo the history, that's all I noted point by point (useful or useless, I don't know, I'm just trying to transcribe as well as possible everything that I did since I installed it).

So far I've only run the .nds file four times so far, the first time just to run it, the second time to play around with it a bit until the first save point, the third time I used the buttons a lot more to quickly skip through dialogues (this is where the bug first appeared) and the fourth time I purposely used the stylus instead of the D-Pad in order to subjecting the program to a data overload.

Besides that, every time I start a game, I always use the same name "Tony" again I don't know if that can have an influence or not.

The bug appears at the first monster.

For the hardware I use a DS Lite with an R4 SDHC Gold Pro 2016 and the latest version of hbmenu (I have not yet tried with YSMenu)

Here I hope all this can be useful to you :)

I will push a little more my investigations while trying to refine my reproduction of bugs, I do not believe that the fact of using the same name poses problem if the system of safeguard is for the moment not yet developed but perhaps that the problem could come from a conflict with the touch screen or one of the buttons, I remember having encountered a similar bug on a homebrew game developed by a member of this forum, I leave you the link of the topic maybe that's it has no relation but maybe also that it can be useful :)

https://gbatemp.net/threads/bilou-school-rush.420584/page-2

IMG20230214225249.jpgIMG20230214231158.jpg
 
  • Like
Reactions: Cervi and godreborn

yoooblls

Well-Known Member
Member
Joined
Nov 5, 2022
Messages
172
Trophies
0
Age
20
XP
454
Country
Cambodia
i have a question is complete like all the maps is can be played like finish the game pls answer my question
 

Leitola

New Member
Newbie
Joined
Mar 14, 2023
Messages
2
Trophies
0
Age
20
XP
14
Country
Brazil
Hey guys! I was very interested in the project! I copied the "data.win" file from the original game directory, but now I have no idea what to do next, I installed the "devkitram" program but I have no idea how to use it, and I didn't find any tutorials on how to get started on the internet, could you help me?
Post automatically merged:

Hey guys! I was very interested in the project! I copied the "data.win" file from the original game directory, but now I have no idea what to do next, I installed the "devkitram" program but I have no idea how to use it, and I didn't find any tutorials on how to get started on the internet, could you help me?

EDIT:
I put everything in the same folder, but when I try to run the command "./patch_all.sh"

this error message appears:
./patch_all.sh: line 1: python3: command not found
./patch_all.sh: line 2: python3: command not found
./patch_all.sh: line 3: python3: command not found
./patch_all.sh: line 4: python3: command not found
 
Last edited by Leitola,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • AncientBoi @ AncientBoi:
    You're joking right?
  • AncientBoi @ AncientBoi:
    But also by the same token, I wouldn't mind if they had potato wedges instead :)
  • BigOnYa @ BigOnYa:
    Taco bell, and Mcdonalds both sold pizza, so its fair
  • AncientBoi @ AncientBoi:
    I knew of Taco Bell doing so, but Mickey Dees?
  • BigOnYa @ BigOnYa:
    yea years ago, small personal pizzas
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    McDonald's pizza was pretty good 🥰
    +1
  • BigOnYa @ BigOnYa:
    Pepsi owns Taco Bell, and Pizza Hut, so that made since Pizza hut pizza was sold in Taco bells.
  • BigOnYa @ BigOnYa:
    Pepsi, and it's companies, did not pull out of Russia like most did, even tho they orig said they would, so I boycott them. (Except when drunk at 2am and Taco bell is only place open.)
    +1
  • K3Nv2 @ K3Nv2:
    Fucking 4 wings and a small pan is $9
    +1
  • BigOnYa @ BigOnYa:
    Plus delivery, tip, and tax...
    +1
  • K3Nv2 @ K3Nv2:
    I go and get it
    +1
  • BigOnYa @ BigOnYa:
    I wish there was a Sonic near me. I see the commercials all the time on TV, and the milkshakes sounds so good, esp the Oreo Cheesecake milkshake.
    +1
  • AncientBoi @ AncientBoi:
    Sonic for me is 60 miles away. :sad: So Nahh
    +1
  • BigOnYa @ BigOnYa:
    Same, closest one for me is over 45min drive, too far. I have a Dairy Queen 3 minutes away.
    +1
  • BigOnYa @ BigOnYa:
    I usually just make my own milkshakes at home with a Ninja blender, but minus the milk. - Ice, Margarita mix, and Tequilla. Makes the best shakes!
    +1
  • AncientBoi @ AncientBoi:
    Cheers Brother :D
    +2
  • K3Nv2 @ K3Nv2:
    Sonic is over rated garbage just like it's games :O
  • AncientBoi @ AncientBoi:
    What you doin today Syl?
  • K3Nv2 @ K3Nv2:
    Uremum
  • AncientBoi @ AncientBoi:
    and yours :tpi::rofl2:
    AncientBoi @ AncientBoi: and yours :tpi::rofl2: