#miside-mods-discussion
1 messages · Page 32 of 1
So, For any voice mods, in this case english female for protag, is there a way I can manipulate something to have that with Russian Mitas?
How do i fix the hair clipping?
i couldve sworn that older UAL didnt have this hair glitches
i tried fixing it myself in blender but it didnt work
It's just the game has a transform component for cappie hair
They just move the hair mesh hardcoded
what does that mean ?\
lmao
how tf is this game so mod friendly but also so mod unfriendly at the same time
Since when did this game mod friendly
It's full of hardcoding
For example, if the music tempo doesn't match the gameplay, they just hardcore tye pitch through the audioSource rather than fixing the audio file itself
Custom translations and custom mita texture support?
that's the bare minimum but it's still something
yeah
But it's not THAT hardcoded, even unity explorer can change the pitch inside these components on runtime
The thing they decided to hardcode the most are... colors for some reason
Pretty much all of the UI colors are hardcoded
Hello, does anyone have any mod replacements/presets for plugins to replace the good Mita with the Player and vice versa?
are there keywords that target only chibi kind mita and mini mita?
I believe minimita is MitaChibi and kind is ChibiKind or KindChibi idk maybe
The other chibi are just ChibiMita
Oh nmv it's also called ChibiMita
If you want to replace the texture, i guess you can use replace_2D instead of replace_tex
Since replace 2d has scene specific patching...
Can we change chibi mita mesh?
I'm trying to make convenience store chibi mita
but I can't find mesh tag of chibi
nvm I found solution on miku mod 🖐️
🔥
How do I get mods in MiSide
go to this website and down the mod you will find a video for how to install it
Seems like the simpler solution works better
I need this Hatsune Miku mod
Well get your's today
https://www.nexusmods.com/miside/mods/284
I'm just working with the update
Currently the progress is slow because I'm kinda busy
Installing this will be a challenge
Nahh, it's basically drag and drop to your miside game directory and call it a day
Oh don't forget to install BepInEx and UniversalAssetLoader too.
It's also just drag and drop
what is the keyword for mini mita hair?
blueberry...
Try Hairs
@plain crescent , idk why its not working, its loads up fine in the menu, but when i go in the game, its not rendering hatsune miku, just a normal mita
Make sure to use mita default outfit and default color pallette before activating the mod
i am
maybe i did something wrong, it also sometimes overlaps them
its renders miku and mita
If it's overlapping, it's 100% because of the color pallets
Show me which color palette you use
i only have 1
Isn't the default game has 2 ?
i deleted the other file
i can start the game and show you what i mean
Yeah that would be helpful
Yup this is definitely because of the palette...
Can you restore the other palette?
most likely, but i noticed in the command runner, it was saying keyword not found
i tired all the color palletes
before i deleted them
i kept the file that said original
There's nothing wrong with the command, this is purely because of the color palette..
There are so many ppl asking me abt this bug, all of them have the same behavior and the culprit is incorrect color palette
Try restoring the color pallette first, select the default one and see how it goes
alr
got them restored, launching the game now
No matter what color pallete i use Miku dosnt render in Together at last, but she overlapps with Cappie Mita and the other mita in the cappie save
Huh?
Then there's something wrong with your color pallette files
Lemme send my files...
Oh damn the head seems to be missing
Does 'blendshapeorders.json' exists in your UniversalAssetLoader\Assets folder?
It's a file from UniversalAssetLoader
yeah

Here's the custom folder, try them first probably. Select the default pallete BEFORE avtivating the mod
And make sure there's no conflict with the active mods
It is?
yeah
Ohh yeah miku mod is not low end friendly 
i guess when you got an intel 3 and 8gb of ram that makes since, im suprised the game even runs on the minimal settings
also if possible, change this dialoge so she introduces herself as Miku
I already did
The mod contains subtitles and voice pack
Select them through the voice and language settings
i have them activated
ig i didnt have the language on
teet oo
Pearto
Damn that's some heavenly chord
i feel sad that i can't do anything for the screen atm
It's basically a rectangle, not a mesh, so idk how i can replace it with the cabinet screen
you can try rotating and moving it
Oh damnn you're right
But each minigame has it's own unique location value 
Welp
based
hardcoding is a part of our lives now
is it flipped and mirrored at the same time?
Wait, i'm not sure how to put the value in the config
currently it's slicing the string by '='
Nah im just putting negative rotation

