It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Greetings,

I am trying to run this game through DOSBOX-X, rather than with the default dosbox which comes with the GOG version. However, no matter what I do, I keep getting a "file not found error" when trying to run the game. Any ideas?
Game needs LOADFIX to run properly; best way to automate it would be to add

```
LOADFIX
SAMURAI
```

After you mount your working directory in autoexec and save it as a custom config, then make a shortcut that looks something like

```
D:\Emulation\DOS\dosbox-x\dosbox-x.exe -conf D:\Emulation\DOS\SAMURAI\samurai.conf
```



ex of how mine looks

```
MOUNT C: D:\Emulation\DOS\SAMURAI
C:
LOADFIX
SAMURAI
```
avatar
ikammit: Game needs LOADFIX to run properly; best way to automate it would be to add

```
LOADFIX
SAMURAI
```

After you mount your working directory in autoexec and save it as a custom config, then make a shortcut that looks something like

```
D:\Emulation\DOS\dosbox-x\dosbox-x.exe -conf D:\Emulation\DOS\SAMURAI\samurai.conf
```

ex of how mine looks

```
MOUNT C: D:\Emulation\DOS\SAMURAI
C:
LOADFIX
SAMURAI
```
Hey, thank you so much, this worked like a charm. Great tip.