#miside-mods-discussion

1 messages · Page 1 of 1 (latest)

pulsar whale
#

Oh, well, about that. It uses the same arm mesh

#

but the texture is changed

meager grotto
drifting saddle
#

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

sour drum
#

так и должно быть? по моему не

#

другие скины норм качает, на хутао выдал это

void trail
#

проверил

upper lake
echo gull
hushed crag
opal horizon
#

are you trying to replace the MC model?

drifting saddle
spring nymph
stray warren
#

does the flannel guy has a model

drifting saddle
#

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

stray warren
drifting saddle
#

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

opal helm
pulsar whale
#

That isn't the game code

#

That's just mod

opal helm
mint dagger
opal helm
spring nymph
#

там просто флаг у объекта PlayerMove.canSit булевый

mint dagger
grim mist
#

интересно, может придумают в каком-нибудь обновлении где можно использовать

mint dagger
#

it's IL2CPP stuff

opal helm
mint dagger
#

not even game code

crystal lily
mint dagger
drifting saddle
#

thats not really game code, you can't build a game with that

opal helm
drifting saddle
#

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

mint dagger
opal helm
mint dagger
#

never posted any dll or exe

#

(compiled application)

drifting saddle
#

If the dev's dont actually like it, they've messaged or done something about it.

#

I dont think its a problem

mint dagger
opal helm
mint dagger
#

without any dependencies for source to compile it

#

devs can rereference them

#

¯_(ツ)_/¯

drifting saddle
#

I think deep down the dev's are looking forward to modding, but they prob wont say that publicly

spring nymph
opal helm
mint dagger
fossil ore
opal helm
mint dagger
#

yes it's structure of game

fossil ore
#

but modders of ror2 somehow made such a huge modbase, which is surprising

drifting saddle
#

Still, i think its fun to add a bit more spice to whats already there, whether its competent or not i dunno

fossil ore
drifting saddle
#

Theres always good people who are smarter than me

fossil ore
opal helm
# mint dagger still that's not game code tho

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

grim mist
#

consider that a good ending for Mila because she maybe won't die Facebookcry

smoky olive
opal helm
#

you agreed to the license when you bought the game from steam

spring nymph
stray warren
stray warren
#

rahhhhhhhh

smoky olive
mint dagger
#

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

opal helm
mint dagger
opal helm
#

not the game code itself but a compiled version
where else would the compiled binaries be then?

smoky olive
opal helm
#

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

pulsar whale
#

Something, somewhere needed a base code

#

And modding is not an exception

smoky olive
#

Even the hello world

#

Because it uses the code written by someone

long trail
#

make MiSide a multiplayer game, so i can play with my friend

spring nymph
opal helm
# pulsar whale Something, somewhere needed a base code

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

opal helm
mint dagger
#

it does contain player, camera and other things

#

I can assume that this is used inside the game

#

as global variable

smoky olive
opal helm
#

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

smoky olive
#

So you can't share any of compiled by yourself exes or dlls without showing your license for using C# .NET?

pulsar whale
#

Java Mod != Unity Mod

#

and they must have their own SDK to implement their own thing with the game anyway

opal helm
# smoky olive So you can't share any of compiled by yourself exes or dlls without showing you...

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

opal helm
# pulsar whale Java Mod != Unity Mod

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

exotic raft
#

how can i install this? pls help

idle sail
opal helm
#

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

pulsar whale
# idle sail

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

smoky olive
# opal helm Btw, I don't intend to come across as mean or anything. Have fun with modding it...

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)

opal helm
#

I'll explain how I view dll files in a bit, I'm currently eating

slate breach
drifting saddle
robust prism
#

can you guys mod me a good ending 😭

slate breach
drifting saddle
rotund prism
#

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

smoky olive
rotund prism
#

but the console thingy didnt show up

#

but in other unity games it works for some reason

smoky olive
#

is your version of bepinex extracted from BepInEx-Unity.IL2CPP-win-x64-6.0.0-pre.2.zip?

rotund prism
#

yeah but not the 6.0.0

smoky olive
#

5.x.x won't work

rotund prism
#

oh

smoky olive
#

preferably 6.0.2

rotund prism
#

then i just wasted like 3 hours

smoky olive
rotund prism
#

is bepinex on github only

#

or on other sites too

smoky olive
#

trusted github only

rotund prism
#

