fix paths for new filesystem layout

master
an 2019-10-24 13:18:24 -04:00
parent 923e76b94a
commit 72f90f1205
14 changed files with 32 additions and 32 deletions

View File

@ -11,7 +11,7 @@ export KRITA_NO_STYLE_OVERRIDE=1
# misc # misc
export PATH=$HOME/.local/bin:$HOME/.gem/ruby/2.6.0/bin:$PATH export PATH=$HOME/.local/bin:$HOME/.gem/ruby/2.6.0/bin:$PATH
export DOOMWADDIR=/mnt/s/games/doom/iwads export DOOMWADDIR=/media/store/games/doom/iwads
export EDITOR=vim export EDITOR=vim
# run user startup jobs # run user startup jobs

View File

@ -571,7 +571,7 @@ mn_classic_menus 0
mn_background "FWATER1" mn_background "FWATER1"
[(".")] user's default wad directory [(".")] user's default wad directory
wad_directory "/mnt/d/PWads" wad_directory "/media/store/games/doom/pwads"
[0-1(1)] 0 = normal, 1 = optimized quad cache [0-1(1)] 0 = normal, 1 = optimized quad cache
r_columnengine 1 r_columnengine 1

View File

@ -19,22 +19,22 @@ iwad_doom_shareware ""
iwad_doom "" iwad_doom ""
[("")] IWAD path for The Ultimate DOOM [("")] IWAD path for The Ultimate DOOM
iwad_ultimate_doom "/mnt/s/games/doom/iwads/doom.wad" iwad_ultimate_doom "/media/store/games/doom/iwads/doom.wad"
[("")] IWAD path for DOOM 2 [("")] IWAD path for DOOM 2
iwad_doom2 "/mnt/s/games/doom/iwads/doom2.wad" iwad_doom2 "/media/store/games/doom/iwads/doom2.wad"
[("")] IWAD path for DOOM 2, BFG Edition [("")] IWAD path for DOOM 2, BFG Edition
iwad_bfgdoom2 "" iwad_bfgdoom2 ""
[("")] IWAD path for Final DOOM: TNT - Evilution [("")] IWAD path for Final DOOM: TNT - Evilution
iwad_tnt "/mnt/s/games/doom/iwads/tnt.wad" iwad_tnt "/media/store/games/doom/iwads/tnt.wad"
[("")] IWAD path for Final DOOM: The Plutonia Experiment [("")] IWAD path for Final DOOM: The Plutonia Experiment
iwad_plutonia "/mnt/s/games/doom/iwads/plutonia.wad" iwad_plutonia "/media/store/games/doom/iwads/plutonia.wad"
[("")] IWAD path for HACX - Twitch 'n Kill (v1.2 or later) [("")] IWAD path for HACX - Twitch 'n Kill (v1.2 or later)
iwad_hacx "/mnt/s/games/doom/iwads/hacx.wad" iwad_hacx "/media/store/games/doom/iwads/hacx.wad"
[("")] IWAD path for Heretic Shareware [("")] IWAD path for Heretic Shareware
iwad_heretic_shareware "" iwad_heretic_shareware ""
@ -43,13 +43,13 @@ iwad_heretic_shareware ""
iwad_heretic "" iwad_heretic ""
[("")] IWAD path for Heretic: Shadow of the Serpent Riders [("")] IWAD path for Heretic: Shadow of the Serpent Riders
iwad_heretic_sosr "/mnt/s/games/doom/iwads/heretic.wad" iwad_heretic_sosr "/media/store/games/doom/iwads/heretic.wad"
[("")] IWAD path for Freedoom (Doom 2 gamemission) [("")] IWAD path for Freedoom (Doom 2 gamemission)
iwad_freedoom "/mnt/s/games/doom/iwads/freedoom2.wad" iwad_freedoom "/media/store/games/doom/iwads/freedoom2.wad"
[("")] IWAD path for Freedoom (Ultimate Doom gamemission) [("")] IWAD path for Freedoom (Ultimate Doom gamemission)
iwad_freedoomu "/mnt/s/games/doom/iwads/freedoom1.wad" iwad_freedoomu "/media/store/games/doom/iwads/freedoom1.wad"
[("")] IWAD path for FreeDM (Freedoom Deathmatch IWAD) [("")] IWAD path for FreeDM (Freedoom Deathmatch IWAD)
iwad_freedm "" iwad_freedm ""
@ -58,13 +58,13 @@ iwad_freedm ""
iwad_rekkr "" iwad_rekkr ""
[-1-15(-1)] Number of last IWAD chosen from the IWAD picker [-1-15(-1)] Number of last IWAD chosen from the IWAD picker
iwad_choice 2 iwad_choice 3
[("")] Directory containing Master Levels wad files [("")] Directory containing Master Levels wad files
master_levels_dir "/mnt/s/games/doom/iwads/master" master_levels_dir "/media/store/games/doom/iwads/master"
[("")] Path to 'No Rest for the Living' [("")] Path to 'No Rest for the Living'
w_norestpath "/mnt/s/games/doom/iwads/nerve.wad" w_norestpath "/media/store/games/doom/iwads/nerve.wad"
[0-1(0)] Start up ETERNITY in text mode [0-1(0)] Start up ETERNITY in text mode
textmode_startup 1 textmode_startup 1

