Search found 49 matches
- Thu Dec 29, 2016 3:23 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Slideshow-effect as a scene?
- Replies: 2
- Views: 1414
[SOLVED] Slideshow-effect as a scene?
So I want to create something like the beginning of Pokemon Mystery Dungeon (from RRT to EoS) With the little color effect. If ya'll need more explaining, it's basically a color background, and every few moments it changes to a new color without affecting the text and/or other things on screen. I'd ...
- Thu Dec 29, 2016 3:17 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] JDK(Java Developer Kit)not registering in launcher?
- Replies: 1
- Views: 386
[SOLVED] JDK(Java Developer Kit)not registering in launcher?
So I wan to package a game I've made into .apk (Or at least I assume that's what it does, turns the .exe into the ".exe" for android) And it told me to download RAPT. That was no problem. The problem is that it also told me to download the 32-bit JDK, Which one, I couldn't find, and two, would be po...
- Wed Dec 28, 2016 6:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Jump string in screens
- Replies: 2
- Views: 1447
[UPDATE](Still broken) Jump string in screens
So like I tried to fix my issue by doing some random crap until my game properly started up. But then it decided to blow me anyway with this error message: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 213, in script hide screen characterselecti...
- Sun Dec 25, 2016 7:59 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Jump string in screens
- Replies: 2
- Views: 1447
[SOLVED] Jump string in screens
I'm having an issue. I would like to create a screen with four buttons, and a fifth invisible button. I have no idea how to make the fifth button invisible, nor know how to to write the code for buttons (or even screens for that matter. Can some someone please help me with this? Here's what I have: ...
- Tue Dec 13, 2016 3:15 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [NO LONGER NEEDED]How to create an invisible menu option
- Replies: 1
- Views: 271
[NO LONGER NEEDED]How to create an invisible menu option
So I'm making an RPG style game, and so I took it one route and ended up making character classes. I want to add "Special" Character classes (Because let's face it, it's pretty boring just having four overall generic classes). How I want to do this is to create an "Invisible" menu option that doesn'...
- Fri Dec 09, 2016 3:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Scrolling text not working?
- Replies: 1
- Views: 292
[SOLVED] Scrolling text not working?
So I have a question... Scrolling text is pretty cool, and I even have it set up to bleep like Phoenix Wright or Undertale, and it sounds just how I want it to. Now I also work from my laptop by putting the folder into a .zip, sending it to myself over email, downloading the .zip and placing the fol...
- Thu Dec 08, 2016 9:04 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Invalid Syntax on splash screen?
- Replies: 6
- Views: 607
Re: Invalid Syntax on splash screen?
Also tried this one just in case and it didn't work either:
Code: Select all
show Text("Made with Ren'Py", size=30, font='rwby.ttf', color='#cc0000')
- Thu Dec 08, 2016 8:55 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Invalid Syntax on splash screen?
- Replies: 6
- Views: 607
Re: Invalid Syntax on splash screen?
Okay I tried this:
What...?
UPDATE:
Never mind I just typed it wrong thank you!
But I ended up with it saying that "u/size" is closes a text tag that isn't open.Code: Select all
show text "{size=30}{font=rwby.ttf}{color=#cc0000}Made with Ren\'Py{/color}{/font}{/size}" with dissolve with Pause(2)
What...?
UPDATE:
Never mind I just typed it wrong thank you!
- Thu Dec 08, 2016 7:16 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Invalid Syntax on splash screen?
- Replies: 6
- Views: 607
[SOLVED] Invalid Syntax on splash screen?
So I've been attempting to add a splash screen to my game, and I understand how to add it, but I want to know how to edit the text that shows up. I've attempted it, but for some reason, it broke :,( Here's what I tried to do: label splashscreen: scene black with Pause(1) play sound "bass.wav" show t...
- Tue Dec 06, 2016 2:56 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Navigation.json?
- Replies: 6
- Views: 1187
Re: Navigation.json?
UPDATE: fixed the issue. I found the file and deleted it, which seemed to work. I think it maybe it has something about the directory of the game. Thanks for your help!
- Tue Dec 06, 2016 2:34 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Navigation.json?
- Replies: 6
- Views: 1187
Re: Navigation.json?
That's actually what I originally did XD. I sent it to a beta tester on my desktop, and then was just like "Hey maybe this might work" and downloaded the attachment to my laptop. Then I unziped it and plopped into my onedrive and this happened.
- Tue Dec 06, 2016 2:15 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Navigation.json?
- Replies: 6
- Views: 1187
Re: Navigation.json?
Nope. Still the same error when it's moved off OneDrive. Maybe the file it's looking for is missing? I can't seem to find it in either the Renpy's base folder or my game's folder.
- Tue Dec 06, 2016 12:01 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Navigation.json?
- Replies: 6
- Views: 1187
[SOLVED] Navigation.json?
So I just tried downloading my game off of gmail so I could have access to it from my laptop. but when I try to run it, the traceback.txt comes up and says this: I'm sorry, but an uncaught exception occurred. After initialization, but before game start. IOError: [Errno 22] invalid mode ('w') or file...
- Mon Nov 21, 2016 11:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED]How to add characters to an already defined variable
- Replies: 1
- Views: 258
[SOLVED]How to add characters to an already defined variable
So I kinda want to know this for future reference, but how on earth do you add characters (letters, numbers, symbols, spaces) to an already defined variable? Like I want the player's name to be whatever they want it to be, but with a fixed last name for story purposes. so like, if someone, per say, ...
- Mon Nov 21, 2016 12:06 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Ren'Py not launching correctly.
- Replies: 4
- Views: 3179
Re: Ren'Py not launching correctly.
Unfortunately not, and by what I can tell, the game is crashing for an unknown reason. That's really what I want to fix. But apparently the traceback.txt file is more important otherwise it can't tell me why the game is crashing.