Search: Posts Made By: Triplis
Page 1 of 3
Forum: Script & Core Mods 7th Sep 2019, 3:06 AM
Replies: 190
Views: 394,447
Posted By Triplis
Since Scumbumbo hasn't been around lately (that...

Since Scumbumbo hasn't been around lately (that I'm aware of) and I have some familiarity with the tool, I looked into this being broken after the September 5th patch. Deaderpool ended up pointing me...
Forum: Modding Discussion 31st Jan 2019, 3:54 PM
Replies: 17
Views: 8,420
Posted By Triplis
I didn't know it was possible to target that...

I didn't know it was possible to target that precisely. That's pretty cool. Would it be going for the same type of logic as the "hasattr" super_affordance python code? Something like (in...
Forum: Modding Discussion 31st Jan 2019, 12:47 AM
Replies: 17
Views: 8,420
Posted By Triplis
If appending to an existing loot file is the much...

If appending to an existing loot file is the much more doable operation, I would think in the second example you gave, BrazenLotus, you could have whatever it is you need to loot appended to one of...
Forum: Script & Core Mods 24th Jan 2019, 10:45 AM
Replies: 190
Views: 394,447
Posted By Triplis
Looks awesome, great work on this, Scumbumbo! I...

Looks awesome, great work on this, Scumbumbo! I look forward to using it. Should simplify things a lot both for modders and the people using them. :) I know I have a number of mods whose only script...
Forum: Modding Discussion 7th Nov 2018, 4:44 AM
Replies: 2
Views: 2,099
Posted By Triplis
What are you familiar with so far? You'll need...

What are you familiar with so far?

You'll need something that can generate new hashes for you, first of all. Sims 4 Studio has a Hash Generator tool built-in. The basic idea is you put in some text...
Forum: Modding Discussion 20th Aug 2018, 3:40 AM
Replies: 4
Views: 4,719
Posted By Triplis
Yeah, this is good stuff. ^^ I remember it being...

Yeah, this is good stuff. ^^

I remember it being difficult to track down in the past. Thanks for sharing a solid, up-to-date example.
Forum: Modding Discussion 15th Aug 2018, 10:54 AM
Replies: 4
Views: 4,719
Posted By Triplis
Well the good news is, if you just want to add...

Well the good news is, if you just want to add interactions through a trait, you don't need to fiddle with python scripts at all. Here's an example from one of my Child Traits:

This is the trait...
Forum: Script & Core Mods 11th Nov 2017, 4:03 AM
Replies: 216
Views: 158,085
Posted By Triplis
Seems like a good plan to me! Appreciate the...

Seems like a good plan to me!

Appreciate the work you put in here. This looks like the kind of thing that'd come in handy not just for current gameplay, but for potential future situations where...
Forum: Modding Discussion 6th Oct 2017, 9:42 PM
Replies: 1
Views: 1,543
Posted By Triplis
Off-hand, the simplest workable scenario would be...

Off-hand, the simplest workable scenario would be in a case where the sim is already going to get a moodlet from something. Like say they normally get uncomfortable when they're tired. You can use...
Forum: Modding Discussion 15th Aug 2017, 12:31 AM
Replies: 0
Views: 2,008
Posted By Triplis
Notepad++ PSA - Spacing and Indentations

For a while, I was noticing that bits of my XML files show up weirdly spaced in S4PE. I use Notepad++ to edit. I just assumed it was some quirk of S4PE because everything looks spaced fine on the...
Forum: Modding Discussion 18th Jun 2017, 5:37 AM
Replies: 2
Views: 1,736
Posted By Triplis
My guess would be that it's theoretically...

My guess would be that it's theoretically possible to do, but I'm not sure anyone has done it yet. I think the last I searched about it, there was somebody who vaguely mentioned doing an override,...
Forum: Modding Discussion 11th Apr 2017, 5:53 AM
Replies: 1
Views: 2,461
Posted By Triplis
Hopping through "Start a Fire" interaction creation process