View File

@ -1,2 +1,2 @@
system: system:
game_path: /mnt/s/games game_path: /media/store/games

View File

@ -48,9 +48,9 @@ CurrentStateSlot = 0
# Path to directory where screenshots are saved. If this is blank, the default value of ${UserDataPath}/screenshot will be used # Path to directory where screenshots are saved. If this is blank, the default value of ${UserDataPath}/screenshot will be used
ScreenshotPath = "" ScreenshotPath = ""
# Path to directory where emulator save states (snapshots) are saved. If this is blank, the default value of ${UserDataPath}/save will be used # Path to directory where emulator save states (snapshots) are saved. If this is blank, the default value of ${UserDataPath}/save will be used
SaveStatePath = "/mnt/d/Stuff/GameState/N64" SaveStatePath = "/media/wind/Stuff/GameState/N64"
# Path to directory where SRAM/EEPROM data (in-game saves) are stored. If this is blank, the default value of ${UserDataPath}/save will be used # Path to directory where SRAM/EEPROM data (in-game saves) are stored. If this is blank, the default value of ${UserDataPath}/save will be used
SaveSRAMPath = "/mnt/d/Stuff/GameState/N64" SaveSRAMPath = "/media/wind/Stuff/GameState/N64"
# Path to a directory to search when looking for shared data files # Path to a directory to search when looking for shared data files
SharedDataPath = "" SharedDataPath = ""
# Force number of cycles per emulated instruction # Force number of cycles per emulated instruction

View File

@ -31,11 +31,11 @@ Core:
Clocks scale: 100 Clocks scale: 100
Sleep Timers Accuracy: Usleep Only Sleep Timers Accuracy: Usleep Only
VFS: VFS:
$(EmulatorDir): /mnt/d/Stuff/Games/PS3/ $(EmulatorDir): /media/wind/Stuff/Games/PS3/
/dev_hdd0/: /mnt/d/Stuff/Games/PS3/dev_hdd0/ /dev_hdd0/: /media/wind/Stuff/Games/PS3/dev_hdd0/
/dev_hdd1/: /mnt/d/Stuff/Games/PS3/dev_hdd1/ /dev_hdd1/: /media/wind/Stuff/Games/PS3/dev_hdd1/
/dev_flash/: "" /dev_flash/: ""
/dev_usb000/: /mnt/d/Stuff/Games/PS3/dev_usb000/ /dev_usb000/: /media/wind/Stuff/Games/PS3/dev_usb000/
/dev_bdvd/: "" /dev_bdvd/: ""
/app_home/: "" /app_home/: ""
Enable /host_root/: false Enable /host_root/: false
@ -148,4 +148,4 @@ Miscellaneous:
Use native user interface: true Use native user interface: true
GDB Server: 127.0.0.1:2345 GDB Server: 127.0.0.1:2345
Port: 2345 Port: 2345
Log: {} Log: {}

View File