which one

#

there are too much fakes

smoky olive
rotund prism
#

ty

smoky olive
rotund prism
#

this one?

smoky olive
#

yeah

rotund prism
#

ok ty

#

so all i have to do is just put .json and .DLL?

#

files in the plugins

rotund prism
#

@smoky olive

#

ohh nevermind

smoky olive
#

i think it exists

#

maybe a fork

rotund prism
#

this?

smoky olive
#

probably

#

haven't used

rotund prism
#

how do i open the explorer

#

fart

#

i need just the dll files?

#

and json

smoky olive
#

just dll should be enough, but it's better to have a separate folder for each plugin in "plugins" directory

rotund prism
#

i have no idea how to open the explorer

smoky olive
rotund prism
#

i am a pro coder

#

trust me

#

i have alot of ideas of what im doing

drifting saddle
rotund prism
#

not me

#

ill just spam all my keys till the explorer opens

#

if it doesnt then something happened

#

nvm the bepinex console thing opened

smoky olive
#

just check the logs from that console

#

and see if it even works

rotund prism
#

wait

#

nvm

#

how do i open the stupid console

#

i messed something up

#

bruh

#

it says 0 plugins loaded

rotund prism
#

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

smoky olive
#

this is how the usual plugin looks like

rotund prism
#

those who know

#

mango mango

#

so i needed the whole folder?

smoky olive
rotund prism
#

?

smoky olive
#

are there any other folders with such name?

rotund prism
#

no

smoky olive
#

soooo....

rotund prism
#

im gonna cryu

#

i dont even know how to open the folder

#

explorer*

rotund prism
rotund prism
smoky olive
rotund prism
#

how do i open the console

#

~ , f1 and others dont work

#
  • it says 0 plugins loaded
#

help

rotund prism
#

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

smoky olive
topaz summit
#

put the github files in the bepinex plugin folder

rotund prism
#

ive been doing

#

FOR THE PAST

#

4 HOURS

topaz summit
#

LOCK IN

#

show me what you did

opal helm
# rotund prism this>

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

topaz summit
#

i got the bepinex that it recommends you to get

#

which is probably outdated but it works i think

rotund prism
#

or the whoel folder

#

whole

smoky olive
#

bro

rotund prism
#

wow 40kb/s download speed

topaz summit
#

you dont even need the zip

#

just the ddl

rotund prism
#

where is the dll

topaz summit
#

go in the bepinex plugins folder and make a new folder named ConsoleUnlocker and put the dll in there

smoky olive
topaz summit
rotund prism
topaz summit
#

i think youre on the wrong page

rotund prism
#

found it

topaz summit
smoky olive
smoky olive
rotund prism
#

what do i press to open it

#

i cant read im lazy

topaz summit
#

the universal asset loader also has the console unlocker

smoky olive
#

