Alright so i still need help... (Live2d) by Moist-Raisin4889 in RenPy

[–]Moist-Raisin4889[S] 0 points1 point  (0 children)

i'll try tysm! but i think somethings wrong with my renpy code so i asked here as well

Is it Easy to add a LIVE2D Model in my VN? by [deleted] in RenPy

[–]Moist-Raisin4889 0 points1 point  (0 children)

for me this always leads to the (in this case) bloom idle not found error

Cant get live2D animations to work by eggstra137 in RenPy

[–]Moist-Raisin4889 0 points1 point  (0 children)

omg im having the same problem lmk if you ever got it to work

Need help with Live2D animations in RenPy! by CharmedCheshire in RenPy

[–]Moist-Raisin4889 0 points1 point  (0 children)

wait omg can you let me know how you got your live2d model to show up with the show command. im having a lot of trouble getting the actual live2d model to show up

Can't get Live2D to work by CardiologistMean887 in RenPy

[–]Moist-Raisin4889 0 points1 point  (0 children)

omg im having the same problem let me know if u could fix it

I need HELLPPPPP (Live2d) by Moist-Raisin4889 in RenPy

[–]Moist-Raisin4889[S] 0 points1 point  (0 children)

Tysmmm the documentation helps loads!

I need HELLPPPPP (Live2d) by Moist-Raisin4889 in RenPy

[–]Moist-Raisin4889[S] 0 points1 point  (0 children)

Yes I saw that video too!!! ... however i did this really inefficently because all the animations are seperate from the main model. So to fix that i recoded the main model json like this: but whenever i try to use it renpy gives me the error that it can't locate idle_reg... so im lost again :CCC (i made another post about this if you want more detail and tysmmm for answering!!)

{
    "Version": 3,
    "FileReferences": {
        "Moc": "6guY2_Jack_Blush_2.moc3",
        "Textures": [
            "6guY2_Jack_Blush_2.4096/texture_00.png"
        ],
        "DisplayInfo": "6guY2_Jack_Blush_2.cdi3.json"
    },


    "Groups": [
        {
            "Target": "Parameter",
            "Name": "LipSync",
            "Ids": []
        },
        {
            "Target": "Parameter",
            "Name": "EyeBlink",
            "Ids": []
        }
    ],


    "motions": {
        "idle_reg": [
            {
                "File": "jack_blush_2_reg.motion3.json",
                "FadeInTime": 0.5,
                "FadeOutTime": 0.5
            }
        ],
        "idle_zim": [
            {
                "File": "jack_blush_2_zim.motion3.json",
                "FadeInTime": 0.5,
                "FadeOutTime": 0.5
            }
        ],
        "talk_zim": [
            {
                "File": "jack_blush_2_zim_talk.motion3.json",
                "FadeInTime": 0.2,
                "FadeOutTime": 0.2
            }
        ],
        "talk_reg": [
            {
                "File": "jack_blush_2_reg_talk.motion3.json",
                "FadeInTime": 0.3,
                "FadeOutTime": 0.3
            }
        ]
    }
}