#miside-mods-discussion
1 messages · Page 1 of 1 (latest)
bro must verify first lol come here #❖-faq-частые-вопросы
i'd have to find a way to change state if i do that, which might be difficult, it would prob just be easier to put in a blood texture on his sleeve
да вроде норм, возможно из-за лишних файлов (png~)
are you trying to replace the MC model?
yes
наговнил модик фо фан, мб буду еще какие-нибудь приколы добавлять, кстати ||I hate bepinex||
https://github.com/MrSago/MiSide-KappiMod
does the flannel guy has a model
no hes just arms
but i can see him being a kind of lumberjack guy
only other player in the files that actually has a detailed body is just Blondie, the rest are just arms
now that you said that
i can see him being a chad brunette dude
Wouldn't be difficult to give him a body, the main issue is he'd have to be the same size as main character, and that twig boi isn't lumberjack material
в игре есть рабочее приседание?
I see you have the assemblies posted in the github
Isn't that considered piracy since you're publishing the game code?
these files are game code
yes
who knows, I just deleted dependencies I don't care how people would build and rereference them 😈
when opening the assembly-csharp file I do get game code
там просто флаг у объекта PlayerMove.canSit булевый
it's not gamecode
интересно, может придумают в каком-нибудь обновлении где можно использовать
it's IL2CPP stuff
I don't care myself, but the devs might
not even game code
а как его включить
wdym
thats not really game code, you can't build a game with that
the compiled code is still part of the developers copyright
In the same token, I should be pirating because i remodeled one of the characters and retextured, but its more of a mod and fan art
I'm posting only source, other isn't required (like dlls) simply devs can get it from bepinex dependencies folder 🤔
well in that case you're not publicly giving the code for the game itself
wdym?
If the dev's dont actually like it, they've messaged or done something about it.
I dont think its a problem
I'm posting only source to repo and in release compiled mod
https://github.com/evoredact/infinite-minigames
fair, just wondering
it'd be a shame if mods start getting deleted for something stupid like this
without any dependencies for source to compile it
devs can rereference them
¯_(ツ)_/¯
I think deep down the dev's are looking forward to modding, but they prob wont say that publicly
as everyone do
можешь глянуть в моде файл SitUnlocker, там просто UnityEngine.Object.FindObjectOfType<PlayerMove>(); и ставишь canSit = true
that's good, but the guy who posted a mod earlier in the chat did add the game assemblies to the repository
💀
GlobalTag exists
still that's not game code tho
probably a hard thing to implement considering all the mod conflicts that could be
but i don't know, never modded myself
well modding isn't really the problem, just that sharing compiled assemblies from a game is technically violating copyright law
yes it's structure of game
but modders of ror2 somehow made such a huge modbase, which is surprising
theres no workshop so iguess your right.
Still, i think its fun to add a bit more spice to whats already there, whether its competent or not i dunno
it'd be real nice if modders for miside were able to manage that too
just imagine
Theres always good people who are smarter than me
ten billion endings
good ending with cool mita c:
I don't mean that it's the source code, I mean that it's a compiled version of the code which is protected by copyright law
so sharing that on a public repository means you are violating copyright law
modding itself is not the issue
i was having fun with console tp command and managed to get Mila to walk away into her bedroom without glasses on
consider that a good ending for Mila because she maybe won't die 
It's not copyrighted because it doesn't have any license in it
you agreed to the license when you bought the game from steam
This object is not static and not initialized until the some level is loaded.
conditions exists?
pls show one with her without glasses
rahhhhhhhh
This dlls aren't the part of the product, they do contain none of the source code, they just contain the adresses in memory of the functions that are copyrighted
saves much resources instead of searching thru every object
because it's easy to use and you always would know is it exist or nah 🤔
anyways patches exists too
you can just bind it to player spawn
the dlls contain the compiled code though
(attached is a screenshot of the dll file I downloaded from the github, and you can see the il2cpp code which is the compiled code)
it does contain game structure, but not the game code 
not the game code itself but a compiled version
where else would the compiled binaries be then?
They can't be used by themselves for anything without the game files
that's true, doesn't mean it's not violating copyright though
just because I only share half of a drawing someone made doesn't mean that it doesn't violate copyright law
If it worked that way any project without the license would be a violation
Even the hello world
Because it uses the code written by someone
make MiSide a multiplayer game, so i can play with my friend
Do you mean the global tag is object name? I don't know the Unity very well
yeah that's right but the reason any game modding system requires you to own the game is because mods patch the original files
many projects contained compiled binaries and were taken down, look at bukkit which was dmcad by mojang a few years ago because they shared the minecraft jar files in their repository
that's the same with mod development, you only put your own files on github
the original game files that are being patched need to be owned by the person using the mod and can't be published by the mod developer
there have been many times where fan projects got taken down for doing this exact thing
technically any code without a license is still protected by intellectual property
the situation is always that you're not allowed to use it unless there's a reason that you are allowed to use it and not the other way around
I'm not sure what GlobalTag is but it's inside Assembly-CSharp-firstpass
it does contain player, camera and other things
I can assume that this is used inside the game
as global variable
So you can't use a c# System.dll for example without a reason?
you can use it if you have it
you just can't share it online
unless you have a license allowing you to share/sublicense it
So you can't share any of compiled by yourself exes or dlls without showing your license for using C# .NET?
Java Mod != Unity Mod
and they must have their own SDK to implement their own thing with the game anyway
I'm pretty sure .NET gives a license when you install it allowing you to compile and share your compiled binaries with other people
Your compiled code also does not include System.dll
When I compile my own code you can see that all of the namespaces are made by me and contain only code written by me
Exceptions in this case are Microsoft.CodeAnalysis and System.Runtime.CompilerServices which were automatically included and I haven't checked but I assume .NET gives you a license for that
I was using bukkit as an example for what can happen when you're sharing compiled binaries/software
In the case of a repository containing compiled binaries from a unity game you have the same situation
how can i install this? pls help
Btw, I don't intend to come across as mean or anything.
Have fun with modding it's cool af but it would suck a lot for everyone if the developers do decide to go after cases like this.
I doubt that they will, but they can if you share game binaries
oh thats right, mila model is smaller than other mitas
that happened
that's also what happened if the model isnt scaled/aligned with skeleton
I understand that you do not have bad intentions, but it would be nice to check how different our understanding of how these dll files work.
As far as I understand, these dll files do not store a single line of source code functions' bodies, either before ill2cpp compilation or after, they contain only definitions of these functions, like .h files in C, therefore their distribution can only violate the Cpp2ILL license (as far as I know it is responsible for generating these dll files)
I'll explain how I view dll files in a bit, I'm currently eating
forgot to thank you for all the help the other day, Appreciate the information you gave me.
can you guys mod me a good ending 😭
saw your work on blonde, nice job patching him up
thanks man, imma finish rigging him up and try a character swap mod. Hopefully it goes well
how do i add mods? for me bepinex doesnt work cause it doesnt create a plugins folder so i have nowhere to put the mods
did you run the game after bepinex installation?
yeah
but the console thingy didnt show up
but in other unity games it works for some reason
is your version of bepinex extracted from BepInEx-Unity.IL2CPP-win-x64-6.0.0-pre.2.zip?
yeah but not the 6.0.0
5.x.x won't work
oh
preferably 6.0.2
then i just wasted like 3 hours
trusted github only
ty
yeah
what do i do there isnt a unity explorer that works with 6.0.0
@smoky olive
ohh nevermind
just dll should be enough, but it's better to have a separate folder for each plugin in "plugins" directory
i have no idea how to open the explorer
Yeah me too
I feel that.

uhh
not me
ill just spam all my keys till the explorer opens
if it doesnt then something happened
nvm the bepinex console thing opened
wait
nvm
how do i open the stupid console
i messed something up
bruh
it says 0 plugins loaded
all the files i needed are there
????:????????????????:"?As';d;'as;'fzxl;cvl;zxl;vkldsfdsaifjusd
its been 4 hours
and i STILL cant get the stupid mods to work
still
still water
this is how the usual plugin looks like
are there any other folders with such name?
no
soooo....
why did it send like that
how do i open the console
~ , f1 and others dont work
- it says 0 plugins loaded
help

mango mango those who know
minimum wage stare + boss rage + those who work
how do i get ANY freecam mod to work
ive been trying for 4 HOURS
i HATE bepinex
put the github files in the bepinex plugin folder
what do you think
ive been doing
FOR THE PAST
4 HOURS
the regular unityexplorer hasn't been updated in quite a while and I don't think it's compatible with the newest version of bepinex

i got the bepinex that it recommends you to get
which is probably outdated but it works i think
what files do i put in
or the whoel folder
whole
bro
wow 40kb/s download speed
where is the dll
go in the bepinex plugins folder and make a new folder named ConsoleUnlocker and put the dll in there
onm the same website
i think youre on the wrong page
found it
Mod for loading assets in real time for a Unity game "MiSide" with update of assets on change and all features of https://github.com/Rist8/MiSide-Console-Unlocker - Rist8/MiSide-U...
that's another mod
the universal asset loader also has the console unlocker
`
~
hold ~
hold it
after 4 hours i finally did it

😭
the consoles help thng is in russian
the game tends to freak out when you use the scene loader
devs of this game are russian
it can load all the chapters
and all the other areas you get tped to within chapters
its called a scene
ok
now im gonna replay the chapter till the showering part 🔥
careful cuz it might bug out on you and youll have to go to the main menu or even close the game
sometimes the game doesnt know what to do when you load a chapter in the incorrect order
what is this
dos uno
mango mango
hawk 1: BOO!
hawk 2: AHH!!
get it
hawk tuah
aw man
she has no boobs
hawk 2: uhh
it gets tuah point jro 💔
Console Unlocker, miss
is mila dead forever?
They don't die, they just get reset
ok
UnityExplorer doesn't work with bepinex at least from all the forks that I know
shes dead bro, the one had memories with us.....
So the DDLC mod change Mita's into the DDLC characters?
Or just change it to one of them
how
dm me, ill help you set it up
Does the console unlocker come with the scene player or nah
rist18s universal asset loader does iirc
hell i think the console unlocker (yes the scene loader is included in the console unlocker) is built into that mod too lo
yeah its included in this one
READ EDIT AT THE BOTTOM, ITS IMPORTANT
@smoky olive sorry for taking so long, I took some time to do a bit more research into how everything works and wrote quite a big message to explain everything.
Was definitely very interesting to learn a bit more about how everything works behind the scenes.
If you don't mind reading a lot and are still interested about it then have fun reading the attachment.
Edit from me half a year later, I am correct with many things in the attached text file, although there are also some assumptions that I made that are incorrect.
The files that we were discussing are interop files and interop files only contain code that call the actual in game code which we as mod devs can attach to.
The actual interop files itself don't contain any actual code meaning that this was actually a non issue.
I was wrong for saying that this would be a copyright issue because it really is not.
I doubt anyone will still read this half a year after the fact (if you do say hi to me) but I'd like to correct some misinformation that I accidentally spread.
It became a lot bigger then what my intention was 👀
The text file is nearly just as large as my mod 😭
I use the asset loader
Is it in the ~ menu
yes
yuh
For the mods, do I have to put them directly in the data/new files and that's it?
where do i find mods? only stuff i can find is like recolored clothing and only stuff like that
Usually they'll get popped up here and #miside-mods
but some of them (like mine), are unofficial and probably not user friendly to install
And where do I put the mods that I get to download?
if it's #miside-mods then just follow the installation steps
if its clothes, then it goes in Data folder
if its something else, follow the video or step the modder provided
Uh so like am I doing something wrong I can't like load the scenes properly
Once I click on the scene menu there's just 1 scene and the rest is blank
and thats the one you load into at first
if I click an empty one I get teleported into a pure darkness and then once I click escape my game gets stuck on the settings
thats weird
yep sadly have you tried it on your pc?
Watch MiSide and millions of other MiSide videos captured using Medal.
this is what it looks like for me
i have not tried the scene function as i mainly just used the object editor which worked fine
did you try reinstalling the mod perchance?
chances are something may have just corrupted somehow and a reinstall could fix it
i also assume your running bepinex so maybe you could check the bepinex console for errors while the game is running
wish i could help more otherwise but not bein around my computer to test how it worked in my game is not great lo
I've seen people talk about freecam but I don't know how to get it. Is it a mod?
yea i can find it rq
Mod for loading assets in real time for a Unity game "MiSide" with update of assets on change and all features of https://github.com/Rist8/MiSide-Console-Unlocker - Rist8/MiSide-U...
comes with instructions on how to set it up too
Thank youu
Я думаю нам нужен мод на ползунок в меню одежды ;D
pizdec))
There's mods for Miside?
is there a way for me to make a translation for the game?
MiSide\Voice Editor\Miside Voice Editor.exe
press open
then choose MiSide\Data folder
if you want to translate subtitles then ig copy english folder from MiSide\Data\Languages and make own translation inside txt files
I'll see if I can do a clean reinstall tomorrow
thanks thio
yeah sorry i couldnt help more lol
I’ve been wondering if or how would you completely remove subtitles from the game, if that’s possible 💔
if you got console mod just enter hd in it
Console mode? I’m not familiar with it, is it a mod
yeah
Yeahhh I don’t think I’ve downloaded that
Mod for loading assets in real time for a Unity game "MiSide" with update of assets on change and all features of https://github.com/Rist8/MiSide-Console-Unlocker - Rist8/MiSide-U...
I have followed the instructions to install it, but I can't seem to make it work
any known issues?
So, do you got console when starting game?
yes
in the menu or should I load up a stage?
Try to load up first
just tried to use doki doki mod and now i have no clothes
if someone can mod can someone make so the part where you check the closet and she snaps her fingers goku appears
i need help with it pls
i have no idea
someone help me?
my bepinex won't show the console
it seems doesn't load successfully i guess
There's a flag in the BepInEx config to show console on launch
hmmm
where is it?
Of course I launched before
go to BepInEx/config/BepInEx.cfg and then search for [Logging.Console] and change the value to true
go to core
okay?
hol on not in front of pc lol wrong folder
ah it's ok
I'll wait
there should be a config folder in the BepInEx folder hmm
@still inlet Is this ur first time launching w BepInEx
Guys
How do ya think about I'll add to inf mini games mod taking console where you need to collect money controlling fly and escaping frogs by keybind?
wasn't it already infinite?
taking console by keybind
you need to wait some amount of time to play it
in afk
so I'll just add keybind to get console
why bepinex don't want to load 😭
idk 💀
it does nothing even binded with dll
what you talking about
this
oh fr fr it doesn't loading at all
nah it not helping
yes
try bepinex troubleshooting
oh
then how 🤔
i'm trying this page: https://docs.bepinex.dev/v6.0.0-pre.1/articles/user_guide/installation/unity_il2cpp.html
btw i'm installed miside in c drive
should i move to d drive?
doesn't matter
o
restart your pc 💀
Has anyone figured this out yet?
I did a bunch amount of stuff like reinstalling game, using different version of bepinex, and I just restarted pc and it helped 💀
never used this mod
i there a way to disable the hud, including the little crosshair, and all subtitles, including the in-world ones? I already have bepinex installed with console unlocker and free cam
I got it to work... Kinda...?
Drop it in UniversalAssetLoader Assets such that it's Assets/Dokis. It will add a few things to the base UAL Assets folder as well.
If anyone can figure out how to fix the clothing bug though, please tell me
that's not that hard but a little bit boring playing it again
How do u get mods for miside game
idk why but it works now
thanks so much man
guys do ya need all achievements mod
do you think it will be hard making a mod that adds custom waves
I already did
it's in my mod
or like difficulties that change stats of monsters
my mod open-source
good work
play as mita when
ye would be neat
do it, im in.
I finished up the rigging on blondie to attempt swapping him out for main character. I just need to finish his hair bone rigs and flexshapes and ill try it some time tommorrow
ill prob come bug ya when i inevitably fail in trying lol
oh thank god, i dont want to do the hair bones
just use Head weighting and call it a day
(rigging hair is the absolute worst thing)
done we good
i did actually do the tie bones for his hoodie strings, it looks pretty okay, and its a little detail
Does anyone encounter the same error while try to run the game under BepInEx?
Mine keeps downloading the library and not running the game at all;-;
I've tried to manually installed the libraries and disable it in the BepInEx.cfg
hey do you know if there is scene 16 in the game
what
ever used loadlevel in the developer console
I don' think so
the logoutput file states that: Failed to generate Il2Cpp interop assemblies
and the error says that: Could not load file or assembly 'UnityEngine.CoreModule
idk tbh I'm using
BepInEx 6.0.0 be.729+35f6b1b
BepInEx.Unity.IL2CPP-win-x64
and it's working
BepInEx.Unity.IL2CPP-win-x64 is this a js file?
oh i see
Do you remember when you first launch the game under BepInEx, does it came with a console that said "downloading unity base library"?
I don't remember
For me the progress stucks at this "downloading unity base...."
is it same with ver?
tried it but it still likes that ;-;
yes
well I don't really know then
have you checked github issues?
thank you anyways
maybe someone already had such an issue and a fix was proposed
how does your Steam\steamapps\common\MiSide folder look like
let me fix it 💀
sorry lol i meant to ping the person who has the bepinex problem
i suppose it works fine for you
hey
i think i did include every things from BepInEx folder
imagine
yeah well thats all correct
maybe your firewall blocks downloading libraries or something
might
i guess so, should i disable window anti virus?
In the Bep cfg file, should i change (version) to the direct version of the unity game based on?
this i don't know i didn't have to do that
this yes you should try disabling antivirus and then trying to launch again
it seems not working, I've tried disable downloading from source and manually download the unity libraries & missing files but it keep error 
redact, can you show me detail of the BeInEx folder, likes: core, interop, patcher, unity-libs
i want to mannually download the missing files, since the console cmd could not do this
like i want to know in those folders: core, interop, patchers, unity-libs
they're compiled by bepinex
so that means they're empty when you click in?
no
i want to know what files those folders contain in order to put them in the correct ones
because i download it manually
redact, can you show me your core folder?
lol what's that
bruh...
btw is there anyone who managed to export non-default models with weights?...
like towel model
(tho not sure modloader can replace it for now..)
most surely MiSide\BepInEx\plugins
but I'm not using that loader
i just want to be freaky with mita

what.
Hey guys. Does anyone know how to bind the UI on/off key in the console from the github?
Can I replace UsualMita with CrazyMita?
you could try
EDITED 20/01/2024: hardmodding for MC modding are now obsolete and superseded by UAL 0.11.0, but this is a good reference on what MC has.
Note for people who mod MC character, these are the related mesh/texture you need to mod:
Format: PathID - Description
resources.assets (Main Player)
-209 - Clothes Texture2D
-210 - Face Texture2D
-264 - Arms Texture2D
-321 - Hair Texture2D
-370 - Head Mesh
-424 - Clothes Mesh
-431 - Hair Mesh
-501 - Arm Mesh
sharedasset3.assets (Pyjama/Time)
-155 - Pyjama Clothes Texture2D
-174 - Face Exhuasted Texture2D (Time2)
-194 - Arms Blood Texture2D (initial)
-208 - Arms Blood Texture2D (after some time)
-316 - Pyjama Hands Texture2D
-317 - Face Exhuasted Texture2D (Time1)
-367 - Pyjama Mesh
-461 - Arm Pyjama Mesh
Archive for older versions: https://pastebin.com/fWpSwJ8V
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
^ i noted this for myself and for other advanced modders
Does the scene loader work for you guys?
Well that was something i just had to read
I LOWKEY AGREEEEE
@smoky olive excuse me for pinging you, but i feel like assetloader is not working properly. I also attached log here
I believe I also installed at the proper place.
that ui
nostalgia
vista best tho
also I installed BepInEx first, then UAL later
it might be broken
This one is a latest release from GitHub though
i know
I'm just shocked that the creator of DDLC mod seems to be the only one who managed to use it
I think you have a problem with mesh name
Or maybe it is because current UAL version does not support bones and you are trying to import body model with them
Are you traing to make CJ mod compatible with Asset Loader?)
UAL cant change models for anyone other than Mita right now
I used "Mita" though, so that's kinda odd
I kinda want to prevent hard-modding it
So let's see if I can debug and figure this out
because well, it *cannot* find the FBX for some reason
while it is there
bro has windows 7 theme
i need help running this
not really
you can name anything
id name it UnlockProg
just create folder like this
then other stuff in here
I'm just showing an example
oh
did the console started?
what ver of bepinex you installed
it supposed to be unity il2cpp x64 win
I'll put it into github
yes
you should ask what ver of bepinex used person cuz that's mostly common issue
I added what full version game requires
I'm sorry I don't get your question
to github
yeah sorry for my bad English
I just said to ask person firstly about what version of bepinex he have installed
it's most common issue
I did latest one
Tested on BepInEx 6.0.0 be.729+35f6b1b.
Yeah, but that's another plugin. Is it not?
yes it is
just doesn't matter they have same readme
I'm currently on two tabs in browser
I mean you got a fair point there
took first one
I have question is there any freecam mod for MiSide please ?
Use the ConsoleUnlocker mod
it's not fonctional for me
Have you try holding ` or ~
oui
F9 was timefreeze, no?
no
or yes
I don't remember
I haven't checked console unlocker keybinds for a long time
I forgot them
you know better
when I press f9 or hold it down it does nothing
no
what version of bepinex you installed
This is the version I downloaded
me too
that's the right one
did you installed it into miside root folder?
all files into root folder
how?
here ?
it doesn't work
restart your pc
¯_(ツ)_/¯
if didn't work then write about it to bepinex issues
discord server or github
The first time I downloaded it it worked but now it doesn't work anymore
good
yes
and how i know its working
It doesn't work for me
how to fix it? (UniversalAssetLoader)
unlock progress?
can i go too?
yes
no
is there a way to sneak and sprint every time?
I am French I don't know how to speak English to talk to you I use Google Translate
@mint dagger please help me for instal the console mode for miside
ok let's talk english
join discord voice
and stream
like
I'll translate
for oyu
in text
ok
open voice chat
Nice spelling by the devs lol
Funcitons and Swtich
¯_(ツ)_/¯
I just updated infinite minigames
now you can take tetris by f2 and added new game quadliner
no scoreboards rn but soon
wthf
I wonder how Chibi CJ will look like
nice theme
did you add the model via assetloader?
if you imported it with the bones and it has physics, than you understand the structure of them better than me
im just testing with basic model first
maybe ill do even more advanced things later
but i know for sure is
something is seriously wrong with the bone names
like bones that has spaces got converted to have underscore
but i havent confirm if its actually affect anything
Have you had any such errors? (and such a problem when trying to load any model)
Is assimp.dll in your root directory? (aka alongside MiSideFull.exe)
If yes then that CatEars is likely old version
yap
Then it's probably outdated model, safe to be ignored
wow guys I made bepinex installation tutorial
https://www.youtube.com/watch?v=kA1J2K4pcjg
BepInBuilds: builds.bepinex.dev/projects/bepinex_be
Music in video: soundcloud.com/hahaahahahahah/lieless-9purple-yad
https://www.youtube.com/watch?v=ZqsRu8Zkl04
I'm tired of helping 
@void trail could you pin the following video?
And this too, if you wanted advanced modding pin
Thank you so much
how do i install the 100% mod
Check that video
\
in addon config instead
*CarEars
...
...
..
write
*CatEars
create_static_appendix Mita CatEars Head
replace_tex Mita CatEars CatEars\\CatEar_BaseColor
replace_mesh Mita CatEars CatEars\\MitaCatMaid CatEars
set_scale Mita CatEars 1.55 1.5 1.7 Core
set_scale Mita CatEars 0.85 0.85 0.85 Maneken
move_position Mita CatEars 0.00 -0.01 0.02 Maneken
move_position Mita CatEars 0.00 0.01 0.00 Creepy
-remove Mita CatEars
Thank
Hi, does anyone have a mita blender?
what r u trying to do
i want those mods and i have no idea where to put hem i huv Belpnexx
i dont think that you playing on demo rn
so i get gun pointed to use demo version
damm
if you want to use this specific mode, then yes
i just want to play with the clothes
are there anymods to play with the clothes
i think the one which dont got demo in the top of message
( which one is it )
peaceful mode??
oh man
how?

