<?xml version="1.0"?><Books><BookFish> <Title>Placeholder</Title> <Author>UnknownComposer</Author> <SkillLevel>0</SkillLevel> <Length>0</Length> <Value>0</Value> <PagesMinNorm>1</PagesMinNorm> <PagesMinBW>2</PagesMinBW> <FishTypes></FishTypes> <NotInBookStore>False</NotInBookStore> <GeometryState>BookSmallThin</GeometryState> <MaterialState>bookMedical</MaterialState> <AllowedWorldTypes>Base,Downtown</AllowedWorldTypes> <AllowedWorlds></AllowedWorlds> </BookFish><BookFish> <Title>BookFishLateNightTitle</Title> <Author>BookFishLateNightAuthor</Author> <SkillLevel>4</SkillLevel> <Length>180</Length> <Value>450</Value> <FishTypes>SeaSludge, KissingGourami, SewerTrilobite</FishTypes> <GeometryState>BookMediumThin</GeometryState> <MaterialState>bookFish3</MaterialState> </BookFish></Books>
[assembly: Tunable]namespace CustomBooks{ public class SimsMxBooks { [Tunable] protected static bool kSimsMxBooks = false; }}