Search found 8 matches

by SID Gaming
Mon Sep 25, 2023 12:09 pm
Forum: We are offering Paid Work
Topic: [CLOSED][PAID][2D Artist] Seeking 2D artist for NSFW parody visual novel game
Replies: 3
Views: 1379

Re: [OPEN][PAID][2D Artist] Seeking 2D artist for NSFW parody visual novel game

Sure. No h-scenes required but we do want to implement an outfit battle-damage system for the combat and the third stage of that will be nude. For that reason we do want to stick with something a little more detailed and proportioned than what you might think of as a traditional chibi. Not quite NSF...
by SID Gaming
Sat Sep 23, 2023 3:59 pm
Forum: We are offering Paid Work
Topic: [CLOSED][PAID][2D Artist] Seeking 2D artist for NSFW parody visual novel game
Replies: 3
Views: 1379

[CLOSED][PAID][2D Artist] Seeking 2D artist for NSFW parody visual novel game

NOTE 1: This is an ad for a NSFW game. If this offends you in any way, this ad is not for you. All characters portrayed in the game will be over 18 years old. NOTE 2: This is an ad to join a Patreon team, however in the past artists have preferred to be paid their usual commission prices (and not pa...
by SID Gaming
Fri Feb 05, 2021 3:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Change player name from options menu
Replies: 5
Views: 447

Re: Change player name from options menu

Ok, the fix is that I needed to pass through some dialog in order for the change to persist and get saved.
A simple "Player name has been changed" was enough.
by SID Gaming
Fri Feb 05, 2021 2:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Change player name from options menu
Replies: 5
Views: 447

Re: Change player name from options menu

Well, I was trying to change a class property rather than a normal default-ed variable. That's why using VariableInputValue() didn't work. Switching to a flat variable causes a different problem: the value resets upon loading a save. 1) Enter original name -> name is original name 2) Open options ->...
by SID Gaming
Fri Feb 05, 2021 12:01 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Change player name from options menu
Replies: 5
Views: 447

Re: Change player name from options menu

Still the same problem, unfortunately. The name change only works as long as the screen is open. When I go back to the game, it resets to what it was before.
by SID Gaming
Thu Feb 04, 2021 10:38 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Change player name from options menu
Replies: 5
Views: 447

[Solved] Change player name from options menu

I'd like to include the option to change the name the player put in at the start of the game. Here is the relevant section of my options menu, which shows a text box with the current player's name and a button to change it. vbox: xanchor 0.5 xpos 1350 yanchor 0.0 ypos 662 spacing 25 text "[play...
by SID Gaming
Wed Feb 03, 2021 5:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Android save permissions
Replies: 0
Views: 564

Android save permissions

I'm trying to make an Android port of my game but running into issues with saving and loading. Everything works correctly on the Windows version, so I know this is an Android issue. Here is the exact message: While running game code: File "renpy/common/00gamemenu.rpy", line 173, in <module...