Search found 185 matches

by Triority
Mon May 02, 2022 2:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Web build not playing on some browsers anymore. Help?
Replies: 7
Views: 769

Re: Web build not playing on some browsers anymore. Help?

I wonder what changes were made. Oh well, just have to wait. It's a shame though
by Triority
Mon May 02, 2022 1:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Web build not playing on some browsers anymore. Help?
Replies: 7
Views: 769

Re: Web build not playing on some browsers anymore. Help?

I'm beginning to think that it's due to an Edge/Chrome update - none of mine are working either. I suspect the Web exporting modules need updating at some point - it's possibly no longer compatible at the moment, unfortunately. Would be interesting to see if the problem occurs Firefox or another one...
by Triority
Mon May 02, 2022 6:57 am
Forum: Ren'Py Questions and Announcements
Topic: Web build not playing on some browsers anymore. Help?
Replies: 7
Views: 769

Re: Web build not playing on some browsers anymore. Help?

I get the same problem with Microsoft Edge. I think it's to do with the render used : Initializing gles2 renderer: primary display bounds: (0, 0, 1536, 864) swap interval: 1 frames Windowed mode. UGUU couldn't find glFlushMappedBufferRange: No OpenGL context has been made current UGUU couldn't find ...
by Triority
Sun Apr 10, 2022 7:11 am
Forum: Ren'Py Questions and Announcements
Topic: Can't read /var/mail/__future__
Replies: 7
Views: 481

Re: Can't read /var/mail/__future__

Got it sorted. Ended up compiling and packaging it in Linux and then uploading to Steam via Windows. The interesting thing was, the game worked in it's own directory, but didn't when moved over to the Steam directory - until everything everything was deleted and then copied again. I suspect one of t...
by Triority
Sun Apr 10, 2022 1:12 am
Forum: Ren'Py Questions and Announcements
Topic: Can't read /var/mail/__future__
Replies: 7
Views: 481

Re: Can't read /var/mail/__future__

No, but compiling and transfering to Steam, just to find out it doesn't work is time consuming.

Plus, I need to check to see if the same thing happens natively.

Not sure what it would if it or didn't work like that, though
by Triority
Sat Apr 09, 2022 6:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't read /var/mail/__future__
Replies: 7
Views: 481

Re: Can't read /var/mail/__future__

The odd thing is the exact same imports work with other problems, so I suspect this project is corrupt or something like that.

Ah - had a look at the resulting .py and it's probably the imports there that are the problem.

I'll try running it on a Linux machine and see how it goes there
by Triority
Sat Apr 09, 2022 5:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't read /var/mail/__future__
Replies: 7
Views: 481

Re: Can't read /var/mail/__future__

All Terminal states is that an import failed and that there is a syntax error with a "(" later on

Best thing is to get rid of the import statements

Ahh - even with imports removed, it still happens
by Triority
Sat Apr 09, 2022 5:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't read /var/mail/__future__
Replies: 7
Views: 481

Can't read /var/mail/__future__

When starting a Linux game, I get this error message (followed by three import: command not found and then a syntax error).

The my import statements are :

$ import time
$ import math
$ import datetime
$ import os

Any idea how to fix the error ?
by Triority
Fri Mar 11, 2022 8:27 am
Forum: Ren'Py Questions and Announcements
Topic: Strange positioning problem
Replies: 3
Views: 183

Re: Strange positioning problem

Ah, yes - good point

Thanks !
by Triority
Thu Mar 10, 2022 6:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Strange positioning problem
Replies: 3
Views: 183

Strange positioning problem

For some reason, one character is starting to have it's ypos value ignored when displaying, resulting in half of the character being offscreen, So, for some reason "show lorelei neutral at Position(xpos=0.5,xanchor=0.5,yPos=0.71,yanchor=0.5)" is showing up as screenshot0087.png Even in the...
by Triority
Mon Mar 07, 2022 6:32 pm
Forum: Completed Games
Topic: WTC: Recruitment Day [COMEDY] [DRAMA][PARTIALLY VOICED]
Replies: 0
Views: 1985

WTC: Recruitment Day [COMEDY] [DRAMA][PARTIALLY VOICED]

Recruitment Day is a very short comedy/drama side-story to the main WTC series, and is the first (and probably only) episode to be partially voice, with Sarah providing the voice of Grendel Jinx. When Grendel Jinx is mugged, she chases after the person responsible - not only to get her goods back bu...
by Triority
Mon Feb 21, 2022 11:33 am
Forum: Ren'Py Questions and Announcements
Topic: Odd sound problem
Replies: 0
Views: 1710

Odd sound problem

I've got a rather odd sound problem : Got a non-looping sound effect that is played normally (no special sound channel), that, when returning to the main menu, still continues playing.

However, when setting it as a loop, returning to the main menu, it does stop normally.
by Triority
Mon Feb 14, 2022 6:46 am
Forum: Ren'Py Questions and Announcements
Topic: Android choices
Replies: 2
Views: 317

Re: Android choices

Ah - that would explain it. I'll get the appropriate graphics updated there, then
by Triority
Sun Feb 13, 2022 6:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Android choices
Replies: 2
Views: 317

Android choices

When running on an Android, and a choices selection comes up, the program doesn't seem to be using the choice_hover_background and choice_idle_background files. What should be used instead ?
by Triority
Sat Feb 12, 2022 11:57 am
Forum: Ren'Py Questions and Announcements
Topic: Gamepads and input
Replies: 0
Views: 1601

Gamepads and input

I've noticed that a gamepad cant be used accept input text (none of the buttons act like the RETURN key). Would be useful if this could be done