Changing the quality of extracted fruit
|
#11
29-04-2014
Where do I find that bcon thing?, Which reads as bacon quality to me? :lol: There are a lot of lines in there. I guess if I don't get an answer back in time I will go through clicking each thing again.
I found under behavior a line that says 'set quality' and one under that called 'get quality' but no place in there that has lots of zeros and a 6.
Under BCON I see behavior constant editor and there is a 0x0006 in there under hex.
I found under behavior a line that says 'set quality' and one under that called 'get quality' but no place in there that has lots of zeros and a 6.
Under BCON I see behavior constant editor and there is a 0x0006 in there under hex.
(This post was last modified: 29-04-2014 10:30 PM by joandsarah.)
#12
29-04-2014
Sorry I can't help with the modding stuff, however I do know how to make the fruit look more appealing.
Each fruit file contains 3 TXTR's, the bad fruit is the only one showing in game, quick ease fix replace the bad fruit TXTR with the good fruit TXTR, commit and save.
Each fruit file contains 3 TXTR's, the bad fruit is the only one showing in game, quick ease fix replace the bad fruit TXTR with the good fruit TXTR, commit and save.
#14
29-04-2014
Thanks Michelle, so your fix makes the fruit look appealing but it's still actually bland?
Leefish, done. I have to start school with the kids, but I'll be back to say how it went as soon as I can.
I changed the 0x0006 next to the hex shown above to 0x0064, committed and saved, loaded up the game and it still looks the same, a bland apple. Maybe it's something under set quality' or 'get quality'?
Leefish, done. I have to start school with the kids, but I'll be back to say how it went as soon as I can.
I changed the 0x0006 next to the hex shown above to 0x0064, committed and saved, loaded up the game and it still looks the same, a bland apple. Maybe it's something under set quality' or 'get quality'?
(This post was last modified: 30-04-2014 12:23 AM by joandsarah.)
#17
30-04-2014
I must admit that I'm stumped here. Having no working PC to do some research myself is a serious handicap. I'm afraid I'm no help here. Sorry Jo. :-(
#18
30-04-2014
That's okay BO. I've hunted around but haven't come across anything about this. I keep getting hits for real apples, extracting sims and objects.
(This post was last modified: 30-04-2014 05:24 AM by joandsarah.)
#19
30-04-2014
Why do people clone an entire object to make things buyable? /rant
Try changing foodqualityapple_bad to foodqualityapple_good in the SHPE.
Or, on line 2 try changing
[prim 0x0002] Expression (Stack Object's attribute 0x0000 ("Quality") := Param 0x0000) to
[prim 0x0002] Expression (Stack Object's attribute 0x0000 ("Quality") := Param 0x0003)
Try changing foodqualityapple_bad to foodqualityapple_good in the SHPE.
Or, on line 2 try changing
[prim 0x0002] Expression (Stack Object's attribute 0x0000 ("Quality") := Param 0x0000) to
[prim 0x0002] Expression (Stack Object's attribute 0x0000 ("Quality") := Param 0x0003)
(This post was last modified: 30-04-2014 03:42 AM by HugeLunatic.)
#20
30-04-2014
Thanks HL! I'll see if I can find that right away. If I can't I'll be back to ask where abouts I might find those things.
Well as a lot builder I love extracted items that don't add cc. Which is what I am wanting here.
@HugeLunatic: I see the line above on the left in simPE that says [prim 0x0002] Expression (Stack Object's attribute 0x0000 ("Quality") := Param 0x0000) but that area won't let me delete or change the text, it just goes pale blue when I click on it. What about the boxes to the right?
@BoilingOil: I checked out your mod and the files only say sell price and yield, so it looks like you didn't touch the quality.
Well as a lot builder I love extracted items that don't add cc. Which is what I am wanting here.
@HugeLunatic: I see the line above on the left in simPE that says [prim 0x0002] Expression (Stack Object's attribute 0x0000 ("Quality") := Param 0x0000) but that area won't let me delete or change the text, it just goes pale blue when I click on it. What about the boxes to the right?
@BoilingOil: I checked out your mod and the files only say sell price and yield, so it looks like you didn't touch the quality.
(This post was last modified: 30-04-2014 06:05 AM by joandsarah.)