You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,11 +21,34 @@ Welcome to the Unofficial Fabula Ultima System for the {Foundry Virtual Tabletop
21
21
### Manual Installation
22
22
23
23
1. Visit the [Release](https://github.com/League-of-Fabulous-Developers/FoundryVTT-Fabula-Ultima/releases"") page to find your desired version.
24
-
2. Download the `fabulaultima.zip` file for your chosen version.
24
+
2. Download the `projectfu.zip` file for your chosen version.
25
25
3. Unzip the downloaded file to your FoundryVTT Data systems folder. (For more details, refer to the [FoundryVTT Configuration Guide](https://foundryvtt.com/article/configuration/#where-user-data"")).
26
26
4.[Mandatory] Ensure that you have the `socketLib` module installed.
27
27
5. Restart FoundryVTT if necessary.
28
28
29
+
### Updating from Legacy Build
30
+
31
+
1. Uninstall any previous versions of the system in FoundryVTT.
32
+
2. Refer to `Semi-Automatic Installation` above.
33
+
3. Refer to the [Project FU World Migration Guide](https://github.com/League-of-Fabulous-Developers/FoundryVTT-Fabula-Ultima/wiki/Migration-Tutorial) on how to migrate pre-existing worlds to the latest version.
34
+
35
+
### Migrating Pre-Existing Worlds to New System
36
+
37
+
To avoid any clashes with developers of other unofficial fabula ultima systems, we're making a small change. We need to switch the package ID from `fabulaultima` to `projectfu`. This ensures smooth updates for users who want both systems installed on Forge/Foundry without any conflicts. For users with pre-existing worlds, this involves editing a JSON file to make your world compatible with the new system. Make sure to back up your world before making any changes.
38
+
39
+
**Changes:**
40
+
41
+
1. Package ID: `fabulaultima` ➔ `projectfu`
42
+
2. Path: Update records to point to `systems/projectfu/`
43
+
44
+
**For World Migration:**
45
+
46
+
1. Open your world's folder.
47
+
2. Edit `world.json`.
48
+
3. Change `"system": "fabulaultima"` to `"system": "projectfu"`.
49
+
50
+
For detailed guidance, check out the [Project FU World Migration Guide](https://github.com/League-of-Fabulous-Developers/FoundryVTT-Fabula-Ultima/wiki/Migration-Tutorial).
51
+
29
52
## Feedback
30
53
31
54
You can find a list of feature suggestions and ideas on our [Trello board](https://trello.com/b/VEa8VQHc/fabula-ultima-boilerplate-system""). Feel free to review the existing suggestions and the general guidelines section before making new ones to avoid duplication.
@@ -48,4 +71,4 @@ A few assets/code were used from the following projects:
48
71
-**fultimator**: [fultimator](https://github.com/codeclysm/fultimator) by codeclysm, specifically project/ritual/sp counter code, licensed under the [MIT License](https://github.com/codeclysm/fultimator/blob/main/LICENSE.md)
49
72
-**animate.css**: [animate.css](https://animate.style/) by Daniel Eden, licensed under the [Hippocratic License](https://github.com/animate-css/animate.css/blob/main/LICENSE-HIPPOCRATIC).
50
73
-**RPG-Awesome**: [RPG-Awesome](https://nagoshiashumari.github.io/Rpg-Awesome/) by Daniela Howe and Ivan Montiel, licensed under the [BSD 2-Clause "Simplified" License](https://github.com/NagoshiAshumari/Rpg-Awesome/blob/master/LICENSE).
51
-
-[Savantford](https://github.com/Savantford), specifically for providing code for clocks and helping me set it up.
74
+
-[Savantford](https://github.com/Savantford), specifically for providing code for clocks and helping me set it up.
0 commit comments