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!
Quick Reply
Search this Thread
Lab Assistant
Original Poster
#1 Old 27th May 2016 at 7:01 PM
Default Sims can't watch TV, nor intereact with it, and also can't buy them(SIMS3)
The title says all. I was coding in my Sims3 game, and these are the only lines of code I added via copy-paste with a few differences. The lines in bold are the custom code I added via not copy-paste.

<Channel_Name>Anime</Channel_Name>
<Channel_Level>Level1</Channel_Level>
<Video_File_Names>AnimeChannelShow1</Video_File_Names>
<Effect_On_Skill>Writing</Effect_On_Skill>
<Sync_Event_Name></Sync_Event_Name>
<Buff_Prereq></Buff_Prereq>
<Target_Buff></Target_Buff>
<IsRomanticChannel>1</IsRomanticChannel>
<IsWorkOutChannel>0</IsWorkOutChannel>
<IsHorrorChannel>1</IsHorrorChannel>
<IsKidsChannel>1</IsKidsChannel>
<IsSportsChannel>0</IsSportsChannel>
<TeachesRecepies>0</TeachesRecepies>
<IsVideoGameChannel>1</IsVideoGameChannel>
<IsHomeMovieChannel>0</IsHomeMovieChannel>
<IsWeatherChannel>0</IsWeatherChannel>
</TVChannel><Associated_Traits>-</Associated_Traits>





The "0" is for false, like in the cheat "Testingcheatsenabled False"

Whilst "0" is for true, like in the cheat "Testingcheatsenabled True"





I don't know what the hell I did, but now my game is screwed up. And just after I got the audio in TS3 and 4 back...

And, yes, I added videos and that is "AnimeChannel1" and messed around with it to fit the screen dimensions of 256x256 and the 30FPS limiit.


This is the video I was modding for, and the only one I've added out of many planned: https://www.youtube.com/watch?v=LcobwJrsMmY
Back to top