Search found 42 matches
- Sat Sep 14, 2019 10:46 am
- Forum: Asset Creation: Writing
- Topic: I need Help Please with my awful love scene writing
- Replies: 2
- Views: 4401
I need Help Please with my awful love scene writing
Hello, I am trying to do a scene for a VR visual novel / RPG we are working on where the player was initially pursuing one route but 3 other routes were introduced at once in the previous scene, and now the player has a choice to interact with all 4 routes. I came up with this but I don't like it at...
- Fri Mar 01, 2019 7:46 pm
- Forum: WiP: NaNoRenO
- Topic: Mnemonic Devices [Sci-fi, Romance] [BxG/BxB/NBxB]
- Replies: 34
- Views: 4623
Re: Untitled [Sci-fi, Drama] [BxG/BxB/NBxB]
Woohoo, let's go! Got some concepts for the MC all sketched up. I'm going to focus on just three hairstyles to start and so far 1, 2, and 5 seem to be winners. https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/6aecee0f-d369-4591-ae1a-8685328c1742/dd0z0cc-1c4f244c-8861-4b3e-b791...
- Wed Jan 16, 2019 2:06 am
- Forum: Asset Creation: Writing
- Topic: Change the name of the game or not?
- Replies: 8
- Views: 993
Re: Change the name of the game or not?
Good choice. I like Pure affection much better
- Tue Jan 30, 2018 5:04 pm
- Forum: Creator Discussion
- Topic: Does anyone know what Sano Gengaman software is?
- Replies: 1
- Views: 677
Does anyone know what Sano Gengaman software is?
I saw some assets for sale saying they were compatible with Sano Gengaman software. example http://www.dlsite.com/ecchi-eng/work/=/product_id/RE074454.html It looks like it is a japanese program for mixing and matching assets. Maybe the name is getting lost in translation. I have no idea what this i...
- Mon Jan 30, 2017 7:18 pm
- Forum: We are a Free Project looking for Partners
- Topic: [NaNoReno] A game about Dogs!~ (Programmer, Composer)
- Replies: 6
- Views: 1043
Re: [NaNoReno] A game about Dogs!~ (Programmer, Composer)
That sounds so cool! I am probably not doing Nano this year. But the dog shelter seems like a great idea.
- Wed Jan 25, 2017 10:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Is this the right way to set up screens?
- Replies: 7
- Views: 708
Re: Is this the right way to set up screens?
I set variables from buttons on screens it with function calls like this. textbutton "Buy": action [ Function(trader.sell_Wheel_to_Player) ] you will need to setup a class in python with member functions to get it to work in that way maybe there is an easier way that I am not aware of.
- Wed Jan 25, 2017 9:42 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Is this the right way to set up screens?
- Replies: 7
- Views: 708
Re: Is this the right way to set up screens?
label homeroom: hide b #Hot fix number one. Later in the game I show a character. I can't figure out how to hide this character properly. The only solution is hiding it in the main label. I definitely dont want to start each label by hiding every possible character. Try this to clear your character...
- Tue Jan 24, 2017 7:02 pm
- Forum: Ren'Py Cookbook
- Topic: Simple Shooting Game for Ren'Py - CookBook
- Replies: 2
- Views: 4551
Re: Simple Shooting Game for Ren'Py - CookBook
Needs some work like being able to move it with keyboard or mouse. Can't do anything if its not close to the target but i'm surprised that it can shoot precise image model rather than region hit. Also im surprised how simple the code is, i think i can add keyboard movement or mouse and R button to ...
- Tue Jan 24, 2017 6:22 pm
- Forum: Works in Progress
- Topic: Caravan Of Saints [BxGGGGG....] [Old West, Polygamy]
- Replies: 2
- Views: 1037
Caravan Of Saints [BxGGGGG....] [Old West, Polygamy]
UY1NnSe--0I nZTyAfORUpg This is a visual novel based on the true life story of the 52nd wife of Brigham Young. Go on a journey 1200 miles beyond the edge of the civilized world with the Caravan of Saints. Make decisions that effect the outcome of a story about polygamy, murder and the most brutal m...
- Thu Jan 19, 2017 9:53 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Can't seem to get this to work
- Replies: 2
- Views: 872
Re: Can't seem to get this to work
Hard to say without seeing what you did.
Did you add something like this to options.rpy?
Did you add something like this to options.rpy?
Code: Select all
config.main_menu_music = "/my_folder/my_song.mp3"
- Wed Jan 18, 2017 9:42 pm
- Forum: Asset Creation: Music, Sound, and Movies
- Topic: Looking for public domain Impressionist art
- Replies: 7
- Views: 1222
Re: Looking for public domain Impressionist art
I found artcyclopedia to be a pretty good starting point.
they have a bunch of deeplinks to other sites.
http://www.artcyclopedia.com/history/impressionism.html
also Wikimedia Commons
they have a bunch of deeplinks to other sites.
http://www.artcyclopedia.com/history/impressionism.html
also Wikimedia Commons
- Mon Jan 16, 2017 6:23 pm
- Forum: Creator Discussion
- Topic: Best testing practises for Ren'Py
- Replies: 6
- Views: 1695
Re: Best testing practises for Ren'Py
I have been trying to find effective ways to include tests in the code. I did find that it becomes really hard to test changes in the programming logic for the stat system on a 100,000 word novel. Even when I skip or hold control, it is time consuming. In my current project we are putting in a test ...
- Fri Dec 30, 2016 6:43 pm
- Forum: Asset Creation: Art
- Topic: A Bouncy Character Introduction - (With Quick How To)
- Replies: 7
- Views: 3068
Re: A Bouncy Character Introduction - (With Quick How To)
@TheOtherNewGuy To answer your questions: "I always thought that code is read from top to bottom, but I see that the image of the university is written at the bottom of this code." You are correct. It is read from top to bottom. But when you are defining a list of images, the order is not so importa...
- Sun Dec 11, 2016 5:09 pm
- Forum: Asset Creation: Art
- Topic: How do these 3d Models look for a visual novel?
- Replies: 17
- Views: 5552
Re: How do these 3d Models look for a visual novel?
Just an update, I haven't used any of those renders. They look OK but not good enough for me to commit the hundreds of hours of work that go into publishing a novel on them. I have been experimenting with some cel shaders in UE4 and was able to get much closer to a hand drawn effect. I will try it a...
- Fri Dec 09, 2016 4:35 pm
- Forum: Asset Creation: Art
- Topic: A Bouncy Character Introduction - (With Quick How To)
- Replies: 7
- Views: 3068
Converting an animation in Daz to an Animated Sprite in Ren'
@Helcries You can find a bunch of good online tutorials about setting up figures and animations in Daz. Do not use any background. Just the model, the clothes and your animation. To answer your question from the PM you sent. (I think it would be better to answer here just in case anyone else wants t...