Либерти ли симс 4

Обновлено: 07.07.2024

Девушка, проживающая в Виллоу Крик, в мире из игры The Sims 4. Она работает мойщиком модулей (2 уровень) в карьере космонавта.

Полярная сова: Тихая семейная драма. Одаренный ребенок, который все же не оправдывает ожиданий отца. Фантазии этого ребенка, где верность в цене, враги будут повержены, а друзья вместе выпьют за победу. Лицемерный . >> Тихая семейная драма.
Одаренный ребенок, который все же не оправдывает ожиданий отца. Фантазии этого ребенка, где верность в цене, враги будут повержены, а друзья вместе выпьют за победу. Лицемерный мир взрослых, где всё не делится на черное и белое.
Что же будет дальше. К сожалению, мы знаем, в кого превратится "Доблестный верный Бартемиус".

Она является римейком симки Liberty Lee, симки по умолчанию в The Sims 4. СС контент включен.

Моды в папку Mods, симку в Tray.






Правила написания и публикации комментариев. За несоблюдение правил — бан!

Description:
This is more of an API than the mod itself. It doesn't do anything by itself and is intended as a framework for other Sims 4 developers to use in their own codebases. Install the library only if you have installed a mod that requires it!

Russian translation by Origamika : Download (suitable for all versions - updated 10/28/2020)
Chinese translation by Zoophx: Download (1.73)

Documentation
To start creating mods with S4CL, check out the project template !

Requirements:
- The Sims 4 Version at least 1.80.69.1030 (Cottage Living)

- Choose Sim Dialog
- Custom Icons:
- Right Arrow
- Navigate Into Arrow
- Question Mark
- Six Sided Dice
- Checked Box
- Unchecked Box
- Notifications
- Sim Icons
- Warnings
- Errors
- Info
- Story Dialogs (Add custom buttons, add sim icons)
- Sim Picker
- Prompt the player to choose a sim or a number of sims from a dialog.
- Custom Notifications
- Basic Notification - Display a notification with a title and description of varying urgency.
- Interactions
- Registration
- Register Interactions to:
- Terrain
- Ocean
- Objects (Sims, Furniture, etc.)
- Custom Interactions
- Create interactions the run Python code in their backends
- Interaction Types:
- CommonInteraction - Inherit from this to hook into an interaction and add python functionality to its functions
- Immediate Super Interaction - An interaction that doesn't require a target to perform. It is started immediately and without an animation.
- Super Interaction - Like the Immediate Super interaction but these require a target to perform. (sim_chat is one example of a Super Interaction)
- Mixer Interaction - Use this for custom Mixer interactions.
- Social Mixer Interaction - Use this for custom Social Mixer interactions.
- Terrain Interaction - Use for interactions that appear when clicking on the ground.
- Perform logical checks to determine whether or not to show an interaction
- Or display an interaction as disabled, with a displayed tooltip that shows when the player hovers the interaction.
- Run Python code when an interaction is started, cancelled, or has finished.
- Custom Interaction Tooltips
- Display tooltips on interactions that display on hover.
- Locate CommonInteraction for an example of how to utilize custom tooltips in your own interactions.
- Event Handling
- Create, Dispatch, and Handle Dynamic Events
- Handle events without needing a reference to the code that sends the event.
- Decouple that code!
- Interval Events
- Run functions on millisecond intervals.
- Run functions once, after an amount of time has passed.
- Interaction events (Queued, Started, Ended, Interaction Outcomes)
- Sim
- Spawn - Occurs when a Sim spawns or is born into the world.
- Initialization - Occurs when a Sim is initialized (before being spawned).
- Occult Swapping - Occurs when a Sim changes to a different Occult (i.e. Human to Mermaid or Human to Vampire or vice verse)
- Zone Events
- Zone Update - Occurs every time the zone updates. (Basically every time the game ticks)
- Zone Teardown - Occurs every time the zone is torn down. Occurs before a loading screen, but only after a Zone had been previously loaded. (See Zone Early/Late Load)
- Zone Save - Occurs every time a zone is saved. This occurs before the game saves for the player. Be careful with this one!
- Zone Early Load - Occurs when a zone is loaded, but before the players household has loaded.
- Zone Late Load - Occurs when a zone is loaded, but after the players household has loaded.
- Utilities
- Sim utilities
- Get the Active Sim
- Get Sim Info, Sim Instance, and Sim Ids
- Get All Sims nearby and filter which types of sims to get (Age, Species, Occult, Traits, Buffs, etc.)
- Occults - Check Occult Types of sims.
- Ages - Get/Set/Check Ages of sims.
- Genders - Get/Set/Check Genders of sims.
- Species - Get/Set/Check Species of sims.
- Buffs - Add/Remove/Check Buffs of sims.
- Traits - Add/Remove/Check Traits of sims.
- Sim State - Check various states of sims. (Wearing towel, Dying, etc.)

