Meme Mayhem

Meme Mayhem

Not enough ratings
Custom Character Skin
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
2.709 MB
Dec 8, 2024 @ 7:16am
Dec 15, 2024 @ 8:42am
5 Change Notes ( view )

Subscribe to download
Custom Character Skin

Description
Character Reskin Mod



While this mod is playable, it's not its real purpose.
With this mod you can reskin the character of your choice or reskin them all as you wish.

It's less complicated than it seems and you'll only need to change few lines of pre-coded file. And two PNG files one for the icon, and the other for the main skin.

Follow the instructions bellow to make things work.



向所有中国玩家问好
我想通知你们,游戏不支持中文版。
由于我无法用游戏的英文版测试中文版,因此我不想负责为您提供可能无法在您的游戏版本上正常运行的 MOD。我希望能有一位中文 MODDER 为你们的版本编程,以确保一切都能在你们的版本上正常运行。如果你们中的任何一位想创建一个能在中文版游戏上运行的 MOD,你们可以复制、修改并创建一个也能在中文版上运行的 MOD 版本,这样每个人都可以改变他们的角色外观!
我不会说中文。
感谢您的理解。
祝您游戏愉快



Custom Character Mod Instructions



Recover this mod folder and make your own

In order to make your mod, you have to create your mod folder into the right place.
The best way to do so, is to copy this mod folder from the right place and copy it to the good place then rename it.

First, locate this mod folder in your hard drive.
You can do it very easily by doing CTRL + F8 in Meme Mayhem.

A new page appears, click the "view files" button next to this mod's name.

It will open this mod folder. Which should be
Your_directory\SteamLibrary\steamapps\workshop\content\2719030\3380762363
Here, go to the parent folder, 2719030, and copy (CTRL+c) the 3380762363 folder.

Now go into the Meme Mayhem's local mod folder, by clicking "open local mods folder" in the Workshop mods menu in Meme Mayhem.
It should be
YourHardDrive\Users\YourUserName\AppData\LocalLow\Cr3 Studio\Meme Mayhem\Mods
Paste there the folder you have copied (CTRL+v).

Now all the files are in the good place, all you just have to do is to rename your folder to your desired name.

Now you're good to continue.
Let's go change your character's name.



Steps to Edit the file to change your names

Into your fresh new local mod folder.

Open the File
additions\scripts\Trigger.lua.txt
with a text editor (Visual Studio Code or Notepad).

Locate the lines corresponding to the character you want to edit its name, by using the table below.

Edit the Character Name: Change
"change_name_here_for_X"
to your desired name, keeping the quotes.

Save your changes.



Example

If you want to change the name of the first character (Meme Lord):

Find the line: Api:CreateCharacter("change_name_here_for_MemeLord", "naysayer")

Modify: "change_name_here_for_MemeLord" by "your Super cool new name", keeping the quotes.

It now should look like this: Api:CreateCharacter("My super cool new name", "naysayer")


Find the line: local character_data = Api:GetCharacterData("change_name_here_for_MemeLord")

Modify: change_name_here_for_MemeLord by your Super cool new name, keeping the quotes.

It now should look like this: local character_data = Api:GetCharacterData("My Super cool new name")



Character Lines to Edit

Character Number
Code Reference
Display Name in Game
Line to Edit
Value to Change
1
naysayer
Meme Lord
2
"change_name_here_for_MemeLord"
1
naysayer
Meme Lord
3
"change_name_here_for_MemeLord"
2
sakiko
Pre-Bandleader
10
"change_name_here_for_PreBandLeader"
2
sakiko
Pre-Bandleader
11
"change_name_here_for_PreBandLeader"
3
robot
Perfect
18
"change_name_here_for_Perfect"
3
robot
Perfect
19
"change_name_here_for_Perfect"
4
priest
Filthy Priest
26
"change_name_here_for_FlithyPriest"
4
priest
Filthy Priest
27
"change_name_here_for_FlithyPriest"
5
keg
Keg
34
"change_name_here_for_Keg"
5
keg
Keg
35
"change_name_here_for_Keg"
6
hachimi
Jaws Jora
42
"change_name_here_for_JawsJora"
6
hachimi
Jaws Jora
43
"change_name_here_for_JawsJora"
7
jonouchi
Mystic Wheeler
50
"change_name_here_for_MysticWheeler"
7
jonouchi
Mystic Wheeler
51
"change_name_here_for_MysticWheeler"
8
yaju
Senpai
58
"change_name_here_for_Senpai"
8
yaju
Senpai
59
"change_name_here_for_Senpai"
9
zard
Salad Bunny
66
"change_name_here_for_SaladBunny"
9
zard
Salad Bunny
67
"change_name_here_for_SaladBunny"



Graphics

For each character, you also need to provide the corresponding graphics. The PNG files are already pre-made in the "textures" folder.

You just need to check the ones you want to change their appearance and overwrite them using strictly the same file name.

Each png that I created got its name related to the character it belongs so that it's easier to know which character you are modifying.

Open the existing png files located in the "texture" folder in your graphic app and update them with your new skin.

Make your own graphics as you want.

Overwrite the existing png files to ensure you keep its size and name unchanged. If you change the name of the pictures files the mod won't run. Do not modify the size of the pictures neither.




Example for Graphics

For the first character (Meme Lord):

  • Modify the icon picture:
    1meme_lord.png
  • Modify the main skin:
    1meme_lord_high_res.png

Save your new picture by overwriting the existing one, to make sure you keep its size and name.
Also ensure you save your png as png24 with transparent background.




Posting Your Mod on Steam Workshop

When your mod is fully tested and working you have the possibiliy to post your mod on the Steam Workshop!

To do so:

You shall want to update the thumbnail and the description of your mod.

You can change the name and description in the manifest.json
Update the "title" and "description" fields with your new mod name and description.

You also need to update the thumbnail picture, thumbnail.png.

Now you can upload your mod to the Steam Workshop.

1. Press CTRL + F8 to open the Workshop screen.
2. Click the "Upload to Steam" button next to the name of your local mod directory.





Follow these steps for each character you want to customize.
Happy modding!
2 Comments
坑坑KengKeng Dec 16, 2024 @ 9:24am 
That's cool. nice work.
aomao  [author] Dec 9, 2024 @ 11:35am 
if the explanations are unclear, please let me know