#miside-mods-discussion
1 messages ยท Page 22 of 1
Who does ever wear tie these days? Only mormon / JW preachers and travelling salespeople
i can wear a tie if you want
how to install mod on miside ?
true and real
Does player have an outline?
they do have outline, yes
see, hair
also one small fact
player arms HAS shapekeys. so we need to add that into patch...
so that means both Head and Arms for Player
has shapekeys
๐๐๐
@smoky olive do i include this in the mod folder now
ok i did
well wtf in some places some player stuff did not get replaced

yeah i downloaded that one but it doesnt work with the model loader
does this one work with the model loader aoba? i dont think theres any mods atm that work
That one is for UAL not for model loader
same with hows theres no mila, my friend tried to made one but failed, so we waiting for example mod first
we hate CML
It's a dev branch, do whatever you want, i trust you more than myself in this
my brother in christ, just look up already
is it possibler to replace menu music
ye
via a mod or by replacing resources
how
you either make a mod that does that or replace game's resources
Need a mod that changes the MCs outfit his fit is trash
Maybe the player moves to a different renderer??
It's kinda the same as Old version cutscenes, patch mita doesn't work there
it worked once

it works
if you press f5
it' a problem with objects spawning after SceneLoaded event
Ooohh i see
Is it possible to call patch mita whenever an object is spawned?
lol
well... we can add something to Update
Lmao his head 
Yeah maybe that way the character's screen will also be patched without pressing f5.
But it will sacrifice performance i think

