This is the Sims 4 mod part of the Sims 4 Archipelago.gg integration. The goal of the mod is to enable the player to play their game together with other people as part of a multiworld and multigame experience.
Check https://archipelago.gg for more information on Archipelago Multiworld.
This mod is built upon the Sims4CommunityLibrary, a mod that offers easy to use APIs for mod programming. Check their github page for further information: https://github.com/ColonolNutty/Sims4CommunityLibrary
-
Check the "releases" page for the newest release.
-
Download the release package and unpack the files to your Sims 4 Installation directory into the /Mods folder.
The Package should contain a .ts4script and a .package file
The default directory should be something like C:\Users<Username>\Documents\Electronic Arts\The Sims 4
-
Go to the Sims4CommunityLibrary github and follow installation directions there
Due to relying on Sims4CommunityLibrary, it shares the same requirements as that mod. Check the game requirements on the Sims4CommunityLibrary github
If you want to build the mod yourself, there's a few extra steps involved.
- The mod was built upon the Sims4CommunityLibrary Template project Check installation instructions there to set up your workspace
- After you prepared the template project, your project should run on Python 3.7 and include the EA scripts as well as the Sims4CommunityLibrary files.
- To build the mod, run the compile.py script from the template project. This should create a Sims4Archipelago.ts4script in the Release/s4ap folder. Copy this to your mods folder
- To make changes to the .package, you need to install Sims4Studio. This should only matter if you want to add new localization options.
This mod is licensed under MIT license (check LICENSE for details)
The Sims 4 Community Library is licensed under the Creative Commons Attribution 4.0 International public license (CC BY 4.0). https://creativecommons.org/licenses/by/4.0/ https://creativecommons.org/licenses/by/4.0/legalcode
S4CL Copyright (c) COLONOLNUTTY