|
Post by SimmaFierce on Jul 13, 2016 14:29:26 GMT -5
I want to make it so that I can get a claim option on a desk or desks, but I don't know what to do on the bed to find/clone the claim option. I've looked at all the tuning videos, and for some reason, it seems a little bit intimidating. Thanks in advance. EDIT: So what I'm asking(just thought about it) is how do you add the claim function to the desk? Is it as simple as adding func_claim to a desk? Can you pls help me Bakie? orangemittens? Mathcope?
|
|
|
Post by Bakie on Jul 14, 2016 3:21:48 GMT -5
SimmaFierceWhat do you mean with a "Claim" option? I also can't find a func_claim tag in my Studio, is it something new from an expansion pack? Maybe someone else knows what it is or maybe you can show it in a screenshot?
|
|
|
Post by SimmaFierce on Jul 14, 2016 14:26:27 GMT -5
SimmaFierce What do you mean with a "Claim" option? I also can't find a func_claim tag in my Studio, is it something new from an expansion pack? Maybe someone else knows what it is or maybe you can show it in a screenshot? You know how you have the option to claim a bed, so that bed becomes yours? I was wanting to do that with the desk. I will screenshot. Hold... It would be soooo cool if we could claim desks like this. But I don't know what to go in and change. It's something other than the id and code, for surely we don't want our sims to sleep on the desk
|
|
|
Post by Bakie on Jul 14, 2016 15:33:40 GMT -5
SimmaFierce Ah! I just tested it in my game and of course you're right. I just didn't played that much The Sims to know of a claim function on the bed B-| (READ: I never play the game itself) I also found a line called: <T>124415<!--bed_ClaimOwnership--></T>It's in a bed tuning under _Super_AffordancesHaven't do tuning since a long time though, so need to found out what to do next. There are probably other people who know what to do next, but in the meantime let's figure it out ourselfs.
|
|
|
Post by Bakie on Jul 14, 2016 15:58:15 GMT -5
SimmaFierceGot it! It's not as simple as adding func_claim, but as simple as adding that line from the super affordances fromthe bed: <T>124415<!--bed_ClaimOwnership--></T>To the super affordances of the Desk. Easiest way to explain how to is by linking you to my: How to make a tuning file (moderated way) video. And then instead of deleting lines from the super affordances section, just add the *claim line* from the bed to it. I added it as last line, but I don't think it matters where you place it. Anyway, outcome: [/URL]
|
|
|
Post by SimmaFierce on Jul 14, 2016 15:59:33 GMT -5
SimmaFierce Ah! I just tested it in my game and of course you're right. I just didn't played that much The Sims to know of a claim function on the bed B-| (READ: I never play the game itself) I also found a line called: <T>124415<!--bed_ClaimOwnership--></T>It's in a bed tuning under _Super_AffordancesHaven't do tuning since a long time though, so need to found out what to do next. There are probably other people who know what to do next, but in the meantime let's figure it out ourselfs. Bakie, ur awesome! Yeah, I was gonna go in the affordances, but I was scared that I wouldn't see it there, so... Ok, I will be working on this in the meantime. I will keep you updated.
|
|
|
Post by Bakie on Jul 14, 2016 16:06:50 GMT -5
SimmaFiercePerfect! Let me know if you have any problems. And if not, let me see the outcome of it! Good luck!
|
|
|
Post by SimmaFierce on Jul 14, 2016 18:09:33 GMT -5
A few questions... Bakie Am I supposed to export this tag? And since you did the moderate video the other way around, am I supposed to do it the first way? I exported it and it looks like this: So I hope I'm going in the right direction.
|
|
|
Post by SimmaFierce on Jul 14, 2016 18:57:09 GMT -5
So I did everything, at least I think I did it right. The script call failed. But why? I did the tuning for every swatch, or is that where I messed up? I did my name and tuning ID on every line that said object definition.
There is no object tuning, just interaction tuning. And that's prob why I now have script call failed. There also was no super affordances in the text of the bed I used. This is super frustrating. I will try again :(
Ok, I tried again, and it's still not working. There is no affordances in the desk. Maybe because it's the console? I will look for another desk to tune. I also pulled all the other swatches til I got down to one, to make it easier.
|
|
|
Post by Bakie on Jul 15, 2016 7:44:14 GMT -5
SimmaFierce I was already to bed last night. But here is one special written tutorial for you! So let's start at the beginning. - When in Studio, open the desk you want to use. - Delete all swatches but one - Go to the warehouse- Go to the object definition line and click it - Scroll all the way down untill you see the Tuning and TuningID line - Copy the Tuning Line (In my case, I picked another desk now: object_deskRWWriterAntique2x1_01) - Click on tools in the upper bar and click on extract tuning- Paste the Desk's tuning in there, so this line: object_deskRWWriterAntique2x1_01- Select it and click the add to current package button - Close the window - Scroll all the way down, untill you see a line called Object Tuning- Click the data tab on the right - Name it with (example): Creatorname:DeskClaim20160715 and hit enter - Copy the Name- Go to the definition line and paste the name in the Tuning line - Hit enter and the TuningID will automaticly change too. - Click the Object Tuning line again (So the last line in the warehouse) - Scroll down until you see something like this: - Paste this line: <T>124415<!--bed_ClaimOwnership--></T> underneath the last line, so it will look like this: - Click save!- To find it easily in game, go to the studio tab and change the name to something as: DeskClaim- I also changed the description in exactly the same and the price to 2 Simoleons.Click SAVE again! Now move it into your Mods folder, go in game and type DeskClaim into the search bar. Click it and test if the claim option is working: [/URL] If your stuck again, let me know.
|
|
|
Post by SimmaFierce on Jul 15, 2016 14:01:45 GMT -5
SimmaFierce I was already to bed last night. But here is one special written tutorial for you! So let's start at the beginning. - When in Studio, open the desk you want to use. - Delete all swatches but one - Go to the warehouse- Go to the object definition line and click it - Scroll all the way down untill you see the Tuning and TuningID line - Copy the Tuning Line (In my case, I picked another desk now: object_deskRWWriterAntique2x1_01) - Click on tools in the upper bar and click on extract tuning- Paste the Desk's tuning in there, so this line: object_deskRWWriterAntique2x1_01- Select it and click the add to current package button - Close the window - Scroll all the way down, untill you see a line called Object Tuning- Click the data tab on the right - Name it with (example): Creatorname:DeskClaim20160715 and hit enter - Copy the Name- Go to the definition line and paste the name in the Tuning line - Hit enter and the TuningID will automaticly change too. - Click the Object Tuning line again (So the last line in the warehouse) - Scroll down until you see something like this: - Paste this line: <T>124415<!--bed_ClaimOwnership--></T> underneath the last line, so it will look like this: - Click save!- To find it easily in game, go to the studio tab and change the name to something as: DeskClaim- I also changed the description in exactly the same and the price to 2 Simoleons.Click SAVE again! Now move it into your Mods folder, go in game and type DeskClaim into the search bar. Click it and test if the claim option is working: If your stuck again, let me know. Ok, I will post pics
|
|
|
Post by SimmaFierce on Jul 15, 2016 14:20:43 GMT -5
Yeah, it didn't work still :( I have to step backwards to see what I did/didn't do.
EDIT: It works, finally! I will upload a pic here in a minute.
|
|
|
Post by Bakie on Jul 15, 2016 14:43:19 GMT -5
It should work when following the steps I described above. I won't have much time to look at it the rest of the weekend, so the first time I answer after this post is probably monday. But just try to follow everything from the start, step by step and it then it should work.
|
|
|
Post by SimmaFierce on Jul 15, 2016 15:03:02 GMT -5
It should work when following the steps I described above. I won't have much time to look at it the rest of the weekend, so the first time I answer after this post is probably monday. But just try to follow everything from the start, step by step and it then it should work. It works now, just have to get a pic up. I'm gonna practice using s4s logo.
|
|
|
Post by Bakie on Jul 15, 2016 15:09:24 GMT -5
SimmaFierce Still online! Good to hear you got it to work!
|
|