`

rotund prism
#

f9?

#

ok

smoky olive
#

~

topaz summit
#

hold ~

smoky olive
#

hold it

topaz summit
#

/ for freecam

#

f9 to pause the game

rotund prism
#

after 4 hours i finally did it

topaz summit
#

okay nvm.

#

please delete the files.

smoky olive
topaz summit
#

😭

rotund prism
#

shop

#

i cant even spell

topaz summit
rotund prism
#

u

rotund prism
#

the consoles help thng is in russian

topaz summit
#

the game tends to freak out when you use the scene loader

smoky olive
rotund prism
#

what is a scene loader

#

it loads scenes?

topaz summit
#

it can load all the chapters

#

and all the other areas you get tped to within chapters

rotund prism
#

sv_cheats 1

#

noclip

topaz summit
#

its called a scene

rotund prism
#

ok

topaz summit
#

milas scene is literally just called "glasses"

#

🔥

rotund prism
#

now im gonna replay the chapter till the showering part 🔥

topaz summit
#

careful cuz it might bug out on you and youll have to go to the main menu or even close the game

rotund prism
#

why tho

#

ill just use freecam

topaz summit
#

sometimes the game doesnt know what to do when you load a chapter in the incorrect order

meager crow
#

what is this

rotund prism
#

dos uno

#

mango mango

#

hawk 1: BOO!
hawk 2: AHH!!

#

get it

#

hawk tuah

#

aw man

#

she has no boobs

topaz summit
#

hawk 2: uhh

topaz summit
rotund prism
#

what the hell

topaz summit
#

metroidvania 💔 ....

#

i think thats a canceled minigame

#

i have no idea tho

rotund prism
#

what does it do

#

oh

#

ok

long trail
rotund prism
#

is mila dead forever?

hasty saffron
rotund prism
spring nymph
remote valve
sage coyote
#

So the DDLC mod change Mita's into the DDLC characters?

#

Or just change it to one of them

meager crow
long trail
hasty saffron
#

Does the console unlocker come with the scene player or nah

sleek otter
#

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

sleek otter
opal helm
#

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 😭

hasty saffron
#

Is it in the ~ menu

sleek otter
#

yes

hasty saffron
#

Cuz I think I missed it then

#

Alright thanks

#

I'll check later

sleek otter
#

yuh

austere quarry
#

For the mods, do I have to put them directly in the data/new files and that's it?

rotund prism
#

where do i find mods? only stuff i can find is like recolored clothing and only stuff like that

pulsar whale
#

but some of them (like mine), are unofficial and probably not user friendly to install

austere quarry
#

And where do I put the mods that I get to download?

pulsar whale
#

if its clothes, then it goes in Data folder

#

if its something else, follow the video or step the modder provided

hasty saffron
# sleek otter yes

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

sleek otter
#

thats strange

#

id look into it but im unfortunately not around my pc rn

hasty saffron
#

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

sleek otter
#

yeah thats weird

#

does the freecam and stuff work tho?

hasty saffron
#

yea all of the other features work fine

#

I just can't get the scene thing to work

sleek otter
#

thats weird

hasty saffron
#

this is what it looks like for me

sleek otter
#

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

sleek otter
#

wish i could help more otherwise but not bein around my computer to test how it worked in my game is not great lo

lament agate
#

I've seen people talk about freecam but I don't know how to get it. Is it a mod?

sleek otter
#

yea i can find it rq

#

comes with instructions on how to set it up too

lament agate
#

Thank youu

tiny salmon
#

Я думаю нам нужен мод на ползунок в меню одежды ;D

twilit stag
#

There's mods for Miside?

grizzled terrace
sleek cairn
#

is there a way for me to make a translation for the game?

dire cradle
sleek cairn
#

how does it work tho

#

is it like an import thing or what

dire cradle
#

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

hasty saffron
#

thanks thio

sleek otter
#

yeah sorry i couldnt help more lol

dense juniper
#

NO FRICKING WAY

#

LOL

sleek otter
#

LOL

#

NEED

upper egret
#

I’ve been wondering if or how would you completely remove subtitles from the game, if that’s possible 💔

dire cradle
upper egret
upper egret
#

Yeahhh I don’t think I’ve downloaded that

dire cradle
long trail
#

any known issues?

dire cradle
long trail
#

yes

dire cradle
#

Then hold ~ button on your keyboard for 1-2 seconds

#

Ingame console should appear

long trail
#

in the menu or should I load up a stage?

dire cradle
#

Try to load up first

long trail
#

aight

#

ty for the help

spice stream
#

just tried to use doki doki mod and now i have no clothes

rotund prism
#

if someone can mod can someone make so the part where you check the closet and she snaps her fingers goku appears

spice stream
rotund prism
spice stream
#

what is this btw

#

i think i exploded my game

still inlet
#

someone help me?
my bepinex won't show the console
it seems doesn't load successfully i guess

fleet vine
still inlet
#

hmmm
where is it?
Of course I launched before

fleet vine
#

go to BepInEx/config/BepInEx.cfg and then search for [Logging.Console] and change the value to true

#

go to core

still inlet
fleet vine
#

hol on not in front of pc lol wrong folder

still inlet
#

ah it's ok
I'll wait

fleet vine
#

there should be a config folder in the BepInEx folder hmm

#

@still inlet Is this ur first time launching w BepInEx

still inlet
#

no

#

i tried reinstall bepinex many times,
but the result is same

mint dagger
#

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?

terse cargo
mint dagger
#

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

still inlet
#

ah i see

#

good idea i think

mint dagger
#

why bepinex don't want to load 😭

still inlet
#

idk 💀
it does nothing even binded with dll

mint dagger
#

what you talking about

mint dagger
mint dagger
still inlet
#

yes

mint dagger
fleet vine
mint dagger
#

tho it not helped me 💀

#

most of it for mono version

still inlet
#

oh
then how 🤔

#

btw i'm installed miside in c drive
should i move to d drive?

mint dagger
#

doesn't matter

still inlet
#

o

mint dagger
pliant ermine
mint dagger
#

I did a bunch amount of stuff like reinstalling game, using different version of bepinex, and I just restarted pc and it helped 💀

mint dagger
vapid flame
#

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

pliant ermine
#

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

mint dagger
#

that's not that hard but a little bit boring playing it again

silk orbit
#

How do u get mods for miside game

still inlet
mint dagger
#

guys do ya need all achievements mod

grim mist
mint dagger
#

it's in my mod

grim mist
#

or like difficulties that change stats of monsters

mint dagger
#

infinite minigames

#

not sure about stats of monsters

#

never checked them

mint dagger
grim mist
#

good work

pseudo bear
#

play as mita when

pulsar whale
#

actually? i mean..

#

i could do that..

pseudo bear
#

ye would be neat

drifting saddle
#

do it, im in.

drifting saddle
# pulsar whale actually? i mean..

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

pulsar whale
#

oh no

#

dont do hair bone

#

mc dont have that

#

(or do they?)

drifting saddle
#

oh thank god, i dont want to do the hair bones

pulsar whale
#

just use Head weighting and call it a day

drifting saddle
#

(rigging hair is the absolute worst thing)

drifting saddle
#

i did actually do the tie bones for his hoodie strings, it looks pretty okay, and its a little detail

pulsar whale
#

nice

#

good

proven sleet
#

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

grim mist
mint dagger
#

what

grim mist
mint dagger
#

I don' think so

proven sleet
# proven sleet

the logoutput file states that: Failed to generate Il2Cpp interop assemblies
and the error says that: Could not load file or assembly 'UnityEngine.CoreModule

mint dagger
#

BepInEx 6.0.0 be.729+35f6b1b
BepInEx.Unity.IL2CPP-win-x64

#

and it's working

proven sleet
#

BepInEx.Unity.IL2CPP-win-x64 is this a js file?

mint dagger
#

zip archive

proven sleet
#

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"?

mint dagger
#

I don't remember

proven sleet
#

For me the progress stucks at this "downloading unity base...."

mint dagger
proven sleet
proven sleet
mint dagger
#

well I don't really know then

fossil ore
proven sleet
#

thank you anywaysMitaSad

fossil ore
#

maybe someone already had such an issue and a fix was proposed

proven sleet
#

but no one reply yet

grim mist
mint dagger
grim mist
#

sorry lol i meant to ping the person who has the bepinex problem

#

i suppose it works fine for you

proven sleet
proven sleet
#

i think i did include every things from BepInEx folder

pulsar whale
#

imagine

grim mist
#

maybe your firewall blocks downloading libraries or something

mint dagger
#

might

proven sleet
#

In the Bep cfg file, should i change (version) to the direct version of the unity game based on?

grim mist
grim mist
proven sleet
pulsar whale
#

its cooking

proven sleet
# mint dagger might

redact, can you show me detail of the BeInEx folder, likes: core, interop, patcher, unity-libs

proven sleet
#

i want to mannually download the missing files, since the console cmd could not do this

proven sleet
# mint dagger

like i want to know in those folders: core, interop, patchers, unity-libs

mint dagger
#

they're compiled by bepinex

proven sleet
#

so that means they're empty when you click in?

mint dagger
#

no

proven sleet
#

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?

pulsar whale
#

hmm hmm yes

#

the real player right here

mint dagger
#

lol what's that

tawny raptor
#

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..)

tame perch
#

help this old man wher ihav to put those

tawny raptor
#

but I'm not using that loader

tame perch
#

i just want to be freaky with mita

desert hull
pulsar whale
#

what.

unkempt mango
#

Hey guys. Does anyone know how to bind the UI on/off key in the console from the github?

midnight birch
#

Can I replace UsualMita with CrazyMita?

fossil ore
pulsar whale
#

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

#

^ i noted this for myself and for other advanced modders

hasty saffron
#

Does the scene loader work for you guys?

dreamy creek
#

Well that was something i just had to read

modern gull
#

I LOWKEY AGREEEEE

pulsar whale
#

@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.

pseudo bear
#

nostalgia

#

vista best tho

pulsar whale
#

also I installed BepInEx first, then UAL later

pulsar whale
#

This one is a latest release from GitHub though

smoky olive
#

i know

#

I'm just shocked that the creator of DDLC mod seems to be the only one who managed to use it

pulsar whale
#

I need to figure out where exactly is it being loaded

#

I need to try full path

craggy cargo
#

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

craggy cargo
pulsar whale
#

Mhm

#

I mean I made him as MC

#

so it's time for a reverse

craggy cargo
#

UAL cant change models for anyone other than Mita right now

pulsar whale
#

I used "Mita" though, so that's kinda odd

craggy cargo
#

I think it is the problem with mesh name or bones than

#

Or both)

pulsar whale
#

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

craggy cargo
#

It cant find mesh not fbx

#

It can have diffrent name other than file name

grizzled terrace
chilly sun
#

i need help running this

pulsar whale
#

Make a folder, then move that DLL inside

#

should work

chilly sun
#

a folder where?

#

and do i have to name the folder anything specific

pulsar whale
#

not really

#

you can name anything

#

id name it UnlockProg

#

just create folder like this

#

then other stuff in here

chilly sun
#

how did you get that many file

#

i only have that one file

pulsar whale
#

I'm just showing an example

chilly sun
#

oh

mint dagger
#

with just bepinex/plugins works fine

#

no folder needed

chilly sun
#

its not doing anything

mint dagger
#

did the console started?

#

what ver of bepinex you installed

#

it supposed to be unity il2cpp x64 win

chilly sun
mint dagger
#

in builds

#

not the mono and not the x86

chilly sun
#

oh oke

#

let me try again

mint dagger
#

I'll put it into github

chilly sun
#

is it this one

#

the one i highlighted

mint dagger
#

yes

mint dagger
pulsar whale
#

it is pre-release v6

#

as README advised

mint dagger
pulsar whale
#

I'm sorry I don't get your question

mint dagger
#

yeah sorry for my bad English

#

I just said to ask person firstly about what version of bepinex he have installed

pulsar whale
mint dagger
#

it's most common issue

pulsar whale
#

I installed as the README so

#

If that didn't work, I dunno

mint dagger
#

Tested on BepInEx 6.0.0 be.729+35f6b1b.

pulsar whale
#

Yeah, but that's another plugin. Is it not?

mint dagger
#

yes it is

#

just doesn't matter they have same readme

#

I'm currently on two tabs in browser

pulsar whale
#

I mean you got a fair point there

mint dagger
#

took first one

pulsar whale
#

Let's try cutting edge build

#

I doubt it'll fix the problem though

#

Yeah, nah

deft sandal
#

I have question is there any freecam mod for MiSide please ?

pulsar whale
#

Use the ConsoleUnlocker mod

hasty maple
mint dagger
pulsar whale
#

Have you try holding ` or ~