it can be done by hooking to characters menu button for example
and all buttons there
Hmm make sense
but i was too lazy to implement it
I think i can try. Just need to hook an event to call find mita i presume
Sht i need to gather the cartridge's first, too lazy doing it at my gameplay 
there is also another approach, you can track children count of Scene GameObject in Update and if it changes then call FindMita
not that bad
but yes i am going to sleep
call this in update if it is SceneMenu
or maybe you will come up with something better
anyway good night/morning/day/evening everyone
Okay thanks rist, night 
Is there a wedding dress mod
Hey I think we can slap something in update to support animated texture.
Just iterate on a bunch of png files as a texture frame
Nahh maybe this is for future updates, we'll never release 0.11.0 if we keep updating something 
This kills the performance haha
Oh i loove russian characters
(i don't)
hahaha
Trying to make a dub for miside for my friends and the funnies, but when I click a sound it pops an error: not found - voice file
Mods is this milk?
๐
yes
Good.
My gosh she is scarier than crazy mita
And finally 
Anyway Aoba, when you write this, i thought you need to fix something, but turns out it's literally the shapekey name for player Head 
"Player": [
"Blink",
"ScaredFace1 (need fix)",
"Thinking1 (need fix)",
"SmileLittle (need fix)",
"A1",
"O1"
],
i did write that for a reason
you didn't see previous commit for comment?
also you do know what we need to add safety net into player arms?
Yeah i see them, it's just kinda funny
the arms has glitches shapekeys
You mean for arms shapekeys?
I already push a fix for that, it should be working
awesome, thank you
Yeah np lemme know if there's still an issue 
did example mod for mc works?
Ah I haven't tested it.
Lemme see..
im glad we didnt have to save texture as dds
Yeah totally agreed 
Okayy why does the clothes overlap.
let me guess, this is the after pill chapter
Yeah
Bruhh the player must be high at that scene.
the player will reset to default automatically when it's fighting scene with mita
(Run and Hide)
Perhaps because it has a player explosion animation?
Wwww we're drippin with this one
im quite happy with how it turned out
Hmmm the mod is actually loaded in this scene..
Seems like there's 2 player with different name?
perhaps, but ill have to check it carefully
@pulsar whale Found it
It's in different hierarchy 
My gosh should we hardcoded the path for this scene
we have to
We can find all players just as for Mitas
1 with "Things Get Weird" and "Run and Hide"
I think it's because the player doesn't contain person in here
Yeah
because it's "Player", not "Person"
we still need keyword for "LimpingPerson"
Something like replace_mesh LimpingPerson...?
Man imagine if they added a new player
not... "replace_mesh Player ... Limping"?
that dude is considered as another player
Make sense
they used the same armature too, so ...
Is this enough or we should hardcoded it? 
Yeah but definitely need some way to differentiate them
replace_mesh Player Person Head....
replace_mesh Player LimpingPerson Head..
???
I still wonder abt Things get weird what if we destroy the mesh instead of SetActive(false)
i feel like the game just activate those object again
for whatever reason, because mita closed our eyes
to hide ourselves
Yeah can't agree more 
But if we destroy it, the object is totally gone, not just grayed out
Hmm lemme try i guess
i mean for Mita, its still there, just deactivated
We can turn off the renderer and it will work as intended
As expected
Ohh? maybe that's better
destroy was indeed overkill
could cause more problem later on too
i fear one thing, however
remember the scene where dummy mita bite our arms
๐
quite worried if the game will reactivate the arms or something
i know texture changes

I'll come up with something better today for sure
oh because the character didnt get patched when you're running to hallway in Old Version chapter
Nah I already find a solution, it's kinda the same as counting children actually
the kind mita, i mean
I tried to hook the buttons using a loop, the problem is, FindMita is called BEFORE the model spawned 

We need lateUpdate or something like that for sure
Yeah so i can't find another way other than waiting for children changes
Yield return all that stuff
It's not worth the implementation i think
Well i saw an example in UniverseLib for UnityExplorer
Oh yeah, my does mita's are Tposed when we meet shorthair
When a mod is active
Or is this related to Assimp anomalies?


Annd player replacement crash the game when we're playing the arcade in shorthair chapter
Might be hardcoded animator's GameObjects

It's after f5?
No, i press nothing

It just burns the console when the player touches the arcade
Or maybe because I'm still using destroy?
Hmm lemme try it again
It must be
Guys, you know that if you enter 0 keywords it will be simmilar to using all keyword, right?
Oh yeah this is the problem, my bad
Huh wdym?
Oh..
// # KeyWord can be ommited, will act as "all" in such case;
I see.. 
And also as i said earlier combining negative and positive keywords gives undefined behaviour
so all will be used in case if it's like all !Core
will patch everyone out except Core
You should just use !Core
all is like default Mitas pool, which is overriden by positive keywords if they exist
then this doesnt make any sense
Well a description might be not ideal 
@pulsar whale We can hide the overlapping outfit without using Destroy or turning off the renderer.
well thats one way of doing it...

Wait what is the purpose of all then
Idk

Just added it for no reason
Okay should i push this?
add code
its borked
why is this here
i dont see why not, yeah
i didnt think of that because devs disabled transparency by default
I think we can disable rendereres in remove command and recover them in recover, then it will work fine for everything
With disabling GameObject as before
Hopefully it doesn't break the backup system 
after pushing all of that, i think we're good to roll it for 0.11.0
need to check players throughly
well ideally backup system should rely on commands interface, then we won't have to change everything separately
Ah good idea
huh.
Yeah this is what I'm talking abt, all of my mods are like this
Even before 10.2
The best code ever we could've created, would be some Addon class which contains all commands, and a method which will generate backup commands depending on the current state of an object it affects
it was always that way
what about SkinnedMeshRenderer component?
nah just spam it on and off for animation
what should i look in there
I think this is related to occlusion culling? No?
if you turn on/off only it?
it has enabled
then we can turn off only renderers i guess?
enabled = false on active GameObject
literal schizo
i think ive ruined the game..

wtf, why it works fine with disabled Renderer if i set rend to null?
won't do that in code obviously
at least the arms didnt get reset in this stage
they got destroyed
He just lost his drip
well it's not what i expected

if (logo != null) logo.color = Color.white;
What is this code for?
Idk it's not mine
Huh, it is me

I'm being schizo for sure, gonna delete that
Ohh indeed it's not my code
https://github.com/Rist8/MiSide-UniversalAssetLoader/commit/b5563fbc4295f8f67ce5e9d4d9028f4260abc75b
ah so you just inserted your code near it
Yeah but thinking abt it, who wrote it and why..
WTF MAYA
My bad
is it?
Maybe?
I kinda changed the codes on line 198???
it crashes on 197
mila
skin don`t work ๐
do you have Addons button in your Clothes menu?
sec
Yes
show me your console logs (better a screenshot) when you press the Corin button
Game console or cmd?
cmd from BepInEx
You need to acquire corin in zzz first before using the mod
do you have Corin folder in your Assets folder?
Bro when Corin\Corin\corin.fbx
Okay this is weird unless you're putting the folder while the game still running
I'm not during the game
Yes, that should be along with MiSideFull.exe
guys i think we have a trouble in our dev build
wtf blow up
It kinda looks like an unweighted vertex?
||spoiler for everyone: me and my team is working on voice over for Mita :^)||
||Ohh what's your role?||
||i was planning to be a protag myself but there's so many applicants so im reviewing them and become a technical role instead||
if i was it then id force mc to wear drip jacket all the time
cj mod from aihasto discord:discord.gg/XUZAtQc
Join Membership:
https://www.youtube.com/channel/UCb5rk08d0Db4Ss0DqnMIAZQ/join
Note:tidak ada maksud ataupun unsur penghinaan sama sekali pada video diatas,semua hanya hasil editan untuk meme/hiburan belaka.Terima Kasih.
Follow Me On My Social Media:
-Instagram:https://www.instagram.com/yabegitu...
Huh? But she's just bald in my game
why does her SkinnedMeshRenderer have null bones in it?
i'm fixing it
it was a null reference before so it didn't replace any meshes
help me, console shows this after i install the BepInEx
We should pin that, it's kinda hard to search
well then why the hell does it apply different one every time
Yeah some mita's have multiple materials inside 1 mesh, dreamer hair for example, her hair and eye patch is on the same meshes but different texture source
ahhhh
so it has random order
and our code uses the first one
fortunately it is easy to fix
We apply the texture to all of the materials inside a mesh?
Wonder how fked the uvs gonna be
still not working
But it's better this way i think
Try using a vpn
It was a connection issue, something in your device (or your country) blocked BepInEx resources

change the config
JESUS I LEAV3E FOR 4 DAYS AND I COME BACK TO 7K
God you should enable adsense and that video will be money printer
nah to much of a hassle to lazy for it
id make like 3 dabloons from it anyway
even though i have been gone for 4 days i need to take a break from blender till i finish my school holiday homework because if i keep using blender im gonna go deeper into the rabbit hole
I miss school holidays 
every time i load thats shi up i sit on it for like 4-5 hours
i hate school so much
thank you, my dumbass didn't change it
rather enjoy my life but nah
is genshin actually good?
played it ages ago but dropped it almost instantly
i was thinking of redownloading
bro wtf have u changed
i did what it told me
what told u to change that
what is your game version
the yellow line
also ur missing like 30 files
bro id redownload bepin
she look cooked
connections? as in internet?
this is error log
yeah, probably their ISP blocked BepInEx web
yeah ur missing all the files
interesting
thats def a first for me
they're using BepInEx733 though, did their unity-libs folder empty?
my 733 pack should have them bundled
empty
figured
why tf do isps block useless shi
can you check my pack again? im pretty certain that my zip should have them pre installed
Welp my country blocked reddit. And they blocked steam & PayPal once
my country blocked tenor for one stupid gif
vietnam moment
very stupid
getting my school software treatment
godbless this pc
aoba how would i go about transferring folders that are like 20gb between computer i tried google drive it just doesnt work and usb doesnt let me folder is to big
dropbox or something
actually im so stupid i bought a hard drive ages ago
If 2 PCs are using same network then you can just network sharing
but harddrive works too, better, even
how do i remove Mila glasses?
didn't UAL have a template for that? i dont remember
No it was milabathtowel instead
nevermind the hard drive is gone
I saw a streamer turn that on accidentally 
what do YOU mean accidentally
sure "accidentally"
it makes Mila wear bath tower instead of remove, i'm disappointed my expectations
master aoba has aleady done what your trying to do
mila and her shower
what would that even smell like?
miku?
This is literally the shampoo ads, real 100%
100%%%%
bro what shampoo ad is this
Lux
i found addons_config.txt with MilaRemoveGlasses option but it doesn't work, help
the videos are pre set so it wouldnt be to difficult
however getting it to function properly would be tricky
wouldnt even know where to start
I think mita tv is fully 3D, its just a camera projection
im feining for blender
i keep thinking about it
my soul has forever been tainted
// Add multiple methods to the queue LateCallUtility.LateCall(() => Debug.Log("Method 1 called after 0.5 seconds"), 0.5f); LateCallUtility.LateCall(() => Debug.Log("Method 2 called after 1 second"), 1f); LateCallUtility.LateCall(() => Debug.Log("Method 3 called after 1.5 seconds"), 1.5f);
Well now we have this
but i still have no idea why mila has random color
Rist godbless your soul
so you know why that happens, don't you?
sacra vi infinitu, novi nihildum. vis fatum, vis fatum, vis nascor fatum, fatus. vacuum dias vis, vacuum natus (vates?)
praise thee
i'm not empty
i'm full of nothing
im saying coding has tainted you
dilu de mater
dium filia nolle(?) (no?), deus proles vis (???)
Rist, thou art the architect of this verdant repose, thy name shall echo through the aeons
father of all and above may thee bless our blissful ruler
For Rist hath endured the torment of C#, his spirit unbroken through countless hours
i actually cant wait to make shape keys im gonna have fun i can tell
this is where i can make the character actually shine
shes already cool but this is gonna make it better
@quasi creek ะดะพะฑััะน ะดะตะฝั, ะฟะพะดัะบะฐะถะธัะต, ะผะพะถะฝะพ ะปะธ ะดะพะฑะฐะฒะธัั ะฟะตัะตะฒะพะด ะฒ ะธะณัั?
Yes
What installer do you guys do for miside mods?
Should i use this instead to hook the character menu?
I mean i still have the code to hook them
if (currentSceneName == "SceneMenu") { if (logo != null) logo.color = Color.white; if (sceneObjectTransform.childCount != gameObjectCount) { gameObjectCount = sceneObjectTransform.childCount; if (sceneObjectTransform.childCount == 6) FindMita(); } }
I have this for now

`Transform sceneObjectTransform = null;
void PatchMenuScene()
{
sceneObjectTransform = GameObject.Find("MenuGame/Scene").transform;
gameObjectCount = sceneObjectTransform.childCount;
UnityEngine.Debug.Log($"[INFO] Patching game scene.");
...`
Is anybody know how to make outline like in game? It`s drawing not only on perimeter, even on other edges. EP outline gives only that on second scrshot
it's also coroutine now
btw still no idea how to fix it
Oh does that mean player clothes don't overlap anymore?
I just pushed the transparent png method a few hours ago 
if its code coloring, you white washed it with too much saturation
idk im not a coder but i recognize over saturation when i see it lol
i didn't touch PatchPlayer yet
the problem is that it is like that only 2 of 3 times
oh i dunno then, maybe something in your code loop is ending early/late and keeping whatever code you have
well it's kinda playable

Ooooh at least it doesn't freeze anymore

that was the point of it
probably too little time to render anything?
almost in time
lmao
Im having a little bit of trouble installing the mita skins for somereason when i go to clothes it wont load new skins anyhelp?

finally
now i only need to freeze LoadingScene until all the assets are loaded
coroutines are the blessing
i spent more time on writing LoadAudioCoroutine than on anything else
Yeah audio is literally something, idk slapping multithread on them are just giving some memory error
But you figure it out no way bro

it's chunks system
WHAT
Here aoba, you're getting one too
Thanks for the great work guys 
but Mila armature has some different structures about bone
what if user wanted to use real mila armature
i have proper size for mila
let me get a proper one
i mean yeah, generally you can use 0.93f
ok lets just use 0.93f but im pretty sure the scale is not right when doing clothes mod for mila
guys I'm really sorry, but what's the problem, I can't understand
I've made the hair in vroid, exported the file in vrm format, imported it into blender, connected the hair with Mita armature, applied all transforms and exported as fbx
but it doesn't work
well you literally remove your HairMana at the end
it's -remove
omg

thank you
now the hair at least appears, I've already had this issue before, so I think I can figure it out
its apply the scale, rotation and location
ะะพะดะตะปะฐะป ััะถะตัะฝัะน ะผะพะด, ะบะพัะพััะน ัะฒะฝะพ ะฝะต ะดะพััะฐัั ะฟะพ ััะพะฒะฝั ะพัััะฒะฐ ะดะพ ะกะพัะฐะนะดะฐ, ะฝะพ ะฟัะตะดััะฐะฒะปัะตั ัะพะฑะพะน ะฝะพะฒัะน ััะถะตั ะฒ ัะตั ะถะต ัะฐะผัั ัะฐะผะบะฐั . ะ ัะพะถะฐะปะตะฝะธั, ั ะฝะต ะพะฑะปะฐะดะฐั ะฝะฐะฒัะบะฐะผะธ ัะพะทะดะฐะฝะธั ะผะพะดะธัะธะบะฐัะธะธ ะธ ัะดะตะปะฐะป ััะพ ัะบะพัะตะต ัะฐะดะธ ะธะฝัะตัะตัะฐ ะธ ะฒะฝะตะทะฐะฟะฝะพะณะพ ะปะธัะตัะฐัััะฝะพะณะพ ะฟะพััะฒะฐ.
ะะปะฐะฒะฝะฐั ะณะตัะพะธะฝั - ะะฐะฟะพะปะธัะฐะฝะธั. ะะธะฒััะฐั ะฒ ัะธััะพะฒะพะผ ะผะธัะต ะดะตะฒััะบะฐ, ััะพ ะฟัะพััะพ ั
ะพัะตั ะฟะพะณะพะฒะพัะธัั ั ะฑัะฐัะพะผ, ััะพ ะพััะฐะฒะธะป ะตั ัะฐะผ.
https://www.nexusmods.com/miside/mods/231/?tab=description
ะกัะถะตัะฝะฐั ะบะพะฝะฒะตััะธั ะธะณัั Miside, ัะพะดะตัะถะฐัะฐั ะฒ ัะตะฑะต ะดััะณะพะน ััะถะตั ะธ ะฝะพะฒัะต ัะตะบััััั ะฟะตััะพะฝะฐะถะตะน (ะฑะตะท ะทะฐะผะตะฝั ัะตะบัััั ะฝ
you got miila to work? any chance to release a mod or a template mod to see how its done?
please
which tool are u using btw aoba
pinned
well if this pink something is working then probably yes i did
UnityExplorer
please answer me finally, do you have any ideas at which stage does this pink bug happen?
im still not quite sure myself, I can't find the root cause just yet
its likely unrelated to custom skins
the main problem is that it happens only in 50% of cases
probably some race conditions but i don't know where
i mean mila uses Glasses and Washes
lol i'm just inserting Thread.Sleeps everywhere to try to fix it
well, I'm still missing smth
I've applied location, rotation and scale, made sure that the export preferences are also correct, but nothing has changed
and aoba do we still use your old mila rig, or is there a new one?
thats unfortunate hope we dont run into bug like that
the mesh right? not skeleton?
yes
UAL 10.3
hmm, I don't know, but I think these vertex groups are from vrm file I've imported
thanks I'll try
how the freak
did I make it right? I deleted all the vertex groups and created the group Head
the hair is still in the same position in the game
btw anyone know if theres mod for this girl yet or is she modable?
gotcha
well 2499 or 2500 are the best options
Huh, so the problem was just material render queue?
I wonder about skirt and sweater physics, they're disabled if mita meshes are removed, is this also fixed by material render queue?
idk I've tried everything I can, but it's still in the same position
the worst part of it - I've solved exactly the same problem with hands mesh before, but now I can't remember how I did that 
This is because your hair doesn't have an armature modifier
Thinking abt it, does this mean she will work with little mita too?
It definitely looks better thank u
they are in MagicaBoneCloth probably
I think I need to get a notebook where Iโll manually write down all this stuff
Is there any way to use Unity Explorer using BepInEx?, i hate melon loader 
it is in pinned messages
The message says melonloader but it also works with BepInEx
When did wiki-discussions channel turn into russian mods-discussions?
At this point, i don't even know what the purpose of that channel
var materials = renderers[command.args[1]].materials;
foreach (var mat in materials)
{
mat.mainTexture = Plugin.loadedTextures[textureKey];
mat.SetFloat("_EnableTextureTransparent", 1.0f);
}
Oh nooo what happened to her shoulder
Resize mesh indeed can be applied to match tiny mita skeleton 
:what:

i wish someone can crate mod shikanoko in miside
Ohh hahahahh
look at him dancing HAHAHHA
but wait, how did main body get in there...
it showed both main CJ and chibi CJ
does latest dev branch support replacing chibi?
Hmmmm idk, my mokudayo doesn't do that tho. Maybe because all or something?
probably
No i was messing around with the code for this
Sht chibi doesn't have a Head, here we go hardcoding blendshape again
i feel like i have missed heaps in the days that i was gone
is something new with ual
But it hasn't been released yet
We're still working on it
There we go
resize_mesh Mita MikuDayo 5 Chibi The size is kinda weird
you guys have been immensely cooking in 4 days
Check this out @soft remnant
Now UAL can make things glow
bro i have missed so much holy shi
๐
you guys have done heaps
@pulsar whale Guess how many lines to suppport chibi replacement
its as shrimple as that
Yeah lmao
OMG Look at her
Alr i already pushed the changes
Should i push her too as an example?
Oh hey, can we replace the chibi player too?
yes'
I'm just now seeing this.. will this mayhaps be adownload soon
Don't worry, I'll publish her as soon as the 0.11.0 version of UAL comes out.
okok
Though i worried abt the real life chapter
The player switching clothes
yeah, that part player used the pajama
im pretty sure they used the same name for clothes and stuff
i havent test that personally
please do, really need an example mod on this as template
Yeah good luck with custom model loader
it requires modifying unreal files?
what if its just this part i want to replace?
like for the mini games at start
Well you have to wait for my miku mod then
But i usually don't like ppl to strip down my mods files 
also which program was this if you dont mind
i remember its the same one that can edit phasmaphobia right
i just forgot the name
vscode?
Um? This is Unity engine
No i use a paper actually, then I'll scan them manually
not unreal.
Whatttt??? I thought this is godot
I can't believe this

I don't want to talk about it....................
people who uses CML must be crazy
bro codes in analog ๐
But there is a programming language that only uses 5 keyboard characters or so
brainfuck?
wasnt it brainfck
yeah
++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>++++++[<+++++++>-]<+
+.------------.>++++++[<+++++++++>-]<+.<.+++.------.--------.>>>++++[<++++++++>-
]<+.
most legible c++ code:
is there anything simple i could look at in ual?
i wanna contribute
I would really love scene specific patching tbh
interesting
But it's kinda complicated to implement
Mostly because the commands are stored into a list when a mod is activated (button event)
That way, all of active mods commands are joined together
Which limiting scene specific patching implementation
what about adding a scene argument and activating/deactivating based on that?
For example?
just an idea i need to actually look at the code
yeah I couldnt think of a use case to design around ๐
cuz we mostly have a unique mita per scene
Yeah this is not worth implementing, and we don't want the addons config to be lua 2.0 
Some modders (even me) say that miside is the weirdest way to modding.
damn really?
Well take a look at SEGA game, project diva series for example.
The whole modding process is literally just drag n drop
MiSide modding is quite weird indeed
Then we look at miside.
Option A
Using UAL requires you to specify the mesh and texture files for a specific model.
We even need to specify the mitas name too
Option B, using CML
Well, idk what to say abt this, the whole process is a brainrot
CML is total brainrot
its budget assetbundle loader, but harder to navigate
you need to be insane (optional) to do this
but still, UAL is too easy, the only hard part is the writing config
i still find it quite weird that you can use FBX directly
Wonder how we make mods for SEGA (Project Diva) games?
This single tool can act like Asset Studio, we can directly export and even replace the models directly, and call it a day. 
Totally different approach wwww
luckily im used to PES modding so renaming vertex and scaling it right is what I do almost everyday of modding
how long have you guys been modding?
damn
i really hope that this is a mod coming soon or its getting worked on. its looks so clean. if so I look forward to it
*aoba hiding in hind sight*
thats something i wanna do with phos
or at least change the model a bit to fit thematically
Oh ||I can't wait for her to change to human||
shot in the dark but do you know if realtoon supports sphere uvs??
Welp I'm only seeing normals in the parameter
yeah just a usual normal map
you can use normal maps i think
unfortunate cuz the fake reflections wont look as good without
not sure how'd you pass it to shader params however
You cant atm
maybe i could look into that...
We need more addons command
replace_uv_tex ts

But i think it won't look good
Ugly mita has a normal map but she doesn't use realtoon
huh interesting
what does she use then? does that mean theres a possibility to use different shading?
We can switch between available shaders inside the game
But there's no way importing a custom shader
i see
Since unity shaders need to be compiled and the only compiler available is inside the engine 
Yeah that would be bad on phos
You mean mirrors?
idk i just saw something in the realtoon options file
yeah idk what that is honestly
ah
ig i'll spend the rest of tonight doing that
there seem to be a lot of options regarding reflections so im hoping i can cook something good
But you can mess around with highlights and self shadow to create metallic or shiny effect
ye
Salutations and hello
ok look very random but idk where else to go to ask this but could someone help me to intstall a mod rq?
or like just give me pointers
yes ik this is for like mod discussion
Check on pinned, there's a tut available
alright not exactly what I was asking for so nvm
still thanks for tryna help
ok bye
No, i mean it, there's a tut available to install mod
I'm using the same method for miku headphone, i'm happy they looks great 
ooh ic
are they a separate renderer? I havent played around with the new features yet
isnt this CML.........
Hm?
yeah maybe thats why im having issues with it
Perhaps but dawg idk what else to do atp ๐ญ
Honestly might just be my sign to give up for now
Black Miku
My alternative menu mod like, stopped working for whatever reason and it was working flawlessly beforeโฆ I uninstalled everything and reinstalled the game and the mod, still not workingโฆ I donโt know what Iโm doing wrong.
Its all good. If its the same miku I will happily play the mod 100 times.
Don't worry, we as UAL developers, we open the game like 20 times a session
Dude she broke my hand
The closet thing we have now is just colored mita to look like miku. Which isnt bad but imagine being able to play with the actual hatsune miku in miside
How would installation work if someone wants to download your mod? I dont know if its the same proccess as putting the files into the custom folder..
I imagine its a little more complicated
Ah don't worry, my mod just requires you to put the files inside the Assets folder and call it a day, no further step needed
You are MVP. Im been in a miku mood lately due to fortnite so you couldnt have done it better. Seriously looking forward to it.
Oh yeah hope kingdom hearts 4 will be good as well ๐๐ป
who was the guy promoting weight transfer?? its so good
It really depends on topology.
Luckily phos are modeled so damn well, and she doesn't have any weird physics
Try porting Bort, her hair will be a living octopus
no thank you
i chose phos partly cuz shes simple to weight paint lol
no long hair or skirt or chest
er, yeah, found problem with "Real World"
the obj didnt get deactivated in this part
(and) player didnt get replace here too
Omg the drip got self conscious
How did you get Miku? (Hello by the way)
||Well i bought her voicebank, then after we went to a party at Fortnite, i asked her to come into miside.||
I make it actually
It's gonna be ready soon enough
It's gonna be nice if someone makes a Miku voice replacement. I think RVC will help, i have my own pretrained miku model
I hope it was one time error?
Mine is doing that every time the scenes changed or so.
But it still works?
Yep nothing wrong tho

Well we have null reference error on clicking buttons in addons tab since the first version
And it works

Yeah I think we can leave it
I don't remember having these errors tbh
Anyway, chibi replacement is kinda dumb, i just registered the chibi mita names to the array and it just works 
It works because of new assetloader logic which allows extra bones in fbx file

That one which was pushed about a week ago

that means one armature for everything??
Well it doesn't, but it will work somehow
Yes but unknown bones will be registered to her spine or something
ah ic
Btw i gave up on that MiSide API because i couldn't imagine many applications for it
Huh miside api?
But i have plugins loader logic now
random question, has anyone been able to change MC's model yet? 
Yes, he's drippin now
This was fixed by setting renderQueue in create skinned appendix
Oh but i already push that code to replace all textures in the materials
Should i revert them?
I mean, this way i can replace dreamer hair
You can leave it
holy moly peak
Anyway rist, do you have a date to release the 0.11.0 version?
i think we should release 0.11.0 once we're sure that our new system replaces model without problems
player is still having hiccups here and there
True
Ohh good point
does soside have english translations?
im prety sure the text is modified
I don't think so
It doesn't, and there is a separate thread for asking such questions about soside in miside-mods
At this point UAL should jump to 1.0 instead of 0.11 
Still no physics
Nah 0.1c
we will jump to 1.0 once we have physics and custom bones
right, found it
We need build mesh method for objects without a copyable parent renderer
Are you a Dev for ual or something
I wouldn't say that, I contribute
Ah
We are a Dev, socialism is the best. 

It would be nice if there is a role for tools dev 

So the only way to get this role is probably to ask a moderator for it
And helper mitanya also have this role
Ppl who have their mod posted on #miside-mods doesn't have any roles. I think mod maker roles are a pass to chat in miside-mods?
Maybe its probably like the art poster role but for mods
Well the soside's creator also has this role so it's not unused anymore
Hmmm i wonder why the mod doesn't apply on chibi mita at 'making key' scene
The name contains chibi in it and ofc it was an animator
UE was created to set us on the right path
The thing is, i can't get UE to work on my system 
๐
It usually writes in logs something like Creating UI
Ok let's see...
It also logs UniverseLib loading process
What the heck it's working now

dium filia nolle(?) (no?), deus proles vis (???)
Are you having a stroke do I need to call 911
im locked in past my potential
vis fatum, vis fatum, vis nascor fatum, fatus
I'm calling an exorcist
sacred infinite force, accept nothingness
force of calamity, force of calamity, force of calamity arise, speak
via di matris
deus proles vis
snake
ๆใไธๅไธๅบฆใฎไธฆใณใงๆณฃใๆณฃใใใชใชใใใใใณไธๅฐ้ฃใชใไธฆในใฆ้ท็บใ say this 10 times fast i dare you
Huh this is kinda schizo 
The Heckk
@smoky olive What is the best approach for this? hardcode? if (runtimeController.name.Contains(mitaName) || obj.name.Contains(mitaName))
Well first I'll have to learn Japanese
ZzZzzzZZZz
Ok I'm sorry I wasn't born in Japan
.--. .-.. .- -.-- / . .-.. -.. . -. / .-. .. -. --.
No
why
this man is the creator of life forms and everything in our being
may he bless our souls
01100010 01100101 01100011 01100001 01110101 01110011 01100101 00100000 01101001 01101101 00100000 01100010 01100001 01100100 00100000 01100001 01110100 00100000 01110011 01101111 01110101 01101100 01110011 00100000 01100111 01100001 01101101 01100101 01110011 00100000
oh blissful being rid me of my sins and put me on the path of tranquillity
... --- ..- -. -.. ... / .-.. .. -.- . / -.-- --- ..- / -. . . -.. / - --- / .-.. --- -.-. -.- / .. -.
naname nanajyuunanado no narabi de nakunaku inanaku nanahan nanadai nannaku narabete naganagame
say this 10 times fast
From the moment I understood the weakness of my flesh, it disgusted me. I craved the strength and certainty of steel. I aspired to the purity of the blessed machine. Your kind cling to your flesh as if it will not decay and fail you. One day the crude biomass that you call a temple will wither and you'll beg my kind to save you. But I am already saved. For the machine is immortal. Even in death i serve the Omnissiah
Graceless Tarnished. What is thy business with these thrones. Ahh. Godrick the Golden, the twin prodigies, Miquella and Malenia, General Radahn, Praetor Rykard, Lunar Princess Ranni. Wilful traitors, all. Thy kind are all of a piece: Pillagers, emboldened by the flame of ambition. Have it writ upon thy meagre grave: Felled by King Morgott, Last of All Kings.
I do solemnly swear. To every living being, and every living soul. Now cometh the age of the stars. A thousand year voyage under the wisdom of the Moon. Here beginneth the chill night that encompasses all, reaching the great beyond. Into fear, doubt, and lonelinessโฆ As the path stretcheth into darkness.
ๆใใใ่ฟทใใใๅญค็ฌใใใใใฆๆใใซ่กใ่ทฏใใใใใ่กใใใ
Do you love elden ring that much
elden ring has now corrupted my soul however thy might truly understand if they stepeth the foot into sorrow and darkness, join the world of darkness graceless one
What about darksouls which one do you like
cant say i have really tried all of them but from what i have played III is the best
bloodborne goes hard tho
elden ring is the best though
True legends know ds2 ia the best
that game wasnt really hard for me so i quit
You love pain huh
shadow of the erdtree was the hardest i have ever played by far
I watched a play through of that it was good but I'm too bad at the games to actually play
sister friede was good fun
You should get helldivers 2 it's good
nah mindless killing is not my style
It's not really mindless killing
try it first
before you assume that you cant do it
Bro I'm too broke to buy it and I have obtained through other means and wandered around for 4 hours and got nothing done
ahh so your like me, you like a guideline?
I mean I guess so I want to know where I can go and not have my ass handed to be that would be better
your gonna get your ass handed to you regardless elden ring has 2 of the hardest bosses in fromsoft history
No what I mean is I want comfort that I'm actually meant to be there and I'm not fighting under leveled
i have completely memorized every single boss pattern in elden ring and im confident in my ability's to one try bosses that includes malenia and consort radahn
that is easy to find
Bro get a life damn
search up recommended level
i havent played elden ring in like a month
and i didnt even play that much im just naturally good at that type of stuff
you should prevent talking about pirating... NOW!!
First of all I did not say "piracy" I said other means which could be countless things
i have first tried malenia 4 times now
i simp for malenia
radahn is cool tho
consort i mean starscourge is so easy its a joke
Have you tried speed running that might be your thing
I binged dlc watching dist2 for like a week speed running it
how long did it take
i think id be able to do the dlc in less than 6 hours its shorter than base game
maybe like 3-4 hours
I don't remember it was pretty long ago but I think 8 hours tops
weak
Radah was a pain in the ass for speed runners this was pre nerf
yeah i beat soe the week the dlc came out before all the nerfs consort radahn is now so easy its a joke
when i did a run about a month to half a month ago it was to easy took a couple attempts
I mean the pre Nerf was a fun fight but god you got punished so hard
in second phase you pretty much had to no hit. well atleast i did
i made a vow a long time ago that i can only use fias robes
and i have stuck to that
i have only beat radahn twice
and both were with fias robes
Nice spacebar
its gas bro
But come on really not a full size keyboard you are not a pro gamer
i only got a pc around a week ago at this time i was playing on xbox
i want to try unalloyed malenia mod
Oh damn what's the specs
Ryz 5 5500
32gb
1Tb
1070
i got this for 600 aud or 370 usd
since im poor asf and it gets the job done
Pretty good I would upgrade that GPU to a 2070 or so for future proof a little bit
yeah i will at some point however im not playing anything that graphically demanding and the hardest thing im prob gonna try to run is elden ring and i meet the requirements for that
plus elden caps at 60
Yeah its not required but having that headroom is nice
yeah i will upgrade when i get money prob
Get a 5090
im not so educated on radeon cards what the difference between them and nvidia
no way in hell

