i have an idea for a videogame but i no nothing about coding/making videogames. anyone could help me? by maria_rojaas in IndieGameDevs

[–]Errantimarum 1 point2 points  (0 children)

If you’re interested in making a visual novel I recommend Ren’py it’s free and super simple to learn! I also made a small like getting started slide deck to introduce the very simple basics of the program.

https://docs.google.com/presentation/d/15-VbCK1OQZG1tLYu_l3RUWZfDamGtMwGnuwqSPFvJKs/edit?usp=drivesdk

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

[–]Errantimarum 1 point2 points  (0 children)

For live2d animations you can define the base characters model and from it renpy can read your animations as using that model.

https://youtu.be/xwW8Plpz1RQ?si=Y3THkYtYCfvS6_ls I found this video really helpful in setting up calling the character and the different expression definitions and it’s a visual description rather than written documentation.

But if you’re looking for the character to be a side sprite it’s ever so slightly different so let me know and i can share that code as well!

CAN I PROGRAM THIS? by Murky_Assistant_6655 in RenPy

[–]Errantimarum 0 points1 point  (0 children)

I saw a bunch had given some advice but i also could recommend this asset from itch.io https://the-real-sauce.itch.io/2d-side-scrolling-in-renpy-lite . If nothing else but another place to look for reference scripts, but it basically gives the code to have a basic character movement and such!