Search found 24 matches

by AlexCLD
Fri Jun 21, 2019 7:59 pm
Forum: Development of Ren'Py
Topic: Preference menu overlapping
Replies: 1
Views: 8403

Preference menu overlapping

Hi everyone! I'm having a problem with preference menu. I'm trying to use imagemaps to change it from the default design but so far I haven't been able to figure out how to "hide" the navigation menu. Here's a picture of the problem: https://i.gyazo.com/ac79aec43f23b453b23ee74451abffaf.png...
by AlexCLD
Wed May 29, 2019 12:13 pm
Forum: Works in Progress
Topic: Just a Number [Action] [Pyschological] [Romance][BxG]
Replies: 0
Views: 385

Just a Number [Action] [Pyschological] [Romance][BxG]

Hi everyone! Here Alex to talk about our very first visual novel project. We have been working on it for quite a while, but as resources are scarce, we are taking out time to get it done. Right now the only thing we can show are a few words and images describing the world, story and characters. Fro...
by AlexCLD
Wed Aug 08, 2018 9:12 pm
Forum: I am a Musician, Sound Editor, or Video Editor
Topic: [CLOSED_Temporarily] Musician, Composer, etc.
Replies: 4
Views: 1330

Re: [OPEN]Free Musician, Composer, etc.

I've been working with Squisy for the last few months and all I've to say is that he's a really good composer and an amazing person. If you need a soundtrack for your game he's definitely the guy you're looking for. I hope we can work together in the future, once we are done with our project :)
by AlexCLD
Sun May 06, 2018 7:14 pm
Forum: I am a Musician, Sound Editor, or Video Editor
Topic: [FREE] Musician~~
Replies: 2
Views: 1506

Re: [FREE] Musician~~

Contacted you already, if you can work with us at the moment let me know through Discord :)
by AlexCLD
Sat Apr 18, 2015 12:43 pm
Forum: Ren'Py Questions and Announcements
Topic: In-game menu and variables. [SOLVED]
Replies: 2
Views: 552

Re: In-game menu and variables.

Thanks for the quick answer! I fixed the errors and this is working well. I make a mess when assigning variables... :lol:
by AlexCLD
Sat Apr 18, 2015 12:04 pm
Forum: Ren'Py Questions and Announcements
Topic: In-game menu and variables. [SOLVED]
Replies: 2
Views: 552

In-game menu and variables. [SOLVED]

Hi, I have a doubt with the In-game menu. I have been trying to create a skill menu that allows the player to choose his abilities (only three of twelve) but all I get are errors. Here is the code: init: $ variable1 = False $ variable2 = False $ variable3 = False define n = Character(None, kind=nvl)...
by AlexCLD
Sat Apr 18, 2015 11:51 am
Forum: Ren'Py Questions and Announcements
Topic: Questions about galleries and In-game menus.
Replies: 3
Views: 962

Re: Questions about galleries and In-game menus.

Thanks for your help! But when I tried to implement the code on the game, something like this happen:

Image

:oops:
by AlexCLD
Fri Apr 17, 2015 11:36 am
Forum: Ren'Py Questions and Announcements
Topic: Questions about galleries and In-game menus.
Replies: 3
Views: 962

Questions about galleries and In-game menus.

Hi again! :) I have been using NVL mode on my game and I'm trying to do something like this: http://3.bp.blogspot.com/-o1wmIP7pJnM/VTEnEwBFkOI/AAAAAAAAC94/RJzPZjitLJk/s1600/113.png Is it possible to place two columns on NVL mode? And the second question is about the galleries . http://www.renpy.org/...
by AlexCLD
Wed Apr 15, 2015 5:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Calling renpy.jump from function and some other questions.
Replies: 6
Views: 2979

Re: Calling renpy.jump from function and some other question

I'm a noob on Ren'py but I think that I can answer the second question. screen choice(items): window: style "menu_window" xalign 0.5 yalign 0.5 vbox: style "menu" spacing 2 for caption, action, chosen in items: if action: button: action action style "menu_choice_button"...
by AlexCLD
Wed Apr 15, 2015 4:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Nvl mode background problem. [SOLVED]
Replies: 17
Views: 2938

Re: Nvl mode background problem.

kisa wrote:Listen to philat? 8u8

I'm sorry that it's painful...
Thanks a lot for your time, kisa, I know that I'm a noob on Ren'py but people like you make things easier. :)
by AlexCLD
Wed Apr 15, 2015 4:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Nvl mode background problem. [SOLVED]
Replies: 17
Views: 2938

Re: Nvl mode background problem.

Guys, this should not be this painful. Use nvl_window instead of window, and a background of None will register as transparent. You can use the style inspector (shift+I) to see what style a displayable is using. init: style nvl_window: background None label start: scene b "nvl text as usual&qu...
by AlexCLD
Wed Apr 15, 2015 4:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Nvl mode background problem. [SOLVED]
Replies: 17
Views: 2938

Re: Nvl mode background problem.

kisa wrote:Make the textbox fill the whole screen via adjusting the margins. It will make the textbox become the white background you so desire.
I just can't do it... :cry:
by AlexCLD
Wed Apr 15, 2015 3:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Nvl mode background problem. [SOLVED]
Replies: 17
Views: 2938

Re: Nvl mode background problem.

kisa wrote:Include/change the margins(?) and the background should match up better with the textbox.
Aside from that... If you want to keep the white background throughout... Perhaps change the frame to a white image?
Image

:|
by AlexCLD
Wed Apr 15, 2015 3:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Nvl mode background problem. [SOLVED]
Replies: 17
Views: 2938

Re: Nvl mode background problem.

I actually meant a mostly transparent single pixel border around the image... But, if that works, do it. Doesn't works, but I changed the "frame" image and the resolution and this is what I see: http://i.gyazo.com/2db682335e73b8481f743bd61a6c7176.png Interesting, but really annoying probl...
by AlexCLD
Wed Apr 15, 2015 3:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Nvl mode background problem. [SOLVED]
Replies: 17
Views: 2938

Re: Nvl mode background problem.

kisa wrote:Perhaps you need to add a border?
If that doesn't work... either it's calling a different background for novel mode or I'm just an idiot. :|
Image

You say something like this?

I'm the real idiot :lol: