Jump to content

Miyoshi

Members
  • Posts

    3
  • Joined

Everything posted by Miyoshi

  1. Have you changed your system locale or are you using something like Aplocale (program)? Programs don't work sometimes. Have you tried to run as admin? Could be permission I also checked the files and you seem to have all.
  2. As someone who has created a few small games for learning I can tell you what you need to know. Let's assume you have all the resources you need like images, sound and music, also you already know what game you want and it's story, gameplay and so on. Then comes the actual creation of the game and for that you need: 1. Game Engine: A game engine is the framework on which the game runs, it handles input, rendering and so on. You could create your own, but that would be too much and it's not necessary. The best option is select one of the many available options. Popular game engines are: Unreal Engine (Powerful 3D engine) Unity (3D engine, popular for beginners) Game Maker (multiplatform, mostly 2D but can do 3D) Adventure Game Studio (2D) RPG Maker (2D RPG game engine) Renpy (Visual Novel) Select one of these, I recommend either Unreal Engine or Unity both are great but Unity needs you to know the languages C# or JavaScript, Unreal Engine uses C++ but you can also use something called Blueprints that even non programmers can use. Unreal Engine, Unity, Adventure Game Studio and Renpy are free to use (some require payment depending on revenue, check their websites for more information that). 2. Programming Language: Depending on the engine you use you might need to learn a programming language, sounds difficult but it's easier then you think. Languages could be to popular known C++, C# or Java, or script languages like JavaScript. 3. Learn how to use the Engine: For that just watch a few tutorial videos (Unreal and Unity both have some on their official sites), after that try to create your own little game like Pong or Snake (something very small and easy). Doing that helps you learn about the engine, after that you can start thinking about making the game you want, but most people's first game is way too big and they quit, so keep your first game small. Remember: Making a game takes time, a lot of time! As a beginner making a pong game can take several days, once you are more experienced it will only take an hour or two. Always start small. If you have any questions, feel free to ask me. I hope I was able to help you.
  3. Miyoshi

    ChuSinGura 46+1

    I made a english patch for the japanese version, so you can play the game uncensored! Only the censored, changed or removed scenes will be in japanese (and some menus). The original version so much better, you get colored text for example! It's not complete yet, but I will upload a patch that covers chapters 1-3 soon. If anyone is interested to translate the uncensored content: send me a pm.
×
×
  • Create New...