| Search this Thread |
|
|
|
||
| abd123 |
I have used this on my rug alright it seems to be working but my sim give a bubble talk picture that says: "can't walking throught there" how can I fix this problem ?
Code:
this is another code that seems to be working but my sim give a bubble talk picture that says :"can't walking throught there" how can I fix this problem ?
Code:
When I get far to my rug it give this message: When I get close to my rug it give the same message: |
||
|
|
Last edited by abd123 : 26th Feb 2012 at 07:57 PM.
Reason: Adding Picture
|
|
|
#2 |
|
cmomoney
Who wants to play video games?
|
Do you have a ''RoutingSlot_0" for the sim tou route to? |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#3 | ||
| abd123 |
Quote:
I don't know! maybe how do I know ?I used :
Code:
I Thought it may provide me the routing slot I need! |
||
|
|
Last edited by abd123 : 25th Feb 2012 at 05:40 PM.
Reason: Forgot to add something
|
|
|
#4 |
|
cmomoney
Who wants to play video games?
|
That gets the routing slots for the object, but they have to already exist in the object. |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#5 | ||
| abd123 |
Quote:
ok ... how do I know they already exist ? because I don't know how to extract the RIG and look at it ! These is what I think are the slots that are used ! which one is used for my rug
Code:
|
||
|
|
Last edited by abd123 : 26th Feb 2012 at 08:05 PM.
Reason: Adding the slot code
|
|
|
#6 |
|
cmomoney
Who wants to play video games?
|
Slots are in the RSLT resource of you package. Rugs don't have routing slots, so you are either going to have to add one, or replace the RSLT in your rug with one from an object with a routing. |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#7 |
|
orangemittens
|
Iirc rugs don't have an RSLT resource...at least none of the base game ones I've used in the past have. I don't know if a routing slot can be added if an object doesn't have an RSLT but, if not, it may be the case that you need to add an RSLT resource to your rug or clone some other object that has one and change it into a rug. On the other hand maybe there is a rug that has one and I just haven't happened to stumble across it. |
|
|
|
|
|
#8 |
|
leesester
Flaily Fish
![]()
|
In theory you can add an RSLT and reference it in the VPXY. |
|
More downloads by Leesester, BoilingOil and others at Leefish.nl | My Stuff at Leefish.nl | LeeFish RSS |
|
|
|
|
|
|
#9 |
|
orangemittens
|
Yes...in theory that *should* work...I prolly shouldn't have mentioned it since I've never actually tested it In reality I *know* you can change objects with an RSLT into a rug and the slots will still work ![]() Please don't tell me EA really spelled windowslots "windoughslots"...lol. |
|
|
|
|
|
#10 |
|
cmomoney
Who wants to play video games?
|
I don't know if rugs have one in the package, but there is one referenced in the VPXY. |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#11 | |
|
leesester
Flaily Fish
![]()
|
Quote:
Actually, that was me OM... /me fails at spelling | |
|
More downloads by Leesester, BoilingOil and others at Leefish.nl | My Stuff at Leefish.nl | LeeFish RSS |
||
|
|
|
|
|
#12 |
|
whiterider
|
Clearly, you knead a speltcheck. |
|
"On the page, punctuation performs its grammatical function, but in the mind of the reader it does more than that. It tells the reader how to hum the tune." - Lynn Truss, Eats, Shoots and Leaves |
|
|
|
|
|
|
#13 | |
|
orangemittens
|
Quote:
![]() None of the rugs I've seen have an RSLT in their .package. The RSLT the VPXY is referencing in several of them appears to be absent from Fullbuild0 unless I'm missing it. You could prolly just borrow that line and change it to match the new RSLT Instance if that's the way you chose to do it
| |
|
|
|
|
|
#14 |
| abd123 |
I managed to add a new one from an existing RSTL but the problem is how to use my code which I wrote to work because it still give me a fail message:can't walking throught there" I thought you may need the package so I send it to you to check it out ! |
|
|
Last edited by abd123 : 29th Feb 2012 at 06:36 PM.
Reason: I thought you may need the package so I send it to you to check it out !
|
|
|
#15 |
|
Kitabalibar
|
For the Rug, I used a simple function: RouteToObjectRadius(this, 0.5f). It is not perfect but working
|
|
|
|
|
|
#16 |
|
cmomoney
Who wants to play video games?
|
1. The routing slot in your RSLT needs to be named as the FNV32 hash of 'RoutingSlot_0'. 2. The position of the routing slot needs to be where you want the sims to route to. Currently it is 1,1,1, which won't work. Try 0,0,0 if you are not sure. |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#17 | ||
| abd123 |
Quote:
I tried it out still not work here it's it's still give me the false message which mean it's not working! Quote:
I tried it but nothing happend at all ! :S |
||
|
|
Last edited by abd123 : 1st Mar 2012 at 04:51 PM.
|
|
|
#18 |
|
cmomoney
Who wants to play video games?
|
You misunderstood. When I said change the name, I meant the name of the actual slot(SlotName in Grid), not the RSLT resource itself. You will need to change the RSLT's ID back to what it was. |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#19 | |
| abd123 |
Quote:
oh you mean that one ! how could I misunderstoond this ? ![]() ok now what should the SlotName be 824351308u maybe? |
|
|
|
Last edited by abd123 : 1st Mar 2012 at 04:57 PM.
Reason: Want to add something
|
|
|
#20 |
|
cmomoney
Who wants to play video games?
|
0x31229a4c |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#21 | |
| abd123 |
Quote:
Ok still fail message ! |
|
|
|
|
|
|
#22 |
|
cmomoney
Who wants to play video games?
|
You forgot to change the positions. |
|
"Part of being a mesher is being persistent through your own confusedness" - HystericalParoxysm
Have you seen my Simple E Modern Bed @Leefish | (• ◡•)| (❍ᴥ❍ʋ) [◕ ‿ ◕] |
|
|
|
|
|
|
#23 | |
| abd123 |
Quote:
Oh ! yes I forgot to change it ! ok but still it give me the fail message when I made the correction the position !
|
|
|
|
|
![]() |

Have an opinion? Of course you do!


maybe how do I know ?




Twitter
del.icio.us
StumbleUpon
Google