hasty maple
#

oui

mint dagger
#

firstly click F9 to unlock it or what keybind it were

#

yes it is F9

#

then hold `

pulsar whale
#

F9 was timefreeze, no?

mint dagger
#

no

#

or yes

#

I don't remember

#

I haven't checked console unlocker keybinds for a long time

#

I forgot them

#

you know better

deft sandal
hasty maple
#

when I press f9 or hold it down it does nothing

mint dagger
#

is bepinex console appeared?

#

on game launch

#

supposed to be like so

hasty maple
#

no

mint dagger
#

what version of bepinex you installed

deft sandal
#

bro im lost :D

#

i dont know

hasty maple
#

This is the version I downloaded

deft sandal
#

me too

mint dagger
#

that's the right one

#

did you installed it into miside root folder?

#

all files into root folder

deft sandal
#

how?

mint dagger
#

wdym how

#

from zip archive move all files into miside root folder

hasty maple
#

here ?

mint dagger
#

supposed to be like so

#

yes

hasty maple
#

it doesn't work

mint dagger
#

restart your pc

#

¯_(ツ)_/¯

#

if didn't work then write about it to bepinex issues

#

discord server or github

hasty maple
#

The first time I downloaded it it worked but now it doesn't work anymore

mint dagger
#

restart pc

#

I had same issue

hasty maple
#

ok

#

it didn't work

deft sandal
#

this is good ?

pulsar whale
#

good

mint dagger
#

yes

deft sandal
#

and how i know its working

hasty maple
#

It doesn't work for me

deft sandal
#

Same

#

i have it but nothing happend

craggy bay
#

how to fix it? (UniversalAssetLoader)

mint dagger
deft sandal
#

i have it already

#

i must dowland this too?

mint dagger
#

what

#

you need to put dll inside plugins folder

#

miside/bepinex/plugins

mint dagger
deft sandal
#

can i go too?

mint dagger
#

yes

hasty maple
#

no

granite bone
#

is there a way to sneak and sprint every time?

hasty maple
#

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

mint dagger
#

ok let's talk english

#

join discord voice

#

and stream

#

like

#

I'll translate

#

for oyu

#

in text

hasty maple
#

ok

mint dagger
#

open voice chat

opal helm
#

Nice spelling by the devs lol
Funcitons and Swtich

mint dagger
#

¯_(ツ)_/¯

#

I just updated infinite minigames

#

now you can take tetris by f2 and added new game quadliner

#

no scoreboards rn but soon

pulsar whale
#

im cooking

#

i understood the code now

mint dagger
#

wthf

amber marten
pulsar whale
#

actually?

#

i think i can do that

wintry lynx
craggy bay
pulsar whale
#

yes

#

i did

smoky olive
# pulsar whale im cooking

if you imported it with the bones and it has physics, than you understand the structure of them better than me

pulsar whale
#

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

craggy bay
pulsar whale
#

Is assimp.dll in your root directory? (aka alongside MiSideFull.exe)

#

If yes then that CatEars is likely old version

pulsar whale
#

Then it's probably outdated model, safe to be ignored

mint dagger
#

I'm tired of helping CatDespair

pulsar whale
#

@void trail could you pin the following video?

pulsar whale
pulsar whale
#

Thank you so much

zinc whale
#

how do i install the 100% mod

pulsar whale
#

Check that video

dire cradle
# craggy bay how to fix it? (UniversalAssetLoader)

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
quick halo
#

Hi, does anyone have a mita blender?

tame perch
#

i think or see smth is broken

#

who spent at start his life with mods

dire cradle
tame perch
dire cradle
dire cradle
tame perch
#

i just want to play with the clothes

tame perch
dire cradle
tame perch
green shore
pulsar whale
#

oh man

green shore
#

how?

pulsar whale
#

UAL doesnt support chibi

#

my hopes and dreams are destroyed

smoky olive
pulsar whale
#

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

modern gull
#

PEAK

pulsar whale
#

or anything, in Known Mitas' Animators

green shore
north crypt
#

I'm already afraid to imagine what mods are coming soon 💀🥶

upper egret
#

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)

pulsar whale
#

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

upper egret
#

I need someone to release a texture editing tutorial one day 💔

rugged geyser
#

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

mint dagger
#

I beat world record on MiSide modding by 👎

#

and I think I'm speedrunning mod making CatDespair

stray warren
prisma rain
#

Im tryna install the Infinite Minigames Mod

#

Dont know what im doing wrong

#

The file is in the plugins folder

smoky olive
prisma rain
smoky olive
astral ivy
#

Waiting for crouching mod Daa

prisma rain
mint dagger
prisma rain
mint dagger
#

nothing, go to github repo

#

0.0.3 release

#

.DLL file, you downloaded source

prisma rain
#

Oh LOL

mint dagger
#

not the compiled

prisma rain
#

Thanks

jolly stratus
unborn token
#

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

hasty saffron
#

does this happen to you guys too with the scene loader?

upper egret
winged fox
#

getting ue to work is so annoying

#

find one that works

#

gotta regen each time Csmile

#

didn't realise the discord existed

#

with ML

quartz junco
#

Guys do you know how to access the game console to free roam?

tender charm
hasty saffron
#

the rest work fine just not the scene loader

tender charm
#

Oh, okay

quartz junco
hasty saffron
#

written guide on the github

quartz junco
#

Very much

edgy idol
#

Gagh i need a cappie mod i am full of despair by not having one

quartz junco
#

How do you guys make skin btw?

latent ermine
#

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.

meager berry
#

ModSide

drifting saddle
#

was gonna do tiny mita, but finding her assets is rough

latent ermine
#

yeah the assets are in pieces

#

and need to be reassembled

#

so i was hoping someone just did it

upper egret
#

I wonder if someone’s gonna mod the mc to be a girl / some type of Mita model aa_think

drifting saddle
#

but i think most of the mitas have already been released and ported by this point

latent ermine
#

was hoping someone would do it so id have example to go by

drifting saddle
#

i dunno what im really doing though, so i prob will fail

upper egret
soft basalt
#

You want to unlock all process?

glad orchid
#

Vc tem q usar o Bepin, aí lá no Bepin tem os plugins

#

Na pasta do Bepin msm

hushed plank
glad orchid
hushed plank
soft basalt
#

Can u tell me how to do that..

open zealot
#

I want the mod to pat tiny Mita's head

woeful kestrel
#

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

coarse junco
soft basalt
#

Root game, where's it?

coarse junco
soft basalt
#

Oh ... Thanks

drifting saddle
#

so its possible to change each individual mita

woeful kestrel
#

we dont have any of those yet, huh?

drifting saddle
#

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

vernal gust
#

I need help I cant go free cam but freeze time and unlock fps

upper egret
dusky elbow
craggy bay
lament agate
#

All the clothes in the clothes tab disappeared. what happened 😭

dusky elbow
lament agate
#

she has underwear on

dusky elbow
lament agate
sleek otter
dusky elbow
# lament agate np

I was asking cuz i saw some "nsfw" mod on reddit and i thougt he was using one of them

sleek otter
#

or just the universal asset loader

lament agate
sleek otter
#

did the asset loader work before adding those outfits or did u install them all in one go

lament agate
sleek otter
#

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

lament agate
#

yeah. one sec

#

Nvm, I fixed it. It was one of the outfits I had installed

sleek otter
#

ah nice

mint dagger
#

Beoooo

#

Guys why you just don't watch pins

#

😭

sleek otter
#

LO

drifting saddle
# pulsar whale

tried swapping out MC with blondie but just ended up with invisible player lol

pulsar whale
#

how did you swap it

drifting saddle
#

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

pulsar whale
#

yikes

#

dont do that

#

you mentioned you built unity

drifting saddle
#

Yeah i learned the hard way lol

pulsar whale
#

show me the screen

#

you heading the right way

#

but you're missing some steps

drifting saddle
#

this is just the unity project of blondie i loaded in with the same skeleton as MC

pulsar whale
#

okay, that's good

mint dagger
#

I can't anymore 😭

pulsar whale
#

slow..

mint dagger
#

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

pulsar whale
#

you still there? @drifting saddle

drifting saddle
#

yep im still here

pulsar whale
#

in assets tab

#

make these 3 folders

mint dagger
#

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

pulsar whale
#

in EDITOR folder, create Script C# file

drifting saddle
#

ok im withya so far

pulsar whale
#

can you edit the script file?

#

you can press "Open" here

#

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

drifting saddle
#

ok i got that tab, sorry my pc slows down with unity

pulsar whale
#

Very good

#

Now do you remember the FBXes I give it to you?

drifting saddle
#

Yes i still got em in a reference folder

pulsar whale
#

Drag em here

#

Also to verify something with your model

#

Does your model still keep this?

#

If yes, then you have to delete it

drifting saddle
pulsar whale
#

You don't really have to drag texture in Unity btw, just pure mesh is fine

#

We will let the game manage everything

drifting saddle
#

ok i dragged the player01 zip file in but my files look different

pulsar whale
#

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

drifting saddle
#

looks like im gonna need some scaling, even though in blender they were the same scale

pulsar whale
#

If your model is too large then you can uncheck Convert Units

#

see if it matches

#

Only for your model

drifting saddle
#

hard to see but its almost perfect match, the head is inside

pulsar whale
#

leave the MC model untouched

drifting saddle
#

ooo okay

#

ill do that

pulsar whale
#

That looks good enough

drifting saddle
#

yeah but i touched MC model and not custom right?

#

the custom is really tiny in comparison

pulsar whale
#

MC Model should always have convert units off

drifting saddle
#

lemme fix that

pulsar whale
#

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

drifting saddle
#

they match now, MC untouched, all read/write

#

he uses all bones except tie 6 bone

pulsar whale
#

that's very good

#

can you make a scale 0 plane and paint tie6 in there?

drifting saddle
#

sure does it need to go anywhere?

pulsar whale
#

otherwise, just use this fbx and merge dummy mesh in there

#

make sure all models, Arms, Head, Body, Cloth has all bones