- Sim Spawn/Despawn - Spawn, Despawn, and Delete Sims.
- CAS
- Outfit - Set/Get/Update/Check the current outfit of sims.
- CAS Utils - Attach/Detach/Check cas parts of a sims outfit. You can put any cas part in any BodyType via these.
- Components - Get various components of objects (Statistics, Traits, Buffs, etc.)
- Resources - Load Resources or Tuning files by their identifiers. (Buffs, Traits, Statistics, Snippets, etc.)
- Icons - Load Icons provided by S4CL or your own Icons.
- Types - Determine the type of objects without needing to use isinstance or having a reference to the type itself in your own code.
- Time - Manage time. Pause the game, get/change the current game speed, get/set the time of day, etc.
- Collections - Determine if an object is a collection, combine collections, flatten collections, etc.
- Injection - Inject custom functionality into functions
- IO (Input/Output) - Write string data to a file or load string data from a file.
- Stack Trace - Retrieve the complete and full stack trace.
- Localization utilities
- Retrieve LocalizedStrings from StringTables of .package files.
- Format tokens into LocalizedStrings
- Display text in specific colors (Colors can be added by request)
- Blue
- Green
- Red
- Create Localized Tooltips - Use to display tooltips on interactions (while also displaying the interaction)
- These can be useful to give more information to the player about why something cannot be performed, instead of simply hiding that something.
- Weather
- Statistics
- Motives

Installation:
- Download the latest zip archive above.
- Unpack the archive using your favorite archiving tool.
- Drag files / folders to Mods directory.
- Keep in mind that the ts4script file must be either a top level (directly in the Mods / < ts4script file > folder) or one deep folder (Mods / Blah / < ts4script file>). Even deeper, and nothing will come of it.

To those using this mod, if you are told that my mods do any of the following:

- Will break or cause severe issues within your game

- Contain themes endangering or abusing Children

- Contain themes endangering or abusing Animals

- Contains illegal content

Please know that ALL of this is misinformation, and completely false.

The mod authors known as TURBODRIVER and Deaderpool have chosen to Stalk, Target, and Cyberbully me and anyone who chooses to use any of my mods. They have chosen to spread misinformation (slander) about my mods for years, and have gone so far as to put malicious code in Wicked Whims targeting my mods (and by extension those who make mods using S4CL which is a fairly large chunk of mod authors). I believe in creating mods that better the community as a whole, even if I have no personal interest in the criteria of the mod itself. Even the API called Sims 4 Community Library, which I have created for new and old mod authors to create simpler and more stable mods while also providing a vast store of functionality for said mods, has been targeted by these mod authors. They go on witch hunts, banning or threatening anyone who dares join my discord. They have threatened other mod authors, discords, websites, and various other forms of media into also banning and threatening people for using my mods.

Sadly, this has put me in a place where the very community I love and support, slanders me and continues to spread the same misinformation, without knowing that many of the negative things being said have zero evidence to back them and are nothing more than cyberbullying.

Though these Mod Authors are extremely successful, they have been using their popularity to ruin my reputation and railroad the community into believing these lies. This has caused many discords to ban people for using any of my mods and it has turned my name into something that frightens everyone when it is even mentioned. I try my best to support and create content for this community out of my own pocket and this is completely unacceptable.

Please do not believe everything you read on the internet. There's always two sides

to a story but above all there is the absolute truth. Its up to us as people to find it out

and refrain from hopping onto bandwagons stirred up by popular mod authors.

I love this community, and despite what TURBODRIVER and Deaderpool say to ruin me, I will continue doing my best to support this community, noone deserves this treatment, especially not someone who makes mods for free.

