File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ The game **Day of the Tentacle** has the shortname `tentacle` and requires files
44
44
45
45
Create a directory ` /home/pi/RetroPie/roms/scummvm/Day of the Tentacle ` and place the game files in it.
46
46
47
- Create a launcher file with the same name as the directory: ` /home/pi/RetroPie/roms/scummvm/Day of the Tentacle.svm `
47
+ Create a launcher file with the same name as the directory: ` /home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle .svm `
48
48
49
49
This laucher file ` Day of the Tentacle.svm ` contains the shortname ` tentacle `
50
50
51
51
You can create the launcher file like:
52
52
53
53
```
54
- echo "tentacle" > "/home/pi/RetroPie/roms/scummvm/Day of the Tentacle.svm"
54
+ echo "tentacle" > "/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle .svm"
55
55
```
56
56
57
57
The final file layout is:
58
58
59
59
```
60
- /home/pi/RetroPie/roms/scummvm/Day of the Tentacle.svm
60
+ /home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle .svm
61
61
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/MONSTER.SOU
62
62
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/TENTACLE.000
63
63
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/TENTACLE.001
You can’t perform that action at this time.
0 commit comments