ah damn forgot the link
ruined
Mods / Skins - CJ from GTA: San Andreas
Required BepInEx version 6.0.0 or above and MiSide-UniversalAssetLoader to install properly, ensure that assimp.dll is along side MiSideFull.exe (if you installed correctly, it should be there)
You can also use mod as a reference for full body replacement mod for Mita.
Installation:
Extract all the files in folder in BepInEx\plugins\UniversalAssetLoader\Assets
PEAK
You can also replace other Mitas by replacing MitaPerson Usual MitaTrue to all
or anything, in Known Mitas' Animators
Hey, how did you download clothing mods for the game? I can't install it
I'm already afraid to imagine what mods are coming soon 💀🥶
what's the easiest way to mod Mita's textures? I kinda wanna make Mita look like my OC by retexturizing, but it's hard to (I use an online panting website lol)
I might make a 3D viewer of mita for model preview soon tbh
I see a lot of eager people trying to make something
but check pins, there's UV map template for you to see
you can overlay it on top of original texture and work from there
thankyou <3
I need someone to release a texture editing tutorial one day 💔
What's so wrong about this? DO people think listening to x mitas for 3 hours is an accomplishment that will get undermined by this now?
If you don't like the easy access to christmas mitas and prefer to bang your heads in 4 walls for more hours/dive head-deep into game files/watch youtube tutorials instead then you should leave this alone
that's fine I love how they adding these funny emojis
I beat world record on MiSide modding by 👎
and I think I'm speedrunning mod making 
ig some people prolly think that why even bother purchasing the game in the first place if you just gotta do that
but like yeahh there are always people out there who don't want to spend their time too much so
Im tryna install the Infinite Minigames Mod
Dont know what im doing wrong
The file is in the plugins folder
warning is not an error, it's ok
yeah that's bad
Waiting for crouching mod 
💀
What am i doing wrong bruh 💀
nothing, go to github repo
and download release https://github.com/evoredact/infinite-minigames
0.0.3 release
.DLL file, you downloaded source
Oh LOL
not the compiled
Thanks
++++++
is there a mod on how people get a different view of things or is it a feature in the game? i seen some pictures of "how to kill everyone" book and i wanna do that too and search around to see what other stuff i could find
does this happen to you guys too with the scene loader?
I can confirm
getting ue to work is so annoying
find one that works
gotta regen each time 
didn't realise the discord existed
with ML
Guys do you know how to access the game console to free roam?
If I may ask, how do you get the scene loader?? Or am I just dumb
It doesn't even work but just use console unlocker or asset loader
the rest work fine just not the scene loader
Oh, okay
Hi can i ask if you have any guide on how to install console unlocker please
written guide on the github
Gagh i need a cappie mod i am full of despair by not having one
How do you guys make skin btw?
Has anyone ripped the models out of the game? Ive only seen a Mita model floating around, but id like the protagonist's model and the other types of mitas.
ModSide
i ripped blondie out but other than that no
was gonna do tiny mita, but finding her assets is rough
yeah the assets are in pieces
and need to be reassembled
so i was hoping someone just did it
I wonder if someone’s gonna mod the mc to be a girl / some type of Mita model 
im gonna try
but i think most of the mitas have already been released and ported by this point
i really just wanted to model swap the MC
was hoping someone would do it so id have example to go by
im literally about to try in like 10 minutes lol, im doing the faceflexes on blondie so i can swap with MC
i dunno what im really doing though, so i prob will fail
Wishing you lots of luck regardless
You want to unlock all process?
eu ja arrumei

