Search found 78 matches

by ninjagrass
Thu Mar 10, 2011 1:09 pm
Forum: Ren'Py Questions and Announcements
Topic: unlockables after you clear the game
Replies: 7
Views: 1143

Re: unlockables after you clear the game

Just declare it in the label (the actual game no need for init).
by ninjagrass
Thu Mar 10, 2011 6:31 am
Forum: Ren'Py Questions and Announcements
Topic: unlockables after you clear the game
Replies: 7
Views: 1143

Re: unlockables after you clear the game

At the end of the route (or whereever you want the unlock to happen) put a $ persistent.end1_unlocked = True then at the start of your game (or where you want the new route to start) put if not persistent.end1_unlock: jump normalroute "Put here the new route." As for a menu, add it to main...
by ninjagrass
Tue Mar 08, 2011 7:21 am
Forum: Creator Discussion
Topic: Fanmade VNs?
Replies: 8
Views: 1123

Re: Fanmade VNs?

by ninjagrass
Wed Mar 02, 2011 8:45 am
Forum: Creator Discussion
Topic: I've made a very basic renpy player in flash as3
Replies: 42
Views: 6104

Re: I've made a very basic renpy player in flash as3

When I run renpyAS3Logger.html, it comes with a blank screen with a bug. I click the bug and inspect and I get this code. I am running this with flash player, firefox and internet explorer and no luck. Apparantly forum thinks the code is some 'attack vector', so uploaded on mediafire. http://www.med...
by ninjagrass
Wed Mar 02, 2011 7:06 am
Forum: Creator Discussion
Topic: I've made a very basic renpy player in flash as3
Replies: 42
Views: 6104

Re: I've made a very basic renpy player in flash as3

I can't seem to run it. I replace the game folder with the one for my game and I just get a black screen....
by ninjagrass
Mon Feb 28, 2011 2:28 pm
Forum: Creator Discussion
Topic: Save files
Replies: 3
Views: 565

Re: Save files

Hover your mouse over the save and press delete.
by ninjagrass
Sat Feb 26, 2011 1:38 pm
Forum: Completed Games
Topic: Bleach Battle Ignition RPG/VN v3.27 (Non-H version)
Replies: 10
Views: 13749

Bleach Battle Ignition RPG/VN v3.27 (Non-H version)

Game Description (WARNING: THIS GAME CONTAINS SPOILERS FOR THE ANIME) My name is Kurosaki Ichigo... and I can see ghosts.... Choose your own Protagonist from Bleach! Play as Ichigo, Ishida, Hitsugaya, Urahara or Start your own adventure! Fight against powerful enemies with the new RPG battle system...
by ninjagrass
Sat Feb 26, 2011 11:31 am
Forum: Creator Discussion
Topic: I've made a very basic renpy player in flash as3
Replies: 42
Views: 6104

Re: I've made a very basic renpy player in flash as3

Here is the imagemap one... http://www.multiupload.com/J0OT8AGO4U This contains contains only one imagemap and no variables or anything, very basic. The full version is here: http://www.multiupload.com/OO2TT83KM2 http://www.multiupload.com/MD8G4AL1GP http://www.multiupload.com/KS5MWT3N7P http://www....
by ninjagrass
Sat Feb 26, 2011 8:44 am
Forum: Creator Discussion
Topic: I've made a very basic renpy player in flash as3
Replies: 42
Views: 6104

Re: I've made a very basic renpy player in flash as3

Ok now try this: http://www.multiupload.com/JIX4NO7KDA This is a condensed version of my game. All this contains are the basics that every game should have but I can't seem to run it (even after removing the variables and the python)! I have included the script, so use as appropraite. After this, I ...
by ninjagrass
Wed Feb 23, 2011 5:11 pm
Forum: Creator Discussion
Topic: I've made a very basic renpy player in flash as3
Replies: 42
Views: 6104

Re: I've made a very basic renpy player in flash as3

Try this: wait... let me re-up...

If you get this to work, it has everything, splashscreen imagemaps, music, rpg frame, then your project is a success.
by ninjagrass
Fri Feb 18, 2011 2:43 pm
Forum: Ren'Py Questions and Announcements
Topic: ui imagebutton help.
Replies: 4
Views: 605

Re: ui imagebutton help.

Here do this... label thestory: "Blah blah" "I get to the part where I want to put my image button." jump thebutton label thebutton: scene cabinetbackground python: ui.imagebutton("button.png", "button_hover.png", clicked=ui.returns("1"), xpos=710,yp...
by ninjagrass
Wed Feb 16, 2011 5:49 am
Forum: Creator Discussion
Topic: I've made a very basic renpy player in flash as3
Replies: 42
Views: 6104

Re: I've made a very basic renpy player in flash as3

That is amazing! Looking forward to a version where I can port my games to flash! this is a separate tool/engine written in flash that will run the SAME game the Ren'Py engine runs. You DON'T NEED TO EXPORT anything, just upload the renpyAS3.swf and your game folder to a Server and renpyAS3 will lo...
by ninjagrass
Tue Feb 15, 2011 4:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Countdown questions [Solved]
Replies: 7
Views: 1164

Re: In-game imagemap errors

Code? Script?
by ninjagrass
Tue Feb 15, 2011 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Exporting Ren'py dialogue
Replies: 2
Views: 516

Re: Exporting Ren'py dialogue

Copy paste? (Can't be that simple!? Did I miss something!?)
by ninjagrass
Tue Feb 15, 2011 11:26 am
Forum: Creator Discussion
Topic: I've made a very basic renpy player in flash as3
Replies: 42
Views: 6104

Re: I've made a very basic renpy player in flash as3

That is amazing! Looking forward to a version where I can port my games to flash!