@ -3,7 +3,7 @@ GopherPort=70
bind= bind=
disableipv6=0 disableipv6=0
GopherRoot=/srv/gopher/ GopherRoot=/srv/gopher/
PubDirList=/mnt/d/Stuff/Books:/mnt/d/Stuff/Games:/mnt/s/music/shared:/mnt/s/osmedia PubDirList=/media/wind/Stuff/Books:/media/wind/Stuff/Games:/media/store/music/shared:/media/store/osmedia
UserDir= UserDir=
chroot= chroot=
ParanoidMode=0 ParanoidMode=0

View File

@ -1 +1 @@
disk /mnt/s/vm/MacEmu/OS7 disk /media/store/vm/MacEmu/OS7

View File

@ -1 +1 @@
disk /mnt/s/vm/MacEmu/OS9 disk /media/store/vm/MacEmu/OS9

View File

@ -2,7 +2,7 @@ bootdrive 0
bootdriver 0 bootdriver 0
dsp /dev/dsp dsp /dev/dsp
ether enp1s0 ether enp1s0
extfs /mnt/s/vm/MacEmu/Share extfs /media/store/vm/MacEmu/Share
frameskip 1 frameskip 1
ignoresegv false ignoresegv false
jit true jit true

View File

@ -9,6 +9,6 @@ jitinline true
jitlazyflush true jitlazyflush true
modelid 5 modelid 5
ramsize 67108864 ramsize 67108864
rom /mnt/s/osmedia/Apple MacOS/ROMs OldWorld/512KB ROMs/1989-09 - 368CADFE - Mac IIci.ROM rom /media/store/osmedia/Apple MacOS/ROMs OldWorld/512KB ROMs/1989-09 - 368CADFE - Mac IIci.ROM
udpport 6066 udpport 6066
udptunnel false udptunnel false

View File

@ -3,6 +3,6 @@ idlewait true
ignoreillegal false ignoreillegal false
jit68k false jit68k false
ramsize 1073741824 ramsize 1073741824
rom /mnt/s/osmedia/Apple MacOS/ROMs NewWorld/1999-05-14 - Mac OS ROM 1.6.rom rom /media/store/osmedia/Apple MacOS/ROMs NewWorld/1999-05-14 - Mac OS ROM 1.6.rom
screenmodes 0 screenmodes 0
windowmodes 0 windowmodes 0

View File

@ -9,15 +9,15 @@ nMemoryBankSize3 = 16
nMemorySpeed = 1 nMemorySpeed = 1
[HardDisk] [HardDisk]
szImageName0 = /mnt/s/vm/NeXTEmu/image2.2 szImageName0 = /media/store/vm/NeXTEmu/image2.2
nDeviceType0 = 1 nDeviceType0 = 1
bDiskInserted0 = true bDiskInserted0 = true
bWriteProtected0 = false bWriteProtected0 = false
szImageName1 = /mnt/s/vm/NeXTEmu/boot2.2 szImageName1 = /media/store/vm/NeXTEmu/boot2.2
nDeviceType1 = 3 nDeviceType1 = 3
bDiskInserted1 = true bDiskInserted1 = true
bWriteProtected1 = false bWriteProtected1 = false
szImageName2 = /mnt/s/vm/NeXTEmu/install2.2 szImageName2 = /media/store/vm/NeXTEmu/install2.2
nDeviceType2 = 2 nDeviceType2 = 2
bDiskInserted2 = true bDiskInserted2 = true
bWriteProtected2 = false bWriteProtected2 = false

View File

@ -46,11 +46,11 @@ and set ver $_flag_version
or set ver $_ver or set ver $_ver
# Disk Media # Disk Media
set image "/mnt/s/vm/$cfg/image$ver" set image "/media/store/vm/$cfg/image$ver"
set boot_order c set boot_order c
# Install Media # Install Media
set media "/mnt/s/osmedia" set media "/media/store/osmedia"
set install (string replace "_ver_" "$ver" "$_install") set install (string replace "_ver_" "$ver" "$_install")
set boot (string replace "_ver_" "$ver" "$_boot") set boot (string replace "_ver_" "$ver" "$_boot")