i already resolv, ty
Can u tell me how to do that..
I want the mod to pat tiny Mita's head
is there any mod skin that changes the color of every Mita's hair? or do they all only change the hair color of Crazy Mita alone
u need download BepInEx and unzip in root game
Root game, where's it?
here
Oh ... Thanks
theres different textures for each mitas hair i believe.
so its possible to change each individual mita
we dont have any of those yet, huh?
im not for sure, its not really a project im working on. only thing i got planned is to make a whole tiny mita that looks normal again
That sounds cool
I need help I cant go free cam but freeze time and unlock fps
What is remove skirt?
It removes her skirt lol
Do u see her u know?
The function is not enabled, so the skirt is visible
All the clothes in the clothes tab disappeared. what happened 😭
And if he enable it Will she be naked?🤔🤨
Oki thx
np
did you perchance install one of those clothes mods
I was asking cuz i saw some "nsfw" mod on reddit and i thougt he was using one of them
or just the universal asset loader
I have the universal asset loader and some custom outfits but thats it.
did the asset loader work before adding those outfits or did u install them all in one go
It worked before so now I'm thinking it might be one of the outfits I installed
can u take a sc of whats in the “custom” folder in the “data” folder?
chances are there may be a file in a file for one of the outfits
ah nice
LO
tried swapping out MC with blondie but just ended up with invisible player lol
how did you swap it
replaced mesh after importing blondie into unity, building unity and tried to just force it in with unity asset bundle extractor
Didn't work out
Yeah i learned the hard way lol
this is just the unity project of blondie i loaded in with the same skeleton as MC
okay, that's good
I can't anymore 😭
People just simply see in attachments .DLL or .ZIP archive and tries to install it into bepinex/plugins
Even if they didn't installed bepinex
Or they do common issues on how to install right version
you still there? @drifting saddle
yep im still here
For every mod there should be additional text like:
How to install bepinex and plugins: youtube link link
How to download release from github repository: youtube link
Mod repository: github link
ok im withya so far
can you edit the script file?
you can press "Open" here
copy-paste everything in this page https://pastebin.com/raw/B4QxWCce
the code is safe and pretty easy to understand
it's just fixing the bones to make it not disppear in game
If it saved and you have this "Tool" tab, then you're going to the right direction
ok i got that tab, sorry my pc slows down with unity
Yes i still got em in a reference folder
Drag em here
Also to verify something with your model
Does your model still keep this?
If yes, then you have to delete it
AH okay it does still have that, ill delete that
You don't really have to drag texture in Unity btw, just pure mesh is fine
We will let the game manage everything
ok i dragged the player01 zip file in but my files look different
It's ok, we just needed the mesh for reference
I don't know if your exported FBX will be different
Click on each model, then check the following
Convert Units should be OFF
Read/Write should be ON
Preserve Hierarchy only needed if model looks screwed in initial import
Then when you drag each model in here, it should be around this size
You can import your model if the size is matched with original MC
For example, this is my CJ model and the size looks pretty okay
looks like im gonna need some scaling, even though in blender they were the same scale
If your model is too large then you can uncheck Convert Units
see if it matches
Only for your model
hard to see but its almost perfect match, the head is inside
leave the MC model untouched
That looks good enough
yeah but i touched MC model and not custom right?
the custom is really tiny in comparison
MC Model should always have convert units off
lemme fix that
Custom model can be adjusted to have or not as long as the scale is right
But all models should have Read/Write on
wait a minute.. i think i forgot something
i forgot if your model used all the bones
they match now, MC untouched, all read/write
he uses all bones except tie 6 bone
sure does it need to go anywhere?