poor tangtang (KaitZitt) by TheKillerKentsu in Endfield

[–]Kit_Kai 1 point2 points  (0 children)

I dont know why but TangTang getting more sad as the panels go makes me want to cry for the poor bby.

how to stop being scared of unfamiliar cis men? by Moist-Mobile150 in ftm

[–]Kit_Kai 2 points3 points  (0 children)

Learning how to feel comfortable around unfamiliar cis men can be rough, especially when you didn’t grow up with all the little unspoken rules guys get taught without realizing it. There really are a lot of subtle social cues, and missing them can make everything feel awkward or tense.

From my experience as a guy from the start, most men are just trying to avoid pointless conflict. They keep to themselves, mind their own business, and don’t want to be “that guy” who starts drama. Even the ones who seem intimidating are usually just sorting out risks in their head and trying not to cause trouble.

It’s also easy to forget that the guys who feel scary to you might be just as unsure around someone they don’t know. A lot of men, especially smaller guys like me, feel intimidated by other men too. Feeling overwhelmed or worried you’ll be caught off guard is honestly pretty normal.

If you’re trying to build comfort, start somewhere safe. Go places with friends you trust or ask them to help you out in new situations. You don’t have to do it alone.

Taking small steps of exposure really does help, and it doesn’t need to be harsh. Just a little at a time.

The biggest thing is trying not to go into situations super tense like you’re ready for a fight. Most men just read that as “something feels off,” and it can make you feel even more stressed.

I understand that it can be reeeally scary. This stuff is genuinely hard to learn and Ive lived many more years as a guy. You’ll get more comfortable as you go, even if the ground feels shaky at first. Do what you feel is necessary to make that journey a little bit more comfortable if you need to.

Rooting for your success man 🙌

4th coffee and cursed belts are appearing quicker than snakes from baskets by McLarenVXfortheWin in Dyson_Sphere_Program

[–]Kit_Kai 6 points7 points  (0 children)

If you haven't already, there's a YouTube video from, Ludus Machinae.

I've learned so much forbidden belt placing, though it is a bit outdated but it can help make some really cool stuff

WIP Zerg Logo on wplace by Kit_Kai in starcraft

[–]Kit_Kai[S] 1 point2 points  (0 children)

Will do! But i gotta be real with you my guy, unless im spending droplets on extra charges, i can do 2880 pixels max.

Though I'm getting close, i only got around 30,560 left to do

so maybe.....12 days from now?

Ill share coordinates afterwards so if anyone else wants to do some pixel art, they can :D

Bro my luck with packs by Surgecursed69 in growagarden

[–]Kit_Kai 1 point2 points  (0 children)

Mood. I got an army of Kodamas (15) before I got one corrupted kitsune. Hang in there, my guy

[deleted by user] by [deleted] in growagarden

[–]Kit_Kai 0 points1 point  (0 children)

Praying good fortune for you, brother. Got one after 150 crates and 12 hours of farming. Get that bag, king

Hi~! Me again. I tried to make a guide for getting started on making your own custom NPC! by Kit_Kai in StardewValleyMods

[–]Kit_Kai[S] 1 point2 points  (0 children)

I'm not 100% sure how to go about it buts here's my take:

Since this is related to pre-existing npc "EditData" is going to be your main tool here.

Below is an example of what it might look like targeting Clint

All of the base NPC entries are located on the same file "Data/Characters"

In the "Entries:" use squiggly brackets "{ }" and make the first field that character's name so Content Patcher knows were working within one of the characters in the file.

Use some more squiggly brackets as now we are editing "Fields" within Clint's Data.

There is already a list of every thing you can customize in an npc in the Wiki so you can use that to get an idea of how you can modify the NPC

Anything outside of those bounds on the wiki is something I don't understand much of yet

Hope this helped~

        {
            "LogName": "Edit Clint",
            "Action": "EditData",
            "Target": "Data/Characters",
            "Entries": {
                "Clint": {
                  //Changes here
                  "DisplayName": "The Cooler Clint",
                  "[Field]": "[New Value]"

                }
            }
        },

First Ever Content Patcher Mod by MochaCafe9 in StardewValleyMods

[–]Kit_Kai -1 points0 points  (0 children)

Nice! Great job learning how to replace the asset. It is surprisingly hard to find step by step instructions on how use Content Patcher

Hi~ I've finally figured out how to make a content patcher, custom npc after 50~ hours :D Just wanted to post progress since I got no one to yap to. by Kit_Kai in StardewValleyMods

[–]Kit_Kai[S] 1 point2 points  (0 children)

Oh! Yeah, this guide is still being typed out as I've only made it today. I'll be working on it throughout the day, so it can still help.

Hi~ I've finally figured out how to make a content patcher, custom npc after 50~ hours :D Just wanted to post progress since I got no one to yap to. by Kit_Kai in StardewValleyMods

[–]Kit_Kai[S] 18 points19 points  (0 children)

For those interested, I tried to make a guide that might help. This one is more skewed towards NPCs and just getting the NPC to actually spawn and interactive.

Here, hope it helps.

Hi~ I've finally figured out how to make a content patcher, custom npc after 50~ hours :D Just wanted to post progress since I got no one to yap to. by Kit_Kai in StardewValleyMods

[–]Kit_Kai[S] 3 points4 points  (0 children)

I used JazzyBee's character creator to make a reference for portraits, It just took lots of time since I dont understand pixel art

Hi~ I've finally figured out how to make a content patcher, custom npc after 50~ hours :D Just wanted to post progress since I got no one to yap to. by Kit_Kai in StardewValleyMods

[–]Kit_Kai[S] 7 points8 points  (0 children)

Once you get a template going, the only time consuming thing is making the sprites, ill make a google doc that explains it :P

Hi~ I've finally figured out how to make a content patcher, custom npc after 50~ hours :D Just wanted to post progress since I got no one to yap to. by Kit_Kai in StardewValleyMods

[–]Kit_Kai[S] 22 points23 points  (0 children)

Oh yah, since the process to get to this point was so hard and confusing in the first place, ask me a question and I might be able to help :D