Search found 15 matches

by rjayne
Tue May 15, 2018 1:33 am
Forum: Ren'Py Questions and Announcements
Topic: Regular Out Of Memory Errors
Replies: 6
Views: 2795

Re: Regular Out Of Memory Errors

It is a little difficult because I go back and forward with rendering images out using both video cards, back to renpy to utilize those renders. I would be very curious to see if it did fix the issue though, so I might experiment with it later today and see if it actually does make a difference, wou...
by rjayne
Mon May 14, 2018 10:33 am
Forum: Ren'Py Questions and Announcements
Topic: Regular Out Of Memory Errors
Replies: 6
Views: 2795

Re: Regular Out Of Memory Errors

Sorry to bump the thread, but I keep running into the same issues and it's really cutting into the development of this project. Are there any ideas as to quick fixes I could use to bypass this potential nVidea memory leak? Would you suggest running an old set of drivers, or something along that rout...
by rjayne
Thu May 10, 2018 9:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Regular Out Of Memory Errors
Replies: 6
Views: 2795

Re: Regular Out Of Memory Errors

Sure, I'd be happy to. It would be a relief to hear that it wasn't something on my end or Renpy's, but some driver mess up, that being said hopefully it can get fixed quickly if that's the case. Maybe I can rollback my drivers to fix it in the mean time? In terms of logs I wasn't sure which you need...
by rjayne
Thu May 10, 2018 6:01 am
Forum: Ren'Py Questions and Announcements
Topic: Regular Out Of Memory Errors
Replies: 6
Views: 2795

Regular Out Of Memory Errors

Hi, I've been trying to troubleshoot and solve this issue I'm having for a little while now and nothing seems to really work. Some of the other posts where people experience Out Of Memory issues seem to be a lot more understandable (400 high resolution image loops being initialized and firing for ex...
by rjayne
Thu Apr 09, 2015 9:47 pm
Forum: Completed Games
Topic: Binary Distortion [Kinetic][Slice of Life][NaNoReno2015]
Replies: 6
Views: 4261

Re: Binary Distortion [Kinetic][Slice of Life][NaNoReno2015]

Thank you so much for the kind words, and thank you for playing my little creation, it means a lot.
by rjayne
Wed Apr 01, 2015 11:36 pm
Forum: Completed Games
Topic: Binary Distortion [Kinetic][Slice of Life][NaNoReno2015]
Replies: 6
Views: 4261

Binary Distortion [Kinetic][Slice of Life][NaNoReno2015]

http://i.imgur.com/sfr6t1a.png A glitch trash kinetic novel about growing up transgender. [/size] [Adult Only / Mature Issues][Solo][Slice of Life][1280x960] Download On Itch.io Pre-development write up Summary Binary Distortion is a solo kinetic novel by yours truly , and it's little off the beate...
by rjayne
Fri Mar 13, 2015 10:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Jumping to another script? [Solved]
Replies: 11
Views: 6740

Re: Jumping to another script?

Fair enough, thanks for the expanded explantion Xela. I'll mark this as solved.
by rjayne
Fri Mar 13, 2015 9:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Jumping to another script? [Solved]
Replies: 11
Views: 6740

Re: Jumping to another script?

No problem, I think I was overcomplicating some of what I wanted to do, I'll figure out how to get it working in Ren'Py as the program intends :D

Thanks
by rjayne
Fri Mar 13, 2015 9:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Jumping to another script? [Solved]
Replies: 11
Views: 6740

Re: Jumping to another script?

Okay, it's just very messy, and considering that the tutorial it comes bundled with is separated over seperate scripts, I assumed it was easy to link/jump between scripts. For a very long game, keeping everything in one script seems a bit silly.
by rjayne
Fri Mar 13, 2015 8:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Jumping to another script? [Solved]
Replies: 11
Views: 6740

Re: Jumping to another script?

Hi, thanks for the reply Mole Chan. I've changed to rpy, and tried both an init python block with execfile as well as: jump ("script_2.rpy") and I get the following error: File "game/script.rpy", line 347: expected 'name' not found. jump ("script_2.rpy") Xela, Does that mean I can't link to other sc...
by rjayne
Fri Mar 13, 2015 8:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Jumping to another script? [Solved]
Replies: 11
Views: 6740

Jumping to another script? [Solved]

Hi, Ren'py noob here. Sorry for the absurdly simple question, but I seem to be overlooking where the documentation makes reference to this. I'd like to know how to jump to another script. In Python I would do: execfile("script_2.py") But Ren'Py is rejecting that. Likewise I've tried call call(""), a...
by rjayne
Wed Feb 25, 2015 8:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Refuses To Work, noob w/Python [Solved]
Replies: 6
Views: 692

Re: Imagemap Refuses To Work, noob w/Python

Thank you very much, that worked without any problems. I can continue without pulling anymore hair out! Heh.

I'll mark this as solved.
by rjayne
Wed Feb 25, 2015 7:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Refuses To Work, noob w/Python [Solved]
Replies: 6
Views: 692

Re: Imagemap Refuses To Work, noob w/Python

That would be a total lack of experience to be honest. If it does the same thing (passes out a result I can then use) I would very much appreciate the method to popping up a working imagemap with screen language.
by rjayne
Wed Feb 25, 2015 7:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Refuses To Work, noob w/Python [Solved]
Replies: 6
Views: 692

Re: Imagemap Refuses To Work, noob w/Python

Thank you for the response. I've tried removing the focus=imagemap, since it's only sometimes included on the few instances of image maps I found online, and sometimes not (such as in the example you posted). It unfortunately doesn't make a difference. It is the section of code I wasn't sure about. ...
by rjayne
Wed Feb 25, 2015 7:58 am
Forum: Ren'Py Questions and Announcements
Topic: Imagemap Refuses To Work, noob w/Python [Solved]
Replies: 6
Views: 692

Imagemap Refuses To Work, noob w/Python [Solved]

Okay, so I am seriously losing my mind here, which is why I thought I'd stop from stabbing a passerby and just go ahead and ask. I'll admit, I only started with Ren'py today, but I have a background in scripting logic so I figured I'll get it sooner or later. Unfortunately I'm finding it a little ha...