Homebrew Bermuda Syndrome engine port

Tetsuo Shima

Well-Known Member
Member
Joined
Oct 29, 2008
Messages
1,875
Trophies
2
Age
45
XP
4,919
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,143
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,875
Trophies
2
Age
45
XP
4,919
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,143
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,875
Trophies
2
Age
45
XP
4,919
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.
 

newo

Well-Known Member
Member
Joined
Apr 7, 2011
Messages
938
Trophies
2
Website
wiibrew.org
XP
3,939
Country
Jamaica
should also try a relative path. I think HBC sets the default directory to inside the apps folder for the app it runs.
 

Wiimpathy

Well-Known Member
OP
Member
Joined
Mar 3, 2010
Messages
1,013
Trophies
2
XP
3,143
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
875
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,875
Trophies
2
Age
45
XP
4,919
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
875
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,875
Trophies
2
Age
45
XP
4,919
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,875
Trophies
2
Age
45
XP
4,919
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.
  • a_username_that_is_cool @ a_username_that_is_cool:
    DDDS . Dual Developer Dedede System :)
    +1
  • BakerMan @ BakerMan:
    also happy birthday @Xdqwerty
    +1
  • BigOnYa @ BigOnYa:
    Is it me you're looking for?
  • MysticStarlight @ MysticStarlight:
    'Cause I wonder where you are
  • MysticStarlight @ MysticStarlight:
    wait I got the lyrics mixed up
    +1
  • BigOnYa @ BigOnYa:
    And I wonder what you do...Lol
  • BigOnYa @ BigOnYa:
    Its all good, I'm here to talk to you.
  • BigOnYa @ BigOnYa:
    Hello
  • BigOnYa @ BigOnYa:
    I've been playing fallout4 all day, I went into a elevator and it kept going, never stopped, waited 5 minutes, must of been a bug. How bout you, whatcha do today?
    +1
  • MysticStarlight @ MysticStarlight:
    I'm wondering why a stray tuxedo cat has a cloudy eye
  • MysticStarlight @ MysticStarlight:
    I've been playing TOTK all day also
    +1
  • MysticStarlight @ MysticStarlight:
    Oh you reminded me of those elevator nightmares
  • BigOnYa @ BigOnYa:
    Awesome game, fun how they force you to build, but you can build as you want
  • MysticStarlight @ MysticStarlight:
    It is super fun, I actually prefer it over BoTW
    +1
  • BigOnYa @ BigOnYa:
    The guy holding the sign always cracked me up, esp when you fail, and it falls
  • MysticStarlight @ MysticStarlight:
    Ah yes, that guy lol. I still need to find all his signs. The game has a lot to do though so I don't know what to finish first
  • MysticStarlight @ MysticStarlight:
    I'm 120 hours in and am still like 44.4% done
    +1
  • BigOnYa @ BigOnYa:
    Good times. Building is starting to get good around now for you. You making me want to make run thru again.
  • BigOnYa @ BigOnYa:
    Ok good chatting, enjoy your gaming, and avoid the lightning, or put your sword away. Good night.
  • K3Nv2 @ K3Nv2:
    All I gotta do is not spend $10 in the next 5 days and I'll break even this month lol
  • K3Nv2 @ K3Nv2:
    @BigOnYa, tell your wife not to forget her wallet
    +1
    K3Nv2 @ K3Nv2: https://youtu.be/YMAa6obDNZs?si=rymChLKeTdyS8nqk