Someone asked me about how I made it so that sims can start fires in my Sorcerer Trait (http://modthesims.info/download.php?t=592401) mod.

Rather than give an obscure and vague explanation that no...
Forum: Modding Discussion 7th Apr 2017, 12:53 AM
Replies: 1
Views: 7,238
Posted By Triplis
Injectors are, in a nutshell, something that...

Injectors are, in a nutshell, something that allows us to either overwrite, or add our own stuff, to python code that comes with the game files, as part of a mod. Deaderpool explains it in detail...
Forum: Sims 4 5th Apr 2017, 7:54 PM
Replies: 15
Views: 6,693
Posted By Triplis
Thanks for your interest. If you're still...

Thanks for your interest. If you're still interested in a week or so, I will hopefully have what I'm currently working on to the point that it's ready for some testing (really depends on what and how...
Forum: Sims 4 2nd Apr 2017, 1:00 AM
Replies: 15
Views: 6,693
Posted By Triplis
Yeah, my dream vision would be to allow people to...

Yeah, my dream vision would be to allow people to schedule a time for their kids to do particular things, like go to bed, but I think it'd involve scripting far beyond my current capabilities atm,...
Forum: Modding Discussion 1st Apr 2017, 9:19 PM
Replies: 0
Views: 1,489
Posted By Triplis
Sim_Info weirdness in social mixer interactions

I feel like there's something I'm not understanding about the use of Sim_Info in social mixer interactions. On the surface, it seems intuitive; you can specify whether the interaction is available to...
Forum: Modding Discussion 1st Apr 2017, 8:27 PM
Replies: 1
Views: 1,265
Posted By Triplis
Try looking at: buff_SimRay_Chilled |...

Try looking at:

buff_SimRay_Chilled | S4_6017E896_00000003_0000000000019DE7

For an example.

This is the part most relevant from the look of it:

<V n="appearance_modifier" t="enabled">
<U...
Forum: Site News 1st Apr 2017, 8:20 PM
Replies: 2
Views: 13,082
Posted By Triplis
Thanks for putting this together, Nysha!

Thanks for putting this together, Nysha!
Forum: Modding Discussion 1st Apr 2017, 7:18 PM
Replies: 2
Views: 2,022
Posted By Triplis
It does sound like you may be getting incomplete...

It does sound like you may be getting incomplete files from decompiling. Some modders include both the compiled version of the file and the uncompiled version. You might check some of those out and...
Forum: Modding Discussion 1st Apr 2017, 7:11 PM
Replies: 7
Views: 9,120
Posted By Triplis
Making an entirely new life state with different...

Making an entirely new life state with different forms, like Alien or Vampire, sounds pretty ambitious to me, but it also sounds like a fun project. The reason I say ambitious is because there's...
Forum: Sims 4 31st Mar 2017, 6:34 AM
Replies: 15
Views: 6,693
Posted By Triplis
I appreciate it! I think the only one that has a...

I appreciate it!

I think the only one that has a mood requirement is the pushups and to be honest, that's because there's some oddity there, where Child Sims, if they don't have the Active trait,...
Forum: Sims 4 30th Mar 2017, 6:38 PM
Replies: 15
Views: 6,693
Posted By Triplis
Thanks for the feedback and good ideas! I like...

Thanks for the feedback and good ideas! I like the sound of them. :)
Forum: Sims 4 30th Mar 2017, 5:42 AM
Replies: 15
Views: 6,693
Posted By Triplis
Interesting, thanks so much for the information!

Interesting, thanks so much for the information!
Forum: Modding Discussion 30th Mar 2017, 4:51 AM
Replies: 4
Views: 2,113
Posted By Triplis
I don't think he'd mind, considering that he left...

I don't think he'd mind, considering that he left up Go to School on Sims Community. I think he just needed to delete some broader established platforms of his for his given personal reasons.
Forum: Sims 4 29th Mar 2017, 6:28 PM
Replies: 15
Views: 6,693
Posted By Triplis
Odd. So Take a Time Out is the only one that's...

Odd. So Take a Time Out is the only one that's even showing up for your parent sims? Thanks for doing testing and for the report! I'll look into it when I get a chance.
Showing results 1 to 25 of 65 Search took 0.06 seconds.
Page 1 of 3

  Section jump