├── .gitattributes ├── LICENSE ├── Modding ├── Command_Functions │ ├── Divorce.txt │ ├── Filter.txt │ ├── FilterDesc.txt │ ├── FilterTalk.txt │ ├── LosePT.txt │ ├── Power.txt │ ├── Random.txt │ ├── Sex.txt │ ├── SexNoAffair.txt │ ├── TalkNonConsensual.txt │ ├── WHAT.txt │ ├── WHEN.txt │ ├── WHERE.txt │ ├── addColleague.txt │ ├── addCriminal.txt │ ├── addDatingFriend.txt │ ├── addEmployee.txt │ ├── addNeighbour.txt │ ├── addNpcRelationship.txt │ ├── addObjective.txt │ ├── addToPeopleHere.txt │ ├── animate.txt │ ├── animateFnt.txt │ ├── animatePair.txt │ ├── assignHome.txt │ ├── assignResidents.txt │ ├── assignWhat.txt │ ├── assignWhere.txt │ ├── blendAppearanceFrom.txt │ ├── blendPreset.txt │ ├── blockContact.txt │ ├── blockNpcRelationships.txt │ ├── blockPregnancy.txt │ ├── calculateExpenses.txt │ ├── calculateRent.txt │ ├── calculateRevenue.txt │ ├── calculateWages.txt │ ├── cameraFocus.txt │ ├── cameraLock.txt │ ├── cameraMove.txt │ ├── cameraUnlock.txt │ ├── changeSex.txt │ ├── chooseContact.txt │ ├── chooseMajor.txt │ ├── clearBackground3d.txt │ ├── clearGetList.txt │ ├── clearGlobal.txt │ ├── cloneFrom.txt │ ├── closeEyes.txt │ ├── contractSTD.txt │ ├── convertToLocalCurrency.txt │ ├── countPregnancyDays.txt │ ├── delete.txt │ ├── deletePerson.txt │ ├── dress.txt │ ├── dressBondage.txt │ ├── dressExcept.txt │ ├── dressFormal.txt │ ├── dressGuard.txt │ ├── dressPrisoner.txt │ ├── dressUniform.txt │ ├── dressWedding.txt │ ├── endDate.txt │ ├── endOpenRelationship.txt │ ├── endPrison.txt │ ├── enterBusinessName.txt │ ├── enterFirstName.txt │ ├── enterString.txt │ ├── exchangeContact.txt │ ├── faceEachOther.txt │ ├── favoriteHome.txt │ ├── findNearbyBuilding.txt │ ├── floor.txt │ ├── followUp.txt │ ├── forgiveAffairs.txt │ ├── generateBuildingAlias.txt │ ├── generateCreature.txt │ ├── generateCreatureTemporary.txt │ ├── generatePerson.txt │ ├── generatePersonMatchRace.txt │ ├── generatePersonTemporary.txt │ ├── generatePersonTemporaryMatchRace.txt │ ├── generateRelativeMatchRace.txt │ ├── getActorAlias.txt │ ├── getActorVar.txt │ ├── getAnyRelative.txt │ ├── getAssignee.txt │ ├── getBabyDaddy.txt │ ├── getBuilding.txt │ ├── getBuildingType.txt │ ├── getCompanion.txt │ ├── getCompanionAny.txt │ ├── getCompanionCreature.txt │ ├── getCreature.txt │ ├── getGlobal.txt │ ├── getGlobalString.txt │ ├── getID.txt │ ├── getMarried.txt │ ├── getMorphValue.txt │ ├── getNumRelative.txt │ ├── getPerson.txt │ ├── getPersonHere.txt │ ├── getPregnancyTag.txt │ ├── getRace.txt │ ├── getRelatedPeople.txt │ ├── getRelatedPerson.txt │ ├── getRelatedPersonQuick.txt │ ├── getRelative.txt │ ├── getRelativeExcept.txt │ ├── getRent.txt │ ├── getSalary.txt │ ├── getSelectedNpc.txt │ ├── getSpecific.txt │ ├── getTarget.txt │ ├── getUntil.txt │ ├── hide.txt │ ├── impregnate.txt │ ├── imprison.txt │ ├── loadPreset.txt │ ├── loseDating.txt │ ├── loseHome.txt │ ├── loseHomeDating.txt │ ├── loseJob.txt │ ├── makeInterested.txt │ ├── makePermanent.txt │ ├── matchLastName.txt │ ├── modifyActorVar.txt │ ├── modifyReputation.txt │ ├── modifySalary.txt │ ├── moveFraternity.txt │ ├── moveHome.txt │ ├── moveJobs.txt │ ├── moveSchools.txt │ ├── moveTo.txt │ ├── moveToPerson.txt │ ├── moveToPersonStand.txt │ ├── openMenu.txt │ ├── passOn.txt │ ├── passTime.txt │ ├── questEnd.txt │ ├── quitCrime.txt │ ├── quitFraternity.txt │ ├── quitLecturing.txt │ ├── quitMedical.txt │ ├── quitSchool.txt │ ├── randomizeFace.txt │ ├── randomizeHairs.txt │ ├── randomizeRace.txt │ ├── randomizeSexy.txt │ ├── removeAddedClothes.txt │ ├── removeColleague.txt │ ├── removeDatingFriend.txt │ ├── removeEmployee.txt │ ├── removeNeighbour.txt │ ├── removeNpcRelationship.txt │ ├── removeObjective.txt │ ├── round.txt │ ├── saveAndDelete.txt │ ├── saveOldPlayer.txt │ ├── sceneEnd.txt │ ├── sceneEndLoadLastSave.txt │ ├── sceneStart.txt │ ├── secondScreen.txt │ ├── secondScreenIfHidden.txt │ ├── selectNPC.txt │ ├── setActorAlias.txt │ ├── setActorVar.txt │ ├── setBackground.txt │ ├── setBackground3D.txt │ ├── setBackgroundCustom.txt │ ├── setBoss.txt │ ├── setCrimeBoss.txt │ ├── setCurrentLocation.txt │ ├── setDating.txt │ ├── setDatingId.txt │ ├── setDifferentMajor.txt │ ├── setExRelative.txt │ ├── setFraternityFees.txt │ ├── setGlobal.txt │ ├── setGlobalString.txt │ ├── setHomeCity.txt │ ├── setHomeDating.txt │ ├── setJob.txt │ ├── setLandlord.txt │ ├── setLivingWithPlayer.txt │ ├── setMajor.txt │ ├── setMorphValue.txt │ ├── setNoRedress.txt │ ├── setPT.txt │ ├── setRelativeType.txt │ ├── setRent.txt │ ├── setSalary.txt │ ├── setSameMajor.txt │ ├── setSubject.txt │ ├── setTuition.txt │ ├── setUntil.txt │ ├── setWantsBabies.txt │ ├── sexAtPoint.txt │ ├── show.txt │ ├── showMapView.txt │ ├── sneakGame.txt │ ├── startBusiness.txt │ ├── startDate.txt │ ├── startOpenRelationship.txt │ ├── stopBusiness.txt │ ├── strip.txt │ ├── stripOne.txt │ ├── timeout.txt │ ├── timeoutActor.txt │ ├── timeoutActorPrecise.txt │ └── timeoutPrecise.txt ├── Condition_Functions │ ├── DatingHasHome.txt │ ├── ForcedTrigger.txt │ ├── PlayerHasHome.txt │ ├── Tag.txt │ ├── TfGame.txt │ ├── clothesContain.txt │ ├── hadSex.txt │ ├── hasRelationship.txt │ ├── hasSameInterestAs.txt │ ├── isAffair.txt │ ├── isAsexual.txt │ ├── isAt.txt │ ├── isAtDatingHome.txt │ ├── isAtHome.txt │ ├── isBisexual.txt │ ├── isBisexualNonTrans.txt │ ├── isBoss.txt │ ├── isBuildingValid.txt │ ├── isColleague.txt │ ├── isContactExchanged.txt │ ├── isCreature.txt │ ├── isCreatureType.txt │ ├── isDating.txt │ ├── isDatingFriend.txt │ ├── isDeflowered.txt │ ├── isDeflowerer.txt │ ├── isDominantSex.txt │ ├── isEmployee.txt │ ├── isEquipped.txt │ ├── isExRelative.txt │ ├── isFemale.txt │ ├── isGay.txt │ ├── isGayNonTrans.txt │ ├── isIncest.txt │ ├── isInterestedIn.txt │ ├── isInterestedInMen.txt │ ├── isInterestedInTrans.txt │ ├── isInterestedInWomen.txt │ ├── isJob.txt │ ├── isLandlord.txt │ ├── isMale.txt │ ├── isMarried.txt │ ├── isModEnabled.txt │ ├── isNaked.txt │ ├── isNeighbour.txt │ ├── isNude.txt │ ├── isOnPeriod.txt │ ├── isOpen.txt │ ├── isPlayer.txt │ ├── isPlayerMarried.txt │ ├── isPregnant.txt │ ├── isProstitute.txt │ ├── isQuestCompleted.txt │ ├── isRace.txt │ ├── isRelationshipWith.txt │ ├── isRelative.txt │ ├── isRelativeType.txt │ ├── isSameAs.txt │ ├── isSameBuilding.txt │ ├── isSameGender.txt │ ├── isSameRace.txt │ ├── isSameString.txt │ ├── isStraight.txt │ ├── isStraightNonTrans.txt │ ├── isString.txt │ ├── isStudent.txt │ ├── isTemporary.txt │ ├── isTimingOut.txt │ ├── isTrans.txt │ ├── isValid.txt │ ├── isVirgin.txt │ ├── isVisible.txt │ ├── isWithCompanion.txt │ ├── isWithCompanionCreature.txt │ ├── livesWithPlayer.txt │ ├── openRelationship.txt │ ├── wantsBabies.txt │ └── wasCondomUsedDuringLastSex.txt ├── FullGuides │ ├── Creating_Actions.txt │ ├── Creating_Presets.txt │ ├── Getting_Started.txt │ ├── Writing_Scenes.txt │ └── Writing_Sex_Text.txt ├── LEAVE_EMPTY_LINE_AFTER_SCENE_OPTIONS.txt ├── Lists │ ├── All_moods.txt │ ├── All_sex_tags.txt │ ├── All_wheres.txt │ └── Functions_By_Theme.txt ├── ShortGuides │ ├── Assignment_Operators.txt │ ├── If_Random_and_While.txt │ ├── Interpolating.txt │ ├── Stats_and_Random.txt │ ├── Variable_Types.txt │ ├── explanation.lpaction │ ├── explanation.lpcharacter │ ├── explanation.lpdesc │ ├── explanation.lpmod │ ├── explanation.lpscene │ ├── explanation.lpstat │ └── explanation.lptalk ├── SyntaxHighlighter │ ├── Instructions.txt │ ├── LifePlaySyntaxNP.xml │ └── LifePlaySyntaxNP_darkMode.xml └── USE_SPACES_NOT_TABS_FOR_INDENTATION.txt ├── Modules ├── Clothes4.txt ├── ClothesMorphs.txt ├── FAQ.txt ├── MorphTags │ ├── AllMorphTags.txt │ ├── allClothingMorphs.txt │ ├── falseBodies.txt │ ├── falseFaces.txt │ ├── falseSexies.txt │ ├── trueBodies.txt │ ├── trueFaces.txt │ ├── trueSexies.txt │ └── trueTopSimplify.txt ├── Pregnancy_Morphs.txt ├── SimplifyMorphs.txt ├── beauty_standards_default.txt ├── donors.txt ├── names_F.txt ├── names_M.txt ├── outfits_F.txt ├── outfits_F_sports.txt ├── outfits_F_swim.txt ├── outfits_F_work.txt ├── outfits_M.txt ├── outfits_M_sports.txt ├── outfits_M_swim.txt ├── outfits_M_work.txt ├── step4_morphs.txt ├── tags_energy_orgasm.txt ├── test_output.txt ├── uniforms.txt ├── vin_BDSM │ ├── actions │ │ └── gather_slaves.lpaction │ ├── interactions │ │ ├── have_blindfold_sex.lpaction │ │ ├── master_to_slave.lpaction │ │ └── slave_to_master.lpaction │ ├── scenes │ │ ├── MtoS_home_cms.lpscene │ │ ├── bdsm_kidnapped.lpscene │ │ ├── bdsm_shop_companion.lpscene │ │ ├── gather_slaves.lpscene │ │ ├── have_blindfold_sex.lpscene │ │ ├── have_blindfold_sex_relative.lpscene │ │ ├── have_blindfold_sex_self.lpscene │ │ ├── home_master_event_cms.lpscene │ │ ├── master_calls_slave_cms.lpscene │ │ ├── master_panties.lpscene │ │ ├── master_to_slave.lpscene │ │ ├── photoshoot_bdsm.lpscene │ │ ├── porn_shoot_bdsm.lpscene │ │ ├── slave_approached.lpscene │ │ ├── slave_to_master.lpscene │ │ └── slave_walk_public_cms.lpscene │ └── vin_BDSM.lpmod ├── vin_Base │ ├── AI │ │ ├── beauty.lpai │ │ ├── church.lpai │ │ ├── coffee.lpai │ │ ├── entertainment.lpai │ │ ├── gym.lpai │ │ ├── high_priority │ │ │ ├── grocery.lpai │ │ │ ├── meal.lpai │ │ │ ├── sleep.lpai │ │ │ ├── so_follows.lpai │ │ │ ├── work_hourly.lpai │ │ │ └── work_office.lpai │ │ ├── home.lpai │ │ ├── intellectual.lpai │ │ ├── party.lpai │ │ ├── pervert.lpai │ │ ├── random.lpai │ │ └── shopping.lpai │ ├── Actions │ │ ├── PC │ │ │ ├── browse_the_web.lpaction │ │ │ ├── check_social_media.lpaction │ │ │ ├── donate_to_Patreon.lpaction │ │ │ ├── make_a_mod.lpaction │ │ │ ├── play_a_video_game.lpaction │ │ │ ├── post_on_a_forum.lpaction │ │ │ ├── upload_photos_MULTIPLE.lpaction │ │ │ ├── upload_videos_MULTIPLE.lpaction │ │ │ ├── watch_Youtube.lpaction │ │ │ └── youtube_collab.lpaction │ │ ├── artistic │ │ │ ├── draw.lpaction │ │ │ ├── film_videos_MULTIPLE.lpaction │ │ │ ├── learn_a_musical_instrument.lpaction │ │ │ ├── practice_singing.lpaction │ │ │ ├── take_photos_MULTIPLE.lpaction │ │ │ └── write_creatively.lpaction │ │ ├── basicneeds │ │ │ ├── bathe.lpaction │ │ │ ├── call_a_hooker.lpaction │ │ │ ├── drink_coffee.lpaction │ │ │ ├── drink_coffee_in.lpaction │ │ │ ├── drink_juice.lpaction │ │ │ ├── drink_juice_in.lpaction │ │ │ ├── drink_soda.lpaction │ │ │ ├── drink_soda_in.lpaction │ │ │ ├── drink_tea.lpaction │ │ │ ├── drink_tea_in.lpaction │ │ │ ├── drink_water.lpaction │ │ │ ├── drink_water_in.lpaction │ │ │ ├── go_to_the_bathroom.lpaction │ │ │ ├── groom.lpaction │ │ │ ├── have_a_meal.lpaction │ │ │ ├── have_a_meal_in.lpaction │ │ │ ├── have_a_snack.lpaction │ │ │ ├── have_a_snack_in.lpaction │ │ │ ├── masturbate.lpaction │ │ │ ├── nap.lpaction │ │ │ ├── nap_hotel.lpaction │ │ │ ├── sleep.lpaction │ │ │ ├── sleep_hotel.lpaction │ │ │ └── take_supplements.lpaction │ │ ├── beauty │ │ │ ├── get_a_beauty_treatment.lpaction │ │ │ ├── get_a_dental_checkup.lpaction │ │ │ ├── get_a_haircut.lpaction │ │ │ ├── get_a_health_checkup.lpaction │ │ │ ├── get_a_massage.lpaction │ │ │ ├── put_on_makeup.lpaction │ │ │ ├── use_haircare.lpaction │ │ │ ├── use_skincare.lpaction │ │ │ └── whiten_teeth.lpaction │ │ ├── crime │ │ │ └── pickpocket.lpaction │ │ ├── entertainment │ │ │ ├── find_a_hooker.lpaction │ │ │ ├── gamble.lpaction │ │ │ ├── lads_holiday.lpaction │ │ │ ├── receive_lapdance.lpaction │ │ │ ├── see_a_musical.lpaction │ │ │ ├── sightsee.lpaction │ │ │ ├── watch_a_movie.lpaction │ │ │ ├── watch_a_movie_in.lpaction │ │ │ ├── watch_sport.lpaction │ │ │ ├── watch_sport_in.lpaction │ │ │ ├── watch_stripping.lpaction │ │ │ └── watch_tv.lpaction │ │ ├── fitness │ │ │ ├── do_cardio.lpaction │ │ │ ├── do_group_exercises.lpaction │ │ │ ├── do_light_exercises.lpaction │ │ │ ├── learn_a_martial_art.lpaction │ │ │ ├── lift_weights.lpaction │ │ │ └── play_a_team_sport.lpaction │ │ ├── housework │ │ │ ├── do_housework.lpaction │ │ │ ├── do_laundry.lpaction │ │ │ ├── homerepair.lpaction │ │ │ └── move_out.lpaction │ │ ├── intellectual │ │ │ ├── learn_a_language.lpaction │ │ │ ├── manage_finances.lpaction │ │ │ ├── meditate.lpaction │ │ │ ├── pray.lpaction │ │ │ ├── read_a_book.lpaction │ │ │ ├── read_a_book_in.lpaction │ │ │ └── read_a_comic.lpaction │ │ ├── outdoors │ │ │ ├── camp.lpaction │ │ │ ├── climb.lpaction │ │ │ ├── fish.lpaction │ │ │ ├── have_a_bbq_party.lpaction │ │ │ ├── have_a_bonfire_party.lpaction │ │ │ ├── have_a_picnic.lpaction │ │ │ ├── head_outdoor.lpaction │ │ │ ├── hike.lpaction │ │ │ ├── nudist_beach.lpaction │ │ │ ├── sunbathe.lpaction │ │ │ └── swim.lpaction │ │ ├── produce │ │ │ ├── cook_a_meal.lpaction │ │ │ ├── make_a_cocktail.lpaction │ │ │ ├── make_a_snack.lpaction │ │ │ └── take_a_cooking_class.lpaction │ │ ├── sexwork │ │ │ ├── cam.lpaction │ │ │ ├── check_legal.lpaction │ │ │ ├── end_pimp_service.lpaction │ │ │ ├── engage_with_porn_fans.lpaction │ │ │ ├── feature_dance.lpaction │ │ │ ├── offer_pimp_service.lpaction │ │ │ ├── onlyfans.lpaction │ │ │ ├── pimp_employee.lpaction │ │ │ ├── pimp_out.lpaction │ │ │ ├── retire_from_porn.lpaction │ │ │ ├── start_a_porn_career.lpaction │ │ │ ├── strip.lpaction │ │ │ ├── whore_out.lpaction │ │ │ ├── whore_out_brothel.lpaction │ │ │ └── whore_out_online.lpaction │ │ ├── shopping │ │ │ ├── adopt_a_pet.lpaction │ │ │ ├── buy_a_car.lpaction │ │ │ ├── buy_a_musical_instrument.lpaction │ │ │ ├── buy_alcohol_MULTIPLE.lpaction │ │ │ ├── buy_apparel_HARDCODE.lpaction │ │ │ ├── buy_appliances.lpaction │ │ │ ├── buy_books_MULTIPLE.lpaction │ │ │ ├── buy_coffee_MULTIPLE.lpaction │ │ │ ├── buy_flowers_MULTIPLE.lpaction │ │ │ ├── buy_furniture.lpaction │ │ │ ├── buy_gifts_MULTIPLE.lpaction │ │ │ ├── buy_haircare_MULTIPLE.lpaction │ │ │ ├── buy_ingredients_MULTIPLE.lpaction │ │ │ ├── buy_juice_MULTIPLE.lpaction │ │ │ ├── buy_makeup_MULTIPLE.lpaction │ │ │ ├── buy_movies_MULTIPLE.lpaction │ │ │ ├── buy_pet_food_MULTIPLE.lpaction │ │ │ ├── buy_ready_meals_MULTIPLE.lpaction │ │ │ ├── buy_skincare_MULTIPLE.lpaction │ │ │ ├── buy_snacks_MULTIPLE.lpaction │ │ │ ├── buy_soda_MULTIPLE.lpaction │ │ │ ├── buy_supplements_MULTIPLE.lpaction │ │ │ ├── buy_tea_MULTIPLE.lpaction │ │ │ ├── buy_tobacco_MULTIPLE.lpaction │ │ │ ├── order_takeaway.lpaction │ │ │ └── windowshop.lpaction │ │ ├── social │ │ │ ├── dance.lpaction │ │ │ ├── drink_alcohol.lpaction │ │ │ ├── drink_alcohol_in.lpaction │ │ │ ├── host_a_group_sex_party.lpaction │ │ │ ├── organize_a_house_party.lpaction │ │ │ ├── participate_in_group_activities.lpaction │ │ │ ├── play_chess.lpaction │ │ │ ├── play_tabletop.lpaction │ │ │ ├── send_a_greeting_card.lpaction │ │ │ ├── smoke.lpaction │ │ │ ├── socialize.lpaction │ │ │ └── take_a_dance_class.lpaction │ │ └── work │ │ │ ├── ask_for_promotion.lpaction │ │ │ ├── ask_for_raise.lpaction │ │ │ ├── call_in_sick.lpaction │ │ │ ├── recommend_work.lpaction │ │ │ ├── resign.lpaction │ │ │ ├── work.lpaction │ │ │ ├── work_from_home.lpaction │ │ │ └── work_hourly.lpaction │ ├── Bedrooms │ │ ├── 0.lpworld │ │ ├── 1.lpworld │ │ ├── 10.lpworld │ │ ├── 11.lpworld │ │ ├── 12.lpworld │ │ ├── 13.lpworld │ │ ├── 14.lpworld │ │ ├── 15.lpworld │ │ ├── 2.lpworld │ │ ├── 3.lpworld │ │ ├── 4.lpworld │ │ ├── 5.lpworld │ │ ├── 6.lpworld │ │ ├── 7.lpworld │ │ ├── 8.lpworld │ │ └── 9.lpworld │ ├── Descriptions │ │ └── 1.lpdesc │ ├── DirtyTalks │ │ ├── 1.lptalk │ │ ├── foreplay.lptalk │ │ └── romantic.lptalk │ ├── Interactions │ │ ├── chat.lpaction │ │ ├── cook_together.lpaction │ │ ├── creature │ │ │ ├── bathe_pet.lpaction │ │ │ ├── feed_pet.lpaction │ │ │ └── play_with_pet.lpaction │ │ ├── do_housework_together.lpaction │ │ ├── exercise_together.lpaction │ │ ├── flirt.lpaction │ │ ├── give_flower.lpaction │ │ ├── give_gift.lpaction │ │ ├── leading_to_scenes │ │ │ ├── approach_bar_i.lpscene │ │ │ ├── approach_bar_i_.lpaction │ │ │ ├── ask_out.lpaction │ │ │ ├── ask_out.lpscene │ │ │ ├── bully_subordinate.lpaction │ │ │ ├── bully_subordinate.lpscene │ │ │ ├── convince_mtf.lpaction │ │ │ ├── convince_mtf.lpscene │ │ │ ├── convince_penis.lpaction │ │ │ ├── convince_penis.lpscene │ │ │ ├── end_date_i.lpaction │ │ │ ├── flash.lpaction │ │ │ ├── flash.lpscene │ │ │ ├── get_a_hooker_together.lpaction │ │ │ ├── get_a_hooker_together.lpscene │ │ │ ├── get_introduced_to_john.lpaction │ │ │ ├── get_introduced_to_john.lpscene │ │ │ ├── harass_subordinate.lpaction │ │ │ ├── harass_subordinate.lpscene │ │ │ ├── hire_for_sex.lpaction │ │ │ ├── hire_for_sex.lpscene │ │ │ ├── invite_home.lpaction │ │ │ ├── invite_home.lpscene │ │ │ ├── meet_new_person.lpaction │ │ │ ├── meet_new_person_i.lpscene │ │ │ ├── meet_old_person.lpaction │ │ │ ├── mentor_subordinate.lpaction │ │ │ ├── mentor_subordinate.lpscene │ │ │ ├── offer_alcohol.lpscene │ │ │ ├── offer_pimp_service_i.lpaction │ │ │ ├── offer_pimp_service_i.lpscene │ │ │ ├── offer_sugar.lpaction │ │ │ ├── offer_sugar.lpscene │ │ │ ├── order_takeway_together.lpaction │ │ │ ├── pimp_comp_i.lpaction │ │ │ ├── pimp_comp_i.lpscene │ │ │ ├── propose_marriage_i.lpaction │ │ │ ├── propose_relationship_i.lpaction │ │ │ ├── propose_sex_dating.lpaction │ │ │ ├── propose_sex_dating.lpscene │ │ │ ├── propose_threesome_cms.lpaction │ │ │ ├── propose_threesome_cms.lpscene │ │ │ ├── recommend_for_firing.lpaction │ │ │ ├── recommend_for_firing.lpscene │ │ │ ├── recommend_for_promotion.lpaction │ │ │ ├── recommend_for_promotion.lpscene │ │ │ ├── review_employee.lpaction │ │ │ ├── review_employee.lpscene │ │ │ ├── seduce_employee.lpaction │ │ │ ├── seduce_employee.lpscene │ │ │ ├── set_family_relation.lpaction │ │ │ ├── set_family_relation.lpscene │ │ │ ├── take_pet_home.lpaction │ │ │ ├── take_pet_out.lpaction │ │ │ ├── take_pet_out.lpscene │ │ │ ├── talk_about_relationship_cms.lpaction │ │ │ ├── talk_about_relationship_cms.lpscene │ │ │ ├── whore_out_i.lpaction │ │ │ └── whore_out_i.lpscene │ │ ├── make_a_snack_together.lpaction │ │ ├── offer_alcohol.lpaction │ │ ├── offer_chess.lpaction │ │ ├── offer_dance.lpaction │ │ ├── offer_smoke.lpaction │ │ ├── outdoors │ │ │ ├── apply_sunscreen.lpaction │ │ │ ├── climb_together.lpaction │ │ │ ├── hike_together.lpaction │ │ │ ├── race_swim.lpaction │ │ │ └── splash_water.lpaction │ │ ├── play_a_sport.lpaction │ │ ├── play_a_video_game_together.lpaction │ │ ├── practice_a_language.lpaction │ │ ├── practice_a_martial_art.lpaction │ │ ├── pray_together.lpaction │ │ ├── watch_Youtube_together.lpaction │ │ ├── watch_a_movie_together.lpaction │ │ ├── watch_sport_together.lpaction │ │ └── work_with_colleague.lpaction │ ├── Presets │ │ ├── age_groups │ │ │ ├── fifties.lpcharacter │ │ │ ├── fourties.lpcharacter │ │ │ ├── seventies_plus.lpcharacter │ │ │ ├── sixties.lpcharacter │ │ │ ├── thirties.lpcharacter │ │ │ └── twenties.lpcharacter │ │ ├── celebs │ │ │ ├── EmmaW.lpcharacter │ │ │ ├── LeonardoD.lpcharacter │ │ │ ├── LeonardoD_arms.jpg │ │ │ ├── LeonardoD_face.jpg │ │ │ ├── LeonardoD_legs.jpg │ │ │ ├── LeonardoD_torso.jpg │ │ │ ├── RihaN.lpcharacter │ │ │ ├── RihaN_arms.jpg │ │ │ ├── RihaN_face.jpg │ │ │ ├── RihaN_legs.jpg │ │ │ ├── RihaN_torso.jpg │ │ │ ├── TaylorS.lpcharacter │ │ │ ├── TaylorS_arms.jpg │ │ │ ├── TaylorS_face.jpg │ │ │ ├── TaylorS_legs.jpg │ │ │ ├── TaylorS_torso.jpg │ │ │ ├── YiL.lpcharacter │ │ │ ├── YifeiL_arms.jpg │ │ │ ├── YifeiL_face.jpg │ │ │ ├── YifeiL_legs.jpg │ │ │ ├── YifeiL_torso.jpg │ │ │ ├── emmaW_arms.jpg │ │ │ ├── emmaW_face.jpg │ │ │ ├── emmaW_legs.jpg │ │ │ └── emmaW_torso.jpg │ │ ├── fantasy │ │ │ ├── catgirl.lpcharacter │ │ │ ├── elf.lpcharacter │ │ │ ├── orc.lpcharacter │ │ │ └── vampire.lpcharacter │ │ ├── female │ │ │ ├── athletic_F.lpcharacter │ │ │ ├── bodybuilder_F.lpcharacter │ │ │ ├── common1_F.lpcharacter │ │ │ ├── common2_F.lpcharacter │ │ │ ├── common3_F.lpcharacter │ │ │ ├── common4_F.lpcharacter │ │ │ ├── common5_F.lpcharacter │ │ │ ├── fashion_model_F.lpcharacter │ │ │ ├── fitness_model_F.lpcharacter │ │ │ ├── heavy_F.lpcharacter │ │ │ ├── hourglass1_F.lpcharacter │ │ │ ├── hourglass2_F.lpcharacter │ │ │ ├── light_F.lpcharacter │ │ │ ├── normal2_F.lpcharacter │ │ │ ├── normal_F.lpcharacter │ │ │ ├── pear1_F.lpcharacter │ │ │ ├── pear2_F.lpcharacter │ │ │ ├── rectangle1_F.lpcharacter │ │ │ ├── rectangle2_F.lpcharacter │ │ │ ├── shapely_F.lpcharacter │ │ │ ├── slender_F.lpcharacter │ │ │ ├── stocky1_F.lpcharacter │ │ │ ├── stocky2_F.lpcharacter │ │ │ ├── triangle1_F.lpcharacter │ │ │ ├── triangle2_F.lpcharacter │ │ │ ├── underweight_F.lpcharacter │ │ │ └── vigorous_F.lpcharacter │ │ ├── high_clipping │ │ │ ├── overweight.lpcharacter │ │ │ └── overweight_F.lpcharacter │ │ ├── male │ │ │ ├── athletic.lpcharacter │ │ │ ├── average.lpcharacter │ │ │ ├── bodybuilder.lpcharacter │ │ │ ├── common1.lpcharacter │ │ │ ├── common2.lpcharacter │ │ │ ├── common3.lpcharacter │ │ │ ├── common4.lpcharacter │ │ │ ├── common5.lpcharacter │ │ │ ├── heavy.lpcharacter │ │ │ ├── ideal.lpcharacter │ │ │ ├── light.lpcharacter │ │ │ ├── normal.lpcharacter │ │ │ ├── slender.lpcharacter │ │ │ ├── stocky1.lpcharacter │ │ │ ├── stocky2.lpcharacter │ │ │ ├── underweight.lpcharacter │ │ │ └── vigorous.lpcharacter │ │ ├── phenotypes │ │ │ ├── aboriginalaustralian.lpcharacter │ │ │ ├── african.lpcharacter │ │ │ ├── afroasian.lpcharacter │ │ │ ├── afrocaucasian.lpcharacter │ │ │ ├── afromediterranean.lpcharacter │ │ │ ├── centralamerican.lpcharacter │ │ │ ├── centraleuropean.lpcharacter │ │ │ ├── eastasian.lpcharacter │ │ │ ├── easterneuropean.lpcharacter │ │ │ ├── euroarctic.lpcharacter │ │ │ ├── euromediterranean.lpcharacter │ │ │ ├── nativeamerican.lpcharacter │ │ │ ├── northasian.lpcharacter │ │ │ ├── northerneuropean.lpcharacter │ │ │ ├── northwesterneuropean.lpcharacter │ │ │ ├── southasian.lpcharacter │ │ │ └── westasian.lpcharacter │ │ ├── phenotypes_daz │ │ │ ├── aboriginalaustralian.lpcharacter │ │ │ ├── african.lpcharacter │ │ │ ├── afroasian.lpcharacter │ │ │ ├── afrocaucasian.lpcharacter │ │ │ ├── afromediterranean.lpcharacter │ │ │ ├── centralamerican.lpcharacter │ │ │ ├── centraleuropean.lpcharacter │ │ │ ├── eastasian.lpcharacter │ │ │ ├── easterneuropean.lpcharacter │ │ │ ├── euroarctic.lpcharacter │ │ │ ├── euromediterranean.lpcharacter │ │ │ ├── nativeamerican.lpcharacter │ │ │ ├── northasian.lpcharacter │ │ │ ├── northerneuropean.lpcharacter │ │ │ ├── northwesterneuropean.lpcharacter │ │ │ ├── southasian.lpcharacter │ │ │ └── westasian.lpcharacter │ │ ├── situational │ │ │ ├── blend_penis.lpcharacter │ │ │ └── blend_vagina.lpcharacter │ │ └── stats_only │ │ │ ├── attractive.lpcharacter │ │ │ ├── bimbo.lpcharacter │ │ │ ├── creep.lpcharacter │ │ │ ├── innocent.lpcharacter │ │ │ ├── jock.lpcharacter │ │ │ ├── nerd.lpcharacter │ │ │ ├── talented.lpcharacter │ │ │ ├── workaholic.lpcharacter │ │ │ └── workhard_playhard.lpcharacter │ ├── Quests │ │ ├── bggw │ │ │ ├── Actions │ │ │ │ ├── bggw_audition.lpaction │ │ │ │ └── bggw_film.lpaction │ │ │ ├── Characters │ │ │ │ ├── bggw_ashley.lpcharacter │ │ │ │ ├── bggw_damian.lpcharacter │ │ │ │ ├── bggw_eric.lpcharacter │ │ │ │ ├── bggw_eva.lpcharacter │ │ │ │ ├── bggw_fat.lpcharacter │ │ │ │ ├── bggw_iris.lpcharacter │ │ │ │ ├── bggw_jessica.lpcharacter │ │ │ │ ├── bggw_nat.lpcharacter │ │ │ │ ├── bggw_rapper.lpcharacter │ │ │ │ ├── bggw_skinny.lpcharacter │ │ │ │ ├── bggw_thug.lpcharacter │ │ │ │ └── bggw_tyrone.lpcharacter │ │ │ ├── Scenes │ │ │ │ ├── bggw_audition.lpscene │ │ │ │ ├── bggw_episodes.lpscene │ │ │ │ └── bggw_start.lpscene │ │ │ ├── bggw.lpquest │ │ │ └── bggw_outfits.txt │ │ ├── hkag │ │ │ ├── Actions │ │ │ │ └── hkag_awaken.lpaction │ │ │ ├── Characters │ │ │ │ ├── hkag_fitgirl.lpcharacter │ │ │ │ └── hkag_stripper.lpcharacter │ │ │ ├── Scenes │ │ │ │ ├── hkag_awaken.lpscene │ │ │ │ └── hkag_start.lpscene │ │ │ └── hkag.lpquest │ │ ├── mpwill │ │ │ ├── actions │ │ │ │ ├── mpwill_ben.lpaction │ │ │ │ ├── mpwill_blackmail.lpaction │ │ │ │ ├── mpwill_dani.lpaction │ │ │ │ ├── mpwill_daniproof.lpaction │ │ │ │ ├── mpwill_denise.lpaction │ │ │ │ ├── mpwill_maid.lpaction │ │ │ │ ├── mpwill_officesneak.lpaction │ │ │ │ ├── mpwill_search.lpaction │ │ │ │ ├── mpwill_spy.lpaction │ │ │ │ ├── mpwill_taylor.lpaction │ │ │ │ └── mpwill_taylorproof.lpaction │ │ │ ├── characters │ │ │ │ ├── mpwill_ben.lpcharacter │ │ │ │ ├── mpwill_brian.lpcharacter │ │ │ │ ├── mpwill_dani.lpcharacter │ │ │ │ ├── mpwill_denise.lpcharacter │ │ │ │ ├── mpwill_gangbanger.lpcharacter │ │ │ │ ├── mpwill_sororitygirl.lpcharacter │ │ │ │ └── mpwill_taylor.lpcharacter │ │ │ ├── mpwill.lpquest │ │ │ └── scenes │ │ │ │ ├── mpwill_PC.lpscene │ │ │ │ ├── mpwill_ben.lpscene │ │ │ │ ├── mpwill_blackmail.lpscene │ │ │ │ ├── mpwill_dani.lpscene │ │ │ │ ├── mpwill_daniproof.lpscene │ │ │ │ ├── mpwill_denise.lpscene │ │ │ │ ├── mpwill_maid.lpscene │ │ │ │ ├── mpwill_officesneak.lpscene │ │ │ │ ├── mpwill_search.lpscene │ │ │ │ ├── mpwill_spy.lpscene │ │ │ │ ├── mpwill_start.lpscene │ │ │ │ ├── mpwill_taylor.lpscene │ │ │ │ └── mpwill_taylorproof.lpscene │ │ ├── rfm │ │ │ ├── actions │ │ │ │ ├── hire_aide.lpaction │ │ │ │ ├── improve_culture.lpaction │ │ │ │ ├── improve_economy.lpaction │ │ │ │ ├── improve_education.lpaction │ │ │ │ ├── improve_health.lpaction │ │ │ │ ├── improve_security.lpaction │ │ │ │ ├── improve_transport.lpaction │ │ │ │ ├── rfm_fair.lpaction │ │ │ │ ├── rfm_final.lpaction │ │ │ │ ├── rfm_rival.lpaction │ │ │ │ └── rfm_sex.lpaction │ │ │ ├── rfm.lpquest │ │ │ └── scenes │ │ │ │ ├── hire_aide.lpscene │ │ │ │ ├── improve_culture.lpscene │ │ │ │ ├── improve_economy.lpscene │ │ │ │ ├── improve_education.lpscene │ │ │ │ ├── improve_health.lpscene │ │ │ │ ├── improve_security.lpscene │ │ │ │ ├── improve_transport.lpscene │ │ │ │ ├── rfm_fair.lpscene │ │ │ │ ├── rfm_final.lpscene │ │ │ │ ├── rfm_rival.lpscene │ │ │ │ ├── rfm_sex.lpscene │ │ │ │ └── rfm_start.lpscene │ │ ├── sabotage │ │ │ ├── actions │ │ │ │ ├── sabotage_ex.lpaction │ │ │ │ ├── sabotage_gamble.lpaction │ │ │ │ ├── sabotage_prostitute.lpaction │ │ │ │ ├── sabotage_stripclub.lpaction │ │ │ │ ├── sabotage_swinger.lpaction │ │ │ │ └── sabotage_thug.lpaction │ │ │ ├── sabotage.lpquest │ │ │ └── scenes │ │ │ │ ├── sabotage_ex.lpscene │ │ │ │ ├── sabotage_gamble.lpscene │ │ │ │ ├── sabotage_progress.lpscene │ │ │ │ ├── sabotage_prostitute.lpscene │ │ │ │ ├── sabotage_start.lpscene │ │ │ │ ├── sabotage_stripclub.lpscene │ │ │ │ ├── sabotage_swinger.lpscene │ │ │ │ └── sabotage_thug.lpscene │ │ ├── skag │ │ │ ├── Actions │ │ │ │ └── skag_awaken.lpaction │ │ │ ├── Characters │ │ │ │ ├── skag_fitgirl.lpcharacter │ │ │ │ └── skag_stripper.lpcharacter │ │ │ ├── Scenes │ │ │ │ ├── skag_awaken.lpscene │ │ │ │ └── skag_start.lpscene │ │ │ └── skag.lpquest │ │ └── tam │ │ │ ├── actions │ │ │ ├── tam_break.lpaction │ │ │ ├── tam_pathbreak.lpaction │ │ │ ├── tam_pathhumiliate.lpaction │ │ │ └── tam_pathnice.lpaction │ │ │ ├── characters │ │ │ ├── tam_amy.lpcharacter │ │ │ ├── tam_athena.lpcharacter │ │ │ ├── tam_kong.lpcharacter │ │ │ └── tam_meihui.lpcharacter │ │ │ ├── scenes │ │ │ ├── tam_pathbreak.lpscene │ │ │ ├── tam_pathhumiliate.lpscene │ │ │ ├── tam_pathnice.lpscene │ │ │ └── tam_start.lpscene │ │ │ └── tam.lpquest │ ├── Scenes │ │ ├── business │ │ │ ├── analyse_performance.lpaction │ │ │ ├── analyse_performance.lpscene │ │ │ ├── bargain.lpstat │ │ │ ├── brand.lpstat │ │ │ ├── close_business_down.lpaction │ │ │ ├── close_business_down.lpscene │ │ │ ├── cms_employee_having_sex.lpscene │ │ │ ├── deal_with_suppliers.lpaction │ │ │ ├── employee_affair.lpscene │ │ │ ├── employee_seduces.lpscene │ │ │ ├── hire_more_employees.lpaction │ │ │ ├── hire_more_employees.lpscene │ │ │ ├── promote_brand.lpaction │ │ │ ├── promote_locally.lpaction │ │ │ ├── promote_locally.lpscene │ │ │ ├── take_over_business.lpaction │ │ │ ├── take_over_business.lpscene │ │ │ ├── train_customer_service.lpaction │ │ │ ├── train_customer_service.lpscene │ │ │ ├── train_technical_skills.lpaction │ │ │ └── train_technical_skills.lpscene │ │ ├── companion │ │ │ ├── blind_date_cms.lpscene │ │ │ ├── call_invite.lpscene │ │ │ ├── call_invite_co.lpscene │ │ │ ├── call_invite_f.lpscene │ │ │ ├── cinema_with_date_passive.lpscene │ │ │ ├── companion_roommates.lpscene │ │ │ ├── curious_red_1_cms.lpscene │ │ │ ├── curious_red_2_cms.lpscene │ │ │ ├── date_hit_on.lpscene │ │ │ ├── date_hit_on_lesbian.lpscene │ │ │ ├── dating_advice_cms.lpscene │ │ │ ├── gamble_with_date.lpscene │ │ │ ├── goodbye_companion.lpscene │ │ │ ├── sick_of_men.lpscene │ │ │ ├── start_relationship.lpscene │ │ │ └── work_out_with_date.lpscene │ │ ├── consequences │ │ │ ├── contract_STD.lpscene │ │ │ ├── cuck_finds_out.lpscene │ │ │ ├── death.lpscene │ │ │ ├── do_hard_labour.lpaction │ │ │ ├── escape_from_prison.lpaction │ │ │ ├── escape_from_prison.lpscene │ │ │ ├── have_a_meal_prison.lpaction │ │ │ ├── imprisoned.lpscene │ │ │ ├── prison_conjugal.lpscene │ │ │ ├── prison_npcsex.lpscene │ │ │ ├── prison_sex.lpscene │ │ │ ├── prison_sexguard.lpscene │ │ │ ├── released_from_prison.lpscene │ │ │ └── sentence.lpstat │ │ ├── corruption │ │ │ ├── co_ag_changingroom.lpscene │ │ │ ├── co_ag_dickpic.lpscene │ │ │ ├── co_ag_erotica.lpscene │ │ │ ├── co_ag_gift.lpscene │ │ │ ├── co_ag_masturbate.lpscene │ │ │ ├── co_ag_pornin.lpscene │ │ │ ├── co_ag_pornout.lpscene │ │ │ ├── co_ag_publicsex.lpscene │ │ │ ├── co_ag_sex_shop.lpscene │ │ │ ├── co_ag_shower.lpscene │ │ │ ├── co_ag_stripclub.lpscene │ │ │ ├── co_ag_strippoker.lpscene │ │ │ ├── co_ag_threesome.lpscene │ │ │ ├── co_vi_changingroom.lpscene │ │ │ ├── co_vi_dickpic.lpscene │ │ │ ├── co_vi_erotica.lpscene │ │ │ ├── co_vi_gift.lpscene │ │ │ ├── co_vi_masturbate.lpscene │ │ │ ├── co_vi_pornin.lpscene │ │ │ ├── co_vi_pornout.lpscene │ │ │ ├── co_vi_publicsex.lpscene │ │ │ ├── co_vi_sex_shop.lpscene │ │ │ ├── co_vi_shower.lpscene │ │ │ ├── co_vi_stripclub.lpscene │ │ │ ├── co_vi_strippoker.lpscene │ │ │ ├── co_vi_threesome.lpscene │ │ │ ├── co_wi_dickpic.lpscene │ │ │ ├── co_wi_erotica.lpscene │ │ │ ├── co_wi_gift.lpscene │ │ │ ├── co_wi_pornin.lpscene │ │ │ ├── co_wi_pornout.lpscene │ │ │ ├── co_wi_sex_shop.lpscene │ │ │ └── co_wi_stripclub.lpscene │ │ ├── crime │ │ │ ├── catches_pickpocket.lpscene │ │ │ ├── deal_drugs.lpaction │ │ │ ├── invade_a_home.lpaction │ │ │ ├── invade_a_home.lpscene │ │ │ ├── murder_someone.lpaction │ │ │ ├── murder_someone.lpscene │ │ │ ├── prison_warden_cms.lpaction │ │ │ ├── prison_warden_cms.lpscene │ │ │ ├── public_indecency.lpscene │ │ │ ├── report_to_boss.lpaction │ │ │ ├── report_to_boss.lpscene │ │ │ ├── strip_search_cms.lpscene │ │ │ └── train_sneak.lpaction │ │ ├── dating │ │ │ ├── anniversary.lpscene │ │ │ ├── awkward_dating.lpscene │ │ │ ├── breakup_cheating.lpscene │ │ │ ├── bribe_dating_ex_cms.lpscene │ │ │ ├── cheap_date.lpscene │ │ │ ├── cms_two_datings.lpscene │ │ │ ├── dating_and_boss.lpscene │ │ │ ├── dating_and_colleague.lpscene │ │ │ ├── dating_and_ex.lpscene │ │ │ ├── dating_and_neighbour.lpscene │ │ │ ├── dating_at_work.lpscene │ │ │ ├── dating_bicurious.lpscene │ │ │ ├── dating_cooks.lpscene │ │ │ ├── dating_dances.lpscene │ │ │ ├── dating_flower_at_work.lpscene │ │ │ ├── dating_friend │ │ │ │ ├── dating_friend_blackmails.lpscene │ │ │ │ ├── dating_friend_texts.lpscene │ │ │ │ ├── dating_friend_visits.lpscene │ │ │ │ └── dating_friends_watch_show.lpscene │ │ │ ├── dating_gift.lpscene │ │ │ ├── dating_inlaw_bonding.lpscene │ │ │ ├── dating_jealous.lpscene │ │ │ ├── dating_jealouscutcontacts.lpscene │ │ │ ├── dating_or_friend.lpscene │ │ │ ├── dating_past.lpscene │ │ │ ├── dating_pornaddiction.lpscene │ │ │ ├── dating_robbed.lpscene │ │ │ ├── dating_serenades.lpscene │ │ │ ├── dating_sleeping_sex.lpscene │ │ │ ├── dating_sugarmama.lpscene │ │ │ ├── dating_visit.lpscene │ │ │ ├── dating_webcamshow.lpscene │ │ │ ├── domestic_violence.lpscene │ │ │ ├── double_date_cms.lpscene │ │ │ ├── ex │ │ │ │ ├── come_across_ex_dating.lpscene │ │ │ │ ├── ex_comes_across_dating.lpscene │ │ │ │ ├── ex_texts.lpscene │ │ │ │ ├── ex_visits.lpscene │ │ │ │ ├── ex_wants_to_be_friend.lpscene │ │ │ │ ├── fantasize_about_ex.lpscene │ │ │ │ └── stalk_ex_online.lpscene │ │ │ ├── expensive_date.lpscene │ │ │ ├── fit_dating.lpscene │ │ │ ├── hold_the_moan_cms.lpscene │ │ │ ├── ignorant_dating.lpscene │ │ │ ├── inexperienced_dating.lpscene │ │ │ ├── intelligent_dating.lpscene │ │ │ ├── marriage │ │ │ │ └── marriage_proposal.lpscene │ │ │ ├── money_from_dating.lpscene │ │ │ ├── move_in_with_dating.lpscene │ │ │ ├── night_out_without_dating.lpscene │ │ │ ├── open_relationship.lpaction │ │ │ ├── open_relationship.lpscene │ │ │ ├── partner_abuse_cms.lpscene │ │ │ ├── perverted_dating.lpscene │ │ │ ├── petty_argument.lpscene │ │ │ ├── plasticsurgeryrequest.lpscene │ │ │ ├── romantic_dating.lpscene │ │ │ ├── sexy_selfie_for_dating.lpscene │ │ │ ├── sociable_dating.lpscene │ │ │ ├── social_media_dating.lpscene │ │ │ ├── spanking_cms.lpscene │ │ │ ├── spanking_companion_cms.lpscene │ │ │ ├── spanking_dating_cms.lpscene │ │ │ ├── spanking_vi_cms.lpscene │ │ │ ├── surprise_for_dating.lpscene │ │ │ ├── surprise_for_dating_gb.lpscene │ │ │ ├── surprise_from_dating.lpscene │ │ │ ├── surprise_from_dating_gb.lpscene │ │ │ ├── tooserious_dating.lpscene │ │ │ ├── ugly_dating.lpscene │ │ │ ├── weak_dating.lpscene │ │ │ └── workaholic_dating.lpscene │ │ ├── family │ │ │ ├── art_discussion_family.lpscene │ │ │ ├── awkward_family.lpscene │ │ │ ├── book_discussion_family.lpscene │ │ │ ├── child_sexual.lpscene │ │ │ ├── child_sugarchild.lpscene │ │ │ ├── cockblocks_family.lpscene │ │ │ ├── dating_and_family.lpscene │ │ │ ├── dating_family_dinner.lpscene │ │ │ ├── drunk_family.lpscene │ │ │ ├── family_abused_base.lpscene │ │ │ ├── family_affair_with_boss.lpscene │ │ │ ├── family_as_sugarchild.lpscene │ │ │ ├── family_as_sugarparent.lpscene │ │ │ ├── family_blind_date.lpscene │ │ │ ├── family_borrow.lpscene │ │ │ ├── family_breakup_base.lpscene │ │ │ ├── family_bullied.lpscene │ │ │ ├── family_catches_affair.lpscene │ │ │ ├── family_caught_cheating.lpscene │ │ │ ├── family_cooks.lpscene │ │ │ ├── family_criticizes_career.lpscene │ │ │ ├── family_dance_competition.lpscene │ │ │ ├── family_dances.lpscene │ │ │ ├── family_dinner.lpscene │ │ │ ├── family_financial_advice.lpscene │ │ │ ├── family_fitness_channel.lpscene │ │ │ ├── family_fixes.lpscene │ │ │ ├── family_gift.lpscene │ │ │ ├── family_house_party.lpscene │ │ │ ├── family_introduces_dating.lpscene │ │ │ ├── family_invite_workout.lpscene │ │ │ ├── family_lend.lpscene │ │ │ ├── family_martial_competition.lpscene │ │ │ ├── family_meets_hourly.lpscene │ │ │ ├── family_move_in.lpscene │ │ │ ├── family_move_out.lpscene │ │ │ ├── family_music_channel.lpscene │ │ │ ├── family_neighbour_noise.lpscene │ │ │ ├── family_neighbour_peeps.lpscene │ │ │ ├── family_noise.lpscene │ │ │ ├── family_or_friend.lpscene │ │ │ ├── family_petty_argument.lpscene │ │ │ ├── family_politics_channel.lpscene │ │ │ ├── family_pornaddiction.lpscene │ │ │ ├── family_praises_career.lpscene │ │ │ ├── family_pyramid_scheme.lpscene │ │ │ ├── family_sugarchild.lpscene │ │ │ ├── family_sugarparent.lpscene │ │ │ ├── family_visit.lpscene │ │ │ ├── family_vlog_channel.lpscene │ │ │ ├── family_webcamshow.lpscene │ │ │ ├── fit_family.lpscene │ │ │ ├── help_family_move.lpscene │ │ │ ├── ignorant_family.lpscene │ │ │ ├── intelligent_family.lpscene │ │ │ ├── introduce_dating_to_family.lpscene │ │ │ ├── music_discussion_family.lpscene │ │ │ ├── news_discussion_family.lpscene │ │ │ ├── refer_a_relative.lpscene │ │ │ ├── religious_discussion_family.lpscene │ │ │ ├── see_family_on_date.lpscene │ │ │ ├── set_up_blind_date_family.lpscene │ │ │ ├── siblings_compared.lpscene │ │ │ ├── sociable_family.lpscene │ │ │ ├── technology_discussion_family.lpscene │ │ │ ├── ugly_family.lpscene │ │ │ ├── visit_family.lpscene │ │ │ ├── weak_family.lpscene │ │ │ ├── workaholic_family.lpscene │ │ │ └── youtube_collab_cms.lpscene │ │ ├── fantasy │ │ │ ├── confess_racial_preference.lpaction │ │ │ ├── confess_racial_preference.lpscene │ │ │ ├── elf_breeding_cms.lpscene │ │ │ ├── elf_elope.lpscene │ │ │ ├── elf_modest.lpscene │ │ │ ├── elf_perception.lpscene │ │ │ ├── elf_potion.lpscene │ │ │ ├── elf_sophisticated.lpscene │ │ │ ├── fantasy_condemned.lpscene │ │ │ ├── fantasy_dating_app.lpaction │ │ │ ├── fantasy_dating_app.lpscene │ │ │ ├── fantasy_inbreed.lpscene │ │ │ ├── fantasy_stat_bonus.lpscene │ │ │ ├── fantasy_virgin_tribute.lpscene │ │ │ ├── orc_agg_roleplay.lpscene │ │ │ ├── orc_breeding_cms.lpscene │ │ │ ├── orc_breeds.lpaction │ │ │ ├── orc_breeds.lpscene │ │ │ ├── orc_introduces_to_tribe.lpscene │ │ │ ├── orc_legal.lpscene │ │ │ ├── orc_martial.lpscene │ │ │ ├── orc_tribute.lpscene │ │ │ ├── orcs_deflower.lpscene │ │ │ ├── orcs_invade.lpscene │ │ │ ├── orcs_kidnap.lpscene │ │ │ ├── sucked_by_vampire_cms.lpscene │ │ │ ├── use_elven_magic.lpaction │ │ │ ├── use_elven_magic.lpscene │ │ │ ├── vampire_amateur.lpscene │ │ │ ├── vampire_coffin.lpscene │ │ │ ├── vampire_dating_companion.lpscene │ │ │ ├── vampire_fan.lpscene │ │ │ ├── vampire_hunter.lpscene │ │ │ ├── vampire_hunter_ntr.lpscene │ │ │ ├── vampire_hypnotize.lpaction │ │ │ ├── vampire_hypnotize.lpscene │ │ │ ├── vampire_invades.lpscene │ │ │ ├── vampire_legal.lpscene │ │ │ ├── vampire_suck.lpaction │ │ │ └── vampire_suck.lpscene │ │ ├── fwb │ │ │ ├── friend_with_benefits.lpaction │ │ │ └── friend_with_benefits.lpscene │ │ ├── gay │ │ │ ├── fuck_me_first.lpscene │ │ │ ├── gay_dating_app.lpaction │ │ │ └── gay_dating_app.lpscene │ │ ├── gym │ │ │ ├── big_ego.lpscene │ │ │ ├── cheerleader.lpscene │ │ │ ├── class_instructor.lpscene │ │ │ ├── dumbell_collector.lpscene │ │ │ ├── futa_hard_sport_cms.lpscene │ │ │ ├── grunt_and_scream.lpscene │ │ │ ├── hit_on_at_the_gym.lpscene │ │ │ ├── invite_workout.lpscene │ │ │ ├── justify_junk_food.lpscene │ │ │ ├── mirror_magnet.lpscene │ │ │ ├── naked_elder.lpscene │ │ │ ├── personal_trainer.lpscene │ │ │ ├── poser_workout.lpscene │ │ │ ├── sensual_massage.lpscene │ │ │ ├── spot_me_bro.lpscene │ │ │ ├── sweaty_on_machine.lpscene │ │ │ ├── talkative_at_gym.lpscene │ │ │ ├── team_sport_bet_cms.lpscene │ │ │ ├── unsolicited_advice.lpscene │ │ │ ├── workout_supplement.lpscene │ │ │ └── wrong_form.lpscene │ │ ├── home │ │ │ ├── booty_call.lpscene │ │ │ ├── burglar.lpscene │ │ │ ├── buy_home.lpscene │ │ │ ├── call_a_hooker.lpscene │ │ │ ├── caught_masturbating.lpscene │ │ │ ├── cms_ica_sep05.lpscene │ │ │ ├── deliveryman.lpscene │ │ │ ├── house_viewing.lpscene │ │ │ ├── neighbour_domestic_violence.lpscene │ │ │ ├── neighbour_fixes.lpscene │ │ │ ├── neighbour_grocery.lpscene │ │ │ ├── neighbour_move_out.lpscene │ │ │ ├── neighbour_noise.lpscene │ │ │ ├── neighbour_orgy.lpscene │ │ │ ├── neighbour_peep.lpscene │ │ │ ├── neighbour_pyscho.lpscene │ │ │ ├── neighbourhood_bbq.lpscene │ │ │ ├── neighbours_argue.lpscene │ │ │ ├── pinhole_camera_cms.lpscene │ │ │ ├── repairman.lpscene │ │ │ └── voyeur_neighbor_cms.lpscene │ │ ├── hourly │ │ │ ├── bartender_frisky.lpscene │ │ │ ├── bartender_fucks.lpscene │ │ │ ├── bartender_spices.lpscene │ │ │ ├── barworker_groped_cms.lpscene │ │ │ ├── boss_discovers_hourly.lpscene │ │ │ ├── cleaner_locker.lpscene │ │ │ ├── customer_approaches.lpscene │ │ │ ├── customer_complains.lpscene │ │ │ ├── generous_tip.lpscene │ │ │ ├── maid_peeps.lpscene │ │ │ ├── maid_steals.lpscene │ │ │ ├── maid_whores.lpscene │ │ │ ├── night_shift.lpscene │ │ │ ├── no_tip.lpscene │ │ │ ├── repair_service.lpscene │ │ │ ├── train_new_staff.lpscene │ │ │ ├── waiter_clumsy.lpscene │ │ │ ├── waiter_delivers.lpscene │ │ │ ├── waiter_fucks.lpscene │ │ │ ├── waiter_party.lpscene │ │ │ └── workmate_harrasses.lpscene │ │ ├── medical │ │ │ ├── crush_patient.lpscene │ │ │ ├── medic_affair.lpscene │ │ │ ├── night_shift_cms.lpscene │ │ │ ├── patient_crush.lpscene │ │ │ ├── patient_relief_cms.lpscene │ │ │ ├── pharma.lpaction │ │ │ ├── pharma.lpscene │ │ │ ├── start_a_medical_career.lpscene │ │ │ ├── substitute_medic.lpscene │ │ │ └── work_hospital.lpaction │ │ ├── meet_random │ │ │ ├── TEST.lpscene │ │ │ ├── TEST2.lpscene │ │ │ ├── TEST_bodychange.lpscene │ │ │ ├── deepwood_cms.lpscene │ │ │ ├── direct_proposal_cms.lpscene │ │ │ ├── flirt_customer_service_cms.lpscene │ │ │ ├── fuck.lpscene │ │ │ ├── hang_out_here.lpaction │ │ │ ├── hang_out_here_cms.lpscene │ │ │ ├── meet_acquaintance.lpscene │ │ │ ├── meet_couple.lpscene │ │ │ ├── meet_customer_service.lpscene │ │ │ ├── meet_new_person.lpscene │ │ │ ├── meet_old_person.lpscene │ │ │ ├── pop.lpscene │ │ │ └── pop1.lpscene │ │ ├── misc │ │ │ ├── art_discussion.lpscene │ │ │ ├── book_discussion.lpscene │ │ │ ├── buy_a_car.lpscene │ │ │ ├── buy_alcohol_forget_ID.lpscene │ │ │ ├── buy_appliances.lpscene │ │ │ ├── buy_furniture.lpscene │ │ │ ├── chemistry_stripper.lpscene │ │ │ ├── cherry_boy_cms.lpscene │ │ │ ├── cinema_couple.lpscene │ │ │ ├── cinema_with_date.lpscene │ │ │ ├── come_across_robbery.lpscene │ │ │ ├── credit_card_theft.lpscene │ │ │ ├── ctf_jan01_cms.lpscene │ │ │ ├── ctf_jan02_cms.lpscene │ │ │ ├── ctf_jan03_cms.lpscene │ │ │ ├── ctf_jan04_cms.lpscene │ │ │ ├── expensive_shopping.lpscene │ │ │ ├── fantasize.lpscene │ │ │ ├── financial_advice.lpscene │ │ │ ├── friend_bachelor_party.lpscene │ │ │ ├── gym_reward_cms.lpscene │ │ │ ├── help_carry_grocery.lpscene │ │ │ ├── house_party_dare_cms.lpscene │ │ │ ├── lads_holiday.lpscene │ │ │ ├── library_approach.lpscene │ │ │ ├── male_revenge_cms.lpscene │ │ │ ├── move_out.lpscene │ │ │ ├── music_discussion.lpscene │ │ │ ├── naked_with_doctor.lpscene │ │ │ ├── news_discussion.lpscene │ │ │ ├── nude_draw_cms.lpscene │ │ │ ├── nudity_matters_cms.lpscene │ │ │ ├── only_footjob_cms.lpscene │ │ │ ├── pickpocket_caught.lpscene │ │ │ ├── propose_sex_dating_home.lpscene │ │ │ ├── religious_discussion.lpscene │ │ │ ├── resign.lpscene │ │ │ ├── search_porn_cms.lpscene │ │ │ ├── set_up_blind_date.lpscene │ │ │ ├── show_npc_porn_cms.lpscene │ │ │ ├── sizequeen_escalates.lpscene │ │ │ ├── soldier_july1_cms.lpscene │ │ │ ├── soldier_july2_cms.lpscene │ │ │ ├── sr_fso_bikidare1_cms.lpscene │ │ │ ├── sr_fso_campdare1_cms.lpscene │ │ │ ├── sr_fso_collegedare1_cms.lpscene │ │ │ ├── sr_fso_costumeparty_dare1_cms.lpscene │ │ │ ├── sr_fso_cutedate_cms.lpscene │ │ │ ├── sr_fso_darkalley_comedy_cms.lpscene │ │ │ ├── sr_fso_door_dare2_cms.lpscene │ │ │ ├── sr_fso_door_dare3_friend_cms.lpscene │ │ │ ├── sr_fso_door_dare_cms.lpscene │ │ │ ├── sr_fso_glorydare1_cms.lpscene │ │ │ ├── sr_fso_gym_showerdare1_cms.lpscene │ │ │ ├── sr_fso_gymdare1_cms.lpscene │ │ │ ├── sr_fso_hangout_dare1_cms.lpscene │ │ │ ├── sr_fso_hangoutdare2_cms.lpscene │ │ │ ├── sr_fso_hangoutdare3_cms.lpscene │ │ │ ├── sr_fso_hauntedhouse1_cms.lpscene │ │ │ ├── sr_fso_homemade_video_cms.lpscene │ │ │ ├── sr_fso_netorasemassage_cms.lpscene │ │ │ ├── sr_fso_orcmockwar_cms.lpscene │ │ │ ├── sr_fso_orctribebetrayal_cms.lpscene │ │ │ ├── sr_fso_phone_dare1_cms.lpscene │ │ │ ├── sr_fso_phonedare2_cms.lpscene │ │ │ ├── sr_fso_work_dare1_cms.lpscene │ │ │ ├── sr_fso_work_dare2_cms.lpscene │ │ │ ├── sr_fso_workdare3_cms.lpscene │ │ │ ├── sr_orcelf_oldbloodfued_felf_ntr_cms.lpscene │ │ │ ├── sr_orcelf_oldbloodfued_forc_ntr_cms.lpscene │ │ │ ├── stalk_facebook.lpscene │ │ │ ├── technology_discussion.lpscene │ │ │ ├── tutor_companion_child.lpscene │ │ │ ├── watch_masturbate.lpscene │ │ │ └── watch_shower.lpscene │ │ ├── modeling │ │ │ ├── fan_recognizes_cms.lpscene │ │ │ ├── find_a_modeling_agency.lpaction │ │ │ ├── find_a_modeling_agency.lpscene │ │ │ ├── interact_with_Instagram_followers.lpaction │ │ │ ├── look_for_shoot.lpaction │ │ │ ├── modelfame.lpstat │ │ │ ├── photoshoot.lpscene │ │ │ ├── photoshoot_lingerie.lpscene │ │ │ ├── photoshoot_nude.lpscene │ │ │ ├── retire_from_modeling.lpaction │ │ │ └── retire_from_modeling.lpscene │ │ ├── npcnpc │ │ │ ├── affair_spouse.lpscene │ │ │ ├── boss_child.lpscene │ │ │ ├── boss_spouse.lpscene │ │ │ ├── boss_spouse_discovers_affair.lpscene │ │ │ ├── colleague_dating.lpscene │ │ │ ├── colleague_sibling.lpscene │ │ │ ├── colleague_spouse.lpscene │ │ │ ├── dating_boss.lpscene │ │ │ ├── dating_colleague.lpscene │ │ │ ├── dating_parent.lpscene │ │ │ ├── dating_sibling.lpscene │ │ │ ├── ex_boss.lpscene │ │ │ ├── ex_sibling.lpscene │ │ │ ├── friend_dating.lpscene │ │ │ ├── friend_sibling.lpscene │ │ │ ├── landlord_child.lpscene │ │ │ ├── landlord_spouse.lpscene │ │ │ ├── neighbour_child.lpscene │ │ │ ├── neighbour_dating.lpscene │ │ │ ├── neighbour_sibling.lpscene │ │ │ └── neighbour_spouse.lpscene │ │ ├── otherwork │ │ │ ├── club_model.lpscene │ │ │ ├── sugarbabe.lpscene │ │ │ └── sugardaddy.lpscene │ │ ├── outdoors │ │ │ ├── apply_sunscreen.lpscene │ │ │ ├── bbq_party.lpscene │ │ │ ├── camp.lpscene │ │ │ ├── climb.lpscene │ │ │ ├── exhibitionists_caught.lpscene │ │ │ ├── fish.lpscene │ │ │ ├── head_outdoor.lpscene │ │ │ ├── hike.lpscene │ │ │ ├── nudist_beach.lpscene │ │ │ ├── picnic.lpscene │ │ │ ├── public_business.lpscene │ │ │ ├── public_solo.lpscene │ │ │ ├── race_swim.lpscene │ │ │ ├── splash_water.lpscene │ │ │ ├── sunbathe.lpscene │ │ │ └── swim.lpscene │ │ ├── pet │ │ │ ├── adopt_a_pet.lpscene │ │ │ ├── horse │ │ │ │ ├── horse_farrier.lpscene │ │ │ │ ├── horse_kicks.lpscene │ │ │ │ ├── horse_medical_bill.lpscene │ │ │ │ ├── horse_show.lpscene │ │ │ │ ├── horse_theft.lpscene │ │ │ │ ├── horse_training.lpscene │ │ │ │ └── meet_new_person_horse.lpscene │ │ │ ├── meet_new_person_pet.lpscene │ │ │ ├── pet_annoying.lpscene │ │ │ ├── pet_bites.lpscene │ │ │ ├── pet_comforting.lpscene │ │ │ ├── pet_finds_wallet.lpscene │ │ │ ├── pet_high_fitness.lpscene │ │ │ ├── pet_low_fitness.lpscene │ │ │ ├── pet_plays_fetch.lpscene │ │ │ ├── visit_the_vet.lpaction │ │ │ └── visit_the_vet.lpscene │ │ ├── quit │ │ │ ├── quit_crime.lpaction │ │ │ ├── quit_crime.lpscene │ │ │ ├── quit_frat.lpaction │ │ │ ├── quit_frat.lpscene │ │ │ ├── quit_lecturing.lpaction │ │ │ ├── quit_lecturing.lpscene │ │ │ ├── quit_medical.lpaction │ │ │ ├── quit_medical.lpscene │ │ │ ├── quit_school.lpaction │ │ │ └── quit_school.lpscene │ │ ├── sexwork │ │ │ ├── assaulted_by_costar.lpscene │ │ │ ├── assaulted_by_john.lpscene │ │ │ ├── assaulted_by_pimp.lpscene │ │ │ ├── boss_finds_out.lpscene │ │ │ ├── butt_contest_cms.lpscene │ │ │ ├── cam.lpscene │ │ │ ├── check_legal.lpscene │ │ │ ├── colleague_finds_out_cms.lpscene │ │ │ ├── dating_experience.lpscene │ │ │ ├── dating_finds_out.lpscene │ │ │ ├── end_pimp_service.lpscene │ │ │ ├── family_finds_out.lpscene │ │ │ ├── fuck_a_fan.lpscene │ │ │ ├── fuck_fan_cms.lpscene │ │ │ ├── gfe.lpscene │ │ │ ├── high_class_pg.lpscene │ │ │ ├── john_approaches.lpscene │ │ │ ├── john_approaches_pimp.lpscene │ │ │ ├── john_bachelorette.lpscene │ │ │ ├── john_celeb.lpscene │ │ │ ├── john_colleague.lpscene │ │ │ ├── john_debt.lpscene │ │ │ ├── john_dom.lpscene │ │ │ ├── john_forced.lpscene │ │ │ ├── john_frat.lpscene │ │ │ ├── john_known.lpscene │ │ │ ├── john_online.lpscene │ │ │ ├── john_online_pimp.lpscene │ │ │ ├── john_prison.lpscene │ │ │ ├── john_regular.lpscene │ │ │ ├── john_regular_companion.lpscene │ │ │ ├── john_regular_relative.lpscene │ │ │ ├── john_threesome_approaches.lpscene │ │ │ ├── john_threesome_approaches_pimp.lpscene │ │ │ ├── john_threesome_online.lpscene │ │ │ ├── john_threesome_online_pimp.lpscene │ │ │ ├── look_for_porn_shoot.lpaction │ │ │ ├── offer_pimp_service.lpscene │ │ │ ├── onlyfans.lpscene │ │ │ ├── pimp_employee.lpscene │ │ │ ├── porn_shoot.lpscene │ │ │ ├── porn_shoot_bukkake.lpscene │ │ │ ├── porn_shoot_fivesome.lpscene │ │ │ ├── porn_shoot_foursome.lpscene │ │ │ ├── porn_shoot_pimp.lpscene │ │ │ ├── porn_shoot_public_cms.lpscene │ │ │ ├── porn_shoot_streak.lpscene │ │ │ ├── porn_shoot_threesome.lpscene │ │ │ ├── porn_shoot_threesome_pimp.lpscene │ │ │ ├── porn_uni_coursemate.lpscene │ │ │ ├── porn_uni_lecturer.lpscene │ │ │ ├── reluctant_star.lpscene │ │ │ ├── retire_from_porn.lpscene │ │ │ ├── start_a_porn_career.lpscene │ │ │ ├── stripclub_live_sex_show_cms.lpscene │ │ │ └── vip_stripping.lpscene │ │ ├── social │ │ │ ├── approach_at_bar.lpscene │ │ │ ├── binge_drinking.lpscene │ │ │ ├── blind_date.lpscene │ │ │ ├── bottle_service.lpscene │ │ │ ├── dating_app.lpscene │ │ │ ├── felt_up_during_dance.lpscene │ │ │ ├── group_sex_party.lpscene │ │ │ ├── house_party.lpscene │ │ │ ├── invite_to_dance.lpscene │ │ │ ├── local_social_event.lpscene │ │ │ ├── night_out_cms.lpscene │ │ │ ├── nude_dancer.lpscene │ │ │ ├── peep_bathroom.lpscene │ │ │ ├── receive_lapdance_cms.lpscene │ │ │ ├── show_off_dance.lpscene │ │ │ ├── sing_along.lpscene │ │ │ ├── spiced_drink.lpscene │ │ │ └── vomiting_drunk.lpscene │ │ ├── statbased │ │ │ ├── dance_competition.lpscene │ │ │ ├── fitness_channel.lpscene │ │ │ ├── martial_competition.lpscene │ │ │ ├── music_channel.lpscene │ │ │ ├── politics_channel.lpscene │ │ │ ├── porn_channel.lpscene │ │ │ └── vlog_channel.lpscene │ │ ├── tutorials │ │ │ ├── tut_afterchargen.lpscene │ │ │ ├── tut_aftercity.lpscene │ │ │ ├── tut_aftercontacts.lpscene │ │ │ ├── tut_afterinventory.lpscene │ │ │ ├── tut_aftermod.lpscene │ │ │ ├── tut_afterstat.lpscene │ │ │ └── tut_start.lpscene │ │ ├── uni_lecturer │ │ │ ├── compete_research_partner.lpscene │ │ │ ├── conduct_research.lpaction │ │ │ ├── crush_student.lpscene │ │ │ ├── deliver_lectures.lpaction │ │ │ ├── job_interview_lecturer.lpscene │ │ │ ├── lecturer_affair.lpscene │ │ │ ├── realize_boring_lecture.lpscene │ │ │ ├── realize_interesting_lecture.lpscene │ │ │ ├── student_crush.lpscene │ │ │ ├── student_sex_cms.lpscene │ │ │ └── substitute_lecturer.lpscene │ │ ├── uni_student │ │ │ ├── attend_lectures.lpaction │ │ │ ├── attend_lectures.lpscene │ │ │ ├── boring_lecture.lpscene │ │ │ ├── clinical_trial.lpscene │ │ │ ├── compete_pair_work.lpscene │ │ │ ├── coursemate_affair.lpscene │ │ │ ├── coursemate_bet.lpscene │ │ │ ├── coursemate_dating_another.lpscene │ │ │ ├── coursemate_gossip.lpscene │ │ │ ├── coursemates_dating.lpscene │ │ │ ├── difficult_lecture.lpscene │ │ │ ├── engage_in_extracurricular.lpaction │ │ │ ├── engage_in_extracurricular.lpscene │ │ │ ├── enroll_degree.lpscene │ │ │ ├── frat_drinking.lpscene │ │ │ ├── frat_homo.lpscene │ │ │ ├── frat_my_relative.lpscene │ │ │ ├── frat_party.lpscene │ │ │ ├── frat_relative.lpscene │ │ │ ├── frat_spiked.lpscene │ │ │ ├── fraternity_dating_another.lpscene │ │ │ ├── fraternity_misogyny.lpscene │ │ │ ├── fraternity_peep.lpscene │ │ │ ├── go_greek.lpscene │ │ │ ├── group_study.lpaction │ │ │ ├── group_study.lpscene │ │ │ ├── hunt_scholarships.lpaction │ │ │ ├── hunt_scholarships.lpscene │ │ │ ├── interesting_lecture.lpscene │ │ │ ├── mentor_exchange.lpaction │ │ │ ├── mentor_exchange.lpscene │ │ │ ├── participate_in_greek.lpaction │ │ │ ├── self_study.lpaction │ │ │ ├── take_final.lpaction │ │ │ ├── take_final.lpscene │ │ │ ├── teacher_sex_cms.lpscene │ │ │ ├── teacher_sex_repeat.lpscene │ │ │ ├── teachers_pet.lpscene │ │ │ ├── too_much_reading.lpscene │ │ │ └── uni_circles.lpscene │ │ ├── uni_tutor │ │ │ ├── offer_tutor.lpaction │ │ │ ├── offer_tutor.lpscene │ │ │ ├── tutee_cms.lpscene │ │ │ └── tutor_cms.lpscene │ │ └── work │ │ │ ├── affair_with_boss.lpscene │ │ │ ├── afterwork_drinks.lpscene │ │ │ ├── ask_for_promotion.lpscene │ │ │ ├── ask_for_raise.lpscene │ │ │ ├── bathroom_selfie.lpscene │ │ │ ├── big_project.lpscene │ │ │ ├── boss_affair.lpscene │ │ │ ├── business_trip.lpscene │ │ │ ├── business_trip_ntr.lpscene │ │ │ ├── call_in_sick.lpscene │ │ │ ├── career_fair.lpscene │ │ │ ├── client_lunch.lpscene │ │ │ ├── closet_colleague.lpscene │ │ │ ├── coffee_break_spill.lpscene │ │ │ ├── colleague_breakup.lpscene │ │ │ ├── colleague_calls_in_sick.lpscene │ │ │ ├── colleague_lunch.lpscene │ │ │ ├── contractor.lpscene │ │ │ ├── dating_boss_tip.lpscene │ │ │ ├── dating_colleague_home.lpscene │ │ │ ├── dating_harassed.lpscene │ │ │ ├── expert_coffee.lpscene │ │ │ ├── farewell_party.lpscene │ │ │ ├── help_colleague.lpscene │ │ │ ├── industry_conference.lpscene │ │ │ ├── insider_trading.lpscene │ │ │ ├── intern.lpscene │ │ │ ├── international_transfer.lpscene │ │ │ ├── interview_applicants.lpscene │ │ │ ├── interview_bribe.lpscene │ │ │ ├── it_guy.lpscene │ │ │ ├── job_interview.lpscene │ │ │ ├── lazy_colleague.lpscene │ │ │ ├── lunch_break.lpscene │ │ │ ├── marathon.lpscene │ │ │ ├── mediate_conflict.lpscene │ │ │ ├── naked_call.lpscene │ │ │ ├── need_help.lpscene │ │ │ ├── nepotism.lpscene │ │ │ ├── office_gossip.lpscene │ │ │ ├── office_plaything.lpscene │ │ │ ├── office_romance.lpscene │ │ │ ├── peep_bathroom_office.lpscene │ │ │ ├── performance_review.lpscene │ │ │ ├── perverted_subor.lpscene │ │ │ ├── plus_one.lpscene │ │ │ ├── pr_scandal.lpscene │ │ │ ├── recommend_work.lpscene │ │ │ ├── red_tapes.lpscene │ │ │ ├── refer_a_friend.lpscene │ │ │ ├── relieve_boss.lpscene │ │ │ ├── rival_colleague.lpscene │ │ │ ├── secretary_cms.lpscene │ │ │ ├── sexual_harassment.lpscene │ │ │ ├── shy_colleague.lpscene │ │ │ ├── slow_day.lpscene │ │ │ ├── steal_from_work.lpscene │ │ │ ├── stripclub.lpscene │ │ │ ├── subordinate_date.lpscene │ │ │ ├── surprise_promotion.lpscene │ │ │ ├── team_meeting.lpscene │ │ │ ├── teambuilding_day.lpscene │ │ │ ├── training_course.lpscene │ │ │ ├── underpaid.lpscene │ │ │ ├── walk_colleague_home.lpscene │ │ │ ├── whistleblower.lpscene │ │ │ └── work_in_pair.lpscene │ ├── Stats │ │ ├── Longterm │ │ │ ├── attractiveness.lpstat │ │ │ ├── cooking.lpstat │ │ │ ├── dance.lpstat │ │ │ ├── fitness.lpstat │ │ │ ├── intelligence.lpstat │ │ │ ├── interpersonal.lpstat │ │ │ ├── jobexperience.lpstat │ │ │ ├── jobperformance.lpstat │ │ │ ├── karma.lpstat │ │ │ ├── martial.lpstat │ │ │ ├── masochist.lpstat │ │ │ ├── muscle.lpstat │ │ │ ├── music.lpstat │ │ │ ├── perversion.lpstat │ │ │ ├── politics.lpstat │ │ │ ├── pornfame.lpstat │ │ │ └── sneak.lpstat │ │ ├── Relationship │ │ │ ├── attractiontoplayer.lpstat │ │ │ └── rapportwithplayer.lpstat │ │ ├── SexPreferences │ │ │ ├── likes_anal.lpstat │ │ │ ├── likes_bondage.lpstat │ │ │ ├── likes_boobjob.lpstat │ │ │ ├── likes_cowgirl.lpstat │ │ │ ├── likes_doggy.lpstat │ │ │ ├── likes_handjob.lpstat │ │ │ ├── likes_missionary.lpstat │ │ │ ├── likes_oral.lpstat │ │ │ ├── likes_public.lpstat │ │ │ ├── likes_rcowgirl.lpstat │ │ │ ├── likes_rough.lpstat │ │ │ ├── likes_sidefuck.lpstat │ │ │ ├── likes_toys.lpstat │ │ │ ├── likes_tribadism.lpstat │ │ │ ├── likes_vaginal.lpstat │ │ │ └── prone_to_orgasm.lpstat │ │ ├── Shortterm │ │ │ ├── arousal.lpstat │ │ │ ├── energy.lpstat │ │ │ ├── intoxication.lpstat │ │ │ └── mood.lpstat │ │ ├── Stock │ │ │ ├── appliance_value.lpstat │ │ │ ├── car_value.lpstat │ │ │ ├── furniture_value.lpstat │ │ │ ├── stock_alcohol.lpstat │ │ │ ├── stock_book.lpstat │ │ │ ├── stock_coffee.lpstat │ │ │ ├── stock_flower.lpstat │ │ │ ├── stock_gift.lpstat │ │ │ ├── stock_haircare.lpstat │ │ │ ├── stock_ingredient.lpstat │ │ │ ├── stock_juice.lpstat │ │ │ ├── stock_makeup.lpstat │ │ │ ├── stock_meal.lpstat │ │ │ ├── stock_movie.lpstat │ │ │ ├── stock_musicalinstrument.lpstat │ │ │ ├── stock_petfood.lpstat │ │ │ ├── stock_photo.lpstat │ │ │ ├── stock_skincare.lpstat │ │ │ ├── stock_snack.lpstat │ │ │ ├── stock_soda.lpstat │ │ │ ├── stock_supplement.lpstat │ │ │ ├── stock_tea.lpstat │ │ │ ├── stock_tobacco.lpstat │ │ │ └── stock_video.lpstat │ │ ├── age.lpstat │ │ ├── money.lpstat │ │ └── perks.lpstat │ ├── TF │ │ ├── gradual │ │ │ ├── tfgrad_amateur.lpscene │ │ │ ├── tfgrad_bully.lpscene │ │ │ ├── tfgrad_gf.lpscene │ │ │ ├── tfgrad_magic.lpscene │ │ │ ├── tfgrad_porn.lpscene │ │ │ ├── tfgrad_relative.lpscene │ │ │ └── tfgrad_vn.lpscene │ │ ├── scenes │ │ │ ├── tf_attention.lpscene │ │ │ ├── tf_brafitting.lpscene │ │ │ ├── tf_companion.lpscene │ │ │ ├── tf_companionsex.lpscene │ │ │ ├── tf_embrace.lpscene │ │ │ ├── tf_mancrush.lpscene │ │ │ ├── tf_niceguy.lpscene │ │ │ ├── tf_outofmyleague.lpscene │ │ │ ├── tf_reaction.lpscene │ │ │ ├── tf_revenge.lpscene │ │ │ ├── tf_sameboat.lpscene │ │ │ ├── tf_sandwich.lpscene │ │ │ ├── tf_slipup.lpscene │ │ │ ├── tf_suspect.lpscene │ │ │ └── tf_track.lpscene │ │ ├── tf_afterchargen.lpscene │ │ ├── tf_afterchargen2.lpscene │ │ ├── tf_aftercity.lpscene │ │ ├── tf_afterinventory.lpscene │ │ ├── tf_afterlandlord.lpscene │ │ ├── tf_aftermod.lpscene │ │ ├── tf_afterstat.lpscene │ │ ├── tf_desc.lpdesc │ │ ├── tf_magic.lpscene │ │ └── tf_start.lpscene │ ├── World │ │ ├── alcohol___vin01.lpworld │ │ ├── art___vin01.lpworld │ │ ├── bag___vin01.lpworld │ │ ├── bakery___vin01.lpworld │ │ ├── bank___vin01.lpworld │ │ ├── bar___vin01.lpworld │ │ ├── bathroom___vin01.lpworld │ │ ├── beach___vin01.lpworld │ │ ├── beauty___vin01.lpworld │ │ ├── beverages___vin01.lpworld │ │ ├── bicycle___vin01.lpworld │ │ ├── biergarten___vin01.lpworld │ │ ├── books___vin01.lpworld │ │ ├── brothel___vin01.lpworld │ │ ├── butcher___vin01.lpworld │ │ ├── cafe___vin01.lpworld │ │ ├── car___vin01.lpworld │ │ ├── chargenroom.lpworld │ │ ├── chemist___vin01.lpworld │ │ ├── cinema___vin01.lpworld │ │ ├── clothes___vin01.lpworld │ │ ├── coffee___vin01.lpworld │ │ ├── community_centre___vin01.lpworld │ │ ├── computer___vin01.lpworld │ │ ├── confectionery___vin01.lpworld │ │ ├── convenience___vin01.lpworld │ │ ├── copyshop___vin01.lpworld │ │ ├── cosmestics___vin01.lpworld │ │ ├── deli___vin01.lpworld │ │ ├── dentist___vin01.lpworld │ │ ├── department_store___vin01.lpworld │ │ ├── doctor___vin01.lpworld │ │ ├── doityourself___vin01.lpworld │ │ ├── dungeon___vin01.lpworld │ │ ├── electronics___vin01.lpworld │ │ ├── fast_food___vin01.lpworld │ │ ├── florist___vin01.lpworld │ │ ├── forest___vin01.lpworld │ │ ├── fraternity___vin01.lpworld │ │ ├── furniture___vin01.lpworld │ │ ├── garden_centre___vin01.lpworld │ │ ├── gift___vin01.lpworld │ │ ├── greengrocer___vin01.lpworld │ │ ├── hairdresser___vin01.lpworld │ │ ├── hospital___vin01.lpworld │ │ ├── hotel___vin01.lpworld │ │ ├── ice_cream___vin01.lpworld │ │ ├── jewellery___vin01.lpworld │ │ ├── kitchen___vin01.lpworld │ │ ├── laundry___vin01.lpworld │ │ ├── library___vin01.lpworld │ │ ├── livingroom___vin01.lpworld │ │ ├── marketplace___vin01.lpworld │ │ ├── mobile_phone___vin01.lpworld │ │ ├── modeling___vin01.lpworld │ │ ├── motorcycle___vin01.lpworld │ │ ├── mountain___vin01.lpworld │ │ ├── musical_instrument___vin01.lpworld │ │ ├── newsagent___vin01.lpworld │ │ ├── nightclub___vin01.lpworld │ │ ├── optician___vin01.lpworld │ │ ├── outdoor___vin01.lpworld │ │ ├── park___vin01.lpworld │ │ ├── pet___vin01.lpworld │ │ ├── pharmacy___vin01.lpworld │ │ ├── photo___vin01.lpworld │ │ ├── place_of_worship___vin01.lpworld │ │ ├── police___vin01.lpworld │ │ ├── police_station___vin01.lpworld │ │ ├── pool___vin01.lpworld │ │ ├── post_office___vin01.lpworld │ │ ├── prison___vin01.lpworld │ │ ├── pub___vin01.lpworld │ │ ├── restaurant___vin01.lpworld │ │ ├── river___vin01.lpworld │ │ ├── seafood___vin01.lpworld │ │ ├── shoes___vin01.lpworld │ │ ├── shower___vin01.lpworld │ │ ├── shower_back___vin01 - Copy.lpworld │ │ ├── sports___vin01.lpworld │ │ ├── sports_centre___vin01.lpworld │ │ ├── stationery___vin01.lpworld │ │ ├── street___vin01.lpworld │ │ ├── stripclub___vin01.lpworld │ │ ├── supermarket___vin01.lpworld │ │ ├── tea___vin01.lpworld │ │ ├── theatre___vin01.lpworld │ │ ├── tobacco___vin01.lpworld │ │ ├── toilets___vin01.lpworld │ │ ├── toys___vin01.lpworld │ │ ├── travel_agency___vin01.lpworld │ │ ├── university___vin01.lpworld │ │ ├── variety_store___vin01.lpworld │ │ ├── veterinary___vin01.lpworld │ │ └── work___vin01.lpworld │ ├── vin_Base.lpmod │ └── virginity │ │ ├── dating_insecure_about_deflowerer.lpscene │ │ ├── deflowered_loves.lpscene │ │ ├── deflowerer_feeling.lpscene │ │ ├── deflowerer_takes_advantage.lpscene │ │ ├── get_rid_virginity.lpscene │ │ ├── npc_deflowered_by_player.lpscene │ │ ├── player_deflowered.lpscene │ │ ├── take_advantage_deflowered.lpscene │ │ ├── virgin_approaches.lpscene │ │ ├── virgin_auction_cms.lpscene │ │ └── virgin_dating.lpscene ├── vin_Bestiality │ ├── Interactions │ │ ├── assault_dog.lpaction │ │ ├── offer_bull_best.lpaction │ │ ├── offer_bull_best.lpscene │ │ ├── propose_sex_best.lpaction │ │ ├── propose_sex_best.lpscene │ │ ├── propose_threesome_best.lpaction │ │ ├── propose_threesome_best.lpscene │ │ ├── wilderness.lpaction │ │ └── wilderness.lpscene │ ├── Scenes │ │ ├── animal_shelter.lpaction │ │ ├── animal_shelter.lpscene │ │ ├── assault_dog.lpscene │ │ ├── beast_noncon_cms.lpscene │ │ ├── best_dance.lpscene │ │ ├── best_ex.lpscene │ │ ├── best_relative.lpscene │ │ ├── best_sleepfuck.lpscene │ │ ├── bestiality_aroused.lpscene │ │ ├── bestiality_boner.lpscene │ │ ├── bestiality_caught_by_family.lpscene │ │ ├── bestiality_cheater_cuckold_impregnate.lpscene │ │ ├── bestiality_cuckold_impregnate.lpscene │ │ ├── bestiality_housework.lpscene │ │ ├── bestiality_housework_ntr.lpscene │ │ ├── bestiality_impregnates_family.lpscene │ │ ├── bestiality_jealous.lpscene │ │ ├── bestiality_john.lpscene │ │ ├── bestiality_masturbate.lpscene │ │ ├── bestiality_porn.lpscene │ │ ├── bestiality_porn_shoot.lpscene │ │ ├── bestiality_porn_shoot_cms.lpscene │ │ ├── bestiality_public.lpscene │ │ ├── bestiality_shower.lpscene │ │ ├── bestiality_shy.lpscene │ │ ├── bestiality_single.lpscene │ │ ├── bestiality_stray.lpscene │ │ ├── bestiality_swinger_party.lpscene │ │ ├── bestiality_ugly.lpscene │ │ ├── bravo_jun1_cms.lpscene │ │ ├── breed_animal.lpaction │ │ ├── breed_animal.lpscene │ │ ├── catch_neighbour_cms.lpscene │ │ ├── caught_public_best_cms.lpscene │ │ ├── companion_confession_cms.lpscene │ │ ├── dating_cheating_bestiality.lpscene │ │ ├── dd_buildup_cms.lpscene │ │ ├── dd_nsfw_cms.lpscene │ │ ├── dog_spitroast_cms.lpscene │ │ ├── family_peep_bestiality.lpscene │ │ ├── fantasize_bestiality.lpscene │ │ ├── fantasize_bestiality_self.lpscene │ │ ├── gf_suggests_cms.lpscene │ │ ├── horse │ │ │ ├── bestiality_cheater_cuckold_impregnate_h.lpscene │ │ │ ├── bestiality_cuckold_impregnate_h.lpscene │ │ │ ├── bestiality_impregnates_family_h.lpscene │ │ │ ├── bestiality_swinger_party_h.lpscene │ │ │ ├── dating_cheating_bestiality_h.lpscene │ │ │ └── family_peep_bestiality_h.lpscene │ │ ├── horse_bike_theft.lpscene │ │ ├── horse_double_date.lpscene │ │ ├── mating_season.lpscene │ │ ├── mount_another_dog.lpscene │ │ ├── park_encounter_cms.lpscene │ │ ├── pet_care_cms.lpscene │ │ ├── pet_watcher.lpscene │ │ ├── stray_dog.lpscene │ │ ├── threesome_with_vet_cms.lpscene │ │ ├── undercover_cop_cms.lpscene │ │ ├── visit_stable.lpaction │ │ └── visit_stable.lpscene │ ├── bestiality_talk.lptalk │ └── vin_Bestiality.lpmod ├── vin_Corruption │ ├── Scenes │ │ ├── cash_for_ass.lpscene │ │ ├── co_ag_changingroom.lpscene │ │ ├── co_ag_dickpic.lpscene │ │ ├── co_ag_erotica.lpscene │ │ ├── co_ag_gift.lpscene │ │ ├── co_ag_masturbate.lpscene │ │ ├── co_ag_pornin.lpscene │ │ ├── co_ag_pornout.lpscene │ │ ├── co_ag_publicsex.lpscene │ │ ├── co_ag_sex_shop.lpscene │ │ ├── co_ag_shower.lpscene │ │ ├── co_ag_stripclub.lpscene │ │ ├── co_ag_strippoker.lpscene │ │ ├── co_ag_threesome.lpscene │ │ ├── co_vi_changingroom.lpscene │ │ ├── co_vi_dickpic.lpscene │ │ ├── co_vi_erotica.lpscene │ │ ├── co_vi_gift.lpscene │ │ ├── co_vi_masturbate.lpscene │ │ ├── co_vi_pornin.lpscene │ │ ├── co_vi_pornout.lpscene │ │ ├── co_vi_publicsex.lpscene │ │ ├── co_vi_sex_shop.lpscene │ │ ├── co_vi_shower.lpscene │ │ ├── co_vi_stripclub.lpscene │ │ ├── co_vi_strippoker.lpscene │ │ ├── co_vi_threesome.lpscene │ │ ├── co_wi_dickpic.lpscene │ │ ├── co_wi_erotica.lpscene │ │ ├── co_wi_gift.lpscene │ │ ├── co_wi_pornin.lpscene │ │ ├── co_wi_pornout.lpscene │ │ ├── co_wi_sex_shop.lpscene │ │ ├── co_wi_stripclub.lpscene │ │ ├── debt_desperate.lpscene │ │ ├── dress_revealing.lpscene │ │ ├── fake_modeling.lpscene │ │ ├── free_rent.lpscene │ │ ├── il │ │ │ ├── il.lpquest │ │ │ ├── il_main.lpscene │ │ │ ├── il_obj.lpaction │ │ │ └── il_start.lpscene │ │ ├── imp │ │ │ ├── imp.lpquest │ │ │ ├── imp_main.lpscene │ │ │ ├── imp_obj.lpaction │ │ │ ├── imp_post.lpscene │ │ │ └── imp_start.lpscene │ │ ├── pimp_abroad.lpscene │ │ ├── rgb │ │ │ ├── rgb.lpquest │ │ │ ├── rgb_main.lpscene │ │ │ ├── rgb_obj.lpaction │ │ │ └── rgb_start.lpscene │ │ ├── sex_or_fired.lpscene │ │ └── sttt │ │ │ ├── sttt.lpquest │ │ │ ├── sttt_main.lpscene │ │ │ ├── sttt_obj.lpaction │ │ │ └── sttt_start.lpscene │ └── vin_Corruption.lpmod ├── vin_Incest │ ├── Actions │ │ └── gather_relatives.lpaction │ ├── Interactions │ │ ├── ask_help_groom.lpaction │ │ ├── match_make_incest.lpaction │ │ ├── propose_incest_relationship.lpaction │ │ └── seek_therapy.lpaction │ ├── Legalized │ │ ├── legalized.lpquest │ │ ├── legalized.lpscene │ │ ├── legalized_attraction.lpscene │ │ └── legalized_watched.lpscene │ ├── Scenes │ │ ├── ask_help_groom.lpscene │ │ ├── attempt_assault_relative.lpaction │ │ ├── attempt_assault_relative.lpscene │ │ ├── boss_hires_rela.lpscene │ │ ├── catches_incest.lpscene │ │ ├── caught_family_masturbating.lpscene │ │ ├── cms_cuck_dad.lpscene │ │ ├── cms_cuck_dad_impregnate.lpscene │ │ ├── cms_cuck_dad_passive.lpscene │ │ ├── cms_ica_sep01.lpscene │ │ ├── cms_ica_sep06.lpscene │ │ ├── cms_ica_sep07.lpscene │ │ ├── cms_ica_sep08.lpscene │ │ ├── cms_masterbate_caught.lpscene │ │ ├── console_family_rejected.lpscene │ │ ├── cop_blackmails_incest_cms.lpscene │ │ ├── creepy_relative_visited.lpscene │ │ ├── creepy_relative_visits.lpscene │ │ ├── creepy_relative_watches.lpscene │ │ ├── drunk_dad_cms.lpscene │ │ ├── family_as_stripper.lpscene │ │ ├── family_as_webcammodel.lpscene │ │ ├── family_bathroom_masturbates.lpscene │ │ ├── family_bathroom_trimpubes.lpscene │ │ ├── family_bedroom_masturbates.lpscene │ │ ├── family_blackmails.lpscene │ │ ├── family_catches_masturbating.lpscene │ │ ├── family_childhood_game.lpscene │ │ ├── family_consoles_badmood.lpscene │ │ ├── family_consoles_badrelationship.lpscene │ │ ├── family_date_pickup.lpscene │ │ ├── family_date_pickup_netori.lpscene │ │ ├── family_harem_cms.lpscene │ │ ├── family_history_incest.lpscene │ │ ├── family_horror_movie.lpscene │ │ ├── family_incest_erotica.lpscene │ │ ├── family_incest_game.lpscene │ │ ├── family_incest_porn.lpscene │ │ ├── family_massage.lpscene │ │ ├── family_morning_wood.lpscene │ │ ├── family_movie_night.lpscene │ │ ├── family_movie_sex_scene.lpscene │ │ ├── family_nude_selfie.lpscene │ │ ├── family_peep.lpscene │ │ ├── family_peeps_changed.lpscene │ │ ├── family_peeps_dating.lpscene │ │ ├── family_peeps_shower.lpscene │ │ ├── family_plaything.lpscene │ │ ├── family_possessive.lpscene │ │ ├── family_repeat_incest.lpscene │ │ ├── family_repeat_incest_away.lpscene │ │ ├── family_sextape.lpscene │ │ ├── family_shy_laid.lpscene │ │ ├── family_sit_on_lap.lpscene │ │ ├── family_steals_underwear.lpscene │ │ ├── family_sugar_alternative.lpscene │ │ ├── family_swap.lpscene │ │ ├── family_takes_shopping.lpscene │ │ ├── family_threesome.lpscene │ │ ├── family_video_game_sex_scene.lpscene │ │ ├── family_visit_bedshare.lpscene │ │ ├── family_visit_bedshare_family.lpscene │ │ ├── family_wet_dream.lpscene │ │ ├── fantasize_family.lpscene │ │ ├── feel_up_bedroom.lpscene │ │ ├── forced_incest_cms.lpscene │ │ ├── found_family_sextoy.lpscene │ │ ├── gather_relatives.lpscene │ │ ├── help_family_practice.lpscene │ │ ├── incest_bathroom_cms.lpscene │ │ ├── incest_boss_blackmail_cms.lpscene │ │ ├── incest_breakup_dating.lpscene │ │ ├── incest_caught_by_dating.lpscene │ │ ├── incest_caught_by_friend.lpscene │ │ ├── incest_cherry_boy_cms.lpscene │ │ ├── incest_cherry_boy_repeat_cms.lpscene │ │ ├── incest_conjugal.lpscene │ │ ├── incest_dating_app.lpscene │ │ ├── incest_game.lpscene │ │ ├── incest_gloryhole.lpscene │ │ ├── incest_lesbian.lpscene │ │ ├── incest_outdoors.lpscene │ │ ├── incest_owned.lpscene │ │ ├── incest_poly.lpscene │ │ ├── incest_porn.lpscene │ │ ├── incest_rape_cms.lpscene │ │ ├── incest_relationship.lpscene │ │ ├── incest_sleeping_sex.lpscene │ │ ├── incest_virgin_offer.lpscene │ │ ├── incest_virgin_offered.lpscene │ │ ├── initiation_day_cms.lpscene │ │ ├── massage_family.lpscene │ │ ├── match_make_incest.lpscene │ │ ├── morning_wood.lpscene │ │ ├── naked_around_family.lpscene │ │ ├── neighbour_blackmails_family_incest.lpscene │ │ ├── neighbour_blackmails_incest.lpscene │ │ ├── neighbour_catches_incest.lpscene │ │ ├── npc-npc │ │ │ ├── friend_confides.lpscene │ │ │ ├── friend_confides_shy.lpscene │ │ │ ├── friend_dating_incest.lpscene │ │ │ └── relative-relative │ │ │ │ ├── relative_confides.lpscene │ │ │ │ ├── relative_confides_shy.lpscene │ │ │ │ └── relrel_peep.lpscene │ │ ├── ntr_for_incest.lpscene │ │ ├── parent_disappoints_parent.lpscene │ │ ├── peep_family_changed.lpscene │ │ ├── peep_family_shower.lpscene │ │ ├── possessive_family.lpscene │ │ ├── practice_with_family.lpscene │ │ ├── proactive │ │ │ ├── check_on_my_family.lpaction │ │ │ ├── check_on_my_family.lpscene │ │ │ ├── pro_caught_family_masturbating.lpscene │ │ │ ├── pro_family_bathroom_masturbates.lpscene │ │ │ ├── pro_family_bedroom_chat.lpscene │ │ │ ├── pro_family_dinner.lpscene │ │ │ ├── pro_family_peep.lpscene │ │ │ ├── pro_family_peeps_shower.lpscene │ │ │ ├── pro_family_tv.lpscene │ │ │ ├── pro_feel_up_bedroom.lpscene │ │ │ ├── pro_incest_bedroom_camera.lpscene │ │ │ ├── pro_incest_shower_camera.lpscene │ │ │ ├── pro_massage_family.lpscene │ │ │ ├── pro_peep_family_shower.lpscene │ │ │ ├── pro_snoop_around.lpscene │ │ │ ├── pro_underbed_peep.lpscene │ │ │ └── pro_underbed_peep_drunk.lpscene │ │ ├── revenge_incest.lpscene │ │ ├── seek_therapy.lpscene │ │ ├── sibling_disappoints_parent.lpscene │ │ ├── siblings_gangbang_cms.lpscene │ │ ├── siblings_gangbang_fantasize_cms.lpscene │ │ ├── siblings_gangbang_rape_cms.lpscene │ │ ├── single_parent.lpscene │ │ ├── sit_on_lap.lpscene │ │ ├── steady │ │ │ ├── incest_condemned.lpscene │ │ │ ├── incest_legalized.lpscene │ │ │ └── incest_swinger_club.lpscene │ │ ├── steal_family_underwear.lpscene │ │ ├── stripclub_with_family.lpscene │ │ ├── sugarbabe_friend_with_family.lpscene │ │ ├── sugardaddy_friend_with_family.lpscene │ │ ├── take_family_shopping.lpscene │ │ └── visit_family_bedshare.lpscene │ ├── incest.lpstat │ ├── incest_desc.lpdesc │ ├── incest_talk.lptalk │ └── vin_Incest.lpmod ├── vin_Interracial │ ├── actions │ │ ├── gangbang_ir.lpaction │ │ ├── interracial_dating_app.lpaction │ │ ├── set_stereotypes.lpaction │ │ └── sponsor_immigrant.lpaction │ ├── scenes │ │ ├── asian_learn_martial_cms.lpscene │ │ ├── bomb_threat_cms.lpscene │ │ ├── bull_friend_ir.lpscene │ │ ├── companion_racist_family.lpscene │ │ ├── cuckold_ir.lpscene │ │ ├── cuckold_ir_passive.lpscene │ │ ├── frustrated_ir.lpscene │ │ ├── gangbang_ir.lpscene │ │ ├── gangbang_ir_passive.lpscene │ │ ├── indian_scammer_cms.lpscene │ │ ├── interracial_dating_app.lpscene │ │ ├── ir_ally.lpscene │ │ ├── ir_cook.lpscene │ │ ├── ir_sibling_cms.lpscene │ │ ├── marriage_pressure.lpscene │ │ ├── meet_ir_fan.lpscene │ │ ├── porn_shoot_ir.lpscene │ │ ├── racist_couple.lpscene │ │ ├── racist_pc_cms.lpscene │ │ ├── racist_relative.lpscene │ │ ├── set_stereotypes.lpscene │ │ └── sponsor_immigrant.lpscene │ ├── stats │ │ ├── likes_arab.lpstat │ │ ├── likes_asian.lpstat │ │ ├── likes_black.lpstat │ │ ├── likes_indian.lpstat │ │ ├── likes_latin.lpstat │ │ └── likes_white.lpstat │ ├── stereotypes │ │ ├── strt_arab_f.lpcharacter │ │ ├── strt_arab_m.lpcharacter │ │ ├── strt_asian_f.lpcharacter │ │ ├── strt_asian_m.lpcharacter │ │ ├── strt_black_f.lpcharacter │ │ ├── strt_black_m.lpcharacter │ │ ├── strt_indian_f.lpcharacter │ │ ├── strt_indian_m.lpcharacter │ │ ├── strt_latin_f.lpcharacter │ │ ├── strt_latin_m.lpcharacter │ │ ├── strt_white_f.lpcharacter │ │ └── strt_white_m.lpcharacter │ └── vin_Interracial.lpmod ├── vin_Lactation │ ├── Actions │ │ └── check_lactation_statuses.lpaction │ ├── Scenes │ │ └── check_lactation_statuses.lpscene │ ├── Stats │ │ └── SexPreferences │ │ │ └── likes_lactation.lpstat │ └── vin_Lactation.lpmod ├── vin_NTR │ ├── interactions │ │ ├── offer_bull.lpaction │ │ ├── offer_bull.lpscene │ │ ├── offer_companion.lpaction │ │ ├── offer_companion.lpscene │ │ ├── offer_groupsex.lpaction │ │ ├── offer_groupsex.lpscene │ │ ├── offer_swing.lpaction │ │ ├── offer_swing.lpscene │ │ ├── subor_errand.lpaction │ │ └── subor_errand.lpscene │ ├── scenes │ │ ├── bar_cuckquean_cms.lpscene │ │ ├── bed_early_cms.lpscene │ │ ├── boss_asks_cms.lpscene │ │ ├── boss_asks_impregnate)cms.lpscene │ │ ├── boss_asks_impregnate_cms.lpscene │ │ ├── cheater │ │ │ ├── cheater_cuckold.lpscene │ │ │ ├── cheater_cuckold_date.lpscene │ │ │ ├── cheater_cuckold_family.lpscene │ │ │ └── cheater_cuckold_impregnate.lpscene │ │ ├── cms_ica_sep02.lpscene │ │ ├── cuckold.lpscene │ │ ├── cuckold_date.lpscene │ │ ├── cuckold_family.lpscene │ │ ├── cuckold_impregnate.lpscene │ │ ├── dating_cheating.lpscene │ │ ├── dating_cheating_family_cms.lpscene │ │ ├── dating_cheating_family_shower_cms.lpscene │ │ ├── dating_family_friend_cms.lpscene │ │ ├── dating_incalls.lpscene │ │ ├── dating_prison_guard_cms.lpscene │ │ ├── dating_pt_cms.lpscene │ │ ├── dating_visits_office_cms.lpscene │ │ ├── fake_modeling_ntr.lpscene │ │ ├── fertility_festival_cms.lpscene │ │ ├── frat_swing.lpscene │ │ ├── free_rent_ntr.lpscene │ │ ├── get_milk_cms.lpscene │ │ ├── lay_minister_cms.lpscene │ │ ├── night_visit_cms.lpscene │ │ ├── night_with_colleagues_cms.lpscene │ │ ├── occupied_shower.lpscene │ │ ├── owned_ntr_cms.lpscene │ │ ├── prison_conjugal_cms.lpscene │ │ ├── relative_asks_cms.lpscene │ │ ├── run_into_so_ex.lpscene │ │ ├── sizequeen_escalates_ntr.lpscene │ │ ├── swing.lpscene │ │ ├── swinger_club.lpscene │ │ ├── swinger_party.lpscene │ │ ├── tinder_dinner.lpscene │ │ └── vicious_confess_cms.lpscene │ └── vin_NTR.lpmod ├── vin_Netori │ ├── Interactions │ │ └── bull_employee.lpaction │ ├── Scenes │ │ ├── bar_netori_cms.lpscene │ │ ├── boss_errand_child.lpscene │ │ ├── boss_errand_parent.lpscene │ │ ├── boss_errand_spouse.lpscene │ │ ├── boss_spouse_cms.lpscene │ │ ├── bull_employee.lpscene │ │ ├── bull_family.lpscene │ │ ├── bull_flower.lpscene │ │ ├── bull_fraternity.lpscene │ │ ├── bull_friend.lpscene │ │ ├── bull_hospital_cms.lpscene │ │ ├── bull_parent.lpscene │ │ ├── bull_repeats.lpscene │ │ ├── bull_subordinate.lpscene │ │ ├── bull_suggested.lpscene │ │ ├── bull_weak_friend.lpscene │ │ ├── bull_wings.lpscene │ │ ├── bull_with_ex.lpscene │ │ ├── cms_ica_sep03.lpscene │ │ ├── crush_patient_cms.lpscene │ │ ├── cuck_family.lpscene │ │ ├── errander_repeats.lpscene │ │ ├── family_argues_dating.lpscene │ │ ├── family_breakup_revenge.lpscene │ │ ├── get_milk_netori_cms.lpscene │ │ ├── gym_spot_cms.lpscene │ │ ├── indecent_proposal_cms.lpscene │ │ ├── landlord_argues_spouse.lpscene │ │ ├── maid_bull.lpscene │ │ ├── maid_revenge.lpscene │ │ ├── neighbour_argues_dating.lpscene │ │ ├── neighbour_breakup_revenge.lpscene │ │ ├── neighbour_spouse_cms.lpscene │ │ ├── owned_netori_cms.lpscene │ │ └── swinger_club_cheat.lpscene │ └── vin_Netori.lpmod ├── vin_NonConsensual │ ├── Actions │ │ └── browse_rape_website.lpaction │ ├── Interactions │ │ ├── attempt_assault.lpaction │ │ └── comp_assault.lpaction │ ├── Scenes │ │ ├── ag_comp.lpscene │ │ ├── ag_confronted.lpscene │ │ ├── ag_confronted_family.lpscene │ │ ├── ag_date_rape.lpscene │ │ ├── ag_datingfriend_rape.lpscene │ │ ├── ag_ex_rape.lpscene │ │ ├── ag_filmed.lpscene │ │ ├── ag_forcedfuckdatingfriend.lpscene │ │ ├── ag_friendzone_rape.lpscene │ │ ├── ag_lgbt_rape.lpscene │ │ ├── ag_locker_rape.lpscene │ │ ├── ag_spiked_rape.lpscene │ │ ├── ag_stockholm.lpscene │ │ ├── browse_rape_website.lpscene │ │ ├── cms_ag_dev.lpscene │ │ ├── cms_ag_hospital_sleep.lpscene │ │ ├── cms_ica_sep04.lpscene │ │ ├── cms_vi_fm_work.lpscene │ │ ├── pc_slave_cms.lpscene │ │ ├── prison_ag_rape.lpscene │ │ ├── prison_vi_rape.lpscene │ │ ├── vi_2female_rape_cms.lpscene │ │ ├── vi_bathroom_rape.lpscene │ │ ├── vi_becomes_ag.lpscene │ │ ├── vi_bisexual_couple_cms.lpscene │ │ ├── vi_confronts.lpscene │ │ ├── vi_darkalley_gangrape.lpscene │ │ ├── vi_darkalley_gangrape_cms.lpscene │ │ ├── vi_darkalley_rape.lpscene │ │ ├── vi_date_rape.lpscene │ │ ├── vi_datingfriend_rape.lpscene │ │ ├── vi_ex_rape.lpscene │ │ ├── vi_female_rape_cms.lpscene │ │ ├── vi_filmed.lpscene │ │ ├── vi_forcedfuckdatingfriend.lpscene │ │ ├── vi_friendzone_rape.lpscene │ │ ├── vi_homeinvader_rape.lpscene │ │ ├── vi_hospital_rape.lpscene │ │ ├── vi_lgbt_rape.lpscene │ │ ├── vi_locker_rape.lpscene │ │ ├── vi_maid_rape.lpscene │ │ ├── vi_masturbate_neighbour.lpscene │ │ ├── vi_offer_alcohol.lpscene │ │ ├── vi_pickpocket_caught_rape.lpscene │ │ ├── vi_revenge_rape.lpscene │ │ ├── vi_spiked_rape.lpscene │ │ ├── vi_wake_cms.lpscene │ │ ├── vi_wake_family_cms.lpscene │ │ ├── vi_wanted.lpscene │ │ ├── wi_bathroom_rape.lpscene │ │ ├── wi_darkalley_rape.lpscene │ │ ├── wi_darkalley_rape_cms.lpcharacter │ │ ├── wi_darkalley_rape_cms.lpscene │ │ ├── wi_darkalley_rape_ntr.lpscene │ │ ├── wi_ex_rape_family.lpscene │ │ ├── wi_ex_rape_ntr.lpscene │ │ ├── wi_homeinvader_rape_family.lpscene │ │ ├── wi_homeinvader_rape_neighbour.lpscene │ │ ├── wi_homeinvader_rape_ntr.lpscene │ │ ├── wi_locker_rape.lpscene │ │ ├── wi_relative_daterape.lpscene │ │ └── wi_revenge_rape_ntr.lpscene │ └── vin_NonConsensual.lpmod ├── vin_OldYoung │ ├── Actions │ │ └── oldyoung_dating_app.lpaction │ ├── Scenes │ │ ├── friend_older.lpscene │ │ ├── friend_younger.lpscene │ │ ├── meet_older.lpscene │ │ ├── meet_younger.lpscene │ │ ├── oldyoung_dating_app.lpscene │ │ ├── oldyoung_dating_ex.lpscene │ │ ├── oldyoung_dating_friend.lpscene │ │ ├── oldyoung_dating_reunion.lpscene │ │ ├── oldyoung_double_date.lpscene │ │ ├── oldyoung_relative_dating.lpscene │ │ ├── oldyoung_relative_friend.lpscene │ │ └── porn_shoot_oldyoung.lpscene │ ├── Stats │ │ └── likes_older.lpstat │ └── vin_OldYoung.lpmod ├── vin_Polyamorous │ ├── actions │ │ ├── gather_partners.lpaction │ │ ├── hang_out_poly.lpaction │ │ ├── join_relationship.lpaction │ │ └── organize_poly_party.lpaction │ ├── scenes │ │ ├── gather_partners.lpscene │ │ ├── hang_out_poly.lpscene │ │ ├── interpoly.lpscene │ │ ├── join_relationship.lpscene │ │ ├── manage_poly.lpaction │ │ ├── manage_poly.lpscene │ │ ├── npc_joins_poly.lpaction │ │ ├── npc_joins_poly.lpscene │ │ ├── organize_poly_party.lpscene │ │ ├── polies_dress.lpscene │ │ ├── polies_strip.lpscene │ │ ├── polies_watch.lpscene │ │ ├── poly_babydaddy.lpscene │ │ ├── poly_best.lpscene │ │ ├── poly_couple.lpscene │ │ ├── poly_couple_repeats.lpscene │ │ ├── poly_dates_poly.lpscene │ │ ├── poly_ex.lpscene │ │ ├── poly_frat.lpscene │ │ ├── poly_fucks_poly.lpaction │ │ ├── poly_fucks_poly.lpscene │ │ ├── poly_gangbang.lpscene │ │ ├── poly_introduces.lpscene │ │ ├── poly_naked.lpscene │ │ ├── poly_poly.lpscene │ │ ├── poly_poly_borrow.lpscene │ │ ├── poly_poly_date.lpscene │ │ ├── poly_poly_greedy.lpscene │ │ ├── poly_poly_joins.lpscene │ │ ├── poly_poly_marries.lpscene │ │ ├── poly_poly_pregnant.lpscene │ │ ├── poly_poly_walkin.lpscene │ │ ├── poly_rgangbang.lpscene │ │ ├── poly_showers.lpscene │ │ ├── poly_sibling.lpscene │ │ ├── poly_sleeps.lpscene │ │ └── poly_soli.lpscene │ └── vin_Polyamorous.lpmod ├── vin_Pregnancy │ ├── Actions │ │ ├── abortion.lpaction │ │ ├── adoption.lpaction │ │ ├── buy_condom_MULTIPLE.lpaction │ │ ├── buy_pill_MULTIPLE.lpaction │ │ ├── check_fertility.lpaction │ │ ├── childcare.lpaction │ │ ├── donate_sperm.lpaction │ │ ├── fertility_treatment.lpaction │ │ ├── impregnation_bet.lpaction │ │ ├── iud.lpaction │ │ ├── make_baby.lpaction │ │ ├── morning_after.lpaction │ │ ├── pregnancy_pact.lpaction │ │ ├── propose_baby.lpaction │ │ ├── suggest_abortion.lpaction │ │ ├── surrogate.lpaction │ │ └── take_birth_control.lpaction │ ├── Scenes │ │ ├── NPC_discovers_pregnancy.lpscene │ │ ├── NPC_discovers_pregnancy_neutral.lpscene │ │ ├── NPC_gives_birth.lpscene │ │ ├── NPC_gives_birth_neutral.lpscene │ │ ├── abortion.lpscene │ │ ├── adoption.lpscene │ │ ├── babysitter.lpscene │ │ ├── breeding_party_cms.lpaction │ │ ├── breeding_party_cms.lpscene │ │ ├── breeding_party_companion_cms.lpaction │ │ ├── breeding_party_companion_cms.lpscene │ │ ├── check_fertility.lpscene │ │ ├── checkup_attend.lpscene │ │ ├── checkup_drive.lpscene │ │ ├── childcare.lpscene │ │ ├── confront_impreg.lpscene │ │ ├── dildo_impregnate_cms.lpscene │ │ ├── donate_sperm.lpscene │ │ ├── double_breeding.lpscene │ │ ├── end_pregnancy.lpscene │ │ ├── ex_pregnancy_plot.lpscene │ │ ├── feel_pregnant_belly.lpscene │ │ ├── fertility_treatment.lpscene │ │ ├── force_birth.lpscene │ │ ├── friend_proposes_baby.lpscene │ │ ├── go_last_cms.lpscene │ │ ├── impreg_blindfold.lpscene │ │ ├── impregnation_bet.lpscene │ │ ├── impregnation_revenge.lpscene │ │ ├── impregnation_revenged.lpscene │ │ ├── invited_impreg_party.lpscene │ │ ├── iud.lpscene │ │ ├── lesbian_sperm.lpscene │ │ ├── lesbian_sperm_donor.lpscene │ │ ├── look_like_you_cms.lpscene │ │ ├── make_baby.lpscene │ │ ├── morning_after.lpscene │ │ ├── player_discovers_pregnancy.lpscene │ │ ├── player_gives_birth.lpscene │ │ ├── porn_shoot_pregnant.lpscene │ │ ├── porn_shoot_pregnant_var.lpscene │ │ ├── pregnancy_arousal.lpscene │ │ ├── pregnancy_cheat.lpscene │ │ ├── pregnancy_cheat_f.lpscene │ │ ├── pregnancy_doctor.lpscene │ │ ├── pregnancy_energy.lpscene │ │ ├── pregnancy_mood.lpscene │ │ ├── pregnancy_pact.lpscene │ │ ├── pregnant_fetisher.lpscene │ │ ├── pregnant_fetisher_end.lpscene │ │ ├── pregnant_fetisher_ntr.lpscene │ │ ├── pregnant_trap.lpscene │ │ ├── prenatal_attend.lpscene │ │ ├── prenatal_drive.lpscene │ │ ├── prison_pregnancy.lpscene │ │ ├── propose_baby.lpscene │ │ ├── random_pregnancy_cms.lpscene │ │ ├── stranger_proposes_baby.lpscene │ │ ├── suggest_abortion.lpscene │ │ ├── surrogate.lpscene │ │ ├── surrogate_swap.lpscene │ │ ├── surrogate_swap_f.lpscene │ │ └── victim_pressure.lpscene │ ├── Stats │ │ ├── children.lpstat │ │ ├── fertility.lpstat │ │ ├── fertility_npc.lpstat │ │ ├── stock_condom.lpstat │ │ └── stock_pill.lpstat │ ├── preg_talk.lptalk │ └── vin_Pregnancy.lpmod ├── vin_Tentacles │ ├── actions │ │ └── watch_tentacles_porn.lpaction │ ├── scenes │ │ ├── tentacles_alien_deal.lpscene │ │ ├── tentacles_cult.lpscene │ │ ├── tentacles_dark_alley.lpscene │ │ ├── tentacles_disguise.lpscene │ │ ├── tentacles_shower.lpscene │ │ └── watch_tentacles_porn.lpscene │ └── vin_Tentacles.lpmod ├── vin_VanillaPorn │ └── vin_VanillaPorn.lpmod ├── vin_VanillaRealistic │ └── vin_VanillaRealistic.lpmod ├── vin_Vore │ ├── actions │ │ └── experiment_vore.lpaction │ ├── scenes │ │ └── experiment_vore.lpscene │ └── vin_Vore.lpmod └── vin_Watersports │ └── vin_Watersports.lpmod └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/LICENSE -------------------------------------------------------------------------------- /Modding/Command_Functions/Divorce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/Divorce.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/Filter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/Filter.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/FilterDesc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/FilterDesc.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/FilterTalk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/FilterTalk.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/LosePT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/LosePT.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/Power.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/Power.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/Random.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/Random.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/Sex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/Sex.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/SexNoAffair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/SexNoAffair.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/TalkNonConsensual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/TalkNonConsensual.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/WHAT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/WHAT.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/WHEN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/WHEN.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/WHERE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/WHERE.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addColleague.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addColleague.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addCriminal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addCriminal.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addDatingFriend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addDatingFriend.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addEmployee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addEmployee.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addNeighbour.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addNeighbour.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addNpcRelationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addNpcRelationship.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addObjective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addObjective.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/addToPeopleHere.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/addToPeopleHere.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/animate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/animate.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/animateFnt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/animateFnt.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/animatePair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/animatePair.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/assignHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/assignHome.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/assignResidents.txt: -------------------------------------------------------------------------------- 1 | assignResidents() 2 | Only used for the check_on_my_family scene -------------------------------------------------------------------------------- /Modding/Command_Functions/assignWhat.txt: -------------------------------------------------------------------------------- 1 | Only used for the check_on_my_family scene -------------------------------------------------------------------------------- /Modding/Command_Functions/assignWhere.txt: -------------------------------------------------------------------------------- 1 | Only used for the check_on_my_family scene -------------------------------------------------------------------------------- /Modding/Command_Functions/blendAppearanceFrom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/blendAppearanceFrom.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/blendPreset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/blendPreset.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/blockContact.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/blockContact.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/blockNpcRelationships.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/blockNpcRelationships.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/blockPregnancy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/blockPregnancy.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/calculateExpenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/calculateExpenses.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/calculateRent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/calculateRent.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/calculateRevenue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/calculateRevenue.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/calculateWages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/calculateWages.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/cameraFocus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/cameraFocus.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/cameraLock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/cameraLock.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/cameraMove.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/cameraMove.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/cameraUnlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/cameraUnlock.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/changeSex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/changeSex.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/chooseContact.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/chooseContact.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/chooseMajor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/chooseMajor.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/clearBackground3d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/clearBackground3d.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/clearGetList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/clearGetList.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/clearGlobal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/clearGlobal.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/cloneFrom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/cloneFrom.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/closeEyes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/closeEyes.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/contractSTD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/contractSTD.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/countPregnancyDays.txt: -------------------------------------------------------------------------------- 1 | Actor.countPregnancyDays() return Float -------------------------------------------------------------------------------- /Modding/Command_Functions/delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/delete.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/deletePerson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/deletePerson.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dress.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dress.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dressBondage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dressBondage.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dressExcept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dressExcept.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dressFormal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dressFormal.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dressGuard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dressGuard.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dressPrisoner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dressPrisoner.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dressUniform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dressUniform.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/dressWedding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/dressWedding.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/endDate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/endDate.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/endOpenRelationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/endOpenRelationship.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/endPrison.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/endPrison.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/enterBusinessName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/enterBusinessName.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/enterFirstName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/enterFirstName.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/enterString.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/enterString.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/exchangeContact.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/exchangeContact.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/faceEachOther.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/faceEachOther.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/favoriteHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/favoriteHome.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/findNearbyBuilding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/findNearbyBuilding.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/floor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/floor.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/followUp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/followUp.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/forgiveAffairs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/forgiveAffairs.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/generateBuildingAlias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/generateBuildingAlias.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/generateCreature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/generateCreature.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/generatePerson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/generatePerson.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getActorAlias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getActorAlias.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getActorVar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getActorVar.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getAnyRelative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getAnyRelative.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getAssignee.txt: -------------------------------------------------------------------------------- 1 | Only used for the check_on_my_family scene -------------------------------------------------------------------------------- /Modding/Command_Functions/getBabyDaddy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getBabyDaddy.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getBuilding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getBuilding.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getBuildingType.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getBuildingType.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getCompanion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getCompanion.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getCompanionAny.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getCompanionAny.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getCompanionCreature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getCompanionCreature.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getCreature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getCreature.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getGlobal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getGlobal.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getGlobalString.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getGlobalString.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getID.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getID.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getMarried.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getMarried.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getMorphValue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getMorphValue.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getNumRelative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getNumRelative.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getPerson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getPerson.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getPersonHere.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getPersonHere.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getPregnancyTag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getPregnancyTag.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getRace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getRace.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getRelatedPeople.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getRelatedPeople.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getRelatedPerson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getRelatedPerson.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getRelatedPersonQuick.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getRelatedPersonQuick.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getRelative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getRelative.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getRelativeExcept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getRelativeExcept.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getRent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getRent.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getSalary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getSalary.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getSelectedNpc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getSelectedNpc.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getSpecific.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getSpecific.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getTarget.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getTarget.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/getUntil.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/getUntil.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/hide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/hide.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/impregnate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/impregnate.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/imprison.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/imprison.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/loadPreset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/loadPreset.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/loseDating.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/loseDating.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/loseHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/loseHome.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/loseHomeDating.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/loseHomeDating.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/loseJob.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/loseJob.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/makeInterested.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/makeInterested.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/makePermanent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/makePermanent.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/matchLastName.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/matchLastName.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/modifyActorVar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/modifyActorVar.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/modifyReputation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/modifyReputation.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/modifySalary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/modifySalary.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/moveFraternity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/moveFraternity.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/moveHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/moveHome.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/moveJobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/moveJobs.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/moveSchools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/moveSchools.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/moveTo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/moveTo.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/moveToPerson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/moveToPerson.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/moveToPersonStand.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/moveToPersonStand.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/openMenu.txt: -------------------------------------------------------------------------------- 1 | Open a menu: CharGen, Stat, Inventory, ModManager -------------------------------------------------------------------------------- /Modding/Command_Functions/passOn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/passOn.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/passTime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/passTime.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/questEnd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/questEnd.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/quitCrime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/quitCrime.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/quitFraternity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/quitFraternity.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/quitLecturing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/quitLecturing.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/quitMedical.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/quitMedical.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/quitSchool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/quitSchool.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/randomizeFace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/randomizeFace.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/randomizeHairs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/randomizeHairs.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/randomizeRace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/randomizeRace.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/randomizeSexy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/randomizeSexy.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/removeAddedClothes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/removeAddedClothes.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/removeColleague.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/removeColleague.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/removeDatingFriend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/removeDatingFriend.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/removeEmployee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/removeEmployee.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/removeNeighbour.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/removeNeighbour.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/removeNpcRelationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/removeNpcRelationship.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/removeObjective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/removeObjective.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/round.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/round.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/saveAndDelete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/saveAndDelete.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/saveOldPlayer.txt: -------------------------------------------------------------------------------- 1 | Used only for the TF New Game -------------------------------------------------------------------------------- /Modding/Command_Functions/sceneEnd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/sceneEnd.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/sceneEndLoadLastSave.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/sceneEndLoadLastSave.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/sceneStart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/sceneStart.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/secondScreen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/secondScreen.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/secondScreenIfHidden.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/secondScreenIfHidden.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/selectNPC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/selectNPC.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setActorAlias.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setActorAlias.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setActorVar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setActorVar.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setBackground.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setBackground.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setBackground3D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setBackground3D.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setBackgroundCustom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setBackgroundCustom.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setBoss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setBoss.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setCrimeBoss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setCrimeBoss.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setCurrentLocation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setCurrentLocation.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setDating.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setDating.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setDatingId.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setDatingId.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setDifferentMajor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setDifferentMajor.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setExRelative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setExRelative.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setFraternityFees.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setFraternityFees.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setGlobal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setGlobal.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setGlobalString.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setGlobalString.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setHomeCity.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modding/Command_Functions/setHomeDating.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setHomeDating.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setJob.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setJob.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setLandlord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setLandlord.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setLivingWithPlayer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setLivingWithPlayer.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setMajor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setMajor.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setMorphValue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setMorphValue.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setNoRedress.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setNoRedress.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setPT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setPT.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setRelativeType.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setRelativeType.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setRent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setRent.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setSalary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setSalary.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setSameMajor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setSameMajor.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setSubject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setSubject.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setTuition.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setTuition.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setUntil.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setUntil.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/setWantsBabies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/setWantsBabies.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/sexAtPoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/sexAtPoint.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/show.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/show.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/showMapView.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/showMapView.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/sneakGame.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/sneakGame.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/startBusiness.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/startBusiness.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/startDate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/startDate.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/startOpenRelationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/startOpenRelationship.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/stopBusiness.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/stopBusiness.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/strip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/strip.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/stripOne.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/stripOne.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/timeout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/timeout.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/timeoutActor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/timeoutActor.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/timeoutActorPrecise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/timeoutActorPrecise.txt -------------------------------------------------------------------------------- /Modding/Command_Functions/timeoutPrecise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Command_Functions/timeoutPrecise.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/DatingHasHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/DatingHasHome.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/ForcedTrigger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/ForcedTrigger.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/PlayerHasHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/PlayerHasHome.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/Tag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/Tag.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/TfGame.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/TfGame.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/clothesContain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/clothesContain.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/hadSex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/hadSex.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/hasRelationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/hasRelationship.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/hasSameInterestAs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/hasSameInterestAs.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isAffair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isAffair.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isAsexual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isAsexual.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isAt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isAt.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isAtDatingHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isAtDatingHome.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isAtHome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isAtHome.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isBisexual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isBisexual.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isBisexualNonTrans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isBisexualNonTrans.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isBoss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isBoss.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isBuildingValid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isBuildingValid.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isColleague.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isColleague.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isContactExchanged.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isContactExchanged.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isCreature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isCreature.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isCreatureType.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isCreatureType.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isDating.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isDating.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isDatingFriend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isDatingFriend.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isDeflowered.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isDeflowered.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isDeflowerer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isDeflowerer.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isDominantSex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isDominantSex.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isEmployee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isEmployee.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isEquipped.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isEquipped.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isExRelative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isExRelative.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isFemale.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isFemale.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isGay.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isGay.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isGayNonTrans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isGayNonTrans.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isIncest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isIncest.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isInterestedIn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isInterestedIn.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isInterestedInMen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isInterestedInMen.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isInterestedInTrans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isInterestedInTrans.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isInterestedInWomen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isInterestedInWomen.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isJob.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isJob.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isLandlord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isLandlord.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isMale.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isMale.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isMarried.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isMarried.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isModEnabled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isModEnabled.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isNaked.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isNaked.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isNeighbour.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isNeighbour.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isNude.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isNude.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isOnPeriod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isOnPeriod.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isOpen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isOpen.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isPlayer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isPlayer.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isPlayerMarried.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isPlayerMarried.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isPregnant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isPregnant.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isProstitute.txt: -------------------------------------------------------------------------------- 1 | Actor.isProstitute() 2 | Returns true if the actor is a sex worker. -------------------------------------------------------------------------------- /Modding/Condition_Functions/isQuestCompleted.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isQuestCompleted.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isRace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isRace.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isRelationshipWith.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isRelationshipWith.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isRelative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isRelative.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isRelativeType.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isRelativeType.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isSameAs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isSameAs.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isSameBuilding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isSameBuilding.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isSameGender.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isSameGender.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isSameRace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isSameRace.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isSameString.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isSameString.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isStraight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isStraight.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isStraightNonTrans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isStraightNonTrans.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isString.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isString.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isStudent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isStudent.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isTemporary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isTemporary.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isTimingOut.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isTimingOut.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isTrans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isTrans.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isValid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isValid.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isVirgin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isVirgin.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isVisible.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isVisible.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/isWithCompanion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/isWithCompanion.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/livesWithPlayer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/livesWithPlayer.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/openRelationship.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/openRelationship.txt -------------------------------------------------------------------------------- /Modding/Condition_Functions/wantsBabies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Condition_Functions/wantsBabies.txt -------------------------------------------------------------------------------- /Modding/FullGuides/Creating_Actions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/FullGuides/Creating_Actions.txt -------------------------------------------------------------------------------- /Modding/FullGuides/Creating_Presets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/FullGuides/Creating_Presets.txt -------------------------------------------------------------------------------- /Modding/FullGuides/Getting_Started.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/FullGuides/Getting_Started.txt -------------------------------------------------------------------------------- /Modding/FullGuides/Writing_Scenes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/FullGuides/Writing_Scenes.txt -------------------------------------------------------------------------------- /Modding/FullGuides/Writing_Sex_Text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/FullGuides/Writing_Sex_Text.txt -------------------------------------------------------------------------------- /Modding/LEAVE_EMPTY_LINE_AFTER_SCENE_OPTIONS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/LEAVE_EMPTY_LINE_AFTER_SCENE_OPTIONS.txt -------------------------------------------------------------------------------- /Modding/Lists/All_moods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Lists/All_moods.txt -------------------------------------------------------------------------------- /Modding/Lists/All_sex_tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Lists/All_sex_tags.txt -------------------------------------------------------------------------------- /Modding/Lists/All_wheres.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Lists/All_wheres.txt -------------------------------------------------------------------------------- /Modding/Lists/Functions_By_Theme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/Lists/Functions_By_Theme.txt -------------------------------------------------------------------------------- /Modding/ShortGuides/Assignment_Operators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/Assignment_Operators.txt -------------------------------------------------------------------------------- /Modding/ShortGuides/If_Random_and_While.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/If_Random_and_While.txt -------------------------------------------------------------------------------- /Modding/ShortGuides/Interpolating.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/Interpolating.txt -------------------------------------------------------------------------------- /Modding/ShortGuides/Stats_and_Random.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/Stats_and_Random.txt -------------------------------------------------------------------------------- /Modding/ShortGuides/Variable_Types.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/Variable_Types.txt -------------------------------------------------------------------------------- /Modding/ShortGuides/explanation.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/explanation.lpaction -------------------------------------------------------------------------------- /Modding/ShortGuides/explanation.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/explanation.lpcharacter -------------------------------------------------------------------------------- /Modding/ShortGuides/explanation.lpdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/explanation.lpdesc -------------------------------------------------------------------------------- /Modding/ShortGuides/explanation.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/explanation.lpmod -------------------------------------------------------------------------------- /Modding/ShortGuides/explanation.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/explanation.lpscene -------------------------------------------------------------------------------- /Modding/ShortGuides/explanation.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/explanation.lpstat -------------------------------------------------------------------------------- /Modding/ShortGuides/explanation.lptalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/ShortGuides/explanation.lptalk -------------------------------------------------------------------------------- /Modding/SyntaxHighlighter/Instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/SyntaxHighlighter/Instructions.txt -------------------------------------------------------------------------------- /Modding/SyntaxHighlighter/LifePlaySyntaxNP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modding/SyntaxHighlighter/LifePlaySyntaxNP.xml -------------------------------------------------------------------------------- /Modding/USE_SPACES_NOT_TABS_FOR_INDENTATION.txt: -------------------------------------------------------------------------------- 1 | The game can't read Tab characters at all. -------------------------------------------------------------------------------- /Modules/Clothes4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/Clothes4.txt -------------------------------------------------------------------------------- /Modules/ClothesMorphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/ClothesMorphs.txt -------------------------------------------------------------------------------- /Modules/FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/FAQ.txt -------------------------------------------------------------------------------- /Modules/MorphTags/AllMorphTags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/AllMorphTags.txt -------------------------------------------------------------------------------- /Modules/MorphTags/allClothingMorphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/allClothingMorphs.txt -------------------------------------------------------------------------------- /Modules/MorphTags/falseBodies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/falseBodies.txt -------------------------------------------------------------------------------- /Modules/MorphTags/falseFaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/falseFaces.txt -------------------------------------------------------------------------------- /Modules/MorphTags/falseSexies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/falseSexies.txt -------------------------------------------------------------------------------- /Modules/MorphTags/trueBodies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/trueBodies.txt -------------------------------------------------------------------------------- /Modules/MorphTags/trueFaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/trueFaces.txt -------------------------------------------------------------------------------- /Modules/MorphTags/trueSexies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/trueSexies.txt -------------------------------------------------------------------------------- /Modules/MorphTags/trueTopSimplify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/MorphTags/trueTopSimplify.txt -------------------------------------------------------------------------------- /Modules/Pregnancy_Morphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/Pregnancy_Morphs.txt -------------------------------------------------------------------------------- /Modules/SimplifyMorphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/SimplifyMorphs.txt -------------------------------------------------------------------------------- /Modules/beauty_standards_default.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/beauty_standards_default.txt -------------------------------------------------------------------------------- /Modules/donors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/donors.txt -------------------------------------------------------------------------------- /Modules/names_F.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/names_F.txt -------------------------------------------------------------------------------- /Modules/names_M.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/names_M.txt -------------------------------------------------------------------------------- /Modules/outfits_F.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_F.txt -------------------------------------------------------------------------------- /Modules/outfits_F_sports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_F_sports.txt -------------------------------------------------------------------------------- /Modules/outfits_F_swim.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_F_swim.txt -------------------------------------------------------------------------------- /Modules/outfits_F_work.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_F_work.txt -------------------------------------------------------------------------------- /Modules/outfits_M.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_M.txt -------------------------------------------------------------------------------- /Modules/outfits_M_sports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_M_sports.txt -------------------------------------------------------------------------------- /Modules/outfits_M_swim.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_M_swim.txt -------------------------------------------------------------------------------- /Modules/outfits_M_work.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/outfits_M_work.txt -------------------------------------------------------------------------------- /Modules/step4_morphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/step4_morphs.txt -------------------------------------------------------------------------------- /Modules/tags_energy_orgasm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/tags_energy_orgasm.txt -------------------------------------------------------------------------------- /Modules/test_output.txt: -------------------------------------------------------------------------------- 1 | Angel-Secrets-2-Body_1_F -------------------------------------------------------------------------------- /Modules/uniforms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/uniforms.txt -------------------------------------------------------------------------------- /Modules/vin_BDSM/actions/gather_slaves.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/actions/gather_slaves.lpaction -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/MtoS_home_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/MtoS_home_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/bdsm_kidnapped.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/bdsm_kidnapped.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/bdsm_shop_companion.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/bdsm_shop_companion.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/gather_slaves.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/gather_slaves.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/have_blindfold_sex.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/have_blindfold_sex.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/master_panties.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/master_panties.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/master_to_slave.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/master_to_slave.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/photoshoot_bdsm.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/photoshoot_bdsm.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/porn_shoot_bdsm.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/porn_shoot_bdsm.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/slave_approached.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/slave_approached.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/scenes/slave_to_master.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/scenes/slave_to_master.lpscene -------------------------------------------------------------------------------- /Modules/vin_BDSM/vin_BDSM.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_BDSM/vin_BDSM.lpmod -------------------------------------------------------------------------------- /Modules/vin_Base/AI/beauty.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/beauty.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/church.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/church.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/coffee.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/coffee.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/entertainment.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/entertainment.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/gym.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/gym.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/high_priority/grocery.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/high_priority/grocery.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/high_priority/meal.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/high_priority/meal.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/high_priority/sleep.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/high_priority/sleep.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/high_priority/so_follows.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/high_priority/so_follows.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/high_priority/work_hourly.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/high_priority/work_hourly.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/high_priority/work_office.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/high_priority/work_office.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/home.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/home.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/intellectual.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/intellectual.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/party.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/party.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/pervert.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/pervert.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/random.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/random.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/AI/shopping.lpai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/AI/shopping.lpai -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/PC/browse_the_web.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/PC/browse_the_web.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/PC/make_a_mod.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/PC/make_a_mod.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/PC/watch_Youtube.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/PC/watch_Youtube.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/PC/youtube_collab.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/PC/youtube_collab.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/artistic/draw.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/artistic/draw.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/basicneeds/bathe.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/basicneeds/bathe.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/basicneeds/groom.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/basicneeds/groom.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/basicneeds/nap.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/basicneeds/nap.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/basicneeds/sleep.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/basicneeds/sleep.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/outdoors/camp.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/outdoors/camp.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/outdoors/climb.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/outdoors/climb.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/outdoors/fish.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/outdoors/fish.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/outdoors/hike.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/outdoors/hike.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/outdoors/swim.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/outdoors/swim.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/sexwork/cam.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/sexwork/cam.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/sexwork/strip.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/sexwork/strip.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/social/dance.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/social/dance.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/social/smoke.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/social/smoke.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/work/resign.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/work/resign.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Actions/work/work.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Actions/work/work.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/0.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/0.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/1.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/1.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/10.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/10.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/11.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/11.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/12.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/12.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/13.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/13.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/14.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/14.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/15.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/15.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/2.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/2.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/3.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/3.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/4.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/4.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/5.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/5.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/6.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/6.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/7.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/7.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/8.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/8.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Bedrooms/9.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Bedrooms/9.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/Descriptions/1.lpdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Descriptions/1.lpdesc -------------------------------------------------------------------------------- /Modules/vin_Base/DirtyTalks/1.lptalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/DirtyTalks/1.lptalk -------------------------------------------------------------------------------- /Modules/vin_Base/DirtyTalks/foreplay.lptalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/DirtyTalks/foreplay.lptalk -------------------------------------------------------------------------------- /Modules/vin_Base/DirtyTalks/romantic.lptalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/DirtyTalks/romantic.lptalk -------------------------------------------------------------------------------- /Modules/vin_Base/Interactions/chat.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Interactions/chat.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Interactions/flirt.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Interactions/flirt.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Interactions/give_gift.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Interactions/give_gift.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/RihaN_arms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/RihaN_arms.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/RihaN_face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/RihaN_face.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/RihaN_legs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/RihaN_legs.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/RihaN_torso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/RihaN_torso.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/TaylorS_arms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/TaylorS_arms.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/TaylorS_face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/TaylorS_face.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/TaylorS_legs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/TaylorS_legs.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/YiL.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/YiL.lpcharacter -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/YifeiL_arms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/YifeiL_arms.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/YifeiL_face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/YifeiL_face.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/YifeiL_legs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/YifeiL_legs.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/YifeiL_torso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/YifeiL_torso.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/emmaW_arms.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/emmaW_arms.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/emmaW_face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/emmaW_face.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/emmaW_legs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/emmaW_legs.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/celebs/emmaW_torso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/celebs/emmaW_torso.jpg -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/fantasy/elf.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/fantasy/elf.lpcharacter -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/fantasy/orc.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/fantasy/orc.lpcharacter -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/male/heavy.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/male/heavy.lpcharacter -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/male/ideal.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/male/ideal.lpcharacter -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/male/light.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/male/light.lpcharacter -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/male/normal.lpcharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Presets/male/normal.lpcharacter -------------------------------------------------------------------------------- /Modules/vin_Base/Presets/situational/blend_vagina.lpcharacter: -------------------------------------------------------------------------------- 1 | // Info 2 | 3 | INFO Genital: 100% Vagina -------------------------------------------------------------------------------- /Modules/vin_Base/Quests/bggw/bggw.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Quests/bggw/bggw.lpquest -------------------------------------------------------------------------------- /Modules/vin_Base/Quests/bggw/bggw_outfits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Quests/bggw/bggw_outfits.txt -------------------------------------------------------------------------------- /Modules/vin_Base/Quests/hkag/hkag.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Quests/hkag/hkag.lpquest -------------------------------------------------------------------------------- /Modules/vin_Base/Quests/mpwill/mpwill.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Quests/mpwill/mpwill.lpquest -------------------------------------------------------------------------------- /Modules/vin_Base/Quests/rfm/rfm.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Quests/rfm/rfm.lpquest -------------------------------------------------------------------------------- /Modules/vin_Base/Quests/skag/skag.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Quests/skag/skag.lpquest -------------------------------------------------------------------------------- /Modules/vin_Base/Quests/tam/tam.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Quests/tam/tam.lpquest -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/business/bargain.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/business/bargain.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/business/brand.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/business/brand.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_changingroom.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_dickpic.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_erotica.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_gift.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_masturbate.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_pornin.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_pornout.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_publicsex.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_sex_shop.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_shower.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_stripclub.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_strippoker.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_ag_threesome.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_changingroom.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_dickpic.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_erotica.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_gift.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_masturbate.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_pornin.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_pornout.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_publicsex.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_sex_shop.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_shower.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_stripclub.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_strippoker.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_vi_threesome.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_wi_dickpic.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_wi_erotica.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_wi_gift.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_wi_pornin.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_wi_pornout.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_wi_sex_shop.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/corruption/co_wi_stripclub.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/gym/big_ego.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/gym/big_ego.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/gym/cheerleader.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/gym/cheerleader.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/gym/naked_elder.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/gym/naked_elder.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/gym/spot_me_bro.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/gym/spot_me_bro.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/gym/wrong_form.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/gym/wrong_form.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/home/booty_call.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/home/booty_call.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/home/burglar.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/home/burglar.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/home/buy_home.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/home/buy_home.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/home/deliveryman.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/home/deliveryman.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/home/repairman.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/home/repairman.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/hourly/no_tip.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/hourly/no_tip.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/medical/pharma.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/medical/pharma.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/medical/pharma.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/medical/pharma.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/meet_random/TEST.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/meet_random/TEST.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/meet_random/fuck.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/meet_random/fuck.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/meet_random/pop.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/meet_random/pop.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/meet_random/pop1.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/meet_random/pop1.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/misc/buy_a_car.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/misc/buy_a_car.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/misc/fantasize.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/misc/fantasize.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/misc/move_out.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/misc/move_out.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/misc/resign.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/misc/resign.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/npcnpc/ex_boss.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/npcnpc/ex_boss.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/outdoors/camp.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/outdoors/camp.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/outdoors/climb.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/outdoors/climb.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/outdoors/fish.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/outdoors/fish.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/outdoors/hike.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/outdoors/hike.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/outdoors/picnic.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/outdoors/picnic.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/outdoors/swim.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/outdoors/swim.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/pet/adopt_a_pet.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/pet/adopt_a_pet.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/pet/pet_annoying.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/pet/pet_annoying.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/pet/pet_bites.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/pet/pet_bites.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/quit/quit_crime.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/quit/quit_crime.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/quit/quit_crime.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/quit/quit_crime.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/quit/quit_frat.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/quit/quit_frat.lpaction -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/quit/quit_frat.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/quit/quit_frat.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/quit/quit_school.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/quit/quit_school.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/sexwork/cam.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/sexwork/cam.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/sexwork/gfe.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/sexwork/gfe.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/sexwork/john_dom.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/sexwork/john_dom.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/sexwork/onlyfans.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/sexwork/onlyfans.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/big_project.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/big_project.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/boss_affair.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/boss_affair.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/career_fair.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/career_fair.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/contractor.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/contractor.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/intern.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/intern.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/it_guy.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/it_guy.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/lunch_break.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/lunch_break.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/marathon.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/marathon.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/naked_call.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/naked_call.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/need_help.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/need_help.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/nepotism.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/nepotism.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/plus_one.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/plus_one.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/pr_scandal.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/pr_scandal.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/red_tapes.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/red_tapes.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/slow_day.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/slow_day.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/stripclub.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/stripclub.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Scenes/work/underpaid.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Scenes/work/underpaid.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/cooking.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/cooking.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/dance.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/dance.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/fitness.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/fitness.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/karma.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/karma.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/martial.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/martial.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/masochist.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/masochist.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/muscle.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/muscle.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/music.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/music.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/politics.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/politics.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/pornfame.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/pornfame.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Longterm/sneak.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Longterm/sneak.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Shortterm/arousal.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Shortterm/arousal.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Shortterm/energy.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Shortterm/energy.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Shortterm/mood.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Shortterm/mood.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/car_value.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/car_value.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_book.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_book.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_coffee.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_coffee.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_flower.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_flower.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_gift.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_gift.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_juice.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_juice.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_makeup.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_makeup.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_meal.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_meal.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_movie.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_movie.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_photo.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_photo.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_snack.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_snack.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_soda.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_soda.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_tea.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_tea.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/Stock/stock_video.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/Stock/stock_video.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/age.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/age.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/money.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/money.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/Stats/perks.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/Stats/perks.lpstat -------------------------------------------------------------------------------- /Modules/vin_Base/TF/gradual/tfgrad_bully.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/gradual/tfgrad_bully.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/gradual/tfgrad_gf.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/gradual/tfgrad_gf.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/gradual/tfgrad_magic.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/gradual/tfgrad_magic.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/gradual/tfgrad_porn.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/gradual/tfgrad_porn.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/gradual/tfgrad_vn.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/gradual/tfgrad_vn.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_attention.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_attention.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_brafitting.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_brafitting.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_companion.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_companion.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_embrace.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_embrace.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_mancrush.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_mancrush.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_niceguy.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_niceguy.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_reaction.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_reaction.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_revenge.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_revenge.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_sameboat.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_sameboat.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_sandwich.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_sandwich.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_slipup.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_slipup.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_suspect.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_suspect.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/scenes/tf_track.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/scenes/tf_track.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_afterchargen.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_afterchargen.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_afterchargen2.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_afterchargen2.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_aftercity.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_aftercity.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_afterinventory.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_afterinventory.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_afterlandlord.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_afterlandlord.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_aftermod.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_aftermod.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_afterstat.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_afterstat.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_desc.lpdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_desc.lpdesc -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_magic.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_magic.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/TF/tf_start.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/TF/tf_start.lpscene -------------------------------------------------------------------------------- /Modules/vin_Base/World/alcohol___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/alcohol___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/art___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/art___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/bag___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/bag___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/bakery___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/bakery___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/bank___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/bank___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/bar___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/bar___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/bathroom___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/bathroom___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/beach___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/beach___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/beauty___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/beauty___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/beverages___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/beverages___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/bicycle___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/bicycle___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/books___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/books___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/brothel___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/brothel___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/butcher___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/butcher___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/cafe___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/cafe___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/car___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/car___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/chargenroom.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/chargenroom.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/chemist___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/chemist___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/cinema___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/cinema___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/clothes___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/clothes___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/coffee___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/coffee___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/computer___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/computer___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/copyshop___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/copyshop___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/deli___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/deli___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/dentist___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/dentist___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/doctor___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/doctor___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/dungeon___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/dungeon___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/fast_food___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/fast_food___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/florist___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/florist___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/forest___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/forest___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/furniture___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/furniture___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/gift___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/gift___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/hospital___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/hospital___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/hotel___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/hotel___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/ice_cream___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/ice_cream___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/jewellery___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/jewellery___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/kitchen___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/kitchen___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/laundry___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/laundry___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/library___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/library___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/modeling___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/modeling___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/mountain___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/mountain___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/newsagent___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/newsagent___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/nightclub___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/nightclub___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/optician___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/optician___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/outdoor___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/outdoor___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/park___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/park___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/pet___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/pet___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/pharmacy___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/pharmacy___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/photo___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/photo___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/police___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/police___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/pool___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/pool___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/prison___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/prison___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/pub___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/pub___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/river___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/river___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/seafood___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/seafood___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/shoes___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/shoes___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/shower___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/shower___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/sports___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/sports___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/street___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/street___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/stripclub___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/stripclub___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/tea___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/tea___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/theatre___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/theatre___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/tobacco___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/tobacco___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/toilets___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/toilets___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/toys___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/toys___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/World/work___vin01.lpworld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/World/work___vin01.lpworld -------------------------------------------------------------------------------- /Modules/vin_Base/vin_Base.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/vin_Base.lpmod -------------------------------------------------------------------------------- /Modules/vin_Base/virginity/virgin_dating.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Base/virginity/virgin_dating.lpscene -------------------------------------------------------------------------------- /Modules/vin_Bestiality/Scenes/best_dance.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Bestiality/Scenes/best_dance.lpscene -------------------------------------------------------------------------------- /Modules/vin_Bestiality/Scenes/best_ex.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Bestiality/Scenes/best_ex.lpscene -------------------------------------------------------------------------------- /Modules/vin_Bestiality/Scenes/stray_dog.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Bestiality/Scenes/stray_dog.lpscene -------------------------------------------------------------------------------- /Modules/vin_Bestiality/bestiality_talk.lptalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Bestiality/bestiality_talk.lptalk -------------------------------------------------------------------------------- /Modules/vin_Bestiality/vin_Bestiality.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Bestiality/vin_Bestiality.lpmod -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/co_ag_gift.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/co_ag_gift.lpscene -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/co_vi_gift.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/co_vi_gift.lpscene -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/co_wi_gift.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/co_wi_gift.lpscene -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/free_rent.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/free_rent.lpscene -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/il/il.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/il/il.lpquest -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/il/il_main.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/il/il_main.lpscene -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/il/il_obj.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/il/il_obj.lpaction -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/imp/imp.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/imp/imp.lpquest -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/rgb/rgb.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/rgb/rgb.lpquest -------------------------------------------------------------------------------- /Modules/vin_Corruption/Scenes/sttt/sttt.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/Scenes/sttt/sttt.lpquest -------------------------------------------------------------------------------- /Modules/vin_Corruption/vin_Corruption.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Corruption/vin_Corruption.lpmod -------------------------------------------------------------------------------- /Modules/vin_Incest/Legalized/legalized.lpquest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Legalized/legalized.lpquest -------------------------------------------------------------------------------- /Modules/vin_Incest/Legalized/legalized.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Legalized/legalized.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/ask_help_groom.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/ask_help_groom.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/catches_incest.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/catches_incest.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/cms_cuck_dad.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/cms_cuck_dad.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/cms_ica_sep01.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/cms_ica_sep01.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/cms_ica_sep06.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/cms_ica_sep06.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/cms_ica_sep07.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/cms_ica_sep07.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/cms_ica_sep08.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/cms_ica_sep08.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/drunk_dad_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/drunk_dad_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/family_massage.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/family_massage.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/family_peep.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/family_peep.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/family_sextape.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/family_sextape.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/family_swap.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/family_swap.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/incest_game.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/incest_game.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/incest_lesbian.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/incest_lesbian.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/incest_owned.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/incest_owned.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/incest_poly.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/incest_poly.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/incest_porn.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/incest_porn.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/massage_family.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/massage_family.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/morning_wood.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/morning_wood.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/ntr_for_incest.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/ntr_for_incest.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/revenge_incest.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/revenge_incest.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/seek_therapy.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/seek_therapy.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/single_parent.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/single_parent.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/Scenes/sit_on_lap.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/Scenes/sit_on_lap.lpscene -------------------------------------------------------------------------------- /Modules/vin_Incest/incest.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/incest.lpstat -------------------------------------------------------------------------------- /Modules/vin_Incest/incest_desc.lpdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/incest_desc.lpdesc -------------------------------------------------------------------------------- /Modules/vin_Incest/incest_talk.lptalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/incest_talk.lptalk -------------------------------------------------------------------------------- /Modules/vin_Incest/vin_Incest.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Incest/vin_Incest.lpmod -------------------------------------------------------------------------------- /Modules/vin_Interracial/scenes/ir_ally.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/scenes/ir_ally.lpscene -------------------------------------------------------------------------------- /Modules/vin_Interracial/scenes/ir_cook.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/scenes/ir_cook.lpscene -------------------------------------------------------------------------------- /Modules/vin_Interracial/stats/likes_arab.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/stats/likes_arab.lpstat -------------------------------------------------------------------------------- /Modules/vin_Interracial/stats/likes_asian.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/stats/likes_asian.lpstat -------------------------------------------------------------------------------- /Modules/vin_Interracial/stats/likes_black.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/stats/likes_black.lpstat -------------------------------------------------------------------------------- /Modules/vin_Interracial/stats/likes_latin.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/stats/likes_latin.lpstat -------------------------------------------------------------------------------- /Modules/vin_Interracial/stats/likes_white.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/stats/likes_white.lpstat -------------------------------------------------------------------------------- /Modules/vin_Interracial/stereotypes/strt_black_f.lpcharacter: -------------------------------------------------------------------------------- 1 | // Morphs 2 | MORPH Genesis8Female__PBMGlutesSize: 100% 0.8=>1.0 -------------------------------------------------------------------------------- /Modules/vin_Interracial/stereotypes/strt_black_m.lpcharacter: -------------------------------------------------------------------------------- 1 | // Morphs 2 | MORPH XY__Penis size: 100% 0.25=>0.5 -------------------------------------------------------------------------------- /Modules/vin_Interracial/stereotypes/strt_white_m.lpcharacter: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_Interracial/vin_Interracial.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Interracial/vin_Interracial.lpmod -------------------------------------------------------------------------------- /Modules/vin_Lactation/vin_Lactation.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Lactation/vin_Lactation.lpmod -------------------------------------------------------------------------------- /Modules/vin_NTR/interactions/offer_bull.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/interactions/offer_bull.lpaction -------------------------------------------------------------------------------- /Modules/vin_NTR/interactions/offer_bull.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/interactions/offer_bull.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/interactions/offer_swing.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/interactions/offer_swing.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/bar_cuckquean_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/bar_cuckquean_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/bed_early_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/bed_early_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/boss_asks_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/boss_asks_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/boss_asks_impregnate)cms.lpscene: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/cms_ica_sep02.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/cms_ica_sep02.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/cuckold.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/cuckold.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/cuckold_date.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/cuckold_date.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/cuckold_family.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/cuckold_family.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/dating_cheating.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/dating_cheating.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/dating_incalls.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/dating_incalls.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/dating_pt_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/dating_pt_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/fake_modeling_ntr.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/fake_modeling_ntr.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/frat_swing.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/frat_swing.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/free_rent_ntr.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/free_rent_ntr.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/get_milk_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/get_milk_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/lay_minister_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/lay_minister_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/night_visit_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/night_visit_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/occupied_shower.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/occupied_shower.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/owned_ntr_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/owned_ntr_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/relative_asks_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/relative_asks_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/run_into_so_ex.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/run_into_so_ex.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/swing.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/swing.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/swinger_club.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/swinger_club.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/swinger_party.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/swinger_party.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/scenes/tinder_dinner.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/scenes/tinder_dinner.lpscene -------------------------------------------------------------------------------- /Modules/vin_NTR/vin_NTR.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NTR/vin_NTR.lpmod -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bar_netori_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bar_netori_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_employee.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_employee.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_family.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_family.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_flower.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_flower.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_friend.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_friend.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_parent.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_parent.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_repeats.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_repeats.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_suggested.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_suggested.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_wings.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_wings.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/bull_with_ex.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/bull_with_ex.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/cms_ica_sep03.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/cms_ica_sep03.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/cuck_family.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/cuck_family.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/gym_spot_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/gym_spot_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/maid_bull.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/maid_bull.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/Scenes/maid_revenge.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/Scenes/maid_revenge.lpscene -------------------------------------------------------------------------------- /Modules/vin_Netori/vin_Netori.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Netori/vin_Netori.lpmod -------------------------------------------------------------------------------- /Modules/vin_NonConsensual/Scenes/ag_comp.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_NonConsensual/Scenes/ag_comp.lpscene -------------------------------------------------------------------------------- /Modules/vin_OldYoung/Scenes/friend_older.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_OldYoung/Scenes/friend_older.lpscene -------------------------------------------------------------------------------- /Modules/vin_OldYoung/Scenes/meet_older.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_OldYoung/Scenes/meet_older.lpscene -------------------------------------------------------------------------------- /Modules/vin_OldYoung/Scenes/meet_younger.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_OldYoung/Scenes/meet_younger.lpscene -------------------------------------------------------------------------------- /Modules/vin_OldYoung/Stats/likes_older.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_OldYoung/Stats/likes_older.lpstat -------------------------------------------------------------------------------- /Modules/vin_OldYoung/vin_OldYoung.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_OldYoung/vin_OldYoung.lpmod -------------------------------------------------------------------------------- /Modules/vin_Polyamorous/scenes/interpoly.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Polyamorous/scenes/interpoly.lpscene -------------------------------------------------------------------------------- /Modules/vin_Polyamorous/scenes/poly_best.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Polyamorous/scenes/poly_best.lpscene -------------------------------------------------------------------------------- /Modules/vin_Polyamorous/scenes/poly_ex.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Polyamorous/scenes/poly_ex.lpscene -------------------------------------------------------------------------------- /Modules/vin_Polyamorous/scenes/poly_frat.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Polyamorous/scenes/poly_frat.lpscene -------------------------------------------------------------------------------- /Modules/vin_Polyamorous/scenes/poly_poly.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Polyamorous/scenes/poly_poly.lpscene -------------------------------------------------------------------------------- /Modules/vin_Polyamorous/scenes/poly_soli.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Polyamorous/scenes/poly_soli.lpscene -------------------------------------------------------------------------------- /Modules/vin_Polyamorous/vin_Polyamorous.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Polyamorous/vin_Polyamorous.lpmod -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Actions/abortion.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Actions/abortion.lpaction -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Actions/adoption.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Actions/adoption.lpaction -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Actions/childcare.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Actions/childcare.lpaction -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Actions/iud.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Actions/iud.lpaction -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Actions/make_baby.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Actions/make_baby.lpaction -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Actions/surrogate.lpaction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Actions/surrogate.lpaction -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/abortion.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/abortion.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/adoption.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/adoption.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/babysitter.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/babysitter.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/childcare.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/childcare.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/force_birth.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/force_birth.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/go_last_cms.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/go_last_cms.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/iud.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/iud.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/make_baby.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/make_baby.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Scenes/surrogate.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Scenes/surrogate.lpscene -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Stats/children.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Stats/children.lpstat -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Stats/fertility.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Stats/fertility.lpstat -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Stats/fertility_npc.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Stats/fertility_npc.lpstat -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Stats/stock_condom.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Stats/stock_condom.lpstat -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/Stats/stock_pill.lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/Stats/stock_pill.lpstat -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/preg_talk.lptalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/preg_talk.lptalk -------------------------------------------------------------------------------- /Modules/vin_Pregnancy/vin_Pregnancy.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Pregnancy/vin_Pregnancy.lpmod -------------------------------------------------------------------------------- /Modules/vin_Tentacles/vin_Tentacles.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Tentacles/vin_Tentacles.lpmod -------------------------------------------------------------------------------- /Modules/vin_VanillaPorn/vin_VanillaPorn.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_VanillaPorn/vin_VanillaPorn.lpmod -------------------------------------------------------------------------------- /Modules/vin_Vore/scenes/experiment_vore.lpscene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Vore/scenes/experiment_vore.lpscene -------------------------------------------------------------------------------- /Modules/vin_Vore/vin_Vore.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Vore/vin_Vore.lpmod -------------------------------------------------------------------------------- /Modules/vin_Watersports/vin_Watersports.lpmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/Modules/vin_Watersports/vin_Watersports.lpmod -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinfamy-New/LifePlay/HEAD/README.md --------------------------------------------------------------------------------