Skip to content

Commit

Permalink
Daggerfall Unity - Update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 30, 2023
1 parent d39fefb commit 29d1c6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions engines/daggerfall-unity/assets/run-daggerfall-unity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,14 @@ else
exit 10
fi

if [ ! -f ~/.config/unity3d/Daggerfall\ Workshop/Daggerfall\ Unity/settings.ini ]; then
if [ ! -d ~/.config/unity3d/Daggerfall\ Workshop/Daggerfall\ Unity ]; then
LD_PRELOAD="" mkdir -p ~/.config/unity3d/Daggerfall\ Workshop/Daggerfall\ Unity
fi
LD_PRELOAD="" echo "No settings.ini file detected, so creating"

LD_PRELOAD="" echo -e "[Daggerfall]" >> ~/.config/unity3d/Daggerfall\ Workshop/Daggerfall\ Unity/settings.ini
LD_PRELOAD="" echo -e "MyDaggerfallPath = ./DFUPDATED/DAGGER" >> ~/.config/unity3d/Daggerfall\ Workshop/Daggerfall\ Unity/settings.ini
fi

"$runtimepath/scout-on-soldier-entry-point-v2" --verbose -- ./DaggerfallUnity.x86_64
2 changes: 1 addition & 1 deletion engines/daggerfall-unity/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CLONE PHASE
git clone https://github.com/Interkarma/daggerfall-unity.git source
pushd source
git checkout d855b81
git checkout 472e076
popd


Expand Down
4 changes: 2 additions & 2 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9779,7 +9779,7 @@
},
{
"engine_link": "https://github.com/Interkarma/daggerfall-unity",
"version": "0.16.3 RC",
"version": "1.0.0",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "MIT",
Expand Down Expand Up @@ -10231,4 +10231,4 @@
"value": "Save Format Not Compatible"
}
]
}
}

0 comments on commit 29d1c6a

Please sign in to comment.