Search found 11 matches

by Purity_Lake
Tue Dec 05, 2023 7:45 pm
Forum: I am a Programmer, Director, or Other
Topic: [Open] [Free] Programmer looking for a project
Replies: 5
Views: 4089

Re: [Open] [Free] Programmer looking for a project

Hi all, Apologies for anyone who has been trying to contact me lately, had some IRL stuff come up. I will be looking to help with projects again soonish. I also helped release: https://store.steampowered.com/app/2283350/Reborn_A_Zombie/ It wasn't made in Ren'Py but it was a fun project that I helped...
by Purity_Lake
Thu Jul 20, 2023 7:50 am
Forum: We are a Free Project looking for Partners
Topic: Horror VN looking for team [Open] [Free - but still willing to pay a tiny bit]
Replies: 4
Views: 1381

Re: Horror VN looking for team [Open] [Free - but still willing to pay a tiny bit]

Have a look at the game and at the other post to see what I have done so far: https://lemmasoft.renai.us/forums/viewtopic.php?f=70&t=66925 Hey, I’m unsure if my DM sent, says it’s in outbox so I’d assume not. I do like what you have so far, a gripe or two, but I think it is very promising. Grea...
by Purity_Lake
Thu Jul 20, 2023 12:58 am
Forum: We are a Free Project looking for Partners
Topic: Horror VN looking for team [Open] [Free - but still willing to pay a tiny bit]
Replies: 4
Views: 1381

Re: Horror VN looking for team [Open] [Free - but still willing to pay a tiny bit]

Hello, I would love to help out with your project! I am a programmer, software developer by profession, but I dabble in game development and know some Ren'Py. Feel free to DM me on here if you are interested in me helping out.
by Purity_Lake
Wed Jul 19, 2023 10:45 pm
Forum: I am a Programmer, Director, or Other
Topic: [Open] [Free] Programmer looking for a project
Replies: 5
Views: 4089

[Open] [Free] Programmer looking for a project

Hi, I'm Purity, I am a software developer looking to get back into Ren'Py dev. Over the years, I've mostly been writing C and Python code, even providing PRs for the Python language itself. I want to do this for a bit of fun, so I am looking primarily for more light hearts VN projects to work on, bu...
by Purity_Lake
Fri Sep 07, 2018 3:59 pm
Forum: We are a Free Project looking for Partners
Topic: One Pure Soul [Free][Story Driven] Looking for Writers
Replies: 3
Views: 1236

Re: One Pure Soul [Free][Story Driven]

Hey, interesting sounding project and I love the art style. I'm a student studying computer game development but have been programming for 10 years, very familiar with Python as it was my first programming language. I also consider myself creative story-wise but it isn't my best skill so my preferen...
by Purity_Lake
Thu Jan 09, 2014 10:32 am
Forum: Ren'Py Questions and Announcements
Topic: Recursion depth exceeded when creating buttons
Replies: 6
Views: 1324

Re: Recursion depth exceeded when creating buttons

Mind showing an example? It doesn't have to be a huge example just one that gets the point across. Our approaches are almost identical, I am just a bit more used to Ren'Py: label call_me_anything: python: while True: result = ui.interact() if result[0] == "control": if result[1] == "...
by Purity_Lake
Thu Jan 09, 2014 9:08 am
Forum: Ren'Py Questions and Announcements
Topic: Recursion depth exceeded when creating buttons
Replies: 6
Views: 1324

Re: Recursion depth exceeded when creating buttons

You can't call ui.interact from inside a screen. Screen language code isn't allowed to have side effects, and interacting with the user is probably the biggest side effect there is. I see what you are trying to say. Is there anyway at all that I can call a custom action on a button press? For examp...
by Purity_Lake
Thu Jan 09, 2014 8:32 am
Forum: Ren'Py Questions and Announcements
Topic: Recursion depth exceeded when creating buttons
Replies: 6
Views: 1324

Re: Recursion depth exceeded when creating buttons

You can't call ui.interact from inside a screen. Screen language code isn't allowed to have side effects, and interacting with the user is probably the biggest side effect there is. I see what you are trying to say. Is there anyway at all that I can call a custom action on a button press? For examp...
by Purity_Lake
Mon Jan 06, 2014 2:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Recursion depth exceeded when creating buttons
Replies: 6
Views: 1324

Recursion depth exceeded when creating buttons

The following code is the code I am having a problem with screen notebook_renpy: window: style "gm_root" tag menu frame: $ displayed = False hbox: xalign .00 yalign .00 xfill True yfill True spacing 8 vbox: xmaximum 150 yfill True spacing 8 hbox: xalign .5 textbutton _("Items") t...
by Purity_Lake
Tue Dec 24, 2013 10:00 am
Forum: Old Threads (– September 2014)
Topic: Programmer Needed for Game Menus! [FOUND]
Replies: 9
Views: 1598

Re: Programmer Needed for Game Menus!

Is this post still open?
by Purity_Lake
Tue Dec 24, 2013 9:39 am
Forum: Old Threads (– September 2014)
Topic: Programmer looking for work
Replies: 2
Views: 628

Programmer looking for work

Hi, My Name is Robert. I have been programming in Python and C++ for nearly 7 years now. I have never been part of a team as regards Ren'py but I have experience using Ren'py. I am looking to help in any projects (the ones I like the sound of anyway) whether they are just starting up or midway throu...