Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Adjustable Camera for Farming Simulator 22
# Adjustable Camera for Farming Simulator 25

This mod allows to move the position of the indoor camera.

Please configure your inputs as you wish as there are no defaults defined.

[Download the latest release here](https://github.com/JanCraymer/FS22_AdjustableCamera/releases/latest)

# Anpassbare Kamera für Landwirtschafts-Simulator 22
# Anpassbare Kamera für Landwirtschafts-Simulator 25

Dieser Mod ermöglicht es, die Innenansichtskameraposition anzupassen.

Expand Down
4 changes: 2 additions & 2 deletions build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
ZIPFILE=FS22_AdjustableCamera.zip
ZIPFILE=FS25_AdjustableCamera.zip
if test -f "$ZIPFILE"; then
echo "Deleting previous $ZIPFILE."
rm $ZIPFILE
Expand All @@ -18,4 +18,4 @@ if [ -n "$1" ]; then
echo "copy $ZIPFILE to $1"
cp $ZIPFILE "$1"
echo "Done."
fi
fi
4 changes: 2 additions & 2 deletions modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="75">
<modDesc descVersion="92">
<author>CptCray</author>
<version>1.0.1.0</version>
<version>2.0.0.0</version>
<title>
<en>Adjustable Camera</en>
<de>Anpassbare Kamera</de>
Expand Down