Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Instructor
Original Poster
#1 Old 7th Sep 2019 at 1:44 PM
Default Adding a custom texture to a custom book?
Hello ^^

I followed this tutorial to make a custom book : http://simswiki.info/wiki.php?title...tle_To_The_Game

It worked, and I attempted to add a custom texture, but it didn't work: by default, it's the texture of the red drum book that show up.

Here's the code I used in the book xml :

Code:
<BookGeneral>
  <Title>Rapture</Title>
  <Author>JohnShirley</Author>
  <Genre>SciFi</Genre>
  <Length>576</Length>
  <Value>10</Value>
  <PagesMinNorm>1</PagesMinNorm>
  <PagesMinBW>2</PagesMinBW>
  <NotInBookStore>False</NotInBookStore>
  <GeometryState>BookMediumThick</GeometryState>
  <MaterialState>bookRapture</MaterialState>
  <AllowedWorldTypes>Base,Downtown,University,Future</AllowedWorldTypes>
  <AllowedWorlds></AllowedWorlds>
  <CodeVersion>Basegame</CodeVersion>
 </BookGeneral>


I made a quick edit of a child book texture from the game to test, and renamed it bookRapture since it's the name I used for the MaterialState but it didn't work.

Is there a way to fix that and have the book with the custom texture?

The STBL is for the game in french.

In the rar file, you'll find the package, the quick edit of the original book texture and the original book texture.
Attached files:
File Type: rar  CustomBookAttempt1.rar (43.0 KB, 2 downloads) - View custom content
Back to top