not worst approach
Yeah but the method won't take the value as vector i guess
why not
create deserializer class
Smth like this?
no vectors?
It's just an old commit, i already deleted that function
it won't be enough
yeah i know 
what do we need besides vector?
nothing?
nice yanderedev code
Yeah prob Vector and Color is enough..
Alr then, will be back on this when i have time 
3 or lеss ifs arе thought to havе samе pеrfomancе as switch
Yandev code was far worse than that
it's not working now
Np i can use that as a base, will implement that in my free time 
pitch = 1 name = "Cool" bypasseffects = true transform = (1.0f; -1.0f; 0) color = (0.5f; 0.5f; 0.5f; 1.0f)
Oh well, alright
no burger making in mods discussion channel
burgurs!!
Idk
ask that random User
Why is now necessary the phone linked to be able to write?
wait UAL doesn't support changing hz in replace_audio?
{
"m_Name": "Menu Cloth",
"m_LoadType": 0,
"m_Channels": 2,
"m_Frequency": 48000,
"m_BitsPerSample": 16,
"m_Length": 147.65984,
"m_IsTrackerFormat": false,
"m_Ambisonic": false,
"m_SubsoundIndex": 0,
"m_PreloadAudioData": true,
"m_LoadInBackground": false,
"m_Legacy3D": true,
"m_Resource": {
"m_Source": "GTAAudio.resource",
"m_Offset": 0,
"m_Size": 6982432
},
"m_CompressionFormat": 1
}
because Music Cloth was playing at 44100hz but my audio was playing at 48000hz
it was slowed down and got cut early
it's AudioClip, isn't it?
Yeah
we can try hardcoding it as well
But it's not a component
tbh idk why do we limit type to be only Component derived
is it possible to make models miside in roblox (I'm sorry if it sounds stange)
I just want to ask
ok forget about that
try those
i used sampleRate from VorbisReader
it should work in theory
Some audioSource used 0.8 pitch that causing the slowdown
Also, supposedly, changing the audioclip with different length is still works
Idk why the audioSource just won't play it through the end
(bad News: frieren said it)
are you trying to make a character mod using r studio?
or using miside models in roblox
Fellow miside modders, is it possible to load pre-load monobehaviors into the game via assets. via like.. uabae or another software?
I'm not too knowledgable on uabae and i havent seen any way to create objects or components on things
i love when my internet goes out mid windows cloud reinstall
i swear god is targeting me or something
now i have to restart the whole process again when it was basically done and boot from a usb
How to use a mod?
what is the keyword for sleepy clothes?
bodytie1, bodytie2
that didnt work 😦
remove Dream Clothes```
That didn't work either 😭
remove Mita Clothes Dreamer Dream
//This is what i have in my config idk why its not working
replace_tex Mita BodyTie1 SleepyMita\Cloth Dreamer Dream
replace_tex Mita BodyTie2 SleepyMita\Cloth Dreamer Dream
remove Mita BodyTie1 Dreamer Dream
remove Mita BodyTie2 Dreamer Dream
ive tried so many different things
show whole config
remove Mita Attribute Dreamer Dream
remove Mita Pantyhose Dreamer Dream
remove Mita Shoes Dreamer Dream
remove Mita Skirt Dreamer Dream
remove Mita Sweater Dreamer Dream
remove Mita Clothes Dreamer Dream
@cursive stream try this
that still didnt work
[Message: Unity] [INFO] Skipping command 'remove' on 'MitaPerson Mita' because keyword 'Dream' was not found.
@cursive stream works tho,
its not replacing the texture
thought you mean removing the body my bad
any errors in the console?
there arent any errors idk why the texture isnt getting replaced, maybe BodyTie1 and BodyTie2 arent the keywords for her clothes? idk
Then you're entering the wrong texture path
What am i doing wrong?
face is replaced?
yeah i replaced the face and am currently working on her hair i just cant figure out the clothes
show me the Cloth texture
maybe it's just not replaced in the menu, have you tried loading the level
its not replaced on the level either
replace_tex Mita Clothes Folder\File Dreamer Dream
Providing the console log will be useful tbh
the console log?
i just have the addons config and textures in the files of all the mitas that i did
Is this what you mean?
It says it's loading the textures for sleepy, I'm so confused why it's not showing up
Activate the mod, go to sleepy mita character screen, and send the logs, it should show the error
Am I replacing bepinex or just ual?
Nah nvm you don't have to update it
So, there was no Hair.png in your mod folder
Bruh
Thank you 🤣🤣🤣 I'm dumb
Yeah np happy to help, next time you're encountering a problem, you should always provide the logs
Cause none of us is a fortune teller 
i am a fortune teller 🔮
i divine that there will be many errors in this channel henceforth, but through great effort you may prevail

thank you
Fortune teller in a nutshell:
Just using some random sht
Возьму на вооружение нейромите, спасибо
BananaMods is RIGHT THERE, you didnt need to use a site that forces registration, come on now
why not DEGMods
BananaMods is already known to be tolerant of mods with copyrighted assets (See Project Diva Megamix+)
ask the administration
but they chose nexusmods in #miside-mods
Some games just get bigger on one modding platform
I don't see any actually popular MiSide mods on gamebanana
it's just how it happens to be
just miside models in roblox
wife update
For how many robux you run it?
Hai how can i get modded?
Yeah honestly if we use bananamods, i can fork DMM(Project diva mod manager) and make it MMM miside mod manager 
It's basically a tool to download any mods and update reminder
mmm
Damn full goth pack mods
Yeah I've been working on it all week 
Hope you are doing good this looks damn fire 🔥
Thank you!! It's almost finished lol
Usually i kinda think sometimes mixing emo and goths
What is the keyword for creepy teddy bear?
replace_2D TeddyBear Folder\File
Thank you!!
bro someone i know got pwned from 5 different sources thats wraps
very useful and informative mod discussion
🗣️
what is the keyword for Mila books? for replacing the texture
how can i fix that error 😭
I tried disabling firewall, windows defender, using mobile hotspot network but it still doesn't work 😭
is your game in Program Files (86x) ?
nope
dang wth i have no idea what the issue is then , probably have to wait for some one more knowledgable than me
oh ok
try vpn
is winhttp.dll blocked by windows
i turn off windows defender
nothing happened
Have you ever had this damn error?
nope but i guess i can send prebuilt 0.93 interops
yes
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
it not work
it's like this again
The dll files in unity_lib disappeared again
it not work
you dwonloaded x64 bit right
yes
[Info :InteropManager] Detected outdated interop assemblies, will regenerate them now
can you or anyone in here give me the beplnex folder from your miside game file to me?
.
?
can you send me the beplnex folder in your miside game file, mine has beplnex error
If you have it
😭
And winhttp.dll
Doorstop_config.ini
Try removing bepinex and everything from your game then reinstalling the latest version
i tried it but failed Can you send me the files I just requested? @cursive stream
The files I have are the same exact ones that you get from Bepinex and UAL on nexus
Do it, uninstall then reinstall the game, then add bepinex back, maybe that will work
because it is broken in the download unity libaries part so i need the bepinex version installed
You might have to wait for @plain crescent they might be able to help you better than I could
bro what I need from you is for you to send me the Beplnex folder from your Miside game folder, because it has loaded libraries from Unity but mine can't, can u sending them to me to see if it works
I figured it would be worth a try
@humble quiver
#miside-mods-discussion message
And do this
#miside-mods-discussion message
oh thanks bro
The keyword is the exact texture name
If you were able to extract all textures, just use replace_2D to replace them
For example, creepy mita teddy bear texture is called TeddyBear.png
its Books 1 ?
i tried everything under the moon and that and it didnt work
Idk, maybe.
It's better to install unity explorer, you can see all assets using that plugin
"Books 1"
replace_2D "Books 1" .....
Idk the actual keyword, it's basically the texture name, there's no way I'm memorizing all of them
i think it worked
It does, what mod do you want to install anyway?
Oh yeah they use different kind of loader, cj needs UniversalAssetLoader, while furina uses CML
It's not a problem tho, you can install both of them
ok
It took me all last night to fix this damn error, anyway thank you very much, now I can play with Furina 
do you have the link to unity explorer?
pinned
i couldnt get unity explorer to work but im pretty sure the keyword is "Book 1" because thats the name of the file for the textur on every model that i downloaded for Mila, but it still doesnt work when i try to replace it, maybe its not possible? has anyone else tried replacing Milas books textures?
It's possible
i freaking figured it out finally, the keyword is "BookMila"
For UniversalAssetLoader, grab this one, the one you're using is a version from the stone age.
https://github.com/Rist8/MiSide-UniversalAssetLoader/releases/download/Release-0.11.6/UniversalAssetLoaderRelease-0.11.6.zip
What about the MS custom model?
nope
Prob you're missing interop files, do a clean install of miside and try again
Tbh you need a vpn to download the actual files instead of using mine
It's probably the main problem
i used vpn but nothing happend
Then you're not using it correctly
Are you using miside 0.923 or 0.93 now?
Idk which one is newer, I legitimately bought this game so
oh shiet i lowered it to 0.923 and it didn't get the above error anymore
lmao
Is there any way to make Mila or Cappie to show on the main menu instead of Crazy?
Like, is that possible w/o mod or is there any mod to do that?
no
0.93 latest..
searching for a way to do this too
havent seen any way else to do it that doesn't involve swapping crazy "Mita" with other Mitas
I don't think so 
I haven't seen a mod like that yet
Though it could exist

So like, do you know how to swap? Like just swapping models
sort of, quite easy using the tutorials pinned
there's also original Mita mod somewhere that I use to swap models
but that would mean that "crazy "Mita"" will be the Mita that I want to greet me in the main menu, and it hilariously sucks 
also where can I find this blush in the explorer? I want to delete this cute feature from this loco robo's face it does not deserve it
doesnt matter, it can have the entire galaxy's worth of knowledge and be genius and I will still hate it 
also the blushes? i think its FaceLayer...
lets see...
hmmm, cant seem to find the right argument
yeah it does not display the info I need, or am I doing something wrong
oh I just have to guess! haha, cool, more cute Cappie pics idea (and ways to make this failure look sad)
Hi guys how do I mod miside any guide?
check pinned messages, it has all the basics you need
You can replace the texture with an empty png file using UniversalAssetLoader
(If you want to go that far)
nah i will NOT follow that schizo tutorial
Actually I'm also trying to actually swap the characters, theoretically it should be easy enough, just need to load the target resources, then swap every mesh renderer and bones with mitaperson mita
God i wish I could buy time
same thing the rock said to Cody in smackdown
can you teach me how? doesnt have to be in detail, I will try to figure it out myself and yes, I WILL go that far
First, look for the texture name, you can even extract it using unity explorer, just use the object explorer tab and use Texture2D class filter
Then delete the blush part and put it inside UniversalAssetLoader\Assets\YourModFolder
And then just use
replace_2D OriginaltextureName ModFolder\textureName
Learning from an example is always better, just grab some mods from nexus and disassemble them
i know flushed ones is called "EmbarassedShadowLayer"
oh I get the gist of it, now to do it myself. thanks a lot
Yeah you can replace basically anything with UniversalAssetLoader
and shadow one is called "ManiacShadowLayer"
I wish I can inflict physical damage upon that thing that dares to call itself Mita but alas the game goes on even if I do 😔
thanks for the headsup
I also discovered that the numbers assigned to MitaPerson.FaceLayer cannot apply to other Mitas. The number 1 applies the flushed effect to that loco, but the same number does nothing to Cappie and Kind Mita, hmmmmm
Because not all of them have facelayer i think
The function might be there because of inheritance, but probably they're missing the mesh (maybe)
could've been a cuter shot with that thing 😔
any chance that we can add it ourself?
Well you can add a permanent face layer
Just import the face layer mesh from crazy mita
You can also do that by using UAL
after importing do i just put it there for the other Mitas?
Hey, thank you for this but, is there any english version of this?
I wonder what happens on the alternative menu when you replace crazy with someone else? Does the music and glitchiness stay and they just have a cute face ? Lol
Is there a way to target milas clothes that doesn't affect her body ?
The mod itself is Russian, also in game
Translation is f-ed
Nvm I figured it out using the same method as custom color cappie cap
I need a decent skin of Mita
I mean mila clothes are her body also, not like she has anything underneath, how would you want to affect her clothes
I already figured out how to separate them by using her body mesh and replacing the texture creating a skinned appendix
i used this
and just her body fbx from blender
[Error : Unity] [ERROR] Failed to set property 'localRotation' on 'UnityEngine.RectTransform': Object must implement IConvertible.
Damn i think some property can't be converted

hey so i added the ddlc mod and the ost and logo works but the characters dont? any help pls
Show us some more detail, for example: your UniversalAssetLoader version, game version, how you install it, errors or log, screenshot, etc
We're not some kind of fortune teller
well theres no errors and i have the 0.93 version of game and the newest UniversalAssetLoader and ive just opened the folder then dragged everything into the assets folder
Have you activated the mod under the addons tab inside the clothes menu?
how do u do that???
?
Read carefully
i only have these options
Ubrania
im a dumbass thanks.
@smoky olive do you think it's a great idea to release UAL now?
I have no time to continue working on the miku mod for now, so I'll just drop the update but ofc i need the new UAL commit
Prob i should also include UAL in the mod file...
You cannot use Miside Custom Model and UniversalAssetLoader at the same time with BepInEx. This may seem logical to most people here, but it took me a while to understand. 
Wait, we can't?
Why? They're working independently
After installing UniversalAssetLoader with BepInEx I tried MisideCustomModel and it didn't work.
It was only when I removed UAL from the plugins that I managed to get MisideCustomModel working. Plus I came across a video on youtube and the guy was saying that they couldn't both work at the same time. (Srry for the responding time I’m not fluent in English)
It's working
hi soside players, is the gameplay still the same with the mod installed?
Do it, if you need to.
I'm gonna release it tmr
It works for me
Has someone tried using vroid models with asset loader? because i really don't know how to properly import them
Does someone know if something like this happens?
@grave raft
can someone explain me why this would happen to a Mita edit ingame? everything has propper weights ...
its weirdly happening only to one side of the body, even though it had a mirror modifier
I tried again now and it works
Prob it's just CML messing around with external dependencies or something
You probably need to write the addons config idk it's better to import vroid models using CML
Or maybe UAL is better idk lmao it is just more complicated I guess
For custom models loader you need to have unity, you gotta make sure it's the right version idk what it is on the top of my head but you can look it up, just Google how to put custom models into miside, and you need the miside package for unity, then you can export the model as a vrmmod for the game
i think someone should make a low poly mita mod
Oh let's goo
mod made by me so you can lmk any issues
seems they rotated 90 forwards
or moved
that's why you don't mess with MakenCats assets
it messes you back
I'm sorry, what should I do about this face layer vroid in miside?
Maybe both
Idk why did they do this...
Heya!
I'm tryna download mods, and I put a few in my Custom folder, but this is all that shows up is this:
Do I have to do something other than just putting them in the folder for them to show up? right now, my clothes menu is just broken.
UABEA moment
?
I guess you're trying to install mini mita fix?
no, I just got some basic skins off nexus.
Usually I would ask about dependencies and stuff, but none of them said anything about dependencies.
Which one, there are so many religion, UAL, CML, cat tools, UABEA
idk, I haven't seen any of those terms before.
this is what's inside the mod folder, if that helps.
Ah the basic color palette...
I'm just trying to get a feel for how this works before I start downloading more elaborate mods.
ok, removing all other mods besides that purple mod seems to have fixed it.
might be because I downloaded a bunch of them at once, so one or two might be causing it.
could the issue be having too many mods at once?
nvm, I figured out how to get the recolors working.
no idea what caused it, but it's working now.
does anyone know how to download clothing?
Geeked
In unity asset loader, there’s a folder called “assets” that you’ll drag the mod folder into. Are you talking about a mod you downloaded or clothing/model you made?
yes! i was planning to make clothing for mita
That sounds really cool! Did you recolor the clothes or did you make a new outfit all together?
not yet, iw as planning to give her somthing to suit her more crazy side! or sum comfy!
Ahh okay
In that case, you'd want to grab a Mita Template (I replied to the pinned message where you can find a tutorial and a template) and make your own clothing models in Blender. Recolor, remake, whatever modifications you wanna make
Then, you'll want to export the clothes you made as an FBX file, and from there, you can replace meshes and textures in the Unity Asset Loader
It's a lot of steps and it can be confusing/tedious, Aoba's video is wonderful for these tips and works as a comprehensive guide.
For now, I'd suggest just making whatever clothing you want (in blender or just retexturing it) and once you're done, let me or the mod discussion know so that way we can help you set up the modification for the code
Put it with Head/hair
You have to name the folder "New(Sample1)"
Nah i have so many mods active for UAL, the only issues I get is some lag
it was because one of the mods I downloaded was a big pack of multiple clothes, hairs, etc in subfolders so you can mix and match
and for whatever reason, it didn't come with a default selection, so the mod bugged out because it couldn't find the textures, which led to the entire clothes tab failing to load.
@plain crescent so i recently had to reset my computer due to malware, and im now trynna re mod miside, the mod loader isnt launching when i start the game, and i did everything right
Provide more details please
"I did everything right" is very subjective
Either you're not installing BepInEx correctly or something blocked it
Try running as admin
Anyway, isn't miside is cheap? Why pirating it
foudn out what it is, when i reset my PC, it went from a 64 bit OS to a 86
i installed the 86 bit one, and it still not working
whose skin are you trying to mod?
oh im pretty sure you just need custom model loader
What is this mod menu?
Unity Explorer
God bless our Lord and Saviour sinaidev.
can someone help me with mods???
https://github.com/pupsGlavalohov/Miside-Mod-0.2 GopSide 0.2 ( 0.3 in Dev )
что это за мод?
и как много он меняет?
Скин, текст
Голос в демо не меняется
а ок
Лучше убирать озвучку
Если вы заметили то он в разработке по этому не советую щас скачивать
теперь для меня не рекомендованный плод сладок.
Но если вы можете помочь с модом например найти баги
Там иногда баг то что ??? Вместо текста
Но в некоторых моментах
Я напишу когда сяду тестить.
Ну могу сказать для пробы интересен а чтобы наслождаться то после 0.3
Если что!!! Это для Демо по этому у вас не получится на фулл мисайде сделать
а неожиданно
How much do you need a functional clone?
In the game itself, you can use the console to create a clone, but it will run and play animations as in the menu.
i saw a youtube video from a youtuber called teaside who had 4 kind mitas spawned in the bathroom and just rying to figure out how
read about the console in the game
where do i do that
sorry im new to modding
i just got into modding and im very poor at it
considering that the developers have not added normal tools, this is normal.
where do i go to spawn mitas and sorry for repeating
I sent you the material in Russian. Translate it and it will be clear.
Im cooking
spongebob
TURKISHSIDE?!
COMING SOON 🗣️
Geeked up playing xbox all day
yeah good luck with that
Nope we actually gonna ask for YOUR country
WHERE DO YOU LI- (/joke)
Bolum
france 🤡
Can I post a link, just for a meme?
Please it's funny 
Ok sorry but I can't resist, it's too late now: https://www.youtube.com/watch?v=FFTSPnE_Uwo
➡ GamerSupps 10% OFF ➡ https://gamersupps.gg/glub
➡ Twitch ➡ https://www.twitch.tv/glubbable
➡ Twitter ➡ https://x.com/aglubbable
➡ Discord ➡ https://discord.gg/2bxZ3why8G
➡ Tumblr ➡ https://www.tumblr.com/glubbable
➡ TikTok ➡ https://www.tiktok.com/@glubbable
➡ Patreon ➡ https://www.patreon.com/Glubbable
➡ BlueSky ➡ https://bsky.app/profile/glu...
Loving this mod
Why does the face isn't miku
so i've been searching through this discord for like 20 minutes now and i can't find the Soside mod. where is it?
thank you, is this just the translation or the whole thing?
Link pls
Gooddaaamn thanks dude
i supposed to be mita..
Is there any guide for mods that change 3d models in side?
Yo gang wtf does this mean
turns out my anti virus was stopping the action
I'm trying to import a vrm model, but I can't find the package that allows the abilty to add Miside as an option in unity
anyone have any advice on what to do
They're a demon
does anyone have the miside mod in vr or know if it has been released?
Hey mod guys, when are you going to create a mod with AI monsters like you did in Skyrim?
Development #1 [MiSide: Zero]
(I uploaded the unfinished one the first time :/)
You're trying to replace mita into the limping person??
Y'all the new mikuside update just dropped, 17 songs is crazy
https://www.nexusmods.com/miside/mods/284
make a kratos mod
Let’s just say it started off as “lol what if I swapped MC and Blondie” and now I spend several hours on Unity Engine, VS Code, and Blender a day
🤫
This is one of the most real mods out there
Hell yeah. I've BEEN waiting. 🔥





I don't think the maid outfit mod is working for me I tried it and it went blank
После длительного рабочего процесса спешу сделать анонс своего мода|| (фанатского дополнения)||.** Miside new story mode быть. **
Сюжет мода берет свое начало вскоре после событий оригинальной игры. Дорожную карту можно посмотреть ниже.
Примерная дата релиза: Демоверсия будет выпущена раньше мирного режима. =3
Отдельная благодарность Sutherex, за обложку.
Следите за новостями в https://discord.com/channels/508309955686957057/1338859139102670890 или в https://discord.com/channels/508309955686957057/1319361847383556128 именно там мы будем публиковать новости по проекту.
This is amazing!!! I look forward to this being in development and being released!!!
@plain crescent, how can I get the Hatsune Miku mod working? It doesn't appear in the "clothes" menu and I've already copied it to the game folder. And I also already have "BepInEx" and "UniversalAssetLoader, version 0.11.7" downloaded and installed correctly.
Are there any cmd pops out alongside miside?
Great!, enjoy the mod 🎵
does the update of the mikuside includes the bepinx or i need to install it apart?
You need to install BepInEx first.
The update just include UAL
Teto my beloved ❤️
Guys, you know if the Miku Mod is ready?
.
So much thx
OMG thank you so much for your work

dont' i need to change the 'addons_config.txt' for the new Mikus ??
Nah, just install BepInEx, extract miku mod to miside directory, and call it a day.
(Oh make sure to remove miku config from previous add-on config in UAL\Assets directory, i saw ppl still copy the addons content to the root directory...)
oh okay thank you i'll try it
When's Tetoside coming out
I'd make it myself but
A: I am mid af at Blender :(
B: Slaving away on Miside Zero and SNAFU+ (DDLC Mod)
I love giving myself projects and overwhelming myself, but I told myself that I'd limit my attention deficit ass to three projects
Hello cappie, how's today going... or tonight depending on your timezone..

location5 is missing, is it because it's empty ? @plain crescent
Every translation doesn't have Location 5
There's nothing to translate in that scene
okay ty, i'm translating it in french, if you ever want the files you can ask me
Dayum
i'm sorry, what does it mean ?
Ah it's nothing, it's a slang for amazed, admiration
oh okayy
Anyway, if you want to, you can upload the French translation to your own Nexus mod.
Just credit Mikuside if you are still using any of mikuside assets (e.g., voice data, texture images, etc.).
But if everything has been completely replaced with your own files, I think it’s fine not to credit anyone.
If you do, I’ll put the translation in the "requirements" tab, I think.
You can go nuts by translating the voice data into french
hell yeah i sure will !
nice, how do I translate these "words" ? XD
you don't
they don't even translate to anything
ik i was jk
so Russian people have this thing where we have multiple languages on our qwerty keyboards
so you can accidently just type something russian using english symbols
but this one isn't that, it's just random letters
bahaha okay i see
what is the name of the cappie Miku ?
It's still Miku but she's from leo/need idol group
so in the files it's the original name ?
I usually call her Leo/Need Miku or NeedleMiku
okay ty i'll use that
Tbh they are all miku, it's just the clothes name
Yeah, they don't..., except mila. She's called 'Rin-chan'
But if you want to give them a name, i think it's fine
okay i'll work on it and tell you the names i find
here's the start
I think cappie can be called Needle, she has a big needle for her hair clip 
Tho, its not Leo or Need
It's not an option.
The group idol name is straight up Leo/need
oh okay, i saw leo and need and needle and leo/needle
so i didn't know what to choose

How should i call the short haired Mita ?
is there a mod that let you spawn different mita's on any level? (like spawning cappie and kind mita at the "together at last" level)
also, is there a mod that let you replay the mini-games with mita/cappie without restarting the level?
The Chibi Mitas have invaded the house! It's an infestation!!!
Kind Mita is best Mita.
#miside #misidegame #mita #anime #game
well, looks like i found out how to make the first thing i looked for
not a mod though, it's built in the game, pretty cool
Vivid bad squad Miku
Again, it's the band name, she's still called Miku in that idol group
Fair :( Could always come up with some
tho that'd lowkey break the point maybe
Well then it's not teto anymore
Pretty girl with red hair and twin drills ❤️
this is not normal, right ??
The Holy Miku
fr
also it's taking the miku clothes for Cappie
and this one
if the devs of the MikuSide mod are free i can work with them for spottig bugs (i don't want to ping them)
if you're okay i will dm you for not spoiling the Mikus to everyone
@plain crescent
I didn't wanted to disturb him 
okay problem fixed that was my bad
by installing the new mod i forgot to delete the older
where does that japanese text come from ?
Yeah exactly, don't copy the addons config to the assets folder, you have 2 Miku config that colliding
Wtf @junior heron hahahah
(He's responsible for the translation and audio replacement)
Tho it's a minor bug
If it's just an accessory, hats, etc, it'll be simple, just create extra addons config
Don't modify current addons config since future updates will also modify that config
oops i think i had the wrong word
Ohh right, dub
i meant i wanted to voice acting the french Miku
Well you can either use vocaloid to manually type the word in french, or take an existing french dub and use RVC to make it sounds like miku
okay ty for RVC i'll check but is there a way to put voice records and then modding it or whatever ?
because i want to do it by my own and taking it on internet
Hmmm i think you can use the built-in dub tools?
The voice data located in Data/VoiceLanguage/HatsuneMiku
tysm i'll check tomorrow when i'll not be tired
i'll tell ya if I catch some other bugs

Looking forward to the french dub, I'm a big fan of that language, the pronunciation is sexy 100%
you'll make me blush
Do y'all have any advice for creating a game ?
occlusion culling is a must 
i'm trying to download the Dokis mod in the assets of UniversalAssetsLoader but it ain't working, when i try to activate in the addons menu my character just goes white
do you have the "addons_config.txt" in it ?
i found someone who wants to dub french Miku

@plain crescent can I have the Miku pic on the Hello.png pls? Ty
@drowsy cloak sure
https://storage.sekai.best/sekai-jp-assets/stamp/stamp0741_rip/stamp0741.png
Originally we have stickers for every subtitles texture
But it's not rendered correctly
So i just keep that one since it's the only one working
for some reason I thought of her when I saw her
oh and we gotta talk about the names
It depends on whether you want to use the official module name or come up with one
Project diva games have a unique module name for each clothes
They'll still miku, but the clothes have a name haha
okay so i guess we can use their clothes for names
Nooo she's dancing the yellow cat dance thing from animal crossing
Which is not a good thing

-# im sorry for our loss random
Why bro you spoiling mita
wdym
I hope that when peaceful mode gets added, we get the option to play it in 1st person. Cuz I do not want to always be with a mikudayo during peaceful mode.
somebody help me apply mods to miside crossover macbook '
help
word on the street it works but theres no guide for a simpleton like me
please make sex update to miside
We need that fr
tbf the game where miside happens is an adult game (source: Cappie)
I saw people saying that they had already done this mod, just didn't find it 😦
If anyone has already made this mod, please, tell me the name, I'm starting to go crazy
fr
Same dude
@barren island

@wraith ferry @trim stone @vocal narwhal @mild fern
Please guys dont talk about "sex update" and mod which cappie are doing something with herself.
Stfu

ok
sorry
I was only joking bro
sowy
Sowy too
Before beating the full game I thought it was going to be the whole game's environments without any risk so you could explore but given how linear the game is it now makes no sense
But now I do hope it's first person, it'd be lame if you played with smol characters only
there should be some keybind where you can actively switch between 3rd person and 1st person mode
What do you think you'll be able to do in peaceful mode
One thing comes to mind immediately in my case
I thought about that too
So you could get infinite interactions
which is
But the thing is how do they implement it correctly and how do they make voice lines
Apart from the freaky choice what would you think you'd be able to do in peaceful mode
cook
like actually cook
more than just chopping carrots
I hope they implement more minigames apart from the only two you have
and add a wholeeeeee list of food
did you see the game menu at the very start of the game?
they'll probably add those and a few more
oh and also the cappie minigames
the one with the hammer and the rhythm gamepad
maybe you can get them through buying using the coins and stuff
That'd be cool
OH AND CHESS
THEY NEED TO ADD CHESS
I WANT TO EN PASSANT MY MIKU (I use Miku mod) SO BAD
Remember how Mita tries to download an exterior zone to the house but you just see that error message?
OH YEAH
WE CAN ACTUALLY WALK IN THE PARK
I reckon it would be cool if you could actually exit and explore
also add day/night cycle lollll
Does that Miku mod include voice lines
they ai generate it (Its in the notes)
Cool but the DDLC mod is better 
you have miku mcdonal pfp wdym DDLC mod better /j
Well actually I like both
But the mod which lets you jump is the best of them all
Imagine all the possibilites of outdoor activities in peaceful mode
They could include sports
augh idk how to update mods though
cuz when peaceful update drops idk how to update the miku mod
I hope it won't change that much so you can still use it (regarding models I mean)
nah the peaceful update is big for a reason
I guess I just have to wait for like a week or 2 for the Miku modders to add stuff
Yea at least they work at a quick pace
Imagine that outdoor environment were an online lobby
And you could play with more people
nah, wouldn't fit in the lore too well
Development #1 [MiSide New Story** mod**] **Иконка. **
||**забавно но мне пришлось переделывать некоторые вещи,но все работает, не получилось сильно лицо изменить в плане мимики. **||
...ты только маленькую надпись вниз добавил?
её же даже не видно будет
я думал ты хотел там полностью другую композицию сделать
нет
anyone got a kratos mod
agreed
Miku mod will support peaceful mode out of the box, nothing will be broken (i hope), probably it's just missing extra voice lines, etc
But, updating the mod is just as simple as installing them, just extract it to your game directory and call it a day : D
Anyway, thanks for using the miku mod.
Stay tuned for future updates 🎵
Someone is also working on french translation + dub for miku
It's gonna be fun if the clothes button can be hooked/added.
Imagine it'll be showing clothes options for miku.
Then, since all project diva models use the same armature, i can just create some kind of auto bone retargeting and port all of 328 miku modules.
oeo
Uiu
Hi everyone, I’m just trying to set up simple scenes using the in-game engine, having characters play some of their default animations. Stuff as simple as having a GetKeyDown mod to make Mila hold her sword or trigger her desk fall down animation at will, or to be able to have Kind Mita or anyone else in the same room doing any of their default animations.
Using MelonLoader and Unity Explorer, I have not been able to reverse engineer the names/ids of the animator’s parameters or behaviors. The get and set methods associated with the animator require you to already know the string name or the int id of the parameter beforehand. Those methods can’t be used to discover them, as far as I’m aware. The following lines (with proper references to Mita and syntax) crash the game on startup just by existing in the .dll of my MelonMod.
- animator.GetCurrentAnimatorClipInfo(0)
- doing a foreach on (var item in animator.parameters)
- animator.runtimeAnimatorController.animationClips[0].name
Each of those just floods the MelonLogger console with many “Method not supported” exceptions, freezes for 5 seconds, then auto-closes the game and logger. animator.GetParameter(0) fails later when I run the code with “method unstripping failed”. I believe all of this is due to the game running on an older Unity version??? (2021.3.35f1) dnSpy hasn’t been too helpful either since this is a IL2CPP game.
Can anyone help get me back on track? I saw that some of you were working on custom animations and even custom scripting, so if anyone saw the actual names and ids of each Mita's animator, then I think that would solve all my problems. I also read that no one here really likes MelonLoader, so I'm happy to try any other tools. Right now I'm just kinda stuck and need direction.
I have all of them, you just need the animator data or do you want me to also guide you what to do?
It's kinda annoying to use my laptop RN since my chair broke lol so if you need guidance you'll have to wait until tomorrow when the ikea delivery arrives but the animator data is easy enough to quickly send
Я не говорю по-русски (перевод ChatGPT), но если тебе нужна помощь, не стесняйся написать мне в личные сообщения. Я постепенно переписываю код Maken, так что довольно хорошо знаком с тем, как работает игра.
ok,
Thank you!!! If you send the data, then I'll try to figure it out. If I can't then I'll come back. And thanks for offering to walk me through it!
I sent a friend request so you can dm it to me if posting it in this thread isn't ideal.

Здравствуйте. Мы с друзьями хотели сделать свой мод для души, но у нас произошла проблема с некоторыми файлами: хотим поменять фоновый звук, аватары и текстуры, которые находятся не в папках (возможно всё это в Unity). Можете дать совет, как их найти и открыть для изменения? Заранее спасибо!
Hello. My friends and I wanted to make our own mod for fun, but we had a problem with some files: we want to change the background sound, avatars and textures that are not in folders (maybe all this in Unity). Can you give me advice on how to find them and open them for editing? Thanks in advance!
Текстуры изменять достаточно просто, но вот звуки это уже куда сложнее
попробуй искать туториалы по программе UABE
https://www.youtube.com/watch?v=5rk8bj7uvws&list=PL5tY-kOZuwc6Ti2HQoz1lKV6rloeek4gL&index=45
Звуки/Саундтрек менять так, в конце не забудь эти ассенты в саму игру закинуть, переименовав их в любое название до "." и дампы тоже переименовать в тхт доках
Change any UNITY game sound Import and Export (Part 2) with ease.
This is absolutely everything you should know. A massive modding tutorial.
- If you enjoyed like and consider subscribing!
_____ 💀 Mods Used in this Video.
a Boneworks VR Anime : Player Model | Created by Me
► https://bonetome.com/boneworks/playermodel/777/
Works with ANY == U...
Просто есть текстуры, например, книг, найти легко (в папках сразу показывают png файл), а вот стены там или баночку пасхальную в локальных файлах не нашли. Из-за чего мы и подумали, что находится в файл unity
да они в ассет бандлах
Остальное всё в UABEAvalonia меняется спокойно
Спасибо огромное.
Ну это уже человек решит, будет ли мучаться или нет
и с обновлениями смена ассет бандлов сломается
Всё, что меняешь, оставляй в отдельных папках, т.к. когда придёт обнова, придётся с 0 всё переделывать
бесполезно честно говоря
старые ассет бандлы с обновлениями не будут работать
нужно всю игру клонировать
Не бесполезно, если в отдельных папках текстуры,звуки и т.д. оставить, то потом их в новую версию закинуть день убьёшь, а не недели
так и новая версия не будет работать
если мейкен кэт ещё раз захочет добавить 1 шрифт
то все адреса поменяются
Берешь новые файлы и делаешь тоже самое, но уже с подготовленными текстурами и модельками, если их тоже менял
я за день всё перенёс на новую версию, тк.. по папкам всё разложено и готово на такой случай, но вот уровни, это будет тяжко
у меня всё когда сломалось я немного побомбил, потом скачал старую версию и закинул в неё все свои бекапы
так что я не делаю мод на новый патч
а как люди играть будут
А обновления часто появляются? Если нет, то думаю не так критично для меня и моей компании
Закинув мод в папку игры
Да фиг его знает, когда у мейкена настроение сделать обновление тогда и появляются
Хвхвх, понял принял. Надеюсь успеем до его настроения с обновой
ты имеешь ввиду просто файлы со старой версии в новую закинуть?
да
патчи не все файлы обновляют
ну я сделал бэкап всей игры на всякий, надеюсь поможет, если поломается
так мод The Ghost Experience работает на любой версии например
Там просто другая игра в файлах по сути
и экзешник мисайда просто запускает её
is there a mod that can make every mita have the creepy mita model? or no?
I think custom model loader should be able to do that
Why does the font change on my custom language? how do i get it to stay as english font
add "Font 0" in your translation
How do i replace crazy mita with short haired mita
#miside-mods message i want to try this now
Where do I put that exactly?
something like this
Thanks, I will try when I get home
My mod has its own installer
what is ur mod
in my profile
i meant what does it add but ok
oh yeah nice mod but nvm
My mod allows you to dress your character in high-quality costumes or undress them. It has many useful functions and a convenient interface
it is good but my mod is about importing a whole different character so that wouldn't work
never said it sucks or not useful
Imagine if CML, UAL, and CatTools dev collaborating to make a big, all-in-one modding tools
Neko Tools has all features of CML or UAL
Does it support custom bones, Custom shader parameters, and the ability of modifying object parameters?
Yes, I can use custom bones. They are used for the ears and tail with physics. Also, I have my own custom shader with my own parameters, and I can modify object parameters. However, these features are not available to the user.

It doesn't matter tbh, CML is still the easiest between all of the tools available
90% of the mods out there are using cml...
Neko Tools its a beauty mod for playing but its not Mod API
yes
Ah i see, then I'm sure it should be as easy as using CML
I'm still thinking of combining neko and UAL together so it can read both unitybundle and FBX files
But 'no one' plays miside anymore so there's no point doing it...
Neko Tools have system for reading asset bundles and Fbx files
No reason to combining it
Damn
You must've have a lot of free time implementing those feature
Anyway i hope you're making it open source one day, so i can contribute 
sounds fun
3 question marks appear sometimes in the dialog on my custom language, did i break something?
yes but how? im not very experienced in modding unfortunately
it was based on UAL initially, before they knew how to use AssetBundles in Il2cpp game
UAL on steroids
No at all
now it uses AssetBundles so it's not UAL anymore, it has no support of fbx in it at the moment
what is peaceful mode ?
no more nude mod discussion
remember - no horny
I try to fix tiny mita but is not work why?
Link??
in my profile
Tanks
Literally 1984...
#shorts #1984
@waxen moth That mod has been in wip I think, so expect some bugs in the mod
Thx
Yeah, it's in beta, so it's not done just yet
Bugs and glitches can happen dw
Did you do what the video says?
Yes
#miside #modding #tutorial
0:00 Intro
0:35 Simple Tutorial
1:31 Advanced Tutorial
Discord Server:
https://discord.gg/ZHdcGdaUm7
BepInEx with UAL (My Version):
https://www.nexusmods.com/miside/mods/145
Alt Link:
https://www.mediafire.com/file/xrilu6wo7avxa2m/BepInEx_with_UAL_SRC_v2.zip/file
Venom Fan Mita:
https://www.nexusmods.com/miside/mod...
The one i found on site with mod
Make sure it's the one from here
Rn it works as it should be
Don't jinx it
Okay
Then, we are good, hope I helped you with anything
I love easter eggs and references
HUH?!
Brain fart mate
It is as it is, human error that’s all
We're humans after all
Use mita default color pallete before activating the mod
brainfart mita?
im alive
im gonna get u a cake in 13 days
what kind u looking for
Oops
this is not lore wawa😭 
Silly Car
import the .fbx into blender and edit it
How can i publish a mod in #miside-mods ?
Upload it to nexus mods and wish for the best
They're kinda picky for the mods in #miside-mods



