-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodDesc.xml
41 lines (35 loc) · 2.25 KB
/
modDesc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="93">
<author>Farmsim Tim (timmeey86)</author>
<version>0.5.0.3</version>
<title>
<en>Sticky Feet</en>
<de>Klebrige Füße</de>
</title>
<description>
<en><![CDATA[Description: If you stand on a vehicle which is driving, this mod will make your feet stick to it, so you don't slide off.
This is an early release for single player only. It fully works apart from jumping while moving with the vehicle.
Streamers can use it for unique camera angles (in first person) and players can already have some fun while the AI is driving.
Note that with this mod active, the player will no longer be considered an obstacle by the AI, so AI helpers will just pick you up and carry you along if you are in their way.
GitHub-Link: https://github.com/Timmeey86/FS25_StickyFeet
]]></en>
<de><![CDATA[Beschreibung: Wenn du auf einem Fahrzeug stehst, das sich bewegt, sorgt diese Mod dafür, dass deine Füße festkleben und du nicht herunter rutschst.
Dies ist eine Vorabversion nur für den Karrieremodus, bei der alles funktioniert abgesehen vom Hüpfen, während man sich mit dem Fahrzeug mitbewegt.
Streamer können sie verwenden, um einzigartige Kameraperspektiven zu erzielen (aus der Egoperspektive) und Spieler können bereits etwas Spaß haben, während die KI fährt.
Beachte dass mit dieser Mod der Spieler nicht mehr als Hindernis für die KI betrachtet wird. Dadurch werden dich KI Helfer einfach aufheben und mitnehmen, wenn du ihnen im Weg stehst.
GitHub-Link: https://github.com/Timmeey86/FS25_StickyFeet
]]></de>
</description>
<multiplayer supported="true" />
<iconFilename>icon_StickyFeet.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="scripts/PlayerMovementCorrectionEvent.lua" />
<sourceFile filename="scripts/PlayerMovementCorrectionStopEvent.lua" />
<sourceFile filename="scripts/StickyFeetStateMachine.lua" />
<sourceFile filename="scripts/VehicleRaycastHelper.lua" />
<sourceFile filename="scripts/PlayerVehicleTracker.lua" />
<sourceFile filename="scripts/VehicleMovementTracker.lua" />
<sourceFile filename="scripts/PlayerMovementStateMachine.lua" />
<sourceFile filename="scripts/StickyFeet.lua" />
</extraSourceFiles>
</modDesc>