Homebrew Bermuda Syndrome engine port

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,874
Trophies
2
Age
45
XP
4,893
Country
Italy
@Wiimpathy I'm trying to use it as a wiiflow plugin, but it doesn't boot and returns to wiiflow.
I'm trying to use the dummy file trick which worked for other source ports, not sure if it's the best way.
Not sure about the arguments line too..
Here is the plugin .ini I'm using, maybe I'm doing something wrong

[PLUGIN]
arguments={device}:/{path}/|{name}
bannersound=
consolecoverid=
covercolor=000000
coverfolder=Bsyndrome
displayname=Bermuda Syndrome
dolfile=apps/bermuda/boot.dol
filetypes=.game
magic=4253594e
romdir=bermuda
rompartition=0
 

Wiimpathy

Well-Known Member
OP
Member
Joined
Mar 3, 2010
Messages
1,013
Trophies
2
XP
3,130
Country
France
@Wiimpathy I'm trying to use it as a wiiflow plugin, but it doesn't boot and returns to wiiflow.
I'm trying to use the dummy file trick which worked for other source ports, not sure if it's the best way.
Not sure about the arguments line too..
Here is the plugin .ini I'm using, maybe I'm doing something wrong

[PLUGIN]
arguments={device}:/{path}/|{name}
bannersound=
consolecoverid=
covercolor=000000
coverfolder=Bsyndrome
displayname=Bermuda Syndrome
dolfile=apps/bermuda/boot.dol
filetypes=.game
magic=4253594e
romdir=bermuda
rompartition=0

Not even sure that work. The game expects 3 data path arguments. You can write the default folders explicitly or maybe use your own with {device}:/{path}/. Anyway, here's what you could try:

arguments=--datapath=sd:/bermuda/data|--savepath=sd:/bermuda/save|--musicpath=sd:/bermuda/music
 

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,874
Trophies
2
Age
45
XP
4,893
Country
Italy
Not even sure that work. The game expects 3 data path arguments. You can write the default folders explicitly or maybe use your own with {device}:/{path}/. Anyway, here's what you could try:

arguments=--datapath=sd:/bermuda/data|--savepath=sd:/bermuda/save|--musicpath=sd:/bermuda/music
I tried with
[PLUGIN]
arguments=--datapath=sd:/bermuda/data|--savepath=sd:/bermuda/save|--musicpath=sd:/bermuda/music
bannersound=
consolecoverid=
covercolor=000000
coverfolder=Bsyndrome
displayname=Bermuda Syndrome
dolfile=apps/bermuda/boot.dol
filetypes=.game
magic=4253594e
romdir=bermuda
rompartition=0
but it did not work
 

Wiimpathy

Well-Known Member
OP
Member
Joined
Mar 3, 2010
Messages
1,013
Trophies
2
XP
3,130
Country
France
An error message maybe?

That could not make a difference but I'd put double quotes too: --datapath="sd:/bermuda/data"
And full dol path : sd:/apps/bermuda/boot.dol
 

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,874
Trophies
2
Age
45
XP
4,893
Country
Italy
An error message maybe?

That could not make a difference but I'd put double quotes too: --datapath="sd:/bermuda/data"
And full dol path : sd:/apps/bermuda/boot.dol
No error message, it just reboots to wiiflow.
I tried with double quotes and full dol path too, no difference.
 

Wiimpathy

Well-Known Member
OP
Member
Joined
Mar 3, 2010
Messages
1,013
Trophies
2
XP
3,130
Country
France
Ok, so it seems there's a problem in Wiiflow right now with all plugins and the dolfile variable. You could try to copy the dol in the standard plugins folder untill it's fixed. Or test it in previous Wiiflow versions to be sure it's not Bermuda's fault.
I would have bet it was because of a change in the devkit. Similar issue with retroarch and getcwd etc. But apparently, it happens in both compiled Wiiflow(r36 and r29?).

The engine is checking if data exist on usb or sd and then assign the default folders. If arguments are detected they are parsed and should override those default paths: https://github.com/Wiimpathy/Bermuda-Wii/blob/master/source/main.cpp#L105
However, there still could be an issue later related to the menu. The font and bitmap paths are hardcoded("/apps/bermuda/font.ttf" ...).
Note the device isn't specified so it will take the default partition.
 

Ripster

Well-Known Member
Newcomer
Joined
Jul 9, 2020
Messages
88
Trophies
0
Age
33
XP
847
Country
Sweden
@Tetsuo Shima did you solve why the game wont load for you? I tried this myself but for me it doesen't kick me back to wiiflow. It's just staying at

"Loading usb:/bermuda/ ...
Bermuda Syndrome
Usage: bs [OPTIONS] ...
-- datapath=PATH"

and so on.
Would love to have this in my collection aswell.

EDIT: I got it working now :) I just had to change some paths
 
Last edited by Ripster,
  • Like
Reactions: Tototi

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,874
Trophies
2
Age
45
XP
4,893
Country
Italy
@Tetsuo Shima did you solve why the game wont load for you? I tried this myself but for me it doesen't kick me back to wiiflow. It's just staying at

"Loading usb:/bermuda/ ...
Bermuda Syndrome
Usage: bs [OPTIONS] ...
-- datapath=PATH"

and so on.
Would love to have this in my collection aswell.

EDIT: I got it working now :) I just had to change some paths
Really?!? I've never managed to make it work in Wiiflow so I gave up.
I'm really curious, what exactly did you change to make it work? Did you change anything else other than the argument?
Would you be so kind to share your working files? I would gladly add it to the Plugins Pack, for the benefit of all.:)
 
  • Like
Reactions: Ripster

Ripster

Well-Known Member
Newcomer
Joined
Jul 9, 2020
Messages
88
Trophies
0
Age
33
XP
847
Country
Sweden
Really?!? I've never managed to make it work in Wiiflow so I gave up.
I'm really curious, what exactly did you change to make it work? Did you change anything else other than the argument?
Would you be so kind to share your working files? I would gladly add it to the Plugins Pack, for the benefit of all.:)
Of coruse, I'll send everything you need! Just let me know :) Actually I was just reading your and Wiimpathys discussion and tried the paths you guys recommended and it worked! I just changed everything to USB instead since that's what I'm usening mostly. My plugin and settings are somewhat differend tho, so maybe it's just a small change that have to be made for your setup? Anyways, my plugins lookslike this:

[PLUGIN]
arguments=--datapath=usb:/bermuda/data|--savepath=usb:/bermuda/save|--musicpath=usb:/bermuda/music
bannersound=
consolecoverid=
covercolor=000000
coverfolder=DOS
displayname=Bermuda Syndrome
dolfile=apps/bermuda/boot.dol
filetypes=.game
magic=62617365
romdir=wiiflow/plugins/bermuda
rompartition=-1

The bermuda folder are still on the root with the 3 folders data, music and save inside.
 

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,874
Trophies
2
Age
45
XP
4,893
Country
Italy
Ok, I finally managed to make it work as a WF plugin!
My WF setup is:
Wiiflow + plugins + apps folder on SD card
Bermuda folder on the root of USB
[PLUGIN]
arguments=--datapath=usb:/bermuda/data|--savepath=usb:/bermuda/save|--musicpath=usb:/bermuda/music
bannersound=
consolecoverid=
covercolor=000000
coverfolder=DOS
displayname=Bermuda Syndrome
dolfile=apps/bermuda/boot.dol
filetypes=.game
magic=62617365
romdir=bermuda
rompartition=1
So now I can include it in the plugins pack. Thanks to @Ripster for his help.
 
  • Like
Reactions: Ripster

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,874
Trophies
2
Age
45
XP
4,893
Country
Italy
Bermuda Syndrome cover for Wiiflow (Big box format)
Bermuda Syndrome.game.png
 
  • Like
Reactions: Tototi

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    @Materia_tofu, We do learn a lot from plenty of talented individuals.
  • Materia_tofu @ Materia_tofu:
    this is true! i learned how to make soundfont remixes from a friend back in 2021
    +1
  • BakerMan @ BakerMan:
    Update on my brother: He's home now, tired and hungry, obviously, but other than that, seems to be doing fine.
    +2
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
    +1
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
  • BakerMan @ BakerMan:
    Also, no, that was his first time having a seizure, and hopefully the last
    +1
    BakerMan @ BakerMan: Also, no, that was his first time having a seizure, and hopefully the last +1