Search found 18 matches
- Wed Oct 29, 2014 5:25 pm
- Forum: Completed Games
- Topic: Lloyd Irving Dating Sim
- Replies: 7
- Views: 7371
Re: Lloyd Irving Dating Sim
Thanks for the lovely comment Birdetta!! Sorry i only just saw it but thank you!! im so happy you enjoyed the game! Which ending did you get?
- Tue Feb 25, 2014 11:12 am
- Forum: Completed Games
- Topic: Lloyd Irving Dating Sim
- Replies: 7
- Views: 7371
Re: Lloyd Irving Dating Sim
thank you so much, I'm glad you enjoyed it
what ending number did you get?
- Tue Feb 25, 2014 10:05 am
- Forum: Completed Games
- Topic: Lloyd Irving Dating Sim
- Replies: 7
- Views: 7371
Re: Lloyd Irving Dating Sim
thanks!
if you don't know the game, feel free to not play it, not sure how much fun you'll get out of it otherwise
if you don't know the game, feel free to not play it, not sure how much fun you'll get out of it otherwise
- Mon Feb 24, 2014 8:11 pm
- Forum: Completed Games
- Topic: Lloyd Irving Dating Sim
- Replies: 7
- Views: 7371
Lloyd Irving Dating Sim
https://pbs.twimg.com/media/BhGzxYfCIAAOiSL.png A short vanity project based on a Tales of Symphonia OC fanfiction. In the style of the Persona games' 'social links', you play through ten events that take place across the ToS storyline, and try to win Lloyd's affections. There are a total of 12 end...
- Mon Feb 24, 2014 8:09 pm
- Forum: Creator Discussion
- Topic: The new renai.us/games.renpy.org support thread.
- Replies: 255
- Views: 322883
Re: The new renai.us/games.renpy.org support thread.
Is it possible to remove screenshots from the game page?
- Sun Feb 23, 2014 6:56 am
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Thank you!! It did 
- Sun Feb 23, 2014 6:24 am
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
poop! was just doing a tiny bit of last minute game testing and everything is working unless you get 0 romance and 0 friendship points. instead of jumping to 'normalend' it jumps to 'friendshipend' and i don't know why. i tried adding an additional code of if Fpoints and rpoints <=0: "Fpoints: %(Fpo...
- Sat Feb 22, 2014 2:45 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Yup, i actually want to keep it in since I've made it a bit obscure on how to get the points XD
nah, i had played through the whole game.. maybe I just got a line of coding wrong at the end? Not sure, but definitely working now anyway, you're brilliant!
nah, i had played through the whole game.. maybe I just got a line of coding wrong at the end? Not sure, but definitely working now anyway, you're brilliant!
- Sat Feb 22, 2014 2:38 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Brilliant! It works now, thank you so much! Phew phew phew
out of curiousity, do I need the code to show them how many points they got for it to work?
out of curiousity, do I need the code to show them how many points they got for it to work?
- Sat Feb 22, 2014 2:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Ah thanks! What do I need to add in the brackets? Sorry, I'm a complete noob at coding ><
- Sat Feb 22, 2014 1:01 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Just been gametesting my dating sim through again and I've realized the different endings are still not being prompted properly. The code I have in place at the end is; if Fpoints and rpoints <=2: jump normalend elif Fpoints > rpoints: jump friendshipend elif rpoints >=3 & Fpoints <=3: jump romancee...
- Mon Feb 10, 2014 6:33 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
All working now, thank you!
- Sun Feb 09, 2014 6:57 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Ah, thanks, will test it in a bit and update soon 
- Sun Feb 09, 2014 5:16 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Having a different problem now, I'm trying to make it so that there is a 'best' romance ending. If you have accumulated 3-5 romance points (rpoints) during the game, you see the normal romance ending, but if you manage to get all 6 romance points, you will get some additional text at the end. I have...
- Sun Feb 09, 2014 8:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: Setting up endings for a Dating Sim based on points
- Replies: 19
- Views: 3088
Re: Setting up endings for a Dating Sim based on points
Excellent, thank you for your help 