Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

USSEP team

Uploaded by

leostevano

Virus scan

Safe to use

Tags for this mod

About this mod

Fixes khajit caravan stuck in one city.

Requirements
Permissions and credits
Redundant/No longer needed with the newest Vanilla Script Micro Optimization


If you're using the latest USSEP (v 4.2.9a) and Vanilla Script Micro Optimization, the khajit caravan will be stuck in one city.

This happened because the USSEP made changes to the API for the caravanscript.pex for the update caravan function, being that UpdateCaravan now once again requires 5 arguments, not 4 as in VSMO.

This is the CaravanLeaderScript from the latest USSEP, let this overwrite VSMO and it should fix the caravans. Load order should be like this :

--(low)--
- USSEP
- VSMO
- Caravan bug fix
--(high)--

Or you can just drop the script folder at your data folder. If by any chance they are still not travelling, you can do these steps :

1. Make a new save.

2. open up console and do the following =

A:
prid 0010372F
disable

prid 001030E2
disable


B:
prid 00104AD6
disable

prid 00103774
disable


C:
prid 0010311B
disable

prid 0010332A
disable

3. Switch global value CaravanIsCamped to 0 (its binary value)

A:
set CaravanIsCampedA to 0

B:
set CaravanIsCampedB to 0

C:
set CaravanIsCampedC to 0

4. Get caravan a new campsite (select only one for each caravan)

A:
set CaravanLocationA to 0 - Risaad's caravan should go to Whiterun from Markarth
set CaravanLocationA to 1 - Risaad's caravan should go to Markarth from Whiterun

B:
set CaravanLocationB to 0 - Madran's caravan should go to Solitude from Windhelm
set CaravanLocationB to 1 - Madran's caravan should go to Windhelm from Solitude

C:
set CaravanLocationC to 0 - Ahcari's caravan should go to Riften from Dawnstar
set CaravanLocationC to 1 - Ahcari's caravan should go to Dawnstar from Riften

Then they should travel again. Enjoy