Can I fix this?

<< < (3/13) > >>

Magicmoon:
Quote from: Scratch on 2007 March 10, 21:42:30

Open the vending machine package and then go to "object Data",

I don't have Object Data...

Quote

If i'm reading SimPe correctly then the chips, cookies, energy drink, and coke were cloned from "espresso cups"... can this be changed to "instant meal" so the simmies will dispose instead of wash?

I bet you are updating the older machine, while I'm updating the Energy drink machine. I have a bunch of potions listed instead of espresso cups.  But I'm updating the package from the link you gave in the 1st post. I'm confused again.  I'm editing VM 07. The older version on this page is 6.06. Are you editing one of these?

Quote

Then go to the pie menu and check "visitors" on each of the objects and also uncheck "Demo Child". I also changed the attenuation to moderate.Go to the motives tab, for each object, and change Fun from 0028 to 0000 and hunger from 0000 to 0028, same column, and if i understand the help correctly then autonomous needs to just be at 32.

Found pie menu, still can't locate object data.

Quote

Maybe some people didn't like my ignorant and obnoxious way of bringing the probs to the creators attention, but heaping on thank you's wasn't getting the little dorks attention either..

While I rarely condone rudeness, I was so exasperated by this guy's attitude that your posts made me crack up. At least you were 100% honest and expressed what I was thinking, but dared not write, less I be trampled by a herd of sheep.

Quote from: Scratch on 2007 March 10, 22:40:01

I deleted the spam strings in... um... ? prim strings? ... don't remeber at the moment and i'm playing so i can't look at it...

How do i turn off the spam box that comes up??


Do you mean the stupid pop-up that presents itself when the Sim is finished drinking? If so, I want to get rid of that too. Someone once told me how to do it and I'm searching for the thread right now.

Cyberdodo:
To get rid of the spam boxes, bypass the BHAV command lines where you found the spam text, in each of the 'Interaction - Buy ..' BHAVs. The line will look like "[prim 0x0024] Dialog (Text Notification, Message yadda yadda)". To bypass, have the line that leads to the dialog command instead poit to the line the dialog command points to.

Magicmoon:
I understood what you said up until this point:

Quote from: Cyberdodo on 2007 March 11, 00:08:38

To bypass, have the line that leads to the dialog command instead poit to the line the dialog command points to.

I found the thread I was looking for. It was Boblishman's Water Cooler. Post 149 explained it, but of course the instructions were specific to that object. Maybe between what Cyberdodo said and that thread, I can figure it out.

http://www.modthesims2.com/showthread.php?p=1267655#post1267655

EDIT: Cyberdodo, I found the line you were talking about. There is one for each item the machine sells; interaction-Buy Coke, etc.

The line is line B and it says True C, false FFFC. On the right side of the screen where changes can be made, it says True Target: 0x00C. False Target: Error.

Now what exactly should I do at this point to bypass the dialogs?

The line before that, line A, says true B, false FFFC. So should I change it so that true=C, thereby bypassing line B that has the dialog command on it?

Cyberdodo:
All BHAV commands, regardless of what else they do, produce a result of True or False, for determining what to do next.

In the BHAV "Interaction - Buy Coke", you will see the lines
A: [prim 0x006A] Animate Sim ("a-belch-medium")                       TRUE: B      FALSE: FFFC
B: [prim 0x0024] Dialog (Text Notification, yadda yadda)               TRUE: C      FALSE: FFFC
C: [prim 0x0002] Expression (My motive hunger := Literal 0x0028) TRUE: FFFD  FALSE: FFFC

Line A makes the sim burp. If the sim burped, the result is TRUE. Therefore, control goes to B. If the sim failed to burp, the result is FALSE. FFFC means error.
Line B will pass control to line C after it produces the spam box.

To bypass line B, make line A's TRUE result point to line C instead of line B.

Magicmoon:
Thank you! I understood that.

Now for that Object Data that I can't find. I found Cauldron Skilled, which contains Catalog sort and Raw Data tabs. The Raw Data tab has stuff about price and motives. Is this what I am looking for or do I need to keep searching?

Navigation

[0] Message Index

[#] Next page

[*] Previous page