Jump to content

Recommended Posts

Hey there modders, I'm back from a hiatus and am looking to finish up a character mod. I'm really dreading going through the speech file, figuring out what's missing, or what is still Wilson, and fixing it. It just doesn't seem practical to do it manually, is there a better way I'm missing out on to update this kind of stuff?

3 hours ago, Lokoluna said:

Make your character a mime, and never worry about it again :wilson_cool:

You're 100% right, can't believe I overlooked that!

 

In all seriousness, seems like I just gotta deal with it. Thanks for the comedic answer nonetheless, always lightens a day.

3 hours ago, TheSkylarr said:

You're 100% right, can't believe I overlooked that!

 

In all seriousness, seems like I just gotta deal with it. Thanks for the comedic answer nonetheless, always lightens a day.

Ngl My custom character is a mime because i don't wanna deal with speech.

Do you know how to use git? You can use that to track changes when you merge Wilson's speech to yours.

For example this. I use VS Code to mod cuz it's just really more practical, and it has Git support, so I can collaborate with my friends and also easier to track error than just notepad++.

You can see how the changes so for example the red ones I want to keep, so I will undo those part then keep the ones that filled in the blank part

image.png

  • GL Happy 1
16 hours ago, ZeroRyuk said:

Do you know how to use git? You can use that to track changes when you merge Wilson's speech to yours.

For example this. I use VS Code to mod cuz it's just really more practical, and it has Git support, so I can collaborate with my friends and also easier to track error than just notepad++.

You can see how the changes so for example the red ones I want to keep, so I will undo those part then keep the ones that filled in the blank part

image.png

I use git and VSCode (well, vscodium) for my own mods, honestly just didn't think about using it for this, haha. Definitely a huge improvement compared to doing it with nothing else, thank you!

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...