Previous versions:
There is not really a reason to use an older version. S4CL is always and will always be backwards compatible.

Russian translation of WickedWhims mod for The Sims 4
Русский перевод мода WickedWhims для The Sims 4
Этот перевод совместим с официальной версией WickedWhims

Загружен: 26.09.2019, 07:35
Обновлена версия 168.5 (Patreon)

Что такое Wicked Whims ?
WickedWhims - это мод, который предлагает анимированный секс, взаимодействие с наготой, эксгибиционизмом, улучшение отношений и геймплея. Вы хотите, чтобы ваши симы занимались сексом? Хотите попробовать натуризм или пофлиртовать с соседями? Попробуйте WickedWhims!

Загружен: 16.10.2019, 05:46
Версия обновлена от 13.10.2021

Этот мод изменяет все рецепты EA, чтобы сделать их более реалистичными и захватывающими, расширяет рецепты EA, добавляет пользовательские рецепты и добавляет покупки продуктов в вашу игру!

Добавляет новую опцию "Купить подарок" в телефон вашего Сима.

WonderfulWhims - это автономный мод, который предлагает множество улучшений в социальных отношениях, отношениях и беременности в формах привлекательности, впечатлений, архетипов личности, менструального цикла, контроля над рождаемостью и многого другого.

Если вы хотите наслаждаться моментом и понимаете, что в наше время один из самых доступных способов продвигать себя - жить напоказ, то эта карьера для вас.

Если вы верите в служение своей стране, защиту ее интересов в области безопасности и разведки, в преодоление языковых барьеров и выстраивание отношений, ведение переговоров в ее интересах, тогда эта карьера точно для вас!

Любителям паранормального очень трудно вписаться в современное общество, полное рациональности и прагматичности. К счастью, с помощью этого мода ваши персонажи смогут раскрыть свой магический потенциал, укрепить связь со сверхъестественным миром.

Вам тоже кажется неправдоподобным, что дети ваших персонажей учатся круглый год? А ведь лето - это то время, когда нужно отдыхать от учебы и веселиться с друзьями. Или даже поехать в летний лагерь, чтобы и родители смогли ненадолго отдохнуть. Теперь у вас будет такая возможность!

Вам не кажется, что поступление в университет слишком упрощено в мире Sims 4? Просто отправляешь заявление и ждешь. Ну, не реалистично же это! А как же сбор стандартного пакета документов для поступления? С данным модом это станет реальностью!

Этот замечательный мод добавит в вашу игру множество видов активного отдыха, для каждой возрастной категории есть большой выбор занятий!

Всегда мечтали стать блогером, писать о чем угодно и выражать свое мнение? Тогда садитесь за компьютер и вперед на создание блога!

Задумайтесь на секундочку, для чего ваши персонажи чистят зубы, какой от этого смысл? Никаких последствий, никакого игрового процесса, никакого страха перед стоматологом, никакого осуждения за плохой уход за зубами! Этот мод исправит ситуацию.

Данный мод добавляет в игру базовый уход за глазами! Конечно, персонажи в любое время могут надеть модную оправу, но теперь у них могут быть диагностированы проблемы со зрением. Да здравствует реализм!

С помощью данного мода у ваших персонажей будет взиматься плата за поездку на участок по типу, то есть, вы будете платить за вход.

Автор решил полностью пересмотреть систему заказа на компьютере. Вы уже знаете другие небольшие моды для заказа отдельных предметов от данного автора. Теперь все модули объединены все это в один большой мод, так что более ранние отдельные мини-моды теперь являются модулями этого мода

Этот мод ускоряет прогресс навыков. Поставляется в нескольких вариантах.

Это пользовательские взаимодействия + некоторые дополнительные функции, которые используются для изготовления пользовательских продуктов, плюс сценарий, который добавляет взаимодействия к различным печам и холодильникам в игре.

Зачем покупать муку или сахар, когда вы можете сделать эти продукты самостоятельно? Функциональный измельчитель поможет вам сэкономить симолеоны на продуктах и создать много новых и интересных вещей!

Чтобы получить славу вам нужно выполнять такие взаимодействие, как: рекомендовать блюда вашим посетителям, проверить стол. Эти действия будут добавлять вам немного славы и тогда потихоньку вы станете самым влиятельным и известным владельцем ресторана.

Читайте также: