Homebrew Bermuda Syndrome engine port

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,874
Trophies
2
Age
45
XP
4,889
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,127
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,889
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,127
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,889
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,127
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
825
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,889
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
825
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,889
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,889
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.
    Psionic Roshambo @ Psionic Roshambo: https://m.youtube.com/watch?v=_NTF5_qgH0o