Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.05 KB

Notes.md

File metadata and controls

50 lines (42 loc) · 1.05 KB

Notes

Original File Locations

  • Steam\steamapps\common\The Sims 3\
    • Base Game -- GameData\Shared\Packages\DeltaBuild0.package
    • Expansion Packs -- EP#\GameData\Shared\Packages
    • Stuff Packs -- SP#\GameData\Shared\Packages
    • Premium Content Items

STBL Files Used

BaseGame
EP1_WorldAdventures
EP2_Ambitions
EP3_LateNight
EP4_Generations
EP5_Pets
EP6_Showtime
EP7_Supernatural
EP8_Seasons
EP9_UniversityLife
EP10_IslandParadise
EP11_IntoTheFuture

Item_ArtisansGlassblowingAndJewelryMakingStation
Item_FitAsAFiddleViolin
Item_StiffAsABoardDanceFloor

SP1_HighEndLoft
SP2_FastLane
SP3_OutdoorLiving
SP4_TownLife
SP5_MasterSuite
SP6_SweetTreats
SP7_Diesel
SP8_70s80s90s
SP9_Movie

Folders in this repository

  • STBL
    • The entire .STBL file is included per package, even if most strings are unchanged
    • Because it is easier to make multiple changes at once
  • TXT
    • The .TXT files show the .STBL files in a readable + searchable format
    • Copied & pasted directly from S3PE
    • This is to visually show what has changed per commit