Search found 13 matches

by paktek123
Sun Jun 21, 2015 4:09 pm
Forum: Works in Progress
Topic: What Life (romance/life/school/gaming simulation)
Replies: 9
Views: 2781

Re: What Life (romance/life/school/gaming simulation)

I like the ambition of your project, hope it is taken to completion. How do you plan on doing the MMO part? Something similar to a Zero player RPGs where 'data' is stored and synced from a remote server as you play?
by paktek123
Sun Jun 21, 2015 4:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Using Ren'Py to create games other than Visual Novels?
Replies: 4
Views: 2350

Re: Using Ren'Py to create games other than Visual Novels?

Renpy is amazing for creating just about anything from Open World RPGs, Dungeon crawlers to interactive strategy games. Have a look around in the cookbook forum to find great examples:

http://lemmasoft.renai.us/forums/viewforum.php?f=51
by paktek123
Sat Jun 13, 2015 12:23 pm
Forum: Ren'Py Questions and Announcements
Topic: "say" statement hangs game after renpy.jump() [SOLVED]
Replies: 3
Views: 571

Re: "say" statement hangs game after renpy.jump()

do you get same results if you use

Code: Select all

renpy.say
instead?
by paktek123
Sun May 31, 2015 3:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Need help implementing a purchase system and branching...
Replies: 17
Views: 26960

Re: Need help implementing a purchase system and branching..

@dufatron this (http://www.renpy.org/doc/html/iap.html) is essentially what I was describing as posted by @trooper6 above. An example can be something like this for android: init: $ iap.register('character1', google='com.your.game') # you set this when create your game via the RAPT $ iap.register('c...
by paktek123
Sun May 31, 2015 7:20 am
Forum: Ren'Py Questions and Announcements
Topic: Need help implementing a purchase system and branching...
Replies: 17
Views: 26960

Re: Need help implementing a purchase system and branching..

One way maybe like this (complicated) - in your game you have the link/url to where the player can make the purchase - the player signs up and pays on the 'server' which sets the flag to True on the 'server' for that player - in the game you can then do a HTTP request to the server to retrieve the p...
by paktek123
Mon May 25, 2015 7:35 am
Forum: Ren'Py Cookbook
Topic: renpy.show() questions
Replies: 6
Views: 3795

Re: renpy.show() questions

what are you passing as your 'x' and 'y'? These should be Position objects.
by paktek123
Sun May 24, 2015 12:57 pm
Forum: Ren'Py Cookbook
Topic: Raiser RPG Framework
Replies: 0
Views: 6459

Raiser RPG Framework

Background Have been working on this for a while now. This started off as a Naruto RPG world game but was too ambitious and I couldn't finish it off, so I decided whatever was already there I'd finish off and open-source it maybe someone can find the features useful. The idea is that the player sta...
by paktek123
Sun May 24, 2015 7:55 am
Forum: Ren'Py Cookbook
Topic: Another 3D dungeon crawl engine
Replies: 18
Views: 10311

Re: Another 3D dungeon crawl engine

Great work on this! I really love the smoke affects! Thanks for open sourcing this!
by paktek123
Sun May 24, 2015 7:20 am
Forum: Ren'Py Cookbook
Topic: RPG Overworld Engine
Replies: 40
Views: 40926

Re: RPG Overworld Engine

Great work!! This is awesome!
by paktek123
Sat May 16, 2015 7:43 am
Forum: Ren'Py Cookbook
Topic: RPG Battle Engine (similar to RPG Maker)
Replies: 22
Views: 16886

Re: RPG Battle Engine (similar to RPG Maker)

This is very well done! I love the battle system. I am trying to do something similar too but you have done in a more classical style! My advise (constructive criticism) would be: - at the moment things are a little too 'hard coded' especially with all the 'if' statements, would be good to turn thos...
by paktek123
Sat Jan 17, 2015 8:10 am
Forum: Completed Games
Topic: Black Diary Case 1 [iOS & PC] [FREE DOWNLOAD CODES / $0.99]
Replies: 9
Views: 3965

Re: Black Diary Case 1 [iOS & PC] [Commercial]

This is great, I love the game! How did you make this for the IOS? I thought renpy only had an android implementation?
by paktek123
Thu Jan 01, 2015 8:37 am
Forum: Welcome!
Topic: Guestbook
Replies: 5523
Views: 2543301

Re: Guestbook

Name: paktek123

Location: UK

Have been using renpy for